.fc-page,
.fc-card,
.fc-product-grid {
    /* legacy inner pages until fully converted */
}

.shop-catalog-body.is-loading {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

/* Catalog / shop listing pages: show content immediately (no AOS fade-in flash) */
body:has(#shopCatalog) [data-aos],
body:has(.shop-page-wrapper) [data-aos],
body:has(.subcategory-browse-section) [data-aos],
body:has(.breadcrumb-section-premium) [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Sticky header shell - announcement + header move together (no jump on scroll/nav) */
.site-header-shell {
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--white-color, #fff);
}

.site-header-shell > .header {
    position: relative;
    top: auto;
}

/* Prevent header height/opacity transitions that cause navigation flicker */
.site-header-shell .navbar-main-row,
.site-header-shell .brand-logo img {
    min-height: 48px;
    width: auto;
    object-fit: contain;
}

.breadcrumb-section-premium,
.breadcrumb-section-premium .bc-content,
.breadcrumb-section-premium .bc-nav-box {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.legal-page-section {
    padding: 80px 0 100px;
    background: var(--light-gray, #f8f8f8);
}

.legal-custom-content {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.legal-custom-content h2,
.legal-custom-content h3,
.legal-custom-content h4 {
    color: var(--secondary-color, #1a1a1a);
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.dashboard-sidebar {
    position: sticky;
    top: 110px;
}

.user-avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-color, #ec0e4d);
    background: #f5f5f5;
}

.dashboard-nav li {
    margin-bottom: 4px;
}

.dashboard-nav-logout-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 15px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #dc3545;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    transition: var(--transition-smooth, 0.3s ease);
}

.dashboard-nav-logout-btn:hover {
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
}

@media (max-width: 991.98px) {
    .dashboard-sidebar {
        position: static;
        top: auto;
    }
}

/* Order flow stepper */
.order-flow-steps-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
}

.order-flow-step {
    flex: 1 1 25%;
    min-width: 140px;
    position: relative;
}

.order-flow-step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #e8e8e8;
}

.order-flow-step-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    color: #777;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    min-height: 100%;
}

a.order-flow-step-link:hover {
    color: var(--primary-color, #ec0e4d);
    background: rgba(236, 14, 77, 0.04);
}

.order-flow-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ddd;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.order-flow-step.is-active .order-flow-step-link {
    color: var(--primary-color, #ec0e4d);
    background: rgba(236, 14, 77, 0.06);
}

.order-flow-step.is-active .order-flow-step-icon {
    border-color: var(--primary-color, #ec0e4d);
    background: var(--primary-color, #ec0e4d);
    color: #fff;
}

.order-flow-step.is-complete .order-flow-step-link {
    color: #16a34a;
}

.order-flow-step.is-complete .order-flow-step-icon {
    border-color: #16a34a;
    background: #16a34a;
    color: #fff;
}

@media (max-width: 767.98px) {
    .order-flow-step {
        flex: 1 1 50%;
    }

    .order-flow-step-label {
        font-size: 12px;
    }
}

.shop-pagination-wrap {
    width: 100%;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.45;
    pointer-events: none;
    transform: none;
}

.results-per-page {
    color: #999;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .shop-pagination .pagination .page-link {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .results-per-page {
        display: block;
        margin-top: 2px;
    }
}

/* Free shipping progress (cart & checkout) */
.free-shipping-banner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0.35rem 0.75rem;
    align-items: start;
    margin-bottom: 1.25rem;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border: 1px solid #bbf7d0;
    font-size: 0.875rem;
    line-height: 1.4;
}

.free-shipping-banner.is-qualified {
    background: linear-gradient(135deg, #dcfce7 0%, #d1fae5 100%);
    border-color: #86efac;
}

.free-shipping-banner__icon {
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #fff;
    color: #16a34a;
    font-size: 1rem;
    box-shadow: 0 1px 3px rgba(22, 101, 52, 0.12);
}

.free-shipping-banner__content {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    color: #166534;
}

.free-shipping-banner__content strong {
    color: #15803d;
    font-weight: 600;
}

.free-shipping-banner__content span {
    color: #4b5563;
    font-size: 0.8125rem;
}

.free-shipping-banner__progress {
    grid-column: 2;
    height: 6px;
    border-radius: 999px;
    background: #d1fae5;
    overflow: hidden;
}

.free-shipping-banner__progress > span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #22c55e, #16a34a);
    transition: width 0.35s ease;
}

/* Order shipment timeline - complete, active, pending, skipped, returned/cancelled */
.order-status-timeline .status-info strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.order-status-timeline .status-info small {
    display: block;
    margin-top: 2px;
    color: #888;
    font-size: 12px;
}

.order-status-timeline .status-hint {
    display: block;
    margin-top: 1px;
    color: #b0b0b0;
    font-size: 12px;
    font-style: italic;
}

.order-status-timeline .status-item--complete .status-dot,
.order-status-timeline .status-item.complete .status-dot {
    width: 8px;
    height: 8px;
    top: 6px;
    left: -39px;
    background: var(--primary-color, #ec0e4d);
    box-shadow: none;
}

.order-status-timeline .status-item--complete .status-info strong,
.order-status-timeline .status-item.complete .status-info strong {
    color: #4b5563;
    font-weight: 500;
}

.order-status-timeline .status-item--active .status-dot,
.order-status-timeline .status-item.active .status-dot {
    background: var(--primary-color, #ec0e4d);
    box-shadow: 0 0 0 5px rgba(236, 14, 77, 0.15);
}

.order-status-timeline .status-item--active .status-info strong,
.order-status-timeline .status-item.active .status-info strong {
    color: var(--dark-color, #1a1a1a);
    font-weight: 600;
}

.order-status-timeline .status-item--pending .status-dot,
.order-status-timeline .status-item.pending .status-dot {
    background: #ddd;
    box-shadow: none;
}

.order-status-timeline .status-item--pending .status-info strong,
.order-status-timeline .status-item.pending .status-info strong {
    color: #9ca3af;
    font-weight: 500;
}

.order-status-timeline .status-item--skipped .status-dot {
    width: 8px;
    height: 8px;
    top: 6px;
    left: -39px;
    background: #f3f4f6;
    border: 1px dashed #d1d5db;
    box-shadow: none;
}

.order-status-timeline .status-item--skipped .status-info strong {
    color: #c4c4c4;
    font-weight: 400;
}

.order-status-timeline .status-item--current-terminal .status-dot {
    background: #dc2626;
    box-shadow: 0 0 0 5px rgba(220, 38, 38, 0.12);
}

.order-status-timeline .status-item--current-terminal .status-info strong {
    color: #dc2626;
    font-weight: 600;
}

.order-status-timeline--returned .status-item--complete .status-dot,
.order-status-timeline--cancelled .status-item--complete .status-dot {
    background: #f472b6;
}

/* Legacy terminal-negative alias */
.order-status-timeline .status-item--terminal-negative .status-dot,
.order-status-timeline .status-item.terminal-negative .status-dot {
    background: #dc2626;
    box-shadow: 0 0 0 5px rgba(220, 38, 38, 0.15);
}

.order-status-timeline .status-item--terminal-negative .status-info strong,
.order-status-timeline .status-item.terminal-negative .status-info strong {
    color: #dc2626;
    font-weight: 600;
}

.free-shipping-banner.is-qualified .free-shipping-banner__icon {
    grid-row: 1;
}

/* OTP verification - 6 digits + visible resend link */
.auth-page-section .otp-input-wrapper--6 {
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.auth-page-section .otp-input-wrapper--6 .otp-field {
    width: 48px;
    height: 58px;
    font-size: 22px;
    padding: 0;
}

@media (max-width: 575px) {
    .auth-page-section .otp-input-wrapper--6 .otp-field {
        width: 42px;
        height: 52px;
        font-size: 20px;
    }
}

.otp-resend-link {
    display: inline;
    margin-left: 0.25rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--primary-color, #ec0e4d);
    font-weight: 600;
    font-size: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.otp-resend-link:hover {
    color: #be185d;
    text-decoration: underline;
}

/* Maintenance page logo */
.maintenance-page .maintenance-logo {
    display: flex;
    justify-content: center;
}

.maintenance-page .maintenance-logo__plate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.maintenance-page .maintenance-logo__img {
    display: block;
    max-width: min(260px, 72vw);
    max-height: 68px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.maintenance-page .maintenance-logo__text {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.02em;
}

@media (max-width: 575.98px) {
    .maintenance-page .maintenance-logo__plate {
        padding: 12px 20px;
    }

    .maintenance-page .maintenance-logo__img {
        max-height: 56px;
        max-width: min(220px, 78vw);
    }

    .maintenance-page .cs-title {
        font-size: clamp(2rem, 10vw, 3rem);
        letter-spacing: -1px;
    }
}

.footer-site-logo {
    max-height: 52px;
    width: auto;
    display: block;
}

/* Homepage - Shop By Category (all active parent categories) */
.category-section .vastraa-bento-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    height: auto;
    gap: 24px;
}

.category-section .vastraa-bento-grid .bento-item {
    min-height: 300px;
    height: 300px;
}

.category-section .vastraa-bento-grid .bento-item.bento-large,
.category-section .vastraa-bento-grid .bento-item.bento-half {
    grid-column: auto;
    grid-row: auto;
    height: 300px;
}

.category-section .bento-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    background: linear-gradient(135deg, #1a1a1a, #444);
    color: #fff;
    font-size: 1.25rem;
    font-family: var(--heading-font);
    font-weight: 600;
}

@media (max-width: 991px) {
    .category-section .vastraa-bento-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .category-section .vastraa-bento-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .category-section .vastraa-bento-grid .bento-item {
        min-height: 320px;
        height: 320px;
    }

    .category-section .vastraa-bento-grid .bento-item.bento-large,
    .category-section .vastraa-bento-grid .bento-item.bento-half {
        height: 320px;
    }

    .category-section .bento-img-box img {
        object-fit: cover;
        object-position: center center;
    }

    .category-section .bento-overlay {
        padding: 22px;
    }
}

.category-section .bento-subcategories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem 0.35rem;
    margin: 0.5rem 0 0.75rem;
    font-size: 0.82rem;
    line-height: 1.4;
}

.category-section .bento-subcategory-link {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.category-section .bento-subcategory-link:hover {
    color: #fff;
    text-decoration: underline;
}

.category-section .bento-subcategory-sep {
    color: rgba(255, 255, 255, 0.55);
}

/* Homepage - product showcase section backgrounds */
.best-seller-products-section.home-products-section--featured {
    background: #fff;
}

.best-seller-products-section.home-products-section--trending {
    background: var(--light-gray, #f8f8f8);
}

.best-seller-products-section.home-products-section--new-arrivals {
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

@media (max-width: 991px) {
    .best-seller-products-section.home-products-section--featured,
    .best-seller-products-section.home-products-section--trending,
    .best-seller-products-section.home-products-section--new-arrivals {
        padding: 64px 0;
    }
}

/* Homepage - Shop By Brand */
.brands-showcase-section {
    padding: 80px 0 90px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.brands-home-heading {
    margin-bottom: 48px;
    text-align: center;
}

.brands-home-heading .section-description {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.brands-mosaic-grid--home {
    margin-bottom: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brands-mosaic-grid--home .brand-visual-card {
    min-height: 360px;
}

.brands-view-all {
    margin-top: 48px;
    text-align: center;
}

@media (max-width: 1199px) {
    .brands-mosaic-grid--home {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .brands-showcase-section {
        padding: 64px 0 72px;
    }

    .brands-mosaic-grid--home {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .brands-mosaic-grid--home {
        grid-template-columns: 1fr;
    }

    .brands-mosaic-grid--home .brand-visual-card {
        min-height: 300px;
    }
}

/* Header compact scroll - reinforce clean collapse (disabled; kept for reference) */
@media (min-width: 992px) {
    .header-top-row .header-top-inner {
        min-height: 42px;
    }
}

@media (max-width: 991.98px) {
    html,
    body {
        height: auto !important;
        min-height: 100%;
    }

    body.menu-open {
        overflow: hidden !important;
    }

    .back-to-top {
        bottom: 22px !important;
        right: 18px !important;
        width: 48px !important;
        height: 48px !important;
        z-index: 10050 !important;
    }
}

/* Back to top - always above page content */
.back-to-top {
    z-index: 10050 !important;
}

.back-to-top.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.mobile-nav-group--account > .mobile-submenu-toggle {
    color: var(--text-color, #111);
    font-weight: 600;
}

.mobile-nav-divider {
    display: none;
}

.mobile-nav-logout-form {
    margin: 0;
}

.mobile-nav-logout-btn {
    display: block;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    color: #c0392b;
}

.mobile-nav-logout-btn:hover {
    color: var(--primary-color, #ec0e4d);
}

@media (max-width: 575.98px) {
    .brand-logo {
        max-width: 70%;
    }

    .brand-logo img {
        height: 48px !important;
    }

    .navbar-main-row {
        padding: 12px 0;
    }
}

@media (max-width: 359.98px) {
    .brand-logo {
        max-width: 65%;
    }

    .brand-logo img {
        height: 44px !important;
    }
}

.mobile-nav-menu .nav-link {
    padding: 12px 4px;
    font-size: 15px;
}

.mobile-submenu .nav-link {
    padding: 10px 8px 10px 16px;
    font-size: 14px;
}

.search-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    margin-right: 8px;
    cursor: pointer;
    flex-shrink: 0;
    color: inherit;
}

.search-icon-btn .search-icon {
    margin-right: 0;
}

.search-clear-btn[hidden] {
    display: none !important;
}

.mobile-nav-group .mobile-submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0.85rem 0;
}

.mobile-submenu-chevron {
    font-size: 0.75rem;
    opacity: 0.65;
    transition: transform 0.2s ease;
}

.mobile-submenu-toggle[aria-expanded="true"] .mobile-submenu-chevron {
    transform: rotate(180deg);
}

.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0 0 0.5rem 1rem;
}

.mobile-submenu .nav-link {
    padding: 0.55rem 0;
    font-size: 0.95rem;
    opacity: 0.9;
}

.mobile-submenu .nav-link.active {
    color: var(--primary-color, #ec0e4d);
    font-weight: 600;
}

.navbar-menu .dropdown-menu .dropdown-item.active {
    background: rgba(236, 14, 77, 0.08);
    color: var(--primary-color, #ec0e4d);
}

.nav-dropdown-menu--brands .dropdown-item--arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nav-dropdown-menu--brands .dropdown-item__content {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-width: 0;
}

.nav-dropdown-menu--brands .dropdown-item__content span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-dropdown-menu--brands .dropdown-item__arrow {
    flex-shrink: 0;
    font-size: 0.72rem;
    color: var(--primary-color, #ec0e4d);
    opacity: 0.55;
    transform: translateX(-3px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-dropdown-menu--brands .dropdown-item--arrow:hover .dropdown-item__arrow,
.nav-dropdown-menu--brands .dropdown-item--arrow.active .dropdown-item__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Brands listing page */
.brands-page-section {
    padding: 72px 0 110px;
}

.brands-visual-section {
    background:
        radial-gradient(circle at top center, rgba(236, 14, 77, 0.06), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fcf7f9 100%);
}

.brands-page-heading {
    margin-bottom: 48px;
    text-align: center;
}

.brands-page-heading .section-description {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.brands-page-grid {
    margin-top: 0;
}

.brands-mosaic-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.brand-visual-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 340px;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    text-decoration: none;
}

.brand-visual-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--primary-color, #ec0e4d);
}

.brand-visual-card__logo-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.brand-visual-card:hover .brand-visual-card__logo-wrap {
    background-color: #fafafa;
}

.brand-visual-card__logo-img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.brand-visual-card:hover .brand-visual-card__logo-img {
    transform: scale(1.06);
}

.brand-visual-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(236, 14, 77, 0.05);
    color: var(--primary-color, #ec0e4d);
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--heading-font);
    letter-spacing: 0.05em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.brand-visual-card:hover .brand-visual-card__placeholder {
    background-color: var(--primary-color, #ec0e4d);
    color: #ffffff;
}

.brand-visual-card__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.brand-visual-card__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand-visual-card__name {
    margin: 0;
    color: #1a1a1a;
    font-family: var(--heading-font);
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}

.brand-visual-card:hover .brand-visual-card__name {
    color: var(--primary-color, #ec0e4d);
}

.brand-visual-card__count {
    font-size: 0.85rem;
    color: #888888;
    font-weight: 500;
}

.brand-visual-card__arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #555555;
    font-size: 0.8rem;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.brand-visual-card:hover .brand-visual-card__arrow-btn {
    background: var(--primary-color, #ec0e4d);
    color: #ffffff;
    transform: translateX(3px);
}

.brands-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 28px;
    margin-bottom: 56px;
    padding: 32px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(236, 14, 77, 0.08), transparent 34%),
        linear-gradient(135deg, #fff 0%, #fff7fa 100%);
    border: 1px solid rgba(236, 14, 77, 0.10);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.brands-hero-panel__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brands-stats-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.brands-stat-chip {
    min-width: 150px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #f0e6ea;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.brands-stat-chip strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--secondary-color, #1a1a1a);
}

.brands-stat-chip span {
    font-size: 0.85rem;
    color: #777;
}

.brands-hero-panel__spotlight {
    display: grid;
    gap: 16px;
}

.brands-spotlight-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #f1eaed;
    text-decoration: none;
    color: inherit;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.brands-spotlight-card:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 14, 77, 0.25);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
    color: inherit;
}

.brands-spotlight-card__logo {
    width: 92px;
    height: 92px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.brands-spotlight-card__logo img {
    max-width: 72px;
    max-height: 44px;
    object-fit: contain;
}

.brands-spotlight-card__logo span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(236, 14, 77, 0.08);
    color: var(--primary-color, #ec0e4d);
    font-size: 1.15rem;
    font-weight: 800;
}

.brands-spotlight-card__tag {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-color, #ec0e4d);
}

.brands-spotlight-card__body h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--secondary-color, #1a1a1a);
}

.brands-spotlight-card__body p {
    margin: 0;
    color: #666;
    font-size: 0.92rem;
    line-height: 1.6;
}

.brands-spotlight-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #7a7a7a;
}

.brands-spotlight-card__meta span:last-child {
    color: var(--primary-color, #ec0e4d);
}

.brands-page-empty {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 48px 24px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.brands-page-empty__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(236, 14, 77, 0.08);
    color: var(--primary-color, #ec0e4d);
    font-size: 1.75rem;
}

.brands-page-empty__title {
    margin: 0 0 12px;
    font-family: var(--heading-font);
    font-size: 1.5rem;
    color: var(--secondary-color, #1a1a1a);
}

.brands-page-empty__text {
    margin: 0 0 24px;
    color: #666;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .brands-mosaic-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .brands-hero-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .brands-page-section {
        padding: 64px 0 80px;
    }

    .brands-mosaic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .brands-mosaic-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .brand-visual-card {
        height: 280px;
    }

    .brand-visual-card__logo-wrap {
        padding: 24px;
    }

    .brand-visual-card__logo-img {
        max-height: 100px;
    }

    .brand-visual-card__info {
        padding: 16px 20px;
    }

    .brands-hero-panel {
        padding: 22px;
        margin-bottom: 40px;
        border-radius: 18px;
    }

    .brands-spotlight-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .brands-spotlight-card__logo {
        margin: 0 auto;
    }

    .brands-spotlight-card__meta {
        flex-direction: column;
        align-items: center;
    }

    .brands-stat-chip {
        width: 100%;
    }
}

.reviewer-avatar-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(236, 14, 77, 0.08);
    color: var(--primary-color, #ec0e4d);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.product-review-form-card {
    background: #fff;
    border: 1px solid var(--border-color, #ececec);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 18px;
}

.product-review-form-title {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--secondary-color, #1a1a1a);
}

.product-review-form-text {
    margin: 0 0 18px;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
}

.product-review-stars {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-review-star-btn {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    color: #FFB800;
    font-size: 1.35rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-review-star-btn.is-active,
.product-review-star-btn:hover {
    transform: scale(1.05);
}

.product-review-star-btn i.is-empty,
.score-stars i.is-empty,
.review-stars i.is-empty,
.qv-stars i.is-empty {
    color: transparent !important;
    -webkit-text-stroke: 1.4px #d9dde5;
    text-stroke: 1.4px #d9dde5;
    opacity: 1;
}

.product-review-star-btn i:not(.is-empty),
.score-stars i:not(.is-empty),
.review-stars i:not(.is-empty),
.qv-stars i:not(.is-empty) {
    color: #FFB800;
    -webkit-text-stroke: 0;
}

.product-review-empty {
    background: #fff;
    border: 1px dashed var(--border-color, #ececec);
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    color: #666;
}

.reviews-wrapper--display-only {
    align-items: start;
}

.reviews-wrapper--display-only .review-cards {
    min-height: 100%;
}

.product-specs-section .specs-wrapper {
    max-width: 1100px;
}

.account-review-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.account-review-item {
    padding: 24px;
    border: 1px solid var(--border-color, #ececec);
    border-radius: 12px;
    background: #fafafa;
}

.account-review-item.is-focused {
    border-color: rgba(236, 14, 77, 0.35);
    box-shadow: 0 0 0 3px rgba(236, 14, 77, 0.08);
}

.account-review-item__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.account-review-item__thumb {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #ececec;
}

.account-review-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-review-item__title {
    margin: 0 0 4px;
    font-size: 1.05rem;
    font-weight: 700;
}

.account-submitted-reviews {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.account-submitted-review {
    padding: 20px;
    border: 1px solid var(--border-color, #ececec);
    border-radius: 10px;
    background: #fafafa;
}

.account-submitted-review .review-stars i {
    color: #FFB800;
}

.order-review-trigger {
    border: none;
    padding: 0;
    font: inherit;
}

.order-item-review {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid var(--border-color, #ececec);
}

.account-review-modal__content {
    max-width: 820px;
}

.account-review-modal__body {
    padding: 28px;
}

.product-actions .action-btn {
    appearance: none;
}

.qv-loading-state,
.qv-error-state {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    color: #666;
    font-weight: 600;
    text-align: center;
}

.qv-cart-form {
    flex: 1;
}

.qv-cart-form .btn-primary {
    width: 100%;
}

.qv-cart-link {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qv-view-product {
    margin-top: 18px;
}

.qv-view-product .btn-link-minimal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--secondary-color, #1a1a1a);
    font-weight: 600;
}

.qv-view-product .btn-link-minimal:hover {
    color: var(--primary-color, #ec0e4d);
}

.qv-wishlist-btn.active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.detail-rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.detail-rating-value,
.qv-rating-value {
    font-weight: 700;
    color: var(--secondary-color, #1a1a1a);
}

.detail-purchase-actions {
    display: inline-flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 1.5rem;
    width: auto;
    max-width: 100%;
}

.detail-cart-form {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
}

.detail-actions {
    margin-bottom: 0 !important;
    width: auto;
    flex-wrap: nowrap !important;
}

/* .detail-cart-btn {
    min-width: 190px;
} */

.detail-wishlist-form {
    margin: 0;
    flex-shrink: 0;
}

.detail-wishlist-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-height: 50px;
    padding: 0;
    white-space: nowrap;
}

.detail-wishlist-btn i {
    margin: 0;
}

.detail-rich-description,
.detail-rich-description p,
.detail-rich-description li {
    /* font-size: 14px; */
    line-height: 1.85;
    color: #555;
}

.detail-rich-description p:last-child {
    margin-bottom: 0;
}

.qv-stars {
    align-items: center;
}

.qv-stars i {
    font-size: 13px;
}

.qv-stars i.is-empty {
    color: transparent !important;
    -webkit-text-stroke: 1.3px #d9dde5;
    text-stroke: 1.3px #d9dde5;
}

.qv-key-points {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.qv-key-points-list {
    margin: 0;
    padding-left: 18px;
    color: #666;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.qv-key-points-list li {
    line-height: 1.6;
}

.product-variant-picker .filter-size-group {
    gap: 10px;
}

.product-variant-picker .size-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 8px 12px;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .detail-purchase-actions {
        flex-direction: column;
        align-items: stretch;
        display: flex;
        width: 100%;
    }

    .detail-wishlist-form {
        margin-bottom: 0;
    }

    .detail-cart-form {
        display: flex;
        width: 100%;
    }

    .detail-actions {
        width: 100%;
        flex-wrap: wrap !important;
    }

    /* .detail-wishlist-btn,
    .detail-cart-btn {
        width: 100%;
    } */
}

/* Instagram feed (homepage) */
.instagram-feed-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.instagram-feed-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #fafafa 0%, #fff 45%, #fafafa 100%);
    z-index: 0;
}

.instagram-feed-section .section-heading {
    margin-bottom: 48px;
}

.instagram-follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 24px;
    border-radius: 999px;
    background: var(--primary-color, #111);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.instagram-follow-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.instagram-follow-btn--compact {
    margin-top: 0;
    padding: 10px 20px;
}

.instagram-feed-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: minmax(180px, 1fr);
    gap: 12px;
}

.instagram-feed-tile {
    position: relative;
    display: block;
    width: 100%;
    min-height: 180px;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-feed-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.instagram-feed-media {
    position: absolute;
    inset: 0;
}

.instagram-feed-tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.instagram-feed-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-feed-tile:hover .instagram-feed-overlay {
    opacity: 1;
}

.instagram-feed-stats {
    display: flex;
    align-items: center;
    gap: 18px;
}

.instagram-feed-stat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.instagram-feed-icon,
.instagram-feed-video-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.instagram-feed-icon {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    font-size: 15px;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.instagram-feed-tile:hover .instagram-feed-icon {
    opacity: 1;
    transform: scale(1);
}

.instagram-feed-video-badge {
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    pointer-events: none;
}

.instagram-feed-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    padding: 22px 28px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.instagram-feed-banner-left {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.instagram-feed-banner-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
    color: #fff;
    font-size: 24px;
}

.instagram-feed-handle {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #111;
}

.instagram-feed-meta {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    .instagram-feed-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: minmax(200px, 1fr);
    }

    .instagram-feed-tile {
        min-height: 200px;
    }
}

@media (min-width: 1200px) {
    .instagram-feed-grid {
        grid-auto-rows: minmax(210px, 1fr);
    }

    .instagram-feed-tile {
        min-height: 210px;
    }
}

@media (min-width: 1400px) {
    .instagram-feed-grid {
        grid-auto-rows: minmax(220px, 1fr);
    }

    .instagram-feed-tile {
        min-height: 220px;
    }
}

@media (max-width: 767.98px) {
    .instagram-feed-section {
        padding: 70px 0;
    }

    .instagram-feed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(170px, 1fr);
        gap: 12px;
    }

    .instagram-feed-tile {
        min-height: 170px;
    }

    .instagram-feed-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .instagram-follow-btn--compact {
        width: 100%;
        justify-content: center;
    }
}

/* Category browse - Flipkart-style subcategory grid */
.subcategory-browse-section {
    padding: 48px 0 88px;
}

.subcategory-browse-section .section-heading--compact {
    margin-bottom: 40px;
}

.section-heading--compact {
    margin-bottom: 40px;
}

.section-heading--compact .section-title {
    font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.section-heading--left {
    text-align: left;
}

.section-heading--left .section-description {
    margin-left: 0;
    margin-right: 0;
}

.shop-page-wrapper {
    padding: 48px 0 88px;
}

.shop-listing-heading {
    margin-bottom: 8px;
}

.subcategory-flipkart-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 24px 20px;
}

.subcategory-flipkart-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.subcategory-flipkart-card:hover {
    transform: translateY(-4px);
    color: var(--primary-color, #ec0e4d);
}

.subcategory-flipkart-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 20px;
    overflow: hidden;
    background: #f3f3f3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.subcategory-flipkart-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.subcategory-flipkart-card:hover .subcategory-flipkart-media img {
    transform: scale(1.05);
}

.subcategory-flipkart-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.45) 100%);
    pointer-events: none;
}

.subcategory-flipkart-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--primary-color, #ec0e4d), #ff6b9d);
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.subcategory-flipkart-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 6px;
}

.subcategory-flipkart-label {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    max-width: 100%;
    color: var(--secondary-color, #1a1a1a);
}

.subcategory-flipkart-card:hover .subcategory-flipkart-label {
    color: var(--primary-color, #ec0e4d);
}

.subcategory-flipkart-count {
    font-size: 0.8rem;
    color: #888;
}

.subcategory-flipkart-cta {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary-color, #ec0e4d);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Main shop page - category cards (4 per row) */
.subcategory-browse-section--roots .subcategory-flipkart-grid,
.subcategory-browse-section--nested .subcategory-flipkart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.subcategory-browse-section--roots .subcategory-flipkart-card,
.subcategory-browse-section--nested .subcategory-flipkart-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    padding: 12px 12px 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.subcategory-browse-section--roots .subcategory-flipkart-card:hover,
.subcategory-browse-section--nested .subcategory-flipkart-card:hover {
    border-color: rgba(236, 14, 77, 0.22);
    box-shadow: 0 14px 36px rgba(236, 14, 77, 0.12);
}

.subcategory-browse-section--roots .subcategory-flipkart-media,
.subcategory-browse-section--nested .subcategory-flipkart-media {
    aspect-ratio: 1;
    min-height: 0;
    border-radius: 14px;
}

.subcategory-browse-section--roots .subcategory-flipkart-label,
.subcategory-browse-section--nested .subcategory-flipkart-label {
    font-size: 1rem;
    font-family: var(--heading-font);
    letter-spacing: -0.01em;
}

.subcategory-browse-section--roots .subcategory-flipkart-meta,
.subcategory-browse-section--nested .subcategory-flipkart-meta {
    gap: 6px;
    padding-top: 2px;
}

@media (min-width: 768px) {
    .subcategory-browse-section--roots .subcategory-flipkart-grid,
    .subcategory-browse-section--nested .subcategory-flipkart-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }
}

@media (min-width: 992px) {
    .subcategory-browse-section--roots .subcategory-flipkart-grid,
    .subcategory-browse-section--nested .subcategory-flipkart-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .subcategory-browse-section {
        padding: 28px 0 64px;
    }

    .subcategory-browse-section--roots .subcategory-flipkart-grid,
    .subcategory-browse-section--nested .subcategory-flipkart-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .subcategory-browse-section--roots .subcategory-flipkart-card,
    .subcategory-browse-section--nested .subcategory-flipkart-card {
        padding: 10px 10px 14px;
    }

    .subcategory-browse-section--roots .subcategory-flipkart-label,
    .subcategory-browse-section--nested .subcategory-flipkart-label {
        font-size: 0.9rem;
    }
}

/* Sidebar category tree */
.sidebar-category-node {
    padding-left: calc(var(--cat-depth, 0) * 14px);
}

.sidebar-category-node.is-branch-active .sidebar-category-link {
    color: var(--primary-color, #ec0e4d);
    font-weight: 700;
}

.sidebar-category-link {
    color: inherit;
    text-decoration: none;
    margin-right: 4px;
}

.sidebar-category-link:hover {
    color: var(--primary-color, #ec0e4d);
}

/* Flipkart-style shop filters - theme */
.shop-filters-col {
    position: relative;
}

.shop-filters-backdrop {
    display: none;
}

.shop-filters-drawer {
    background: #fff;
}

.shop-filters-drawer__header,
.shop-filters-drawer__footer {
    display: none;
}

.shop-filters-panel {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 8px 16px 16px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.shop-filters-reset {
    margin-top: 12px;
    font-size: 0.88rem;
    font-weight: 600;
}

.filter-widget {
    border-bottom: 1px solid #f0f0f0;
    padding: 4px 0;
}

.filter-widget:last-of-type {
    border-bottom: 0;
}

.filter-widget__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    border: 0;
    background: transparent;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #666;
    cursor: pointer;
}

.filter-widget__toggle i {
    font-size: 0.7rem;
    color: #999;
    transition: transform 0.2s ease;
}

.filter-widget.is-open .filter-widget__toggle i {
    transform: rotate(180deg);
}

.filter-widget__body {
    display: none;
    padding-bottom: 14px;
}

.filter-widget.is-open .filter-widget__body {
    display: block;
}

/* Attribute filters - Flipkart-style size & color */
.shop-filter-size-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shop-filter-size-btn input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop-filter-size-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 38px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.shop-filter-size-btn input:checked + span {
    border-color: var(--primary-color, #ec0e4d);
    background: rgba(236, 14, 77, 0.08);
    color: var(--primary-color, #ec0e4d);
}

.shop-filter-color-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shop-filter-color-swatch {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 0;
}

.shop-filter-color-swatch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop-filter-color-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ddd;
    flex-shrink: 0;
    transition: outline 0.2s ease, border-color 0.2s ease;
}

.shop-filter-color-swatch input:checked + .shop-filter-color-dot {
    outline: 2px solid var(--primary-color, #ec0e4d);
    outline-offset: 2px;
    border-color: #fff;
}

.shop-filter-color-name {
    font-size: 0.88rem;
    color: #333;
    font-weight: 500;
}

.shop-filter-color-swatch input:checked ~ .shop-filter-color-name {
    color: var(--primary-color, #ec0e4d);
    font-weight: 600;
}

.filter-cat-back {
    color: var(--primary-color, #ec0e4d);
    font-weight: 600;
}

.filter-show-more {
    color: var(--primary-color, #ec0e4d);
}

/* Listing header + sort tabs */
.shop-listing-count {
    margin: 0;
    font-size: 0.9rem;
    color: #777;
}

.shop-listing-count--mobile {
    margin-bottom: 16px;
    text-align: right;
}

.shop-sort-bar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.shop-sort-tabs-wrap {
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 0;
    border-bottom: none;
    overflow: visible;
}

.shop-sort-bar .shop-listing-count--desktop {
    flex: 0 0 auto;
    margin-bottom: 12px;
    text-align: right;
    white-space: nowrap;
}

.shop-sort-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.shop-sort-tab {
    border: 0;
    background: transparent;
    padding: 12px 18px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.shop-sort-tab:hover,
.shop-sort-tab.is-active {
    color: var(--primary-color, #ec0e4d);
}

.shop-sort-tab.is-active {
    border-bottom-color: var(--primary-color, #ec0e4d);
}

.shop-sort-select-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* Active filter chips */
.shop-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.shop-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(236, 14, 77, 0.25);
    background: rgba(236, 14, 77, 0.06);
    color: var(--primary-color, #ec0e4d);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.shop-filter-chip:hover {
    background: rgba(236, 14, 77, 0.12);
}

.shop-filter-chip--clear {
    background: transparent;
    border-color: #ddd;
    color: #666;
}

.shop-filter-chip--clear:hover {
    border-color: var(--primary-color, #ec0e4d);
    color: var(--primary-color, #ec0e4d);
}

/* Mobile filter + sort bar */
.shop-mobile-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.shop-mobile-action-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--secondary-color, #1a1a1a);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.shop-mobile-action-btn i {
    color: var(--primary-color, #ec0e4d);
}

/* Mobile filter drawer */
@media (max-width: 991.98px) {
    .shop-filters-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1040;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .shop-filters-backdrop.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .shop-filters-drawer {
        position: fixed;
        top: 0;
        left: 0;
        width: min(92vw, 380px);
        height: 100vh;
        height: 100dvh;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform 0.28s ease;
        display: flex;
        flex-direction: column;
        box-shadow: 8px 0 40px rgba(0, 0, 0, 0.15);
    }

    .shop-filters-drawer.is-open {
        transform: translateX(0);
    }

    .shop-filters-drawer__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 18px;
        border-bottom: 1px solid #eee;
        background: #fff;
    }

    .shop-filters-drawer__title {
        margin: 0;
        font-size: 1.1rem;
        font-weight: 700;
        font-family: var(--heading-font);
    }

    .shop-filters-drawer__close {
        border: 0;
        background: transparent;
        font-size: 1.2rem;
        color: #666;
        padding: 4px;
        cursor: pointer;
    }

    .shop-filters-panel--drawer {
        flex: 1;
        overflow-y: auto;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 8px 18px 24px;
    }

    .shop-filters-drawer__footer {
        display: block;
        padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
        border-top: 1px solid #eee;
        background: #fff;
    }

    body.shop-filters-open,
    body.shop-sort-open {
        overflow: hidden;
    }
}

/* Mobile sort bottom sheet */
.shop-sort-sheet {
    position: fixed;
    inset: 0;
    z-index: 1060;
    pointer-events: none;
    visibility: hidden;
}

.shop-sort-sheet.is-open {
    pointer-events: auto;
    visibility: visible;
}

.shop-sort-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.shop-sort-sheet.is-open .shop-sort-sheet__backdrop {
    opacity: 1;
}

.shop-sort-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.28s ease;
    padding-bottom: env(safe-area-inset-bottom);
}

.shop-sort-sheet.is-open .shop-sort-sheet__panel {
    transform: translateY(0);
}

.shop-sort-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}

.shop-sort-sheet__header h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
}

.shop-sort-sheet__close {
    border: 0;
    background: transparent;
    font-size: 1.2rem;
    color: #666;
    cursor: pointer;
}

.shop-sort-sheet__options {
    padding: 8px 0 16px;
}

.shop-sort-sheet__option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 20px;
    border: 0;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.shop-sort-sheet__option.is-active,
.shop-sort-sheet__option:hover {
    color: var(--primary-color, #ec0e4d);
    background: rgba(236, 14, 77, 0.06);
}

@media (max-width: 991.98px) {
    .shop-sort-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .shop-sort-tabs-wrap {
        border-bottom: 1px solid #eee;
    }
}

@media (min-width: 992px) {
    .shop-filters-drawer {
        position: sticky;
        top: 110px;
    }

    .shop-mobile-actions,
    .shop-listing-count--mobile {
        display: none !important;
    }
}

.filter-category-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.filter-cat-back,
.filter-cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
    color: #212121;
    text-decoration: none;
    font-size: 0.92rem;
    line-height: 1.35;
    border: 0;
    background: transparent;
}

.filter-cat-back {
    color: var(--primary-color, #ec0e4d);
    font-weight: 600;
    padding-top: 4px;
}

.filter-cat-back i {
    font-size: 0.72rem;
}

.filter-cat-current {
    padding: 8px 0 6px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #212121;
}

.filter-cat-peers {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 10px;
    border-left: 2px solid #f0f0f0;
    margin-top: 2px;
}

.filter-cat-link small,
.filter-cat-root small {
    color: #878787;
    font-size: 0.78rem;
}

.filter-cat-link:hover,
.filter-cat-back:hover {
    color: var(--primary-color, #ec0e4d);
}

.filter-brand-search-wrap {
    margin-bottom: 12px;
}

.filter-show-more {
    border: 0;
    background: transparent;
    color: #2874f0;
    font-size: 0.86rem;
    font-weight: 600;
    padding: 8px 0 0;
}

.filter-show-more:hover {
    text-decoration: underline;
}

.shop-filters-panel .shop-filters-reset {
    margin-top: 8px;
}

.nav-item-split {
    display: flex;
    align-items: stretch;
}

.nav-item-split .nav-link-split-main {
    padding-right: 0.35rem;
}

.nav-item-split .nav-link-split-toggle {
    padding-left: 0.35rem;
    padding-right: 0.75rem;
}

.nav-item-split .nav-link-split-toggle::after {
    margin-left: 0;
}

/* Empty category / catalog states */
.shop-empty-section {
    padding: 48px 0 96px;
}

.shop-empty-state {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 48px 32px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.shop-empty-state__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(236, 14, 77, 0.08);
    color: var(--primary-color, #ec0e4d);
    font-size: 1.75rem;
}

.shop-empty-state__title {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-family: var(--heading-font);
    color: var(--secondary-color, #1a1a1a);
}

.shop-empty-state__text {
    margin: 0 0 24px;
    color: #666;
    line-height: 1.7;
}

.shop-empty-state__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.shop-catalog-empty {
    text-align: center;
    padding: 56px 24px;
    border: 1px dashed #e5e5e5;
    border-radius: 16px;
    background: #fafafa;
}

.shop-catalog-empty__icon {
    font-size: 2rem;
    color: #ccc;
    margin-bottom: 16px;
}

.shop-catalog-empty__message {
    margin: 0 0 20px;
    color: #666;
    font-size: 1rem;
}

/* Size guide - product page */
.detail-size-guide-wrap {
    margin-top: -4px;
}

.size-guide-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--primary-color, #ec0e4d);
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.size-guide-trigger:hover {
    color: #be185d;
}

.size-guide-modal .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}

.size-guide-modal__unit {
    font-size: 0.82rem;
    color: #777;
}

.size-guide-modal__notes h6,
.size-guide-tab-content h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.size-guide-modal__notes p,
.size-guide-tab-content p {
    color: #666;
    margin-bottom: 0;
    line-height: 1.7;
}

.size-guide-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.size-guide-table th,
.size-guide-table td {
    border: 1px solid #ececec;
    padding: 12px 14px;
    text-align: center;
}

.size-guide-table thead th {
    background: rgba(236, 14, 77, 0.06);
    color: var(--secondary-color, #1a1a1a);
    font-weight: 700;
}

.size-guide-table tbody th {
    background: #fafafa;
    font-weight: 700;
}

.size-guide-tab-content {
    max-width: 760px;
    margin: 0 auto;
}

/* Blog listing & detail */
.blog-listing-section,
.faq-page-section {
    padding: 80px 0 100px;
    background: var(--light-gray, #f9f7f4);
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color, #e7e7e7);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.blog-image-placeholder {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ec0e4d 0%, #1a1a1a 100%);
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

.blog-meta-chip {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(236, 14, 77, 0.1);
    color: var(--primary-color, #ec0e4d);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.blog-read-more {
    color: var(--primary-color, #ec0e4d);
    font-weight: 600;
    text-decoration: none;
}

.blog-read-more:hover {
    color: var(--secondary-color, #000);
}

.blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #666;
    font-size: 14px;
}

.blog-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mini-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--primary-color, #ec0e4d);
}

.mini-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-color, #000);
    margin: 0 0 4px;
}

.mini-date {
    font-size: 12px;
    color: #888;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
}

/* FAQ page */
.faq-page-grid {
    display: grid;
    gap: 32px;
    max-width: 920px;
    margin: 0 auto;
}

.faq-category-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color, #ec0e4d);
}

.faq-item {
    background: #fff;
    border: 1px solid var(--border-color, #e7e7e7);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 0;
    background: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color, #000);
}

.faq-question:not(.collapsed) .faq-icon {
    transform: rotate(45deg);
}

.faq-icon {
    color: var(--primary-color, #ec0e4d);
    transition: transform 0.2s ease;
}

.faq-answer {
    padding: 0 20px 18px;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

body:has(.blog-listing-section) [data-aos],
body:has(.blog-detail-section) [data-aos],
body:has(.faq-page-section) [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Homepage Hero Slider Title Enhancements */
.slider-section .content-left {
    max-width: 780px;
}

.slider-section .content-title {
    font-size: clamp(40px, 5.2vw, 66px) !important;
    line-height: 1.15;
}

/* Smooth header transitions in both directions */
.announcement-bar-wrap {
    max-height: 60px;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding 0.35s ease !important;
}

.header-top-row {
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding 0.35s ease, border-color 0.25s ease !important;
}

.navbar-main-row {
    transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.brand-logo img {
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease !important;
}

/* Sticky Header Shell Compaction (Announcement + Top Row hide cleanly on scroll) */
.site-header-shell.is-compact .announcement-bar-wrap {
    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
}

.site-header-shell.is-compact .header-top-row {
    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom-color: transparent !important;
    pointer-events: none !important;
}

/* Product Detail Page Gallery Thumbnails aspect ratio & size fix */
.thumb-item {
    width: 80px;
    flex: 0 0 80px;
}

.thumb-item img {
    height: auto !important;
    aspect-ratio: 1 / 1.25 !important;
    object-fit: cover !important;
}

/* Premium Select2 Dropdown Styling */
body .select2-container--default .select2-selection--single {
    height: 55px !important;
    padding: 0 !important;
    border: 1.5px solid var(--border-color, #e7e7e7) !important;
    border-radius: 8px !important;
    background: var(--white-color, #ffffff) !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-family: var(--body-font) !important;
    font-size: 15px !important;
    color: var(--text-color, #000000) !important;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 15px !important;
}

body .select2-container--default.select2-container--focus .select2-selection--single,
body .select2-container--default.select2-container--open .select2-selection--single {
    outline: none !important;
    border-color: var(--primary-color, #ec0e4d) !important;
    box-shadow: 0 0 0 3px rgba(236, 14, 77, 0.08) !important;
}

body .select2-container--default .select2-selection--single:hover {
    border-color: #e0dcd8 !important;
}

body .select2-dropdown {
    border: 1.5px solid var(--primary-color, #ec0e4d) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    background: var(--white-color, #ffffff) !important;
    z-index: 99999 !important;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color, #ec0e4d) !important;
    color: var(--white-color, #ffffff) !important;
}

body .select2-container--default .select2-results__option {
    padding: 12px 24px !important;
    font-family: var(--body-font) !important;
    font-size: 15px !important;
    color: var(--text-color, #000000) !important;
}

body .select2-container--default .select2-search--dropdown {
    padding: 10px 15px !important;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1.5px solid var(--border-color, #e7e7e7) !important;
    border-radius: 6px !important;
    padding: 10px 16px !important;
    font-family: var(--body-font) !important;
    font-size: 14px !important;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--primary-color, #ec0e4d) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(236, 14, 77, 0.08) !important;
}
