/* ==========================================================================
   KANVII FASHION - Luxury Aesthetic Override
   Complete visual polish for premium fashion e-commerce feel
   ========================================================================== */

/* ---- Global Polish ---- */
body {
    font-size: 15px;
    color: #2d2d3a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FFFFFF;
}

::selection {
    background: rgba(200,101,143,0.15);
    color: #1a1a2e;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.container {
    max-width: 1280px;
    padding: 0 24px;
}

/* ---- Top Bar Luxe ---- */
.top-bar {
    background: linear-gradient(90deg, #1a1a2e 0%, #2d132c 100%);
    padding: 8px 0;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.top-bar__link {
    color: rgba(255,255,255,0.75);
    transition: color 0.3s;
}

.top-bar__link:hover {
    color: #C9A96E;
}

.top-bar__marquee {
    color: rgba(255,255,255,0.85);
}

.top-bar__marquee .fa-shipping-fast {
    color: #C9A96E;
}

.top-bar__social-link {
    color: rgba(255,255,255,0.6);
    transition: all 0.3s;
}

.top-bar__social-link:hover {
    color: #C9A96E;
    transform: translateY(-1px);
}

/* ---- Header Luxe ---- */
.header {
    background: #FFFFFF;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
    padding: 12px 0;
}

.header--sticky {
    box-shadow: 0 4px 30px rgba(0,0,0,0.06);
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.97);
}

.header__logo-img {
    height: 52px !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.08));
}

.header--sticky .header__logo-img {
    height: 40px !important;
}

.header__nav-link {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1a1a2e;
    padding: 8px 16px;
    transition: color 0.3s;
}

.header__nav-link:hover,
.header__nav-item.active .header__nav-link {
    color: #C8658F;
}

.header__nav-link--sale {
    color: #C8658F !important;
    font-weight: 700;
}

.header__action-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    color: #1a1a2e;
    font-size: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.header__action-btn:hover {
    background: #FFF0F3;
    color: #C8658F;
}

.header__badge {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
    background: #C8658F;
    color: white;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ---- Hero Banner Luxe ---- */
.hero-slider {
    min-height: 85vh;
}

.hero-slide {
    background-size: cover;
    background-position: center;
}

.hero-slide__overlay {
    background: linear-gradient(135deg, rgba(26,26,46,0.65) 0%, rgba(26,26,46,0.2) 40%, rgba(200,101,143,0.15) 100%);
}

.hero-slide__label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    color: #C9A96E;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(201,169,110,0.5);
    padding-bottom: 8px;
    margin-bottom: 20px;
    display: inline-block;
}

.hero-slide__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 20px;
    text-shadow: 0 4px 40px rgba(0,0,0,0.3);
}

.hero-slide__subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    max-width: 480px;
    margin-bottom: 36px;
}

.hero-slide__actions .btn {
    padding: 16px 36px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
}

.hero-slide__actions .btn-primary {
    background: linear-gradient(135deg, #C8658F, #A84B73);
    color: white;
    border: none;
    box-shadow: 0 4px 20px rgba(200,101,143,0.4);
}

.hero-slide__actions .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(200,101,143,0.5);
}

.hero-slide__actions .btn-outline-light {
    border: 2px solid rgba(255,255,255,0.4);
    color: white;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(4px);
}

.hero-slide__actions .btn-outline-light:hover {
    background: rgba(255,255,255,0.2);
    border-color: white;
}

/* ---- Features Bar Luxe ---- */
.features-bar {
    padding: 28px 0;
    background: #FAFAFA;
    border-top: 1px solid #f0e6ea;
    border-bottom: 1px solid #f0e6ea;
}

.features-bar__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
}

.features-bar__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFF0F3, #F8E8EE);
    border-radius: 14px;
    color: #C8658F;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(200,101,143,0.1);
}

.features-bar__text h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 1px;
}

.features-bar__text p {
    font-size: 11.5px;
    color: #999;
}

/* ---- Section Headers Luxe ---- */
.section {
    padding: 80px 0;
}

.section__label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    color: #C9A96E;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.section__title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.section__divider {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #C8658F, #C9A96E);
    margin: 0 auto 14px;
    border-radius: 2px;
}

.section__subtitle {
    font-size: 15px;
    color: #999;
    max-width: 450px;
    line-height: 1.6;
}

.section__footer {
    margin-top: 48px;
}

.section__footer .btn {
    padding: 14px 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid #1a1a2e;
    color: #1a1a2e;
    background: transparent;
    transition: all 0.4s;
}

.section__footer .btn:hover {
    background: #1a1a2e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26,26,46,0.2);
}

/* ---- Category Showcase Luxe ---- */
.category-showcase {
    padding: 70px 0;
    background: #FFFFFF;
}

/* Scrollable wrapper */
.category-showcase__scroll-wrapper {
    position: relative;
    margin: 0 -12px;
}

.category-showcase__scroll {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 24px 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.category-showcase__scroll::-webkit-scrollbar {
    display: none;
}

.category-showcase__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid #f0e6ea;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    color: #1a1a2e;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.category-showcase__arrow:hover {
    background: #C8658F;
    color: white;
    border-color: #C8658F;
    box-shadow: 0 6px 20px rgba(200,101,143,0.3);
}

.category-showcase__arrow--left {
    left: 0;
}

.category-showcase__arrow--right {
    right: 0;
}

/* Fallback grid (no longer primary) */
.category-showcase__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
}

.category-showcase__card {
    text-decoration: none;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
    flex-shrink: 0;
    width: 130px;
}

.category-showcase__card:hover {
    transform: translateY(-10px);
}

.category-showcase__image {
    width: 110px;
    height: 110px;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0e6ea;
    box-shadow: 0 8px 30px rgba(200,101,143,0.1);
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
    position: relative;
}

.category-showcase__card:hover .category-showcase__image {
    border-color: #C8658F;
    box-shadow: 0 12px 40px rgba(200,101,143,0.25);
    transform: scale(1.05);
}

.category-showcase__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.category-showcase__card:hover .category-showcase__image img {
    transform: scale(1.15);
}

.category-showcase__overlay {
    position: absolute;
    inset: 0;
    background: rgba(200,101,143,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
    border-radius: 50%;
}

.category-showcase__card:hover .category-showcase__overlay {
    opacity: 1;
}

.category-showcase__explore {
    color: white;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-showcase__name {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    letter-spacing: 0.3px;
}

@media (max-width: 992px) {
    .category-showcase__grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .category-showcase__image { width: 100px; height: 100px; }
}

@media (max-width: 576px) {
    .category-showcase__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .category-showcase__image { width: 85px; height: 85px; }
    .category-showcase__name { font-size: 11px; }
}

/* ---- Product Cards Luxe ---- */
.product-card {
    position: relative;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
    border: 1px solid #f5f0f2;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    box-shadow: 0 20px 50px rgba(26,26,46,0.08), 0 8px 20px rgba(200,101,143,0.06);
    transform: translateY(-8px);
    border-color: transparent;
}

.product-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: linear-gradient(145deg, #f8f6f7, #f0ecee);
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}

.product-card:hover .product-card__image img {
    transform: scale(1.08);
}

/* Hover gradient */
.product-card__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26,26,46,0.5) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 1;
}

.product-card:hover .product-card__image::after {
    opacity: 1;
}

/* Badges */
.badge {
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 6px;
}

.badge--sale {
    background: linear-gradient(135deg, #C8658F, #A84B73);
    color: white;
}

.badge--new {
    background: linear-gradient(135deg, #C9A96E, #A8864A);
    color: white;
}

/* Wishlist heart */
.product-card__wishlist {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    z-index: 3;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.4s;
}

.product-card:hover .product-card__wishlist {
    opacity: 1;
    transform: translateX(0);
}

.product-card__wishlist:hover,
.product-card__wishlist.active {
    color: #C8658F;
    background: #FFF0F3;
    transform: scale(1.1) !important;
}

/* Action buttons on card */
.product-card__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
    z-index: 3;
}

.product-card:hover .product-card__actions {
    transform: translateY(0);
}

.product-card__actions .btn {
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    transition: all 0.3s;
}

.product-card__actions .btn-primary {
    background: rgba(200,101,143,0.92);
    color: white;
    border: none;
}

.product-card__actions .btn-primary:hover {
    background: #C8658F;
}

.product-card__actions .btn-outline {
    background: rgba(255,255,255,0.9);
    color: #1a1a2e;
    border: 1px solid rgba(255,255,255,0.5);
}

.product-card__actions .btn-outline:hover {
    background: white;
}

/* Card info area */
.product-card__info,
.product-card__body {
    padding: 18px 16px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-card__category {
    font-size: 10.5px;
    color: #C9A96E;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 6px;
}

.product-card__name,
.product-card__title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card__name a,
.product-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.product-card__name a:hover,
.product-card__title a:hover {
    color: #C8658F;
}

.product-card__rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #C9A96E;
}

.product-card__rating .far {
    color: #ddd;
}

.product-card__review-count {
    font-size: 11px;
    color: #bbb;
    margin-left: 6px;
}

.product-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: auto;
    flex-wrap: wrap;
}

.price--current,
.product-card__price-current {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
}

.price--original,
.product-card__price-original {
    font-size: 13px;
    color: #bbb;
    text-decoration: line-through;
}

/* ---- Product Grid ---- */
.product-grid {
    display: grid;
    gap: 24px;
}

.product-grid--4 {
    grid-template-columns: repeat(4, 1fr);
}

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

@media (max-width: 992px) {
    .product-grid--4 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .product-grid--4,
    .product-grid--3,
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 480px) {
    .product-grid--4,
    .product-grid--3,
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .product-card__info { padding: 12px 10px 14px; }
    .product-card__name { font-size: 12px; }
    .price--current { font-size: 15px; }
}

/* ---- Promo Banner Luxe ---- */
.promo-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d132c 50%, #1a1a2e 100%);
    padding: 22px 0;
    margin: 0;
}

.promo-banner__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.promo-banner__icon {
    color: #C9A96E;
    font-size: 24px;
    animation: bounce-subtle 2s infinite;
}

@keyframes bounce-subtle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.promo-banner__text {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    letter-spacing: 0.5px;
}

.promo-banner__highlight {
    color: #C9A96E;
    font-weight: 700;
    font-size: 16px;
}

.promo-banner__code {
    background: rgba(201,169,110,0.2);
    border: 1px dashed #C9A96E;
    color: #C9A96E;
    padding: 3px 12px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.btn-gold {
    background: linear-gradient(135deg, #C9A96E, #A8864A);
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201,169,110,0.4);
}

/* ---- Lookbook Banner Luxe ---- */
.lookbook-banner {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF5F7 100%);
}

.lookbook-banner__image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(200,101,143,0.12);
}

.lookbook-banner__label {
    font-family: 'Cormorant Garamond', serif;
    color: #C9A96E;
    letter-spacing: 4px;
    font-size: 13px;
}

.lookbook-banner__title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.lookbook-banner__text {
    font-size: 15px;
    color: #777;
    line-height: 1.8;
}

.lookbook-banner__features span {
    font-size: 14px;
    color: #555;
}

.lookbook-banner__features i {
    color: #C9A96E;
}

/* ---- Testimonials Luxe ---- */
.testimonial-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    border: 1px solid #f5f0f2;
    transition: all 0.4s;
}

.testimonial-card:hover {
    box-shadow: 0 12px 40px rgba(200,101,143,0.08);
    transform: translateY(-4px);
}

.testimonial-card__stars {
    color: #C9A96E;
    font-size: 14px;
    margin-bottom: 16px;
}

.testimonial-card__text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    font-style: italic;
}

/* ==========================================================================
   TESTIMONIALS CAROUSEL
   ========================================================================== */
.testimonials-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 0 40px;
}

.testimonials-carousel__track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 24px;
}

.testimonials-carousel .testimonial-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 0;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    border: 1px solid #f5f0f2;
    transition: all 0.4s;
}

.testimonials-carousel .testimonial-card:hover {
    box-shadow: 0 12px 40px rgba(200,101,143,0.08);
    transform: translateY(-4px);
}

/* Arrows */
.testimonials-carousel__arrow {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    border: 1px solid #f0e6ea;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    color: #1a1a2e;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.testimonials-carousel__arrow:hover {
    background: #C8658F;
    color: white;
    border-color: #C8658F;
    box-shadow: 0 6px 20px rgba(200,101,143,0.3);
}

.testimonials-carousel__arrow--left { left: -8px; }
.testimonials-carousel__arrow--right { right: -8px; }

/* Dots */
.testimonials-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.testimonials-carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e8e0e3;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}

.testimonials-carousel__dot.active {
    background: #C8658F;
    width: 28px;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .testimonials-carousel .testimonial-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .testimonials-carousel .testimonial-card {
        flex: 0 0 calc(100% - 0px);
        padding: 24px;
    }
    .testimonials-carousel__track { gap: 14px; }
    .testimonials-carousel__arrow { width: 36px; height: 36px; font-size: 12px; }
    .testimonials-carousel__arrow--left { left: 2px; }
    .testimonials-carousel__arrow--right { right: 2px; }
}

/* ---- Instagram CTA Section ---- */
.instagram-cta {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}

.instagram-cta__bg {
    position: absolute;
    inset: 0;
}

.instagram-cta__images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 100%;
}

.instagram-cta__img {
    overflow: hidden;
}

.instagram-cta__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) saturate(0.8);
    transition: transform 8s ease;
}

.instagram-cta:hover .instagram-cta__img:nth-child(odd) img {
    transform: scale(1.1);
}

.instagram-cta:hover .instagram-cta__img:nth-child(even) img {
    transform: scale(1.15);
}

.instagram-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.75) 0%, rgba(200,101,143,0.5) 50%, rgba(26,26,46,0.75) 100%);
    backdrop-filter: blur(2px);
}

.instagram-cta__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 24px;
    max-width: 500px;
}

.instagram-cta__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.25);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.instagram-cta__icon i {
    font-size: 30px;
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.instagram-cta__title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 6px;
}

.instagram-cta__handle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: #C9A96E;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.instagram-cta__text {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 28px;
}

.instagram-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.4s;
    box-shadow: 0 6px 24px rgba(220,39,67,0.35);
}

.instagram-cta__btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 32px rgba(220,39,67,0.45);
}

.instagram-cta__btn i {
    font-size: 18px;
}

@media (max-width: 768px) {
    .instagram-cta { min-height: 360px; }
    .instagram-cta__images { grid-template-columns: repeat(3, 1fr); }
    .instagram-cta__title { font-size: 22px; }
    .instagram-cta__text { font-size: 13px; }
    .instagram-cta__btn { padding: 12px 28px; font-size: 13px; }
    .instagram-cta__icon { width: 56px; height: 56px; border-radius: 14px; }
    .instagram-cta__icon i { font-size: 24px; }
}

@media (max-width: 480px) {
    .instagram-cta { min-height: 320px; }
    .instagram-cta__images { grid-template-columns: repeat(2, 1fr); }
    .instagram-cta__title { font-size: 20px; }
    .instagram-cta__handle { font-size: 15px; }
}

/* ---- Newsletter Luxe ---- */
.newsletter {
    background: linear-gradient(135deg, #C8658F 0%, #A84B73 50%, #2d132c 100%);
    padding: 50px 0;
}

.newsletter__title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: white;
}

.newsletter__text {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
}

.newsletter__input {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    color: white;
    border-radius: 50px;
    padding: 14px 24px;
    font-size: 14px;
    backdrop-filter: blur(4px);
}

.newsletter__input::placeholder {
    color: rgba(255,255,255,0.5);
}

.newsletter__btn {
    background: #C9A96E;
    color: #1a1a2e;
    border: none;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    cursor: pointer;
}

.newsletter__btn:hover {
    background: #E8D5B0;
    transform: translateY(-2px);
}

/* ---- Footer Luxe ---- */
.footer {
    background: #0f0f1a;
}

.footer__logo-img {
    height: 55px !important;
    filter: brightness(1.15) drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.footer__tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    color: #C9A96E;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.footer__about {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
}

.footer__heading {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #C8658F;
}

.footer__link {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    transition: all 0.3s;
    padding: 4px 0;
    display: block;
}

.footer__link:hover {
    color: #C9A96E;
    padding-left: 4px;
}

.footer__link i {
    font-size: 8px;
    margin-right: 6px;
    color: #C8658F;
}

.footer__contact-item {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

.footer__contact-item a {
    color: rgba(255,255,255,0.5);
    transition: color 0.3s;
}

.footer__contact-item a:hover {
    color: #C9A96E;
}

.footer__social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    transition: all 0.4s;
}

.footer__social-link:hover {
    background: #C8658F;
    color: white;
    transform: translateY(-3px);
}

.footer__copyright {
    background: rgba(0,0,0,0.2);
    padding: 16px 0;
    font-size: 12px;
    color: rgba(255,255,255,0.35);
}

/* ---- Product Detail Luxe ---- */
.product-info__price {
    background: linear-gradient(135deg, #FFF0F3, rgba(248,232,238,0.5));
    border-left: 4px solid #C8658F;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 24px;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.product-info__add-cart,
.product-info__actions .btn-primary {
    padding: 15px 32px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 50px;
    background: linear-gradient(135deg, #C8658F, #A84B73);
    border: none;
    color: white;
    box-shadow: 0 4px 20px rgba(200,101,143,0.3);
    transition: all 0.4s;
    cursor: pointer;
}

.product-info__add-cart:hover,
.product-info__actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(200,101,143,0.45);
}

.product-info__buy-now,
.product-info__actions .btn-gold {
    padding: 15px 32px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 50px;
    background: linear-gradient(135deg, #C9A96E, #A8864A);
    border: none;
    color: white;
    transition: all 0.4s;
    cursor: pointer;
}

.product-info__buy-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201,169,110,0.4);
}

/* ---- Shop Page Luxe ---- */
.shop-page {
    padding: 20px 0 80px;
    background: #FFFFFF;
}

.shop-page__title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
}

.shop-page__description {
    color: #999;
    font-size: 14px;
}

.shop-sidebar {
    background: #FAFAFA;
    border: 1px solid #f0e6ea;
    border-radius: 16px;
    padding: 24px;
}

.shop-sidebar__header {
    border-bottom: 2px solid #C8658F;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.shop-sidebar__group-title {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
}

.shop-sidebar__checkbox {
    font-size: 13px;
    color: #666;
}

/* ---- WhatsApp Button Luxe ---- */
.whatsapp-float {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
    box-shadow: 0 6px 24px rgba(37,211,102,0.4);
    transition: all 0.4s;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 10px 30px rgba(37,211,102,0.5);
}

/* ---- Back to Top Luxe ---- */
.back-to-top {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C8658F, #A84B73);
    color: white;
    border: none;
    box-shadow: 0 4px 16px rgba(200,101,143,0.3);
    cursor: pointer;
    transition: all 0.4s;
}

.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(200,101,143,0.4);
}

/* ---- Breadcrumbs ---- */
.breadcrumbs,
.breadcrumb {
    padding: 12px 0;
    font-size: 13px;
    color: #999;
}

.breadcrumbs a,
.breadcrumb a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs a:hover,
.breadcrumb a:hover {
    color: #C8658F;
}

/* ---- Brand Story Luxe ---- */
.brand-story__image {
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
}

/* ---- Home Newsletter CTA ---- */
.home-newsletter {
    background: linear-gradient(135deg, #C8658F 0%, #A84B73 100%);
}

.home-newsletter__content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
}

/* ---- Pagination Luxe ---- */
.pagination a,
.pagination span {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
}

/* ==========================================================================
   PAGINATION - Modern Redesign
   ========================================================================== */
.pagination {
    display: flex;
    justify-content: center;
    padding: 40px 0 20px;
}

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

.pagination__list li {
    margin: 0;
}

.pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #e8e0e3;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    background: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination__link:hover {
    border-color: #C8658F;
    color: #C8658F;
    background: #FFF8FA;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200,101,143,0.12);
}

.pagination__link--active {
    background: linear-gradient(135deg, #C8658F, #A84B73) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(200,101,143,0.3);
    font-weight: 600;
}

.pagination__link--active:hover {
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200,101,143,0.4);
}

.pagination__link--prev,
.pagination__link--next {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #999;
}

.pagination__link--prev:hover,
.pagination__link--next:hover {
    color: #C8658F;
}

.pagination__link--disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.pagination__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    font-size: 14px;
    color: #bbb;
}

/* Also fix any generic pagination that uses <a> or <span> directly */
.pagination a,
.pagination span:not(.pagination__dots) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #e8e0e3;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    background: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination a:hover {
    border-color: #C8658F;
    color: #C8658F;
    background: #FFF8FA;
}

.pagination a.active,
.pagination .current,
.pagination span.current {
    background: linear-gradient(135deg, #C8658F, #A84B73) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(200,101,143,0.3);
    font-weight: 600;
}

/* ==========================================================================
   MEGA MENU - Proper Alignment
   ========================================================================== */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 860px;
    background: white;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    border-top: 3px solid #C8658F;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 0;
}

.header__nav-item--mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mega-menu__inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding: 28px 0;
}

.mega-menu__column {
    padding: 0 24px;
    border-right: 1px solid #f5f0f2;
}

.mega-menu__column:last-child {
    border-right: none;
}

.mega-menu__title {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0e6ea;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mega-menu__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.mega-menu__title a:hover {
    color: #C8658F;
}

.mega-menu__list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.mega-menu__list li {
    margin-bottom: 0;
}

.mega-menu__list a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    color: #777;
    text-decoration: none;
    transition: all 0.2s;
}

.mega-menu__list a:hover {
    color: #C8658F;
    padding-left: 6px;
}

.mega-menu__view-all {
    color: #C8658F !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    margin-top: 4px;
}

.mega-menu__promo {
    margin-top: 12px;
}

.mega-menu__promo-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #FFF0F3, #F8E8EE);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s;
}

.mega-menu__promo-link:hover {
    background: linear-gradient(135deg, #C8658F, #A84B73);
}

.mega-menu__promo-link:hover span {
    color: white;
}

.mega-menu__promo-badge {
    background: linear-gradient(135deg, #C8658F, #A84B73);
    color: white;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 8px;
    border-radius: 4px;
}

.mega-menu__promo-link:hover .mega-menu__promo-badge {
    background: white;
    color: #C8658F;
}

.mega-menu__promo-link span:last-child {
    font-size: 12px;
    font-weight: 600;
    color: #C8658F;
}

/* ---- Global Button Polish ---- */
.btn-primary {
    background: linear-gradient(135deg, #C8658F, #A84B73);
    border: none;
    color: white;
    transition: all 0.4s;
}

.btn-primary:hover {
    box-shadow: 0 6px 20px rgba(200,101,143,0.35);
    transform: translateY(-2px);
}

.btn-outline {
    border: 2px solid #1a1a2e;
    color: #1a1a2e;
    background: transparent;
    transition: all 0.4s;
}

.btn-outline:hover {
    background: #1a1a2e;
    color: white;
}

/* ---- Toast Luxe ---- */
.toast {
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    backdrop-filter: blur(10px);
}

/* ---- Smooth page transitions ---- */
.main-content {
    animation: pageIn 0.4s ease-out;
}

@keyframes pageIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   PRODUCT DETAIL PAGE - Complete Redesign
   ========================================================================== */

/* ---- Color Swatches Fix ---- */
.color-swatches {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.color-swatch {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.color-swatch input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.color-swatch__circle {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #f0e6ea;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.color-swatch.active .color-swatch__circle,
.color-swatch:hover .color-swatch__circle {
    border-color: #C8658F;
    transform: scale(1.15);
    box-shadow: 0 4px 14px rgba(200,101,143,0.25);
}

.color-swatch.active .color-swatch__circle::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* ---- Size Pills Fix ---- */
.size-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.size-pill {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.size-pill input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.size-pill span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 14px;
    border: 2px solid #e8e0e3;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    background: #FFFFFF;
    transition: all 0.3s ease;
}

.size-pill:hover span {
    border-color: #C8658F;
    color: #C8658F;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200,101,143,0.12);
}

.size-pill.active span {
    background: linear-gradient(135deg, #C8658F, #A84B73);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(200,101,143,0.3);
}

/* ---- Wishlist Button Fix ---- */
.product-info__wishlist {
    min-width: 54px !important;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #e8e0e3;
    border-radius: 14px;
    background: #FFFFFF;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.product-info__wishlist:hover {
    border-color: #C8658F;
    color: #C8658F;
    background: #FFF0F3;
    transform: scale(1.08);
}

.product-info__wishlist .fa-heart {
    font-size: 20px;
}

/* Hide "Wishlist" text - icon only */
.product-info__wishlist {
    font-size: 0;
    line-height: 0;
}

.product-info__wishlist i {
    font-size: 20px;
    line-height: 1;
}

/* ---- Action Buttons Layout ---- */
.product-info__actions {
    display: flex;
    gap: 12px;
    align-items: stretch;
    margin-bottom: 12px;
}

.product-info__add-cart {
    flex: 1;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #C8658F, #A84B73);
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.4s;
    text-transform: uppercase;
}

.product-info__add-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(200,101,143,0.4);
}

.product-info__actions--secondary {
    margin-bottom: 20px;
}

.product-info__buy-now {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #1a1a2e, #2d2d4e);
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.4s;
    text-transform: uppercase;
}

.product-info__buy-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(26,26,46,0.3);
}

/* ---- Product Tabs Fix ---- */
.product-tabs {
    margin-top: 60px;
    padding-top: 0;
    border-top: none;
}

.product-tabs__nav {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #f0e6ea;
    margin-bottom: 32px;
}

.product-tabs__tab,
.product-tabs__btn {
    padding: 16px 28px;
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    transition: color 0.3s;
    letter-spacing: 0.3px;
}

.product-tabs__tab::after,
.product-tabs__btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #C8658F, #C9A96E);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.product-tabs__tab.active,
.product-tabs__tab:hover,
.product-tabs__btn.active,
.product-tabs__btn:hover {
    color: #1a1a2e;
    font-weight: 600;
}

.product-tabs__tab.active::after,
.product-tabs__btn.active::after {
    transform: scaleX(1);
}

.product-tabs__panel {
    display: none;
    padding: 8px 0;
}

.product-tabs__panel.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.product-tabs__content {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.product-tabs__content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 24px 0 12px;
}

.product-tabs__content h4:first-child {
    margin-top: 0;
}

.product-tabs__content h4 i {
    color: #C8658F;
    margin-right: 8px;
    font-size: 14px;
}

/* Product description sections */
.product-care,
.product-fabric {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0e6ea;
}

.product-care h4,
.product-fabric h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 8px;
}

/* ---- Size Chart Table ---- */
.size-chart-table {
    overflow-x: auto;
    margin: 16px 0;
}

.size-chart-table table {
    width: 100%;
    max-width: 500px;
    border-collapse: collapse;
    font-size: 13px;
}

.size-chart-table thead {
    background: linear-gradient(135deg, #C8658F, #A84B73);
}

.size-chart-table thead th {
    color: white;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}

.size-chart-table tbody td {
    padding: 10px 16px;
    text-align: center;
    border-bottom: 1px solid #f0e6ea;
    color: #555;
}

.size-chart-table tbody tr:hover {
    background: #FFF0F3;
}

.size-chart-note {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
}

.size-chart-note i {
    color: #C9A96E;
    margin-right: 4px;
}

/* ---- Size Chart Modal (must be hidden by default) ---- */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.modal.active {
    display: flex;
}

.modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26,26,46,0.6);
    backdrop-filter: blur(6px);
    cursor: pointer;
}

.modal__content {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    width: 90%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
    animation: modalIn 0.3s ease;
    z-index: 1;
}

@keyframes modalIn {
    from { opacity: 0; transform: scale(0.95) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px 16px;
    border-bottom: 1px solid #f0e6ea;
}

.modal__header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
}

.modal__close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #f5f0f2;
    border-radius: 50%;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.modal__close:hover {
    background: #C8658F;
    color: white;
}

.modal__body {
    padding: 24px 28px 28px;
}

/* ---- Reviews Section ---- */
.reviews-section {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
}

.reviews-summary {
    background: #FAFAFA;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    border: 1px solid #f0e6ea;
}

.reviews-summary__number {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

.reviews-summary__stars {
    color: #C9A96E;
    font-size: 16px;
    margin-bottom: 6px;
}

.reviews-summary__count {
    font-size: 12px;
    color: #999;
    display: block;
    margin-bottom: 20px;
}

.reviews-summary__bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.reviews-summary__bar-label {
    font-size: 11px;
    color: #999;
    width: 40px;
    text-align: right;
    flex-shrink: 0;
}

.reviews-summary__bar-label i {
    color: #C9A96E;
    font-size: 9px;
}

.reviews-summary__bar-track {
    flex: 1;
    height: 6px;
    background: #f0e6ea;
    border-radius: 3px;
    overflow: hidden;
}

.reviews-summary__bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #C9A96E, #C8658F);
    border-radius: 3px;
    transition: width 0.5s ease;
}

.reviews-summary__bar-count {
    font-size: 11px;
    color: #999;
    width: 20px;
    flex-shrink: 0;
}

/* Review cards */
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review-card {
    padding: 24px;
    background: #FAFAFA;
    border-radius: 14px;
    border: 1px solid #f0e6ea;
    transition: all 0.3s;
}

.review-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.review-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.review-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C8658F, #C9A96E);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.review-card__meta {
    flex: 1;
}

.review-card__author {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 2px;
}

.review-card__date {
    font-size: 11px;
    color: #bbb;
}

.review-card__stars {
    color: #C9A96E;
    font-size: 12px;
}

.review-card__title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.review-card__comment {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

.reviews-empty {
    text-align: center;
    padding: 48px 20px;
    color: #bbb;
}

.reviews-empty i {
    font-size: 48px;
    margin-bottom: 16px;
    color: #ddd;
}

@media (max-width: 768px) {
    .reviews-section { grid-template-columns: 1fr; }
}

/* ---- Product Meta ---- */
.product-info__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding: 16px 0;
}

.product-info__meta-item {
    font-size: 13px;
    color: #777;
}

.product-info__meta-label {
    font-weight: 600;
    color: #1a1a2e;
}

.product-info__meta-item a {
    color: #C8658F;
    text-decoration: none;
}

.product-info__meta-item a:hover {
    text-decoration: underline;
}

/* ---- Share Buttons ---- */
.product-info__share {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #f0e6ea;
    margin-top: 8px;
}

.product-info__share-label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
}

.product-info__share-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e8e0e3;
    background: #FFFFFF;
    color: #888;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.product-info__share-btn:hover {
    transform: translateY(-2px);
}

.product-info__share-btn--whatsapp:hover {
    background: #25D366;
    color: white;
    border-color: #25D366;
}

.product-info__share-btn--facebook:hover {
    background: #1877F2;
    color: white;
    border-color: #1877F2;
}

.product-info__share-btn--copy:hover {
    background: #C8658F;
    color: white;
    border-color: #C8658F;
}

/* ---- Quantity Selector ---- */
.quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 2px solid #e8e0e3;
    border-radius: 12px;
    overflow: hidden;
}

.quantity-selector button,
.quantity-selector__btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #1a1a2e;
    transition: background 0.2s;
}

.quantity-selector button:hover,
.quantity-selector__btn:hover {
    background: #FFF0F3;
    color: #C8658F;
}

.quantity-selector input,
.quantity-selector__input {
    width: 50px;
    height: 42px;
    text-align: center;
    border: none;
    border-left: 1px solid #e8e0e3;
    border-right: 1px solid #e8e0e3;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    background: transparent;
}

/* ---- Size Chart Link ---- */
.product-info__size-chart-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 12px;
    color: #C8658F;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.3s;
}

.product-info__size-chart-link:hover {
    color: #A84B73;
}

/* ---- Stock Alert ---- */
.product-info__stock-alert {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    font-size: 12px;
    color: #e67e22;
    font-weight: 500;
}

.product-info__stock-alert--out {
    color: #e74c3c;
}

/* ---- Option label ---- */
.product-info__option-label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
    display: block;
}

.product-info__option-label span {
    font-weight: 400;
    color: #999;
}

.product-info__option {
    margin-bottom: 20px;
}

/* ---- Divider ---- */
.product-info__divider {
    border: none;
    border-top: 1px solid #f0e6ea;
    margin: 20px 0;
}

/* ---- Short description ---- */
.product-info__short-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 8px;
}

/* ---- Text utilities ---- */
.text-success { color: #2ecc71 !important; }
.text-danger { color: #e74c3c !important; }

/* ==========================================================================
   RESPONSIVE - MOBILE & TABLET OPTIMIZATION
   ========================================================================== */

/* ---- Tablet (768px - 992px) ---- */
@media (max-width: 992px) {
    .container { padding: 0 20px; }
    .section { padding: 50px 0; }
    .section__title { font-size: 28px; }

    /* Header */
    .header__nav { display: none; }
    .header__hamburger { display: flex; }
    .header__logo-img { height: 44px !important; }

    /* Hero */
    .hero-slider { min-height: 65vh; }
    .hero-slide__title { font-size: clamp(2rem, 5vw, 3rem); }
    .hero-slide__subtitle { font-size: 15px; }
    .hero-slide__actions .btn { padding: 13px 28px; font-size: 12px; }

    /* Features bar */
    .features-bar__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .features-bar__item { padding: 8px; }

    /* Category scroll */
    .category-showcase__card { width: 110px; }
    .category-showcase__image { width: 90px; height: 90px; }
    .category-showcase__name { font-size: 12px; }
    .category-showcase__arrow { width: 34px; height: 34px; font-size: 12px; }

    /* Product grids */
    .product-grid--4 { grid-template-columns: repeat(3, 1fr); gap: 16px; }

    /* Shop page - sidebar hidden on tablet */
    .shop-page__layout,
    .shop-layout {
        grid-template-columns: 1fr !important;
    }

    .shop-sidebar {
        position: fixed;
        top: 0;
        left: -320px;
        width: 300px;
        height: 100vh;
        max-height: 100vh;
        z-index: 10001;
        border-radius: 0;
        transition: left 0.35s cubic-bezier(0.4,0,0.2,1);
        box-shadow: none;
        overflow-y: auto;
    }

    .shop-sidebar.active {
        left: 0;
        box-shadow: 10px 0 40px rgba(0,0,0,0.15);
    }

    .shop-sidebar__close { display: flex !important; }

    .shop-toolbar__filter-btn { display: flex !important; }

    /* Product detail */
    .product-detail__grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .product-gallery { position: relative; top: 0; }

    /* Lookbook */
    .lookbook-banner__grid { grid-template-columns: 1fr; gap: 30px; }
    .lookbook-banner { padding: 60px 0; }

    /* Brand story */
    .brand-story__inner { grid-template-columns: 1fr; gap: 30px; }

    /* Testimonials */
    .testimonials__grid { grid-template-columns: 1fr; gap: 16px; }

    /* Footer */
    .footer__grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }

    /* Collections */
    .collections-grid { grid-template-columns: repeat(2, 1fr) !important; }

    /* Reviews */
    .reviews-section { grid-template-columns: 1fr; }
}

/* ---- Mobile (max-width: 576px) ---- */
@media (max-width: 576px) {
    .container { padding: 0 16px; }
    .section { padding: 40px 0; }
    .section__header { margin-bottom: 28px; }
    .section__title { font-size: 24px; }
    .section__label { font-size: 12px; letter-spacing: 3px; }
    .section__subtitle { font-size: 13px; }
    .section__footer { margin-top: 30px; }
    .section__footer .btn { padding: 12px 28px; font-size: 12px; }

    /* Top bar */
    .top-bar { padding: 6px 0; font-size: 11px; }
    .top-bar__left { display: none; }
    .top-bar__center { flex: 1; text-align: center; }
    .top-bar__right { display: none; }

    /* Header */
    .header { padding: 8px 0; }
    .header__logo-img { height: 38px !important; }
    .header__action-btn { width: 36px; height: 36px; font-size: 15px; }
    .header__badge { width: 16px; height: 16px; font-size: 9px; }

    /* Hero */
    .hero-slider { min-height: 55vh; }
    .hero-slide__content { padding: 20px 0; }
    .hero-slide__label { font-size: 11px; letter-spacing: 3px; margin-bottom: 12px; }
    .hero-slide__title { font-size: clamp(1.6rem, 7vw, 2.5rem); margin-bottom: 12px; }
    .hero-slide__subtitle { font-size: 13px; margin-bottom: 24px; }
    .hero-slide__actions { flex-direction: column; gap: 10px; }
    .hero-slide__actions .btn { padding: 13px 28px; font-size: 12px; width: 100%; text-align: center; justify-content: center; }
    .hero-slider__btn { width: 32px; height: 32px; font-size: 12px; }
    .hero-slider__btn--prev { left: 8px; }
    .hero-slider__btn--next { right: 8px; }

    /* Features bar */
    .features-bar { padding: 16px 0; }
    .features-bar__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .features-bar__item { gap: 10px; padding: 6px; }
    .features-bar__icon { width: 38px; height: 38px; font-size: 14px; border-radius: 10px; }
    .features-bar__text h4 { font-size: 11px; }
    .features-bar__text p { font-size: 10px; }

    /* Category scroll */
    .category-showcase { padding: 40px 0; }
    .category-showcase__scroll { gap: 16px; padding: 8px 16px; }
    .category-showcase__card { width: 85px; }
    .category-showcase__image { width: 70px; height: 70px; border-width: 2px; }
    .category-showcase__name { font-size: 11px; }
    .category-showcase__arrow { display: none; }

    /* Product cards */
    .product-grid, .product-grid--4, .product-grid--3, .product-grid--shop {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .product-card { border-radius: 12px; }
    .product-card__info, .product-card__body { padding: 10px 10px 12px; }
    .product-card__category { font-size: 9px; letter-spacing: 1px; margin-bottom: 4px; }
    .product-card__name, .product-card__title { font-size: 12px; margin-bottom: 4px; line-height: 1.3; }
    .product-card__rating { font-size: 10px; margin-bottom: 4px; }
    .product-card__review-count { font-size: 9px; }
    .price--current, .product-card__price-current { font-size: 15px; }
    .price--original, .product-card__price-original { font-size: 11px; }
    .badge { font-size: 8px; padding: 3px 7px; }
    .product-card__wishlist { width: 30px; height: 30px; font-size: 12px; top: 6px; right: 6px; }
    .product-card__actions { padding: 10px; gap: 6px; }
    .product-card__actions .btn { padding: 8px 12px; font-size: 10px; }

    /* Promo banner */
    .promo-banner { padding: 16px 0; }
    .promo-banner__content { flex-direction: column; text-align: center; gap: 10px; }
    .promo-banner__text { font-size: 13px; }
    .promo-banner__highlight { font-size: 14px; }
    .promo-banner__divider { display: none; }

    /* Shop page */
    .shop-page { padding: 12px 0 40px; }
    .shop-page__title { font-size: 24px; }
    .shop-toolbar { padding: 10px 14px; border-radius: 10px; }
    .shop-toolbar__count { font-size: 12px; }
    .shop-toolbar__sort label { display: none; }
    .shop-toolbar__sort select { font-size: 12px; padding: 7px 24px 7px 10px; }
    .shop-toolbar__view-btn { width: 32px; height: 32px; font-size: 12px; }
    .active-filters { gap: 6px; }
    .active-filters__tag { font-size: 11px; padding: 5px 10px; }

    .shop-sidebar { width: 280px; left: -280px; }

    /* Product detail mobile */
    .product-detail { padding: 16px 0 40px; }
    .product-gallery__main { border-radius: 14px; margin-bottom: 12px; }
    .product-gallery__thumbs { gap: 8px; }
    .product-gallery__thumb { width: 60px; height: 75px; border-radius: 8px; }
    .product-info__name { font-size: 20px; }
    .product-info__rating { padding: 8px 12px; }
    .product-info__price { padding: 14px 16px; border-radius: 10px; }
    .product-info__price-current, .product-info .price--current { font-size: 24px; }
    .product-info__actions { flex-direction: row; }
    .product-info__add-cart { height: 48px; font-size: 13px; border-radius: 12px; }
    .product-info__wishlist { width: 48px !important; height: 48px !important; min-width: 48px !important; border-radius: 12px; }
    .product-info__buy-now { height: 48px; border-radius: 12px; font-size: 13px; }
    .product-tabs__nav { gap: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .product-tabs__tab, .product-tabs__btn { padding: 12px 16px; font-size: 13px; white-space: nowrap; }
    .size-pills { gap: 6px; }
    .size-pill span { min-width: 40px; height: 40px; padding: 0 10px; font-size: 12px; border-radius: 8px; }
    .color-swatches { gap: 8px; }
    .color-swatch__circle { width: 32px; height: 32px; }
    .quantity-selector button, .quantity-selector__btn { width: 38px; height: 38px; }
    .quantity-selector input, .quantity-selector__input { width: 44px; height: 38px; font-size: 14px; }
    .product-info__meta { gap: 8px 16px; }
    .product-info__share-btn { width: 34px; height: 34px; font-size: 13px; }

    /* Lookbook */
    .lookbook-banner { padding: 40px 0; }
    .lookbook-banner__title { font-size: 22px; }
    .lookbook-banner__text { font-size: 14px; }
    .lookbook-banner__image { border-radius: 14px; }

    /* Testimonials */
    .testimonial-card { padding: 20px; border-radius: 14px; }
    .testimonial-card__text { font-size: 13px; }

    /* Instagram */
    .instagram-feed { grid-template-columns: repeat(3, 1fr); gap: 3px; }

    /* Newsletter */
    .newsletter { padding: 30px 0; }
    .newsletter__inner { flex-direction: column; text-align: center; }
    .newsletter__title { font-size: 18px; }
    .newsletter__input-group { flex-direction: column; gap: 10px; }
    .newsletter__input { border-radius: 12px; text-align: center; }
    .newsletter__btn { border-radius: 12px; width: 100%; }

    /* Home newsletter CTA */
    .home-newsletter { padding: 40px 0; }
    .home-newsletter__inner { flex-direction: column; text-align: center; }
    .home-newsletter__content h2 { font-size: 22px; }

    /* Footer */
    .footer__grid { grid-template-columns: 1fr !important; gap: 28px; }
    .footer__logo-img { height: 45px !important; }
    .footer__heading { font-size: 13px; }
    .footer__link { font-size: 12px; }
    .footer__contact-item { font-size: 12px; }
    .footer__payment-inner { flex-direction: column; gap: 10px; text-align: center; }
    .footer__copyright-inner { flex-direction: column; gap: 4px; text-align: center; }

    /* Collections */
    .collections-grid { grid-template-columns: 1fr !important; }
    .collection-hero { height: 200px; }

    /* Contact */
    .contact-grid { grid-template-columns: 1fr !important; }

    /* Auth pages */
    .auth-page { padding: 20px 12px; min-height: auto; }
    .auth-card { padding: 28px 20px; border-radius: 16px; }

    /* Breadcrumbs */
    .breadcrumbs, .breadcrumb { font-size: 12px; padding: 8px 0; }

    /* Sale page */
    .sale-hero { padding: 40px 0; }
    .sale-hero__title { font-size: 28px; }
    .countdown { gap: 12px; }
    .countdown__number { font-size: 1.8rem; min-width: 55px; padding: 10px; }
    .countdown__label { font-size: 9px; }

    /* Pagination */
    .pagination { padding: 24px 0 12px; }
    .pagination__link, .pagination a, .pagination span:not(.pagination__dots) {
        min-width: 36px; height: 36px; font-size: 13px; padding: 0 10px; border-radius: 8px;
    }

    /* WhatsApp + Back to top */
    .whatsapp-float { width: 48px; height: 48px; font-size: 22px; bottom: 16px; right: 16px; }
    .back-to-top { width: 38px; height: 38px; font-size: 14px; }

    /* Trending scroll */
    .trending-scroll__item { flex: 0 0 220px; }

    /* About page */
    .about-story__grid { grid-template-columns: 1fr !important; }
    .about-values__grid { grid-template-columns: repeat(2, 1fr) !important; }

    /* FAQ */
    .faq-item__question { font-size: 14px; padding: 14px 16px; }
    .faq-item__answer { font-size: 13px; padding: 12px 16px; }
}

/* ---- Small Mobile (max-width: 380px) ---- */
@media (max-width: 380px) {
    .hero-slide__title { font-size: 1.5rem; }
    .hero-slide__actions .btn { padding: 11px 20px; font-size: 11px; }
    .features-bar__grid { grid-template-columns: 1fr 1fr; }
    .product-grid, .product-grid--4, .product-grid--3, .product-grid--shop {
        gap: 8px !important;
    }
    .product-card__info { padding: 8px 8px 10px; }
    .product-card__name { font-size: 11px; }
    .price--current { font-size: 14px; }
    .category-showcase__card { width: 72px; }
    .category-showcase__image { width: 60px; height: 60px; }
    .category-showcase__name { font-size: 10px; }
}

/* ==========================================================================
   SHOP FILTER SIDEBAR - Complete Modern Redesign
   ========================================================================== */

.shop-sidebar {
    background: #FFFFFF;
    border: 1px solid #f0e6ea;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(200,101,143,0.06);
}

.shop-sidebar__header {
    background: linear-gradient(135deg, #1a1a2e, #2d132c);
    padding: 18px 22px;
    margin: 0;
    border-bottom: none;
}

.shop-sidebar__header .shop-sidebar__title {
    color: white !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
}

.shop-sidebar__header .shop-sidebar__title i {
    color: #C9A96E;
    margin-right: 8px;
}

.shop-sidebar__close {
    color: white;
    background: rgba(255,255,255,0.15);
}

.shop-sidebar__form {
    padding: 6px 0;
}

/* ---- Filter Groups ---- */
.shop-sidebar__group {
    padding: 0;
    border-bottom: 1px solid #f5f0f2;
    margin: 0;
}

.shop-sidebar__group:last-child {
    border-bottom: none;
}

.shop-sidebar__group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    transition: background 0.2s;
    user-select: none;
}

.shop-sidebar__group-title:hover {
    background: #FFF8FA;
}

.shop-sidebar__toggle {
    font-size: 10px;
    color: #bbb;
    transition: transform 0.3s;
}

.shop-sidebar__group.collapsed .shop-sidebar__toggle {
    transform: rotate(-90deg);
}

.shop-sidebar__group-body {
    padding: 0 22px 18px;
    max-height: 180px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e8d5e0 transparent;
}

.shop-sidebar__group-body::-webkit-scrollbar {
    width: 4px;
}

.shop-sidebar__group-body::-webkit-scrollbar-track {
    background: transparent;
}

.shop-sidebar__group-body::-webkit-scrollbar-thumb {
    background: #e8d5e0;
    border-radius: 2px;
}

/* Price range - no scroll needed */
.price-range { max-height: none !important; overflow: visible !important; }

/* Size filter wraps naturally */
.size-filter { max-height: none !important; overflow: visible !important; }

/* Color filter wraps naturally */
.color-filter { max-height: none !important; overflow: visible !important; }

/* Rating filter is short */
.rating-filter { max-height: none !important; overflow: visible !important; }

.shop-sidebar__group.collapsed .shop-sidebar__group-body {
    display: none;
}

/* ---- Category Checkboxes ---- */
.shop-sidebar__checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 12px;
    margin: 0 -12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 13px;
    color: #555;
}

.shop-sidebar__checkbox:hover {
    background: #FFF0F3;
    color: #C8658F;
}

.shop-sidebar__checkbox input[type="radio"],
.shop-sidebar__checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 50%;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.shop-sidebar__checkbox input[type="radio"]:checked,
.shop-sidebar__checkbox input[type="checkbox"]:checked {
    border-color: #C8658F;
    background: #C8658F;
}

.shop-sidebar__checkbox input[type="radio"]:checked::after,
.shop-sidebar__checkbox input[type="checkbox"]:checked::after {
    content: '\2713';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    font-weight: 700;
}

.shop-sidebar__checkbox--sub {
    padding-left: 24px;
    font-size: 12.5px;
}

/* ---- Price Range ---- */
.price-range {
    padding: 4px 0;
}

.price-range__slider {
    position: relative;
    height: 30px;
    margin-bottom: 4px;
}

.price-range__input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    pointer-events: none;
    top: 12px;
}

.price-range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C8658F, #A84B73);
    cursor: pointer;
    pointer-events: all;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(200,101,143,0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.price-range__input::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 3px 12px rgba(200,101,143,0.4);
}

.price-range__input::-webkit-slider-runnable-track {
    height: 4px;
    background: #f0e6ea;
    border-radius: 2px;
}

.price-range__input:first-child::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, #f0e6ea, #C8658F);
}

.price-range__labels {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.price-range__apply {
    width: 100%;
    padding: 9px 0;
    background: linear-gradient(135deg, #FFF0F3, #F8E8EE);
    color: #C8658F;
    border: 1px solid #f0d0da;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}

.price-range__apply:hover {
    background: #C8658F;
    color: white;
    border-color: #C8658F;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(200,101,143,0.25);
}

/* ---- Size Filter Pills ---- */
.size-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.size-filter__pill {
    cursor: pointer;
    position: relative;
}

.size-filter__pill input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.size-filter__pill span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 36px;
    padding: 0 10px;
    border: 1.5px solid #e8e0e3;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 500;
    color: #666;
    background: white;
    transition: all 0.25s;
    white-space: nowrap;
}

.size-filter__pill:hover span {
    border-color: #C8658F;
    color: #C8658F;
    background: #FFF8FA;
}

.size-filter__pill.active span,
.size-filter__pill input:checked + span {
    background: linear-gradient(135deg, #C8658F, #A84B73);
    color: white;
    border-color: transparent;
    box-shadow: 0 3px 10px rgba(200,101,143,0.25);
    font-weight: 600;
}

/* ---- Color Filter Swatches ---- */
.color-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.color-filter__swatch {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 44px;
}

.color-filter__swatch input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.color-filter__circle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2.5px solid #eee;
    transition: all 0.3s;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.08);
}

.color-filter__swatch:hover .color-filter__circle {
    transform: scale(1.15);
    border-color: #C8658F;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

.color-filter__swatch.active .color-filter__circle,
.color-filter__swatch input:checked ~ .color-filter__circle {
    border-color: #C8658F;
    box-shadow: 0 0 0 3px rgba(200,101,143,0.2), 0 2px 8px rgba(0,0,0,0.1);
    transform: scale(1.1);
}

.color-filter__swatch.active .color-filter__circle::after,
.color-filter__swatch input:checked ~ .color-filter__circle::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: 900;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.color-filter__name {
    font-size: 9px;
    color: #999;
    text-align: center;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s;
}

.color-filter__swatch:hover .color-filter__name {
    color: #C8658F;
}

.color-filter__swatch.active .color-filter__name {
    color: #C8658F;
    font-weight: 600;
}

/* ---- Rating Filter ---- */
.rating-filter {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rating-filter__option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    margin: 0 -12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.rating-filter__option:hover {
    background: #FFF8FA;
}

.rating-filter__option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.rating-filter__stars {
    display: flex;
    gap: 2px;
    color: #ddd;
    font-size: 13px;
}

.rating-filter__stars .fas {
    color: #C9A96E;
}

.rating-filter__option span:last-child {
    font-size: 12px;
    color: #999;
}

.rating-filter__option.active {
    background: #FFF0F3;
}

.rating-filter__option.active .rating-filter__stars .fas {
    color: #C8658F;
}

.rating-filter__option.active span:last-child {
    color: #C8658F;
    font-weight: 600;
}

/* ---- Clear All Button ---- */
.shop-sidebar__clear-btn {
    display: block;
    width: calc(100% - 44px);
    margin: 4px 22px 18px;
    padding: 12px;
    text-align: center;
    border: 2px dashed #e8e0e3;
    color: #999;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.shop-sidebar__clear-btn:hover {
    border-color: #C8658F;
    color: #C8658F;
    background: #FFF8FA;
    border-style: solid;
}

.shop-sidebar__clear-btn i {
    margin-right: 6px;
}

/* ---- Shop Content Area ---- */
.shop-content {
    min-width: 0;
}

/* ---- Toolbar ---- */
.shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: #FAFAFA;
    border-radius: 14px;
    margin-bottom: 20px;
    border: 1px solid #f0e6ea;
    gap: 16px;
    flex-wrap: wrap;
}

.shop-toolbar__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shop-toolbar__right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.shop-toolbar__count {
    font-size: 13px;
    color: #999;
}

.shop-toolbar__count strong {
    color: #1a1a2e;
    font-weight: 600;
}

.shop-toolbar__sort {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shop-toolbar__sort label {
    font-size: 13px;
    color: #999;
    white-space: nowrap;
}

.shop-toolbar__sort select,
.shop-toolbar__select {
    padding: 8px 32px 8px 14px;
    border: 1px solid #e8e0e3;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a2e;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 12px center;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.3s;
}

.shop-toolbar__sort select:focus,
.shop-toolbar__select:focus {
    border-color: #C8658F;
    outline: none;
    box-shadow: 0 0 0 3px rgba(200,101,143,0.08);
}

.shop-toolbar__view {
    display: flex;
    gap: 4px;
}

.shop-toolbar__view-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e0e3;
    border-radius: 8px;
    background: white;
    color: #bbb;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 13px;
}

.shop-toolbar__view-btn.active,
.shop-toolbar__view-btn:hover {
    background: #C8658F;
    color: white;
    border-color: #C8658F;
}

.shop-toolbar__filter-btn {
    display: none;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #FFF0F3, #F8E8EE);
    color: #C8658F;
    border: 1px solid #f0d0da;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.shop-toolbar__filter-btn:hover {
    background: #C8658F;
    color: white;
}

@media (max-width: 992px) {
    .shop-toolbar__filter-btn { display: flex; }
}

/* ---- Active Filter Tags ---- */
.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    align-items: center;
}

.active-filters__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    background: #FFF0F3;
    color: #C8658F;
    border: 1px solid #f0d0da;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.active-filters__tag:hover {
    background: #C8658F;
    color: white;
    border-color: #C8658F;
}

.active-filters__tag i {
    font-size: 10px;
    opacity: 0.7;
}

.active-filters__tag:hover i {
    opacity: 1;
}

.active-filters__clear {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    font-weight: 500;
    margin-left: 4px;
    transition: color 0.3s;
}

.active-filters__clear:hover {
    color: #C8658F;
    text-decoration: underline;
}

/* ---- Shop Product Grid ---- */
.product-grid--shop {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1200px) {
    .product-grid--shop { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
    .product-grid--shop { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
