*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.shop-banner-part{
    padding:26px 0 80px 0;
    margin: 169px 0 0 0;
}

.shop-banner-part .container{
    max-width:1410px;
    width:100%;
    padding:0 20px;
    margin:0 auto;
}

.page-breadcrumb{
    margin-bottom:54px;
}

.page-breadcrumb ul{
    display:flex;
    gap:5px;
    list-style:none;
    margin:0;
    padding:0;
    align-items:center;
}

.page-breadcrumb ul li span{
    color: #1F1F1F;
    font-family: "Public Sans";
    font-size: 18px;
    font-weight: 400;
}

.page-breadcrumb ul li a{
    color: #717171;
    font-family: "Public Sans";
    font-size: 18px;
    font-weight: 400;
    text-decoration:none;
}

.page-breadcrumb ul li a:hover{
    color:#1F1F1F;
}

.page-breadcrumb ul li .icon{
    color: #717171;
}

.shop-banner{
    background-image: url('../image/catalog/shop-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 0 80px;
    min-height: 368px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
}

.shop-banner h1{
    color: #FFF;
font-family: 'Public Sans';
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 76px;
}


/* Products */

.shop-product{
    padding-bottom: 120px;
}

.shop-products{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
}

/* Change grid to 3 columns when categories dropdown is open */
.shop-products-wrap.dropdown-open .shop-products {
    grid-template-columns: repeat(3, 1fr);
}

.shop-product .container{
    max-width:1410px;
    width:100%;
    margin:0 auto;
    padding:0 20px;
}

.shop-products-wrap{
    display:flex;
    flex-direction:column;
    gap:40px;
}

/* Sidebar layout when dropdown is open */
.shop-products-wrap.dropdown-open {
    display: grid;
    grid-template-columns: 320px 3fr;
    grid-template-rows: auto 2fr;
    gap: 30px;
    align-items: start;
    position: relative;
}

.shop-products-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap: wrap;
}

.shop-category-products-head{
    display:flex;
    justify-content:flex-end !important;
    align-items:center;
    gap:20px;
    flex-wrap: wrap;
}

.shop-product-box-img .slick-slide.slick-active,
.shop-product-box-img .slick-slide.slick-current {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    opacity: 1;
    z-index: 1;
}

.shop-product-box-img .slick-slide > div {
    height: 100%;
    width: 100%;
    background-color: transparent;
}

/* Ensure backgrounds are visible during fade transitions */
.shop-product-box-img .slick-slide {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.shop-product-box-img .slick-slide.slick-active,
.shop-product-box-img .slick-slide.slick-current {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Prevent white background during transitions */
.shop-product-box-img .slick-list,
.shop-product-box-img .slick-track {
    background-color: transparent;
}



/* When dropdown is open, restructure the layout */
.shop-products-wrap.dropdown-open .shop-products-head {
    display: contents; /* Make children direct grid items */
}

.shop-products-wrap.dropdown-open .shop-category-products-head {
    display: contents; /* Make children direct grid items */
}

/* Categories sidebar when dropdown is open */
.shop-products-wrap.dropdown-open .shop-ct {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
}

/* Right column - create relative container */
.shop-products-wrap.dropdown-open {
    position: relative;
}

/* Right column content container - position at top right */
.shop-products-wrap.dropdown-open .shop-fillter {
    grid-column: 2;
    grid-row: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: transparent;
}

/* Products grid - align with categories dropdown start */
/* Categories: button (~48px) + gap (22px) = ~70px from top */
.shop-products-wrap.dropdown-open .shop-products {
    grid-column: 2;
    grid-row: 1;
    margin-top: 70px; /* Align with categories dropdown start position */
    align-self: start;
}

.shop-ct{
    display:flex;
    flex-direction:column;
    gap:22px;
    width: 320px;
}

.shop-ct-title{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 10px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    cursor: pointer;
}

.shop-ct-title:hover{
    background: rgba(235, 235, 235, 0.80);
}

.shop-ct-title.active{
    background: rgba(235, 235, 235, 0.80);
}

.shot-dropdown-list li.active .has-sub,
.shot-dropdown-list li.active > a,
.shot-dropdown-list li a.active {
    color: #BD0028 !important;
    
}

/* Change bullet point color for active category */
.shot-dropdown-list li.active::marker {
    color: #BD0028 !important;
}
.shot-dropdown-list li::marker {
  font-size:25px !important;
}

.shop-ct-title h3{
    margin:0;
    color: #000;
    font-family: 'Public Sans';
    font-size: 26px;
    font-weight: 600;
}

.shop-ct-dropdown{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.10);
    padding:20px;
}

.shot-dropdown-list{
    padding:0 20px; 
    margin:0;
    display:flex;
    flex-direction:column;
    gap:13px;
    list-style: disc;
}

/* Inactive categories - deactivated color */
.shot-dropdown-list li:not(.active) a,
.shot-dropdown-list li:not(.active) .has-sub {
    color: #1F1F1F;
}

.shot-dropdown-list li a{
    color: #1F1F1F;
    font-family: "Public Sans";
    font-size: 20px;
    font-weight: 400;
    text-decoration:none;
}

.shot-dropdown-list li a:hover{
    color: #BD0028 !important;
}

/* Change hover color for items that are already #BD0028 (active) */
.shot-dropdown-list li.active .has-sub:hover,
.shot-dropdown-list li.active > a:hover,
.shot-dropdown-list li a.active:hover {
    color: #D13B27 !important;
}

.sub-dropdown{
    margin:8px 0 0 0;
    padding:0 0 14px 0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:6px;
    border-bottom:1px solid #D9D9D9;
    
}

/* Inactive subcategories - deactivated color */
.sub-dropdown li:not(.active) a {
    color: #1F1F1F;
}

.sub-dropdown li a{
    color: #1F1F1F;
    font-family: 'Public Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sub-dropdown li a:hover{
    color: #BD0028;
}

.sub-dropdown li a.active {
    color: #BD0028 !important;
}

/* Change hover color for items that are already #D13B27 (active subcategory) */
.sub-dropdown li a.active:hover {
    color: #BD0028 !important;
}

/* Dropdown toggle */

.shop-ct-dropdown,
.sub-dropdown {
  display: none;
}

/* active class optional for styling */
.shot-dropdown-list li.active > a {
  font-weight: 600;
}

/* Show sub-dropdown when parent li is active */
.shot-dropdown-list li.active .sub-dropdown {
  display: flex !important;
}

/* Sidebar layout adjustments when dropdown is open */
.shop-products-wrap.dropdown-open .shop-fillter {
    margin-bottom: 40px;
}
  
.shop-fillter {
    display:flex;
    align-items:center;
    gap:20px;
    flex-wrap: wrap;
}

.shop-fillter p{
    margin:0;
    color: #6B6B6B;
    font-family: "Public Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.short-dropdown{
    display:flex;
    align-items:center;
    gap:14px;
}

.short-dropdown-category{
    display:flex;
    align-items:center;
    gap:14px;
}

.short-dropdown label{
    color: #1F1F1F;
    font-family: "Public Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.short-dropdown-category label{
    color: #1F1F1F;
    font-family: "Public Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    width: calc(100% - 205px) !important;
}

.short-dropdown select{
    border-radius: 6px;
    background: rgba(205, 205, 205, 0.20);
    color: #1E1E1E;
    font-family: "Public Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    height:32px;
    padding:3px 10px;
    padding-right:45px;
    outline:none;
    border:none;
    appearance:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3e%3cpath d='M5.3902 5.83709L9.84025 1.29221C9.94325 1.1871 10 1.04677 10 0.897152C10 0.74753 9.94325 0.607207 9.84025 0.50209L9.51261 0.167391C9.29911 -0.0503999 8.95212 -0.0503999 8.73895 0.167391L5.00207 3.98384L1.26105 0.163156C1.15804 0.0580384 1.02072 -3.92497e-07 0.874302 -3.98897e-07C0.727717 -4.05304e-07 0.590401 0.0580384 0.487312 0.163156L0.159754 0.497854C0.0567474 0.603055 -3.24905e-08 0.743295 -3.90307e-08 0.892917C-4.55708e-08 1.04254 0.0567474 1.18286 0.159754 1.28798L4.61386 5.83709C4.7172 5.94246 4.85516 6.00033 5.00183 6C5.14906 6.00033 5.28695 5.94246 5.3902 5.83709Z' fill='%234E4E4E'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:90% center;
}
.short-dropdown-category select{
    border-radius: 6px;
    background: rgba(205, 205, 205, 0.20);
    color: #1E1E1E;
    font-family: "Public Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    height:32px;
    padding:3px 10px;
    padding-right:45px;
    outline:none;
    border:none;
    appearance:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3e%3cpath d='M5.3902 5.83709L9.84025 1.29221C9.94325 1.1871 10 1.04677 10 0.897152C10 0.74753 9.94325 0.607207 9.84025 0.50209L9.51261 0.167391C9.29911 -0.0503999 8.95212 -0.0503999 8.73895 0.167391L5.00207 3.98384L1.26105 0.163156C1.15804 0.0580384 1.02072 -3.92497e-07 0.874302 -3.98897e-07C0.727717 -4.05304e-07 0.590401 0.0580384 0.487312 0.163156L0.159754 0.497854C0.0567474 0.603055 -3.24905e-08 0.743295 -3.90307e-08 0.892917C-4.55708e-08 1.04254 0.0567474 1.18286 0.159754 1.28798L4.61386 5.83709C4.7172 5.94246 4.85516 6.00033 5.00183 6C5.14906 6.00033 5.28695 5.94246 5.3902 5.83709Z' fill='%234E4E4E'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:90% center;
}


/* Shop products */
.shop-product-box {
    display:flex;
    flex-direction:column;
    gap:16px;
    min-width: 0; /* Prevents grid items from overflowing */
    width: 100%; /* Ensures proper width calculation */
}

.shop-product-content {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:30px;
    flex:1;
}

.shop-product-content-top{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.shop-product-content-top h3{
    color: #191C1F;
    font-family: "Public Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    transition: color 0.3s ease;
    margin-bottom: 0 !important;
}

/* Change h3 color on hover over product image */
.shop-product-box-img:hover ~ .shop-product-content .shop-product-content-top h3 {
    color: #D13B27; /* Change to your desired hover color */
}


.shop-product-price{
    display:flex;
    gap:22px;
    align-items:center;
    flex-wrap: wrap;
}

.shop-product-ammount{
    display:flex;
    align-items:center;
    gap:5px;
}

.shop-product-ammount p{
    color: #F78F26;
    font-family: "Public Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; 
    margin-bottom: 0 !important;
}

.shop-product-ammount del{
    color: #969696;
    font-family: "Public Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.discount-badge{
    display: flex;
    padding: 4px 8px;
    justify-content: center !important;
    align-items: center;
    border-radius: 4px;
    background: #EFD33D;
    color: #000;
    font-family: 'Public Sans';
    font-size: 20px;
    font-weight: 600;
}

.shop-product .shop-now{
    display: flex;
    padding: 7px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    width:max-content !important;
    border-radius: 10px !important;
    background: #BD0028 !important;
    color: #FFF !important;
    font-family: "Public Sans" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-decoration:none !important;
}

.shop-product .shop-now:hover {
    background: #F78F26 !important;
    color: #FFFFFF !important;
}

.shop-product-box-img .shop-now:hover {
    background: #F78F26 !important;
    color: #FFFFFF !important;
}

.shop-product-box-img{
    position:relative;
    border-radius:0;
    margin-bottom: 0 !important;
    width: 100%; /* Ensures slider container takes full width */
    min-width: 0; /* Prevents width calculation issues */
    overflow: hidden; /* Prevents content overflow */
    height: 330px;
}

.shop-product-box-img .slide {
    height: 330px;
    background-size: cover;
    background-position: center;
    border-radius:0;
    width: 100%; /* Ensures slides take full width */
}

/* Fix for Slick slider within grid */
.shop-product-box-img .slick-track,
.shop-product-box-img .slick-list {
    width: 100% !important;
}

.shop-product-box-img .slick-slide {
    width: 100% !important;
}


.shop-product-box-img .badge{
    display: none;
    padding: 5px 10px;
    align-items:center;
    justify-content:center;
    border-radius: 2px;
    font-family: "Public Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    position:absolute;
    top:20px;
    left:20px;
    transition:all 0.3s ease;
}

.shop-product-box-img .badge.off{
    background-color:#EFD33D;
    color:  #191C1F;
}

.shop-product-box-img .sale{
    background-color:#2DB224;
    color:  #fff;
}

.shop-product-box-img .sold{
    background-color:#929FA5;
    color:  #fff;
}

.product-action{
    position:absolute;
    top:20px;
    right:20px;
    display:none;
    flex-direction:column;
    gap:8px;
    transition:all 0.3s ease;
}

/* Hover styles for eye and wishlist icons */
.product-action svg:hover rect {
    fill: #F78F26 !important;
    fill-opacity: 1 !important;
}

.product-action svg:hover {
    fill: #F78F26 !important;
}

.product-nav{
    position:absolute;
    top:0;
    right:20px;
    left:20px;
    bottom:0;
    display:none;
    justify-content:space-between;
    align-items:center;
    transition:all 0.3s ease;
    height: max-content;
    margin: auto;
}

/* Hover styles for nav arrows */
/* .product-nav .nav-prev:hover rect,
.product-nav .nav-next:hover rect {
    fill: #F78F26 !important;
    fill-opacity: 1 !important;
} */

.product-nav .nav-prev:hover path,
.product-nav .nav-next:hover path {
    fill: #F78F26 !important;
}

.shop-product-box-img .shop-now{
    display: none;
    padding: 7px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #D13B27;
    color: #FFF;
    font-family: "Public Sans";
    font-size: 18px;
    font-weight: 700;
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    width:max-content;
    margin:0 auto;
    text-decoration:none;
    transition:all 0.3s ease;
}

/* Slick dots container */
.shop-product-box-img .slick-dots {
    transition:all 0.3s ease;
    position: absolute;
    bottom: 20px; /* adjust as needed */
    left: 0;
    right:0;
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 4px;
    padding: 10px 6px;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 40px;
    backdrop-filter: blur(6px);
    width:53px;
    margin:0 auto;
  }
  
  /* Hide dots container when there's only 1 image (via JavaScript) */
  .shop-product-box-img .slick-dots[style*="display: none"],
  .shop-product-box-img .slick-dots.hidden {
    display: none !important;
  }
  
  /* Remove default styles */
  .shop-product-box-img .slick-dots li {
    margin: 0;
    height:auto;
    width:auto;
  }
  
  /* Hide dots beyond the 3rd one - show only first 3 dots max */
  .shop-product-box-img .slick-dots li:nth-child(n+4) {
    display: none !important;
  }
  
  /* Dot button */
  .shop-product-box-img .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    background: #ffffff;
    opacity: 1;
    border: 0;
    transition: 0.3s ease;
  }
  
  .shop-product-box-img .slick-dots li button::before{
    display:none;
  }
  
  /* Active dot */
  .shop-product-box-img .slick-dots li.slick-active button {
    background: #C82828; /* red color */
  }

  .shop-product-box-img:hover .badge{
    display:flex;
}

.shop-product-box-img:hover .product-action{
    display:flex;
}

.shop-product-box-img:hover .product-nav{
     display:flex;
}

.shop-product-box-img:hover .shop-now{
    display:flex;
}

.shop-product-box-img:hover .slick-dots{
    bottom:60px;
}

/* Pagination */
.shop-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px !important;
    margin-top: 73px !important;
    grid-column: span 3 / span 3;
    grid-row-start: 2;
}

.shop-pagination.hidden,
.shop-pagination[style*="display: none"] {
    display: none !important;
}

.shop-pagination ul.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.shop-pagination ul.pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-pagination ul.pagination li a,
.shop-pagination ul.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2c2c2e !important;
    text-decoration: none !important;
    font-family: "Public Sans";
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.shop-pagination ul.pagination li:hover {
    border-color: #C13538 !important;
}

.shop-pagination ul.pagination li:hover a,
.shop-pagination ul.pagination li:hover span {
    color: #C13538 !important;
}

.shop-pagination ul.pagination li.active {
    background: #C13538 !important;
    border-color: #C13538 !important;
}

.shop-pagination ul.pagination li.active span,
.shop-pagination ul.pagination li.active:hover span {
    color: #FFF !important;
}

/* Ellipsis — clickable "jump to page" */
.shop-pagination ul.pagination li.page-ellipsis { cursor: pointer; }
.shop-pagination ul.pagination li.page-ellipsis:hover { border-color: #C13538 !important; }
.shop-pagination ul.pagination li.page-ellipsis span { color: #848688 !important; letter-spacing: 1px; }
.shop-pagination ul.pagination li.page-ellipsis.is-editing { padding: 0; width: 56px; border-color: #C13538 !important; }
.shop-pagination ul.pagination li.page-ellipsis .iak-page-jump {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2e;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}
.shop-pagination ul.pagination li.page-ellipsis .iak-page-jump::-webkit-outer-spin-button,
.shop-pagination ul.pagination li.page-ellipsis .iak-page-jump::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.shop-pagination ul.pagination li.disabled { opacity: .45; }
.shop-pagination ul.pagination li.disabled:hover { border-color: #CFD6DC !important; }
.shop-pagination ul.pagination li.disabled span { color: #2c2c2e !important; }

.shop-pagination ul.pagination li.active:hover {
    background: #D13B27 !important;
    border-color: #D13B27 !important;
}

.shop-pagination ul.pagination li.active:hover span {
    color: #FFF !important;
}

/* Icon-only Previous / Next buttons (SVG chevrons, square 40px) */
.shop-pagination ul.pagination li .iak-pg-ico {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

@media(max-width:1200px){
    /* .shop-banner-part{
        margin: 75px 0 0 0;
    } */
    .shop-products-wrap.dropdown-open .shop-products{
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-products{
        grid-template-columns: repeat(3, 1fr);
    }

}
/* Responsive */

@media(max-width:1024px){
    .shop-banner-part {
        margin: 78px 0 0 0;
    }
}

@media(max-width:992px){
    .page-breadcrumb {
        margin-bottom: 30px;
    }

    .shop-banner h1{
        font-size: 45px;
    }
    
    .shop-banner{
        padding: 0 60px;
    }

    .shop-products{
        margin-top: 0;
    }

    /* Force collapse sidebar layout below 992px */
    .shop-products-wrap.dropdown-open {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        align-items: center;
    }

    .shop-products-wrap.dropdown-open .shop-products-head {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .shop-products-wrap.dropdown-open .shop-category-products-head {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .shop-products-wrap.dropdown-open .shop-ct {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
    }

    .shop-products-wrap.dropdown-open .shop-fillter {
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 0;
        position: static;
    }

    .shop-products-wrap.dropdown-open .shop-products {
        grid-column: auto;
        grid-row: auto;
    }

    /* Keep grid at 4 columns when collapsed */
    .shop-products-wrap.dropdown-open .shop-products {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        margin-top: 0;
    }

    /* Responsive grid - 3 columns on tablet */
    .shop-products {
        grid-template-columns: repeat(2, 1fr);
    }
    .shop-product-content-top h3{
        font-size: 20px;
    }
    .shop-product-ammount p{
        font-size: 20px;
    }
    .shop-product-ammount del{
        font-size: 16px;
    }
    
}

@media(max-width:768px){
    .shop-product{
        padding-bottom: 60px;
    }
    .shop-banner-part{
        margin: 63px 0 0 0;
    }
    .shop-banner{
        min-height: 300px;
        padding: 0 30px;
        border-radius: 20px;
    }
    .shop-banner{
        padding: 0 60px;
    }

    /* Responsive grid - 2 columns on mobile */
    .shop-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .shop-products-wrap.dropdown-open .shop-products {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}

@media(max-width:576px){
    .shop-banner-part{
        padding: 20px 0 60px 0;
        margin: 54px 0 0 0;
    }
    .shop-banner{
        justify-content: center;
        padding: 0 20px;
        min-height: 200px;
        border-radius: 10px;
    }

    .shop-banner h1{
        text-align: center;
        font-size: 40px;
    }

    .shop-ct-title h3{
        font-size: 20px;
    }

    .shot-dropdown-list li a {
        font-size: 20px;
        word-wrap: break-word;
    }

    .shop-ct{
        width: 100%;
    }

    .sub-dropdown li a{
        font-size: 16px;
    }

    /* Responsive grid - 1 column on very small screens */
    .shop-products {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .shop-products-wrap.dropdown-open .shop-products {
        grid-template-columns: 1fr;
    }

    /* Pagination responsive */
    .shop-pagination {
        margin-top: 40px !important;
        gap: 6px !important;
    }

    .pagination-prev,
    .pagination-next,
    .pagination-number {
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }
    .shop-pagination ul.pagination{
        gap:0;
        font-size: 14px;
    }
    .shop-pagination ul.pagination li{
        width: 30px;
        height: 30px;
    }
}

/* Coming Soon Empty State */
.coming-soon-empty {
    text-align: center;
    padding: 80px 20px;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-empty > div {
    max-width: 500px;
    margin: 0 auto;
}

.coming-soon-empty svg {
    margin: 0 auto 30px;
    display: block;
    opacity: 0.4;
}

.coming-soon-empty h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1F1F1F;
    margin: 0 0 15px 0;
}

.coming-soon-empty p {
    font-size: 16px;
    color: #717171;
    margin: 0 0 35px 0;
    line-height: 1.6;
}

.coming-soon-empty a {
    display: inline-block;
    padding: 14px 35px;
    background-color: #D13B27;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
}

.coming-soon-empty a:hover {
    background-color: #b8321f;
    transform: translateY(-2px);
}
