    .swiper {
    width: 100%;
    padding: 10px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background-color: rgba(0, 0, 0, 0.0) !important;
  z-index: 1;
}
.product .text {
        min-height: 40px;
        text-align: center;
        display: flex;
        padding: 10px;
        overflow: hidden;
        flex-direction: column;
        justify-content: center;
    }
.image-photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.categories-title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

/* Enhanced 'Trending Now' / section small-title style */
.categories-title {
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 2.4rem; /* larger than before */
  line-height: 1.05;
  font-weight: 800;
  color: #0f1720;
  text-transform: none;
  margin-bottom: 35px;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
}
.categories-title::after {
  content: '';
  display: block;
  width: 72px;       /* gold bar length */
  height: 6px;       /* thickness */
  border-radius: 4px;
  margin: 10px auto 0 auto;
  background: linear-gradient(90deg,#D4AF37,#C99F2E);
  opacity: 1;
}

@media (max-width: 768px) {
  .categories-title { font-size: 2rem; }
  .categories-title::after { width: 56px; height: 5px; margin-top: 8px; }
}

  


/* Swiper Navigation */
.swiper-button-prev, .swiper-button-next {
  color: #222 !important;
   width: 60px;
  height: 60px;
  padding: 0 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
   transition: transform 0.12s ease, box-shadow 0.12s ease;
  z-index: 10;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  transform: translateY(-2px) scale(1.03);
 }
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #222;
}

/* Banner / Bootstrap carousel controls (desktop slider) */
.carousel-control {
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  color: #222;
  text-decoration: none;
  z-index: 60; /* above overlay */
  transition: transform 0.12s ease;
  pointer-events: auto;
}
.carousel-control:hover { transform: translateY(-50%) scale(1.03); box-shadow: none !important; }
.carousel-control .fa { font-size: 22px; line-height: 1; color: #222; }

/* Make sure left/right controls are positioned slightly inside the carousel */
.carousel-control.left { left: 12px; }
.carousel-control.right { right: 12px; }

/* Ensure controls remain clickable even if overlay stretches across */
.carousel .carousel-control { position: absolute; }
/* Larger arrows on wider screens */
@media (min-width: 1200px) {
  .swiper-button-prev, .swiper-button-next {
    width: 56px;
    height: 56px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 28px !important;
  }
}
/* Slightly smaller on small screens to preserve layout */
@media (max-width: 480px) {
  .swiper-button-prev, .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
  }
}
.pb_70{
    padding-bottom: 0px !important ;
}
    
    @media only screen and (min-width: 992px) {
    /* .product .text {
        min-height: 70px;
        height: 70px !important;
    } */
}
.innerrr {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.3s ease;
        /* height: 100%; */
       
    }
    
    .innerrr:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    .thumb {
        position: relative;
        height: 80%;
        overflow: hidden;
    }
    .product .item .thumb .photo {
        width: 100%;
        height: 310px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .photo {
        width: 100%;
        height: 310px;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .innerrr:hover .photo {
        transform: scale(1.1);
    }
       .text {
        padding: 15px;
        text-align: center;
        height: revert;
        display: contents;
        flex-direction: column;
        justify-content: center;
        background-color: white !important;
    }

    .text h3 {
        font-family: Garamond, serif;
        /* Use Garamond as the primary font */
        font-size: 18px;
        /* Adjust the size to your preference */
        font-weight: bold;
        /* Make the text bold */
        color: #333;
        /* A dark gray color for good readability */
        text-decoration: none;
        /* Remove underline */
        transition: color 0.3s ease;

    }

    .text h3 a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .text h3 a:hover {
        color:#333;
    }

    .text h4 {
        margin: 0;
        font-size: 0.95rem;
        color: #666;
    }

  
        .current-price {
    color: #007bff;
    font-weight: bold;
    font-size: 1.5rem;
}
   

    .old-price {
        color: #999;
        margin-left: 8px;
    }
    #swiper-wrapper-81af328224e2b53e{
        justify-content: center ;
    }

    /* Skeleton Loader Base */
.skeleton {
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: skeleton-loading 1.5s infinite;
}
@keyframes skeleton-loading {
  0% {
    left: -150px;
  }
  100% {
    left: 100%;
  }
}

/* Specific skeleton sizes for product card parts */
.skeleton-photo {
  width: 100%;
  height: 200px;
}
.skeleton-title {
  width: 80%;
  height: 20px;
  margin: 10px 0;
}
.skeleton-price,
.skeleton-old-price {
  width: 40%;
  height: 16px;
  margin: 5px 0;
}



/* === DESKTOP CATEGORY TABS === */
.category-tabs.desktop-only {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.category-tabs.desktop-only .tabs {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.category-tabs.desktop-only .tab {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.category-tabs.desktop-only .tab:hover {
  background-color: #ebebeb;
}

.category-tabs.desktop-only .tab.active {
  background-color: #d3ae36;
  color: white;
  border-color: #d3ae36;
}
/* Hide desktop tabs on small screens */
@media (max-width: 768px) {
  .category-tabs.desktop-only {
    display: none !important;
  }
}

/* Prevent full-width tab expansion before Swiper initializes */
.swiper-slide.category-tab {
  flex-shrink: 0;
  width: auto !important;
  max-width: 80vw; /* Optional: prevents overflow for long names */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
}
@media (max-width: 768px) {
  .swiper.category-swiperr .swiper-slide.category-tab {
    width: auto;
    min-width: 120px;
    text-align: center;
  }
}

/* Full-Width Parallax Design */
.promo-parallax {
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.promo-parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    pointer-events: none;
}

.promo-parallax-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5rem 0;
}

.promo-parallax-inner {
    max-width: 800px;
    color: white;
}

.promo-parallax-subtitle {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    color: rgba(255,255,255,0.8);
}

.promo-parallax h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.promo-parallax p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.promo-parallax-btns {
    display: flex;
    gap: 1rem;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2rem;
    background: #fff;
    color: #222;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2rem;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        background-color: #ffffff6e;
    color: white;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
}


@media (max-width: 768px) {
    .promo-parallax {
        min-height: 400px;
        background-attachment: scroll;
    }
    
    .promo-parallax h2 {
        font-size: 2.5rem;
    }
    
    .promo-parallax-btns {
        flex-direction: column;
    }
}

.slide_vertical_up {
    /* Position content towards top */
    justify-content: flex-start;
    padding-top: 50px; /* Adjust as needed */
}

.slide_vertical_down {
    /* Position content towards bottom */
  padding-top: 200px;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .category-tabs .tabs{
     display: flex;
    justify-content: center;
    list-style: none;
    padding: none; 
     margin: none;  
   
    flex-wrap: nowrap;
  overflow-x: none;
    }
}



/* Swiper Navigation */
.swiper-button-prev, .swiper-button-next {
    color: black !important;
    background: none !important;
    padding: 10px;
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: black;
}

 #productsWrapper.swiper-wrapper {
     margin-bottom: 30px;
 }
 
 .promo-swiper .swiper-wrapper{
       margin-bottom: 30px;
 }
 .sale-wrapper{
       margin-bottom: 30px;
 }
/* Force center alignment for Swiper's wrapper */
@media (min-width: 768px) {
    /* Force center alignment for Swiper's wrapper on laptops and larger */
    #productsWrapper.swiper-wrapper {
        display: flex !important;
        /*justify-content: center !important;*/
        align-items: stretch; /* or center, if you prefer vertical centering */
        flex-wrap: nowrap;
    }
}
/*.text-muted{*/
/* font-size: 1.1rem !important;*/
/*}*/



/* Wrapper for swiper - ensures no overflow */
.category-swiper-wrapper {
  width: 100%;
  overflow: hidden;
}

/* Ensure swiper takes full width */
.category-swiperr {
  width: 100%;
}
/* Ensure last tab is not cut off */
.category-swiperr .swiper-wrapper {
  padding-right: 0 !important; /* Remove padding that causes cutoff */
  margin-right: 16px; /* Ensures last slide gets space */
  box-sizing: content-box; /* Prevent overflow clipping */
}

/* Ensure slides don't overflow screen */
.category-swiperr .swiper-slide {
  box-sizing: border-box;
  margin-right: 10px; /* optional spacing between tabs */
}

/* Swiper wrapper must be single-line and not wrap */
.category-swiperr .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding-right: 16px; /* Prevents last item cutoff */
}

/* Individual category tab */
.category-tab {
  padding: 10px 20px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #f5f5f5;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.3s;
}

/* Active tab */
.category-tab.active {
  background-color: #d3ae36;
  color: white;
  border-color: #d3ae36;
}










/* --- MAIN TABS CONTAINER --- */
.category-tabs {
  width: 100%;
  margin-bottom: 20px;
}

/* --- SWIPER WRAPPER --- */
.category-swiper-wrapper {
  width: 100%;
  overflow: hidden;
}

/* --- SWIPER CONTAINER --- */
.category-swiperr {
  width: 100%;
  padding: 10px 0;
}

/* --- SWIPER WRAPPER ROW --- */
.category-swiperr .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding-right: 16px; /* ensures space at end */
}

/* --- INDIVIDUAL TABS --- */
.category-tab {
  padding: 10px 20px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #f5f5f5;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.3s;
  text-align: center;
}

.category-tab.active {
  background-color: #d3ae36;
  color: white;
  border-color: #d3ae36;
}

/* --- SWIPER NAV BUTTONS --- */
.swiper-button-prev, .swiper-button-next {
  color: black !important;
  background: none !important;
  padding: 10px;
  border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: black;
}

/* --- RESPONSIVE MOBILE STYLING --- */
@media (max-width: 768px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }

  .category-tabs .tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .category-swiper-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.promo-card img {
  height: 300px; /* adjust to your liking, 300px looks good */
  object-fit: fill; /* ensures the image covers without stretching */
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Increase the promo content text sizes */
 .promo-content {
  padding: 15px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

 .promo-content h5 {
  font-size: 18px; /* bigger product name */
  font-weight: 600;
  margin-bottom: 10px;
}

 .promo-content p {
  font-size: 14px; /* bigger description */
  color: #555;
  margin-bottom: 10px;
}

.price-section {
  font-size: 16px; /* bigger price */
}

 .price-section del {
  color: #999;
  margin-right: 8px;
}

.price-section span {
 font-weight: bolder;
   color: black;
}


.popular-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(to right, #ff9d2f, #ff6126);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px 6px 10px;
    border-radius: 999px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Segoe UI', Roboto, sans-serif;
}



/* Hover effect */
.promo-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
  
/* Skeleton base */
.skeleton {
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: skeleton-loading 1.5s infinite;
}
@keyframes skeleton-loading {
  0% { left: -150px; }
  100% { left: 100%; }
}
.skeleton-photo { width: 100%; height: 200px; }
.skeleton-title { width: 80%; height: 20px; margin: 10px 0; }
.skeleton-price, .skeleton-old-price { width: 40%; height: 16px; margin: 5px 0; }

/* Fade-in transition */
.featured-loaded .skeleton-card { display: none; }
.featured-loaded .real-card { opacity: 1; transition: opacity 0.3s ease; }
.real-card { opacity: 0; }
 @media (min-width: 992px) {
  /* Layout fixes for swiper skeletons */
  .featured-carousel-wrapper .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}

.featured-carousel-wrapper .swiper-slide {
  flex-shrink: 0;
  max-width: 300px;
}
.featured-carousel-wrapper .skeleton-card {
  max-width: 300px;
  margin-right: 10px;
}
.featured-carousel-wrapper .swiper {
  padding-left: 10px;
  padding-right: 10px;
}

/* Center when 1ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“2 products */
.swiper-wrapper.centered-slides {
  justify-content: center !important;
  display: flex !important;
}

.newD {
      font-size: 14px !important; 
  color: #555 !important;
  margin-bottom: 10px !important;
}

/* Glass Morphism Design */
.promo-glass-container {
    padding: 2rem 0;
    perspective: 1000px;
}

.promo-glass-card {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(16px);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transform-style: preserve-3d;
    transition: all 0.5s ease;
}

.promo-glass-card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

.promo-glass-content {
    position: relative;
    z-index: 2;
    color: white;
}

.promo-glass-badge {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background: rgba(255,255,255,0.2);
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.promo-glass-card h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.promo-glass-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.promo-glass-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: white;
    color: #222;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.promo-glass-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.promo-glass-blob {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.7;
    z-index: 1;
}

.promo-rank-first .promo-glass-blob {
    background: linear-gradient(135deg, #667eea, #764ba2);
    right: -100px;
    top: -100px;
}

.promo-rank-second .promo-glass-blob {
    background: linear-gradient(135deg, #f093fb, #f5576c);
    left: -100px;
    bottom: -100px;
}

.promo-rank-third .promo-glass-blob {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
    right: -100px;
    bottom: -100px;
}


/* Skeleton styles */
.skeleton {
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: skeleton-loading 1.5s infinite;
}
@keyframes skeleton-loading {
  0% { left: -150px; }
  100% { left: 100%; }
}
.skeleton-photo { width: 100%; height: 200px; }
.skeleton-title { width: 80%; height: 20px; margin: 10px 0; }
.skeleton-price, .skeleton-old-price { width: 40%; height: 16px; margin: 5px 0; }

/* Fade transition */
.latest-loaded .skeleton-card { display: none; }
.latest-loaded .real-card { opacity: 1; transition: opacity 0.3s ease; }
.real-card { opacity: 0; }

/* Center slides if 1 or 2 */
.swiper-wrapper.centered-slides {
    justify-content: center !important;
    display: flex !important;
}

/* Skeleton styles */
.skeleton {
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: skeleton-loading 1.5s infinite;
}
@keyframes skeleton-loading {
  0% { left: -150px; }
  100% { left: 100%; }
}
.skeleton-photo { width: 100%; height: 200px; }
.skeleton-title { width: 80%; height: 20px; margin: 10px 0; }
.skeleton-price, .skeleton-old-price { width: 40%; height: 16px; margin: 5px 0; }

/* Prevent skeleton slides from stretching */
.skeleton-card {
  max-width: 300px;
  flex-shrink: 0;
}

/* Fade in real cards */
.popular-loaded .skeleton-card { display: none; }
.popular-loaded .real-card { opacity: 1; transition: opacity 0.3s ease; }
.real-card { opacity: 0; }

/* Center if 1ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“2 products */
.swiper-wrapper.centered-slides {
  justify-content: center !important;
  display: flex !important;
}


  .swiper-wrapper:has(.swiper-slide:last-child:nth-child(1)),
.swiper-wrapper:has(.swiper-slide:last-child:nth-child(2)) {
    justify-content: center;
}
.text h3 {
    font-family: Garamond, serif;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left !important;

}

.current-price {
    color: #007bff !important;
    font-weight: bold;
}
.text del {
    color: #9d9d9d !important;
}
.product .item .thumb .photo{
    background-size: cover;
}
@media (max-width: 991px) {
    .product .item .thumb .photo {
        max-height: 480px !important;
    }
}
.text h3 {
    font-family: Garamond, serif;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}
.text h4 {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
}

/* === Modern Clothes Shop Enhancements & Equal-Height Cards === */

:root{
  --primary:#d3ae36;
  --muted:#6b6b6b;
  --card-bg:#ffffff;
  --soft-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

body, .product, .promo-content, .promo-card, .innerrr {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #222;
}

/* Headline style */
.headline h2{ 
  font-size:2rem;
  letter-spacing:1px;
  font-weight:700;
  color:var(--primary);
  text-transform:uppercase;
}
.headline h3{ 
  font-size:1.5rem;
  color:var(--muted);
  margin-top:6px;
}

/* Make all swiper slides stretch to same height and cards equal */
.swiper .swiper-wrapper { align-items: stretch; }
.swiper-slide { display:flex; align-items:stretch; }

/* Ensure inner card fills slide height */
.innerrr, .promo-card, .real-card, .promo-swiper .real-offer .promo-card {
  display:flex;
  flex-direction:column;
  height:100%;
  background:var(--card-bg);
  box-shadow:var(--soft-shadow);
  border-radius:12px;
  overflow:hidden;
}

/* Image area fixed height but responsive */
.innerrr .photo, .promo-card img, .promo-card .photo {
  width:100%;
  height:260px;
  object-fit:cover;
  background-size:cover;
  background-position:center;
  flex:0 0 auto;
}

/* Content area grows to fill remaining space */
.promo-content, .text, .innerrr .promo-content, .innerrr .text {
  padding:16px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  flex:1 1 auto;
}

.promo-content h5, .text h3 { font-size:1.05rem; margin:0 0 8px 0; color:#111; }
.promo-content p, .text p { color:var(--muted); font-size:0.95rem; margin:0 0 12px 0; }

/* Price stuck to bottom */
.promo-content .price-section, .text .price-section { margin-top:auto; }

/* Buttons and badges */
.btn-primary { background:var(--primary); color:#fff; border:none; }
.btn-primary:hover { background:#c12424; color:#fff; }

/* Smaller screens adjustments */
@media (max-width: 768px) {
  .innerrr .photo, .promo-card img { height:200px; }
  .swiper-slide { padding:8px 6px; }
  .promo-parallax h2 { font-size:2rem; }
  .headline h2 { font-size:1.4rem; }
}

/* utility: cap card width for desktop */
.swiper-slide .innerrr { max-width:340px; margin:0 auto; }

/* ensure skeletons match real-card sizes */
.skeleton-card, .real-card { display:flex; align-items:stretch; }
.skeleton-card .skeleton-photo { height:260px; }

/* subtle hover lift */
.innerrr:hover, .promo-card:hover { transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,0.12); }

/* === Classier Card Styling, Gold Names, Bigger Price, Hide Short Description === */

/* Make product name gold and elegant */
.promo-content h5, .text h3, .NameLineClamp {
  color: #D4AF37 !important; /* classic gold - forced */
  text-shadow: 0 1px 0 rgba(255,255,255,0.18), 0 6px 18px rgba(0,0,0,0.07);
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  letter-spacing: 0.2px;
}

/* Ensure anchor text inside titles also shows gold */
.promo-content h5 a,
.promo-content h5 a:visited,
.text h3 a,
.text h3 a:visited,
.NameLineClamp a,
.NameLineClamp a:visited {
  color: #D4AF37 !important;
  text-decoration: none;
}

/* Hide the short description on cards for a cleaner look */
.promo-content p, .text p {
  display: none !important;
}

/* Emphasize price: larger, darker and spaced */
.promo-content .price-section span, .text .price-section span {
  font-size: 1.6rem;
  color: #111;
  font-weight: 900;
}

/* Classy card surface: subtle border, softer shadow, slightly translucent background */
.innerrr, .promo-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,250,250,0.98));
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 10px 30px rgba(14, 21, 47, 0.06);
}

/* Add a thin divider above the price */
.promo-content .price-section { border-top: 1px solid rgba(0,0,0,0.05); padding-top: 10px; margin-top: 12px; }

/* Tighter card padding for a premium feel */
.promo-content, .text { padding: 18px; }

/* Mobile adjustments keep descriptions hidden but scale sizes */
@media (max-width: 768px) {
  .promo-content .price-section span { font-size: 1.15rem; }
  .promo-content h5, .text h3 { font-size: 1.12rem; }
}

/* === Section header to match provided layout === */
.headline { text-align: center; margin-bottom: 28px; }
.headline h2 { display:block; margin: 0 auto 8px auto; }
.headline h2 + h3 { margin-top: 6px; color: #777; font-weight: 500; }
.headline h2 { text-transform: uppercase; }

/* Remove older small underline (we'll use a gold bar under the H2 instead) */
.headline { position: relative; }
.headline::after { display: none; }

/* Product card tweaks to match image */
.promo-content, .text { text-align: left; }
.promo-content h5, .text h3 { margin: 14px 0 6px 0; border-bottom: 1px solid rgba(0,0,0,0.06); padding-bottom: 8px; }
.promo-content h5.NameLineClamp { display: block; }
.promo-content .brand { display:block; text-transform: uppercase; font-size: 12px; color: #777; margin-top: 8px; }

/* Price line: old price left (muted), new price right (bold) */
.promo-content .price-section { display:flex; gap:10px; align-items:center; }
.promo-content .price-section del { color: #999; margin-right: 8px; }
.promo-content .price-section span { color: #111; margin-left: auto; }

/* Hide color swatches/dots if present anywhere */
.product .color-dots, .product .product-colors, .product .color-swatch, .color-dot, .swatch, .product .swatches, .promo-content .swatches { display: none !important; }

/* Center the product grid similar to the screenshot with generous image spacing */
.featured-carousel-wrapper .swiper-slide, .trending-carousel .swiper-slide, .popular-carousel-wrapper .swiper-slide, .latest-carousel-wrapper .swiper-slide {
  padding: 0 18px;
}

/* Make image area larger to match screenshot */
.thumb .photo, .photo { height: 280px; }

/* New card layout: image-first, transparent background, name+price below */
/* Remove boxed card look for product/promo cards */
.promo-card, .real-card, .innerrr, .product-card, .product .card, .promo-content {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  position: relative; /* enable absolute-positioned badges */
}

/* Make image the prominent top element */
.promo-card .thumb, .real-card .thumb, .product-card .thumb, .thumb, .promo .thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.thumb img, .photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* Name and price directly below the image, no background */
.promo-content, .text {
  background: transparent !important;
  padding: 8px 6px 0 6px;
  text-align: center;
}
.promo-content h5, .text h3, .promo-content .NameLineClamp {
  background: transparent !important;
  display: block;
  margin: 6px 0 4px;
  font-size: 1.25rem; /* increased name size */
  line-height: 1.15;
  color: #D4AF37;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.promo-content .brand { display:block; text-transform: uppercase; font-size: 12px; color: #777; margin-top: 6px; }

/* Price line centered and prominent */
.promo-content .price-section {
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 8px;
  border-top: none;
  padding-top: 6px;
}
.promo-content .price-section del { color: #999; margin-right: 6px; font-size: 0.95rem; }
.promo-content .price-section span { font-size: 1.6rem; font-weight: 800; color: #111; margin-left: 0; }

/* Remove extra paddings inside card bodies */
.promo-card .card-body, .real-card .card-body { padding: 0; }

/* Keep swiper slides and cards stretching for equal heights */
.swiper-slide { display: flex; align-items: stretch; }
.swiper-slide .promo-card, .swiper-slide .real-card { display: flex; flex-direction: column; width: 100%; }

/* Mobile adjustments */
@media (max-width: 768px) {
  .thumb img, .photo img { height: 220px; }
  .promo-content h5, .text h3 { font-size: 1.12rem; }
  .promo-content .price-section span { font-size: 1.25rem; }
}

/* Discount badge (circle) top-left of card */
.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg,#e74c3c,#c0392b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  z-index: 30;
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

@media (max-width: 768px) {
  .discount-badge { width: 40px; height: 40px; font-size: 1.2rem; top: 8px; left: 8px; }
}



/* === Bigger, Modern Titles & Card Text === */

/* Hero / Section Titles */
.headline h2 {
  font-size: 2.8rem; /* large main title */
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0.6px;
  margin: 0 auto 8px auto;
  color: #0f1720; /* dark title color */
  text-transform: none; /* don't force uppercase unless desired */
  position: relative;
  display: inline-block;
}
.headline h2::after {
  content: '';
  display: block;
  height: 6px;            /* thickness of gold line */
  width: 84px;           /* length of gold line */
  border-radius: 4px;
  background: linear-gradient(90deg,#D4AF37,#C99F2E); /* gold gradient */
  margin: 10px auto 0 auto; /* center under title */
  opacity: 1;
}
.headline h3 {
  font-size: 1.05rem; /* description size */
  color: var(--muted);
  font-weight: 500;
  text-transform: none;
  margin-top: 12px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* Promo hero title slightly stronger */
.promo-parallax h2 {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: none;
}

/* Card text increase */
.promo-content h5, .text h3 {
  font-size: 1.4rem; /* larger product name/title */
  font-weight: 800;
  color: #111;
  line-height: 1.15;
}
.promo-content p, .text p {
  font-size: 1.12rem; /* larger description */
  color: var(--muted);
}

.price-section { font-size: 1.25rem; }
.price-section span { font-size: 1.35rem; font-weight: 900; color: #111; }

/* Slightly increase the small product name clamp */
.NameLineClamp { font-size: 1.15rem; font-weight:700; }

/* Make buttons bolder and a little larger */
.btn-primary { padding: 0.9rem 1.6rem; font-size: 1rem; font-weight:700; border-radius: 999px; }

/* Responsive scale down */
@media (max-width: 768px) {
  .headline h2 { font-size: 1.6rem; }
  .promo-parallax h2 { font-size: 2.2rem; }
  .promo-content h5, .text h3 { font-size: 1.15rem; }
  .promo-content p, .text p { font-size: 1rem; }
  .price-section span { font-size: 1.08rem; }
  .NameLineClamp { font-size: 1.02rem; }
}

/* Final override for price typography: classy serif, tabular numbers, tightened spacing */
.price-section span, .promo-content .price-section span, .text .price-section span {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
  font-variant-numeric: tabular-nums;
  -webkit-font-variant-numeric: tabular-nums;
  font-weight: 800 !important;
  letter-spacing: 0.6px;
  color: #0f1720 !important;
}

/* Slightly smaller old price with serif fallback */
.price-section del, .promo-content .price-section del {
  font-family: Georgia, 'Times New Roman', serif !important;
  color: #8d8d8d !important;
  font-size: 0.95rem;
}

/* If you'd like the currency symbol smaller, wrap it in .currency */
.price-section span .currency { font-size: 0.65em; vertical-align: super; margin-right: 3px; opacity: 0.95; }

/* Mobile-specific fix: allow cards to be full-width and make image responsive */
@media (max-width: 768px) {
  /* Remove fixed max-width applied for desktop slides */
  .swiper-slide .innerrr, .swiper-slide .promo-card, .swiper-slide .real-card, .swiper-slide .product-card {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Reduce horizontal padding so image spans edge-to-edge inside the slide */
  .swiper-slide { padding: 0 8px !important; }

  /* === MOBILE: Equal-height product/promo cards & consistent image handling === */
  /* Force slides to stretch and cards to have a predictable height so they match visually */
  .swiper-slide { display:flex; align-items:stretch; }
  .swiper-slide .innerrr,
  .swiper-slide .promo-card,
  .swiper-slide .real-card,
  .swiper-slide .product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 440px; /* fixed mobile card height - adjust if you prefer a different size */
    min-height: 420px;
    max-height: 480px;
    overflow: hidden;
  }

  /* Image area: ensure cover and consistent heights */
  .swiper-slide .innerrr .photo,
  .swiper-slide .promo-card .photo,
  .swiper-slide .real-card .photo,
  .swiper-slide .product-card .photo,
  .swiper-slide .thumb {
    height: 55%; /* image portion of the card */
    min-height: 220px;
    max-height: 260px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }

  /* For images used with <img> tags */
  .thumb img, .photo img {
    width: 100% !important;
    height: auto !important; /* allow natural aspect but cap via container */
    max-height: 260px !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* Content area occupies remaining space and pins price at bottom */
  .swiper-slide .promo-content,
  .swiper-slide .text {
    padding: 12px 14px;
    max-width: 180px !important;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  /* Two-line clamp for product name/title */
  .NameLineClamp, .promo-content h5, .text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.15em;
    max-height: 2.4em;
    margin: 0 0 6px 0;
    font-size: 1rem;
    font-weight: 700;
  }

  /* Hide long short-descriptions on mobile to keep cards compact */
  .promo-content p, .text p { display: none; }

  /* Price area pinned to bottom of the content block */
  .price-section { margin-top: 8px; display:flex; align-items:center; gap:8px; }
  .price-section span, .current-price { font-size: 1.25rem; font-weight: 800; color: #111; }
  .old-price del { font-size: 0.95rem; color: #999; }

  /* Ensure skeleton and real-card occupy full height so they match */
  .skeleton-card, .real-card { height: 100%; display:flex; flex-direction:column; }

  /* Slightly adjust discount badge placement for mobile */
  .discount-badge { top: 10px; left: 10px; transform: none; }

  /* Make CTA buttons easier to tap on mobile */
  .btn-primary, .btn-secondary { padding: 0.6rem 1rem; font-size: 0.95rem; }
/* === Initial-load hiding to avoid one-column skeleton flash === */
/* Hide heavy sections until they're ready (banner remains visible) */
.product, .promo-section, .featured-carousel-wrapper, .latest-carousel-wrapper, .popular-carousel-wrapper {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, visibility 0s linear 260ms;
}

/* Revealed state: make visible and animate up */
.revealed {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition-delay: 0s;
}

/* Ensure banner/promo-parallax stays visible on first paint */
.promo-parallax { visibility: visible; opacity: 1; }


  /* Make photo containers adapt height and span full width */
  .innerrr .photo, .promo-card img, .promo-card .photo, .photo {
    width: 100% !important;
    max-width: 180px !important;
    height: auto !important;
    min-height: 180px; /* keep reasonable visual height */
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    display: block;
  }

  /* Ensure promo-content remains readable under the image */
  .promo-content, .text { padding-left: 10px; padding-right: 10px; }

  /* Stronger mobile image/content overrides to avoid white gaps and ensure full-width images */
  .swiper-slide .thumb, .swiper-slide .photo, .thumb, .photo {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    width: 100% !important;
    background-color: transparent !important;
  }

  /* Force images to fill their container and avoid extra whitespace */
  .thumb img, .photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  /* Center titles and price, remove unnecessary bottom borders on mobile */
  .promo-content, .text { text-align: center !important; padding: 10px 12px !important; }
  .promo-content h5, .text h3 { border-bottom: none !important; padding-bottom: 0 !important; margin: 6px 0 4px; }
  .promo-content h5 a, .text h3 a { display:inline-block; }

  /* Keep price compact and centered */
  .price-section { justify-content: center !important; gap: 6px; margin-top: 6px; }
  .price-section span, .current-price { font-size: 1.15rem !important; font-weight: 800 !important; }
  .old-price del { font-size: 0.9rem !important; }

  /* Remove extra top/bottom spacing that can push the image away */
  .innerrr, .promo-card, .real-card { padding: 0 !important; }

}

/* Mobile safety-fallback: if reveal events miss, make real cards visible */
@media (max-width: 768px) {
  /* Ensure product containers are visible */
  .product, .promo-section, .featured-carousel-wrapper, .latest-carousel-wrapper, .popular-carousel-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* Make slides align to the top so they don't stretch vertically */
  .swiper, .swiper-wrapper { align-items: flex-start !important; }
  .swiper-slide { align-items: flex-start !important; }

  /* Ensure inner card doesn't stretch to full height */
  .innerrr { height: auto !important; min-height: 0 !important; }

  /* Force a sane image height on mobile and ensure background shows */
  .innerrr .photo, .promo-card img, .promo-card .photo, .photo {
    height: 260px !important;
    min-height: 120px !important;
    background-size: cover !important;
    background-position: center center !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* Keep promo-content visible and readable */
  .promo-content, .text { display: block !important; color: inherit !important; }

  /* Show real cards and hide skeletons on mobile to avoid ghosting */
  .real-card { opacity: 1 !important; display: flex !important; }
  .skeleton-card { display: none !important; }

  /* Also ensure swiper slides and inner cards are sized correctly */
  .swiper-slide .innerrr, .swiper-slide .promo-card, .swiper-slide .real-card {
    max-width: 100% !important;
    width: 100% !important;
  }
}

