/*==========================================================
    SEAN B SHOP
    PROFESSIONAL MARKETPLACE SHOP PAGE
==========================================================*/


.shop-page{

    background:#f6f7fb;

    padding-top:100px;

}


.shop-page *{

    box-sizing:border-box;

}


.shop-page img{

    max-width:100%;

    display:block;

}



.container{

    width:100%;

    max-width:1250px;

    margin:auto;

    padding:0 15px;

}



/*==========================================================
 BREADCRUMB
==========================================================*/


.breadcrumb-section{

    padding:15px 0;

    background:#fff;

}



.breadcrumb{

    display:flex;

    gap:8px;

    font-size:.78rem;

    color:#64748b;

}


.breadcrumb a{

    color:#e60000;

}





/*==========================================================
 SHOP HERO - PROFESSIONAL HORIZONTAL MARKETPLACE SLIDER
==========================================================*/


.shop-hero{

    padding:20px 0 25px;

}





.hero-slider{

    height:360px;

    position:relative;

    overflow:hidden;

    border-radius:20px;

    box-shadow:

    0 15px 35px rgba(0,0,0,.12);

}





/* SLIDE TRACK */

.hero-track{

    display:flex;

    width:300%;

    height:100%;

    animation:shopHeroSlide 18s infinite;

}





.hero-slide{

    width:33.333%;

    height:100%;

    position:relative;

    flex-shrink:0;

}





.hero-slide img{

    width:100%;

    height:100%;

    object-fit:cover;

}





/* DARK READABILITY LAYER */

.hero-overlay{

    position:absolute;

    inset:0;

    background:

    linear-gradient(

        90deg,

        rgba(11,31,58,.92),

        rgba(11,31,58,.55),

        rgba(11,31,58,.15)

    );

}






/* CONTENT */

.hero-content{

    position:absolute;

    top:50%;

    left:55px;

    transform:translateY(-50%);

    max-width:430px;

    z-index:3;

    color:#fff;

}





.hero-tag{

    display:inline-flex;

    background:#e60000;

    color:white;

    padding:6px 15px;

    border-radius:30px;

    font-size:.72rem;

    font-weight:800;

    text-transform:uppercase;

}





.hero-content h1{


    margin:15px 0;

    font-size:2.3rem;

    line-height:1.15;

    font-weight:900;

    color:#ffffff;

    text-shadow:

    0 3px 8px rgba(0,0,0,.45);

}





.hero-content p{


    color:#f8fafc;

    font-size:.95rem;

    line-height:1.6;

    max-width:390px;

    text-shadow:

    0 2px 6px rgba(0,0,0,.5);

}






/* BUTTONS */


.hero-buttons{

    display:flex;

    gap:12px;

    margin-top:20px;

}





.hero-btn{

    padding:11px 25px;

    border-radius:30px;

    font-size:.82rem;

    font-weight:800;

    transition:.3s;

}





.hero-primary{

    background:#e60000;

    color:white;

}





.hero-primary:hover{

    background:#b90000;

}





.hero-outline{

    border:2px solid white;

    color:white;

    background:rgba(255,255,255,.1);

}





.hero-outline:hover{

    background:white;

    color:#0b1f3a;

}







/* ARROWS */


.hero-prev,
.hero-next{


    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:42px;

    height:42px;

    border-radius:50%;

    border:none;

    background:white;

    color:#0b1f3a;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    z-index:5;

    box-shadow:

    0 5px 15px rgba(0,0,0,.2);

}




.hero-prev{

    left:18px;

}




.hero-next{

    right:18px;

}







/* DOTS */


.hero-dots{


    position:absolute;

    bottom:18px;

    left:50%;

    transform:translateX(-50%);

    display:flex;

    gap:8px;

    z-index:5;

}




.hero-dots span{


    width:10px;

    height:10px;

    border-radius:50%;

    background:white;

    opacity:.6;

}




.hero-dots .active{

    background:#e60000;

    opacity:1;

}








/*==========================================================
 HORIZONTAL SLIDE ANIMATION
==========================================================*/


@keyframes shopHeroSlide{


0%,
28%{

transform:translateX(0);

}


33%,
61%{

transform:translateX(-33.333%);

}



66%,
94%{

transform:translateX(-66.666%);

}



100%{

transform:translateX(0);

}


}








/*==========================================================
 TABLET
==========================================================*/


@media(max-width:992px){


.hero-slider{

    height:300px;

}



.hero-content{

    left:35px;

    max-width:350px;

}



.hero-content h1{

    font-size:1.8rem;

}


}







/*==========================================================
 MOBILE
==========================================================*/


@media(max-width:600px){


.shop-hero{

    padding:15px 0;

}



.hero-slider{

    height:240px;

    border-radius:15px;

}




.hero-content{

    left:22px;

    max-width:270px;

}



.hero-content h1{

    font-size:1.35rem;

}



.hero-content p{

    font-size:.75rem;

}



.hero-buttons{

    margin-top:12px;

}



.hero-btn{

    padding:9px 16px;

    font-size:.72rem;

}



.hero-prev,
.hero-next{

    width:32px;

    height:32px;

}


}
/*==========================================================
 SHOP LAYOUT
==========================================================*/


.shop-layout{

    display:grid;

    grid-template-columns:230px 1fr;

    gap:20px;

}





/*==========================================================
  SHOP SIDEBAR
==========================================================*/

.shop-sidebar{
    display:flex;
    flex-direction:column;
    gap:20px;
}

/*==========================================================
  SIDEBAR CARD
==========================================================*/

.sidebar-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(15,23,42,.05);
}

/*==========================================================
  SIDEBAR HEADER (DARK)
==========================================================*/

.sidebar-title{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 18px;
    background:#0b1f3a;
    color:#ffffff;
}

.sidebar-title i{
    font-size:18px;
    color:#ffffff;
}

.sidebar-title h3{
    margin:0;
    font-size:.95rem;
    font-weight:700;
    color:#ffffff;
    letter-spacing:.3px;
}

/*==========================================================
  CATEGORY LIST
==========================================================*/

.sidebar-category-list{
    list-style:none;
    margin:0;
    padding:0;
}

.sidebar-category-list li{
    border-bottom:1px solid #f1f5f9;
}

.sidebar-category-list li:last-child{
    border-bottom:none;
}

.sidebar-category-list a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:13px 18px;
    color:#334155;
    text-decoration:none;
    font-size:.84rem;
    font-weight:500;
    transition:.25s;
}

.sidebar-category-list a span{
    display:flex;
    align-items:center;
    gap:10px;
}

.sidebar-category-list a i{
    width:16px;
    color:#64748b;
    transition:.25s;
}

.sidebar-category-list small{
    background:#eef2f7;
    color:#0b1f3a;
    font-size:.72rem;
    font-weight:700;
    padding:4px 8px;
    border-radius:20px;
}

.sidebar-category-list a:hover{
    background:#f8fafc;
    color:#0b1f3a;
    padding-left:24px;
}

.sidebar-category-list a:hover i{
    color:#e60000;
}

.sidebar-category-list a.active{
    background:#0b1f3a;
    color:#ffffff;
}

.sidebar-category-list a.active i{
    color:#ffffff;
}

.sidebar-category-list a.active small{
    background:#ffffff;
    color:#0b1f3a;
}

/*==========================================================
  FILTERS
==========================================================*/

.sidebar-filter{
    padding:18px;
}

.sidebar-filter label{
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px 0;
    font-size:.83rem;
    color:#334155;
    cursor:pointer;
}

.sidebar-filter input{
    width:16px;
    height:16px;
    accent-color:#e60000;
}

/*==========================================================
  HELP CARD
==========================================================*/

.sidebar-help{
    background:linear-gradient(135deg,#0b1f3a,#17345f);
    color:#ffffff;
    border-radius:18px;
    padding:28px 20px;
    text-align:center;
    box-shadow:0 12px 30px rgba(11,31,58,.18);
}

.sidebar-help i{
    width:60px;
    height:60px;
    margin:0 auto 16px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#ffffff;
    font-size:24px;
}

.sidebar-help h4{
    margin:0 0 10px;
    font-size:1rem;
    font-weight:700;
    color:#ffffff;
}

.sidebar-help p{
    margin:0 0 20px;
    font-size:.82rem;
    line-height:1.6;
    color:#dbeafe;
}

.sidebar-help a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 20px;
    background:#e60000;
    color:#ffffff;
    border-radius:30px;
    text-decoration:none;
    font-size:.82rem;
    font-weight:700;
    transition:.25s;
}

.sidebar-help a:hover{
    background:#ffffff;
    color:#0b1f3a;
}

/*==========================================================
  SHOP TOOLBAR
==========================================================*/

.shop-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:22px;
    padding:14px 18px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:14px;
}

.shop-toolbar strong{
    color:#e60000;
    font-size:1rem;
    font-weight:800;
}

.shop-toolbar div{
    font-size:.84rem;
    color:#475569;
}

.shop-toolbar select{
    height:40px;
    min-width:170px;
    padding:0 14px;
    border:1px solid #dbe3ec;
    border-radius:10px;
    background:#ffffff;
    color:#0b1f3a;
    font-size:.82rem;
    font-weight:600;
    cursor:pointer;
    outline:none;
    transition:.25s;
}

.shop-toolbar select:focus{
    border-color:#0b1f3a;
}

/*==========================================================
  RESPONSIVE
==========================================================*/

@media(max-width:992px){

    .shop-toolbar{
        flex-direction:column;
        gap:15px;
        align-items:flex-start;
    }

    .shop-toolbar select{
        width:100%;
    }

}
/*==========================================================
 PRODUCT GRID
==========================================================*/


.product-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:15px;

}





.product-card{

    background:#fff;

    border-radius:14px;

    overflow:hidden;

    border:1px solid #e5e7eb;

    transition:.3s;

}



.product-card:hover{

    transform:translateY(-5px);

    box-shadow:

    0 12px 25px rgba(0,0,0,.1);

}




.product-image{

    height:170px;

    position:relative;

    background:#f8fafc;

}



.product-image img{

    width:100%;

    height:100%;

    object-fit:contain;

}





.product-badge{

    position:absolute;

    top:10px;

    left:10px;

    background:#e60000;

    color:white;

    padding:4px 9px;

    border-radius:15px;

    font-size:.65rem;

}





.product-info{

    padding:12px;

}



.product-category{

    font-size:.7rem;

    color:#64748b;

}



.product-info h3{

    font-size:.85rem;

    height:38px;

    overflow:hidden;

    margin:8px 0;

}



.product-info h3 a{

    color:#111827;

}



.product-rating{

    color:#f59e0b;

    font-size:.75rem;

}



.product-rating span{

    color:#64748b;

}



.product-price{

    color:#e60000;

    font-weight:800;

    margin:10px 0;

    font-size:.95rem;

}



.add-cart-btn{

    width:100%;

    background:#0b1f3a;

    color:white;

    border:none;

    padding:9px;

    border-radius:8px;

    font-size:.8rem;

}







/*==========================================================
 RESPONSIVE
==========================================================*/


@media(max-width:1100px){


.product-grid{

    grid-template-columns:repeat(3,1fr);

}


}



@media(max-width:900px){


.shop-layout{

    grid-template-columns:1fr;

}



.shop-sidebar{

    display:none;

}


}



@media(max-width:700px){


.shop-page{

padding-top:90px;

}



.hero-slider{

height:240px;

}



.hero-content{

left:25px;

max-width:280px;

}



.hero-content h1{

font-size:1.35rem;

}



.hero-content p{

font-size:.75rem;

}



.product-grid{

grid-template-columns:repeat(2,1fr);

gap:10px;

}



.product-image{

height:130px;

}



}



@media(max-width:420px){


.product-grid{

grid-template-columns:1fr;

}


}
/*==========================================================
 PROFESSIONAL THREE CARD HERO
==========================================================*/


.shop-hero{

padding:15px 0 25px;

}



.hero-grid{


display:grid;

grid-template-columns:repeat(3,1fr);

gap:18px;


}





.hero-card{


height:320px;

position:relative;

overflow:hidden;

border-radius:18px;

background:#0b1f3a;

box-shadow:

0 12px 30px rgba(0,0,0,.12);


}




/* IMAGE SLIDER */


.hero-images{


display:flex;

height:100%;

width:300%;

animation:heroImages 15s infinite;


}



.hero-images img{


width:33.333%;

height:100%;

object-fit:cover;


}





/* DARK OVERLAY */


.hero-overlay{


position:absolute;

inset:0;


background:

linear-gradient(

90deg,

rgba(11,31,58,.88),

rgba(11,31,58,.35)

);


}





/* CONTENT */


.hero-content{


position:absolute;

left:25px;

bottom:30px;

right:20px;

z-index:2;

color:white;


}



.hero-tag{


display:inline-block;

background:#e60000;

padding:5px 12px;

border-radius:20px;

font-size:.65rem;

font-weight:800;

text-transform:uppercase;


}




.hero-content h1{


font-size:1.55rem;

line-height:1.15;

font-weight:900;

margin:12px 0;


}




.hero-content p{


font-size:.78rem;

line-height:1.5;

color:#e5e7eb;

max-width:260px;


}





.hero-btn{


display:inline-flex;

margin-top:12px;

padding:9px 18px;

border-radius:25px;

font-size:.75rem;

font-weight:700;

background:#e60000;

color:white;


}






/* IMAGE ROTATION */


@keyframes heroImages{


0%,30%{

transform:translateX(0);

}


33%,63%{

transform:translateX(-33.333%);

}



66%,96%{

transform:translateX(-66.666%);

}



100%{

transform:translateX(0);

}


}








/* TABLET */


@media(max-width:992px){


.hero-grid{

grid-template-columns:1fr;

}



.hero-card{


height:300px;

}


}







/* MOBILE */


@media(max-width:600px){


.shop-hero{

padding:10px;

}



.hero-content{

left:18px;

bottom:20px;

}



.hero-content h1{

font-size:1.25rem;

}


.hero-card{

height:260px;

}



}