/* Google Fonts are loaded via <link> in the HTML head for better performance */



html, body {
    height: auto !important;
    min-height: 100% !important;
    font-family: 'Nunito', sans-serif;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.text-inherit {
    color: inherit !important;
}
.shadow-hover:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

:root {
    --premium-pink: #FF4D8D; /* Logo Pink */
    --baby-blue: #4A90E2;
    --baby-green: #4CAF50;
    --baby-yellow: #FFCE44;
    --baby-lavender: #B19CD9;
    --baby-peach: #FF8A80;
    --baby-pink-light: #FFB6C1;
    --baby-mint: #E0FFF4;
    --premium-olive: #6ab04c;
    --premium-green: #4CAF50;
    --premium-bg-light: #fff5f8;
    --premium-border: #f3e5f5;
    --premium-text-dark: #4a148c; /* Deep Purple instead of Black */
    --premium-text-muted: #7d5a9d;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Happy Monkey', cursive;
    font-weight: 400; /* Happy Monkey only has 400 */
    color: var(--premium-text-dark);
}

/* Force Full Width Override - Ultimate Reset */
html,
body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

/* Lenis Required CSS */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.main-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.container-fluid.premium-full-width {
    max-width: 100% !important;
    padding-left: clamp(16px, 3vw, 60px) !important;
    padding-right: clamp(16px, 3vw, 60px) !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.container-fluid.category-full-width {
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
}

@media (max-width: 1200px) {
    .container-fluid.premium-full-width {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (max-width: 991px) {
    .container-fluid.premium-full-width,
    .container-fluid.category-full-width {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }
}

@media (max-width: 576px) {
    .container-fluid.premium-full-width,
    .container-fluid.category-full-width {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .product-list-grid-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-list-grid-col .row {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    .product-list-grid-col .row > [class*="col-"] {
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 16px !important;
    }

    .product-card-v2,
    .product-card-premium {
        border: 1.5px solid #cbd5e1 !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06) !important;
        border-radius: 16px !important;
        padding: 10px !important;
    }

    /* Product card media box — restored to original full height and layout */
    .product-card-v2 .pc-media {
        height: 180px !important;
        padding: 6px !important;
        border-radius: 12px !important;
        position: relative !important;
        background: #f8fafc !important;
    }

    .product-card-v2 .pc-media img {
        max-height: 168px !important;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    /* Compact, sleek offer/discount badge on mobile top-left */
    .product-card-v2 .pc-badge {
        top: 6px !important;
        left: 6px !important;
        font-size: 9px !important;
        font-weight: 800 !important;
        padding: 3px 7px !important;
        border-radius: 6px !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
        z-index: 5 !important;
        letter-spacing: 0.3px !important;
    }

    /* Compact action icons on mobile top-right */
    .product-card-v2 .pc-action-icons {
        top: 6px !important;
        right: 6px !important;
        gap: 4px !important;
        z-index: 5 !important;
    }

    .product-card-v2 .pc-action-icons button {
        width: 26px !important;
        height: 26px !important;
        font-size: 11px !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
    }

    .product-card-v2 .pc-title {
        font-size: 13px !important;
        margin-bottom: 6px !important;
        height: 36px !important;
        line-height: 1.35 !important;
    }

    .product-card-v2 .pc-price-sale {
        font-size: 16px !important;
    }

    .product-card-v2 .pc-price-old {
        font-size: 12px !important;
    }
}

/* Header Specific Reset */
.header-section,
.header-main,
.header-nav {
    width: 100% !important;
    max-width: none !important;
}

/*
 * ── CRITICAL DROPDOWN FIX ────────────────────────────────────────────────────
 *
 * Problem: .header-main (logo/search/actions) and .header-nav (category menu)
 * are DOM siblings inside .header-section. Because .header-nav comes AFTER
 * .header-main in the HTML, the browser paints it ON TOP of any overflow from
 * .header-main (like the user account dropdown) — even if that dropdown has a
 * very high z-index, because z-index only applies within the same stacking
 * context, and both live inside the same .header-section stacking context.
 *
 * Fix: Give .header-main its own stacking context (position + z-index) that is
 * HIGHER than .header-nav's stacking context so its dropdown overlaps correctly.
 */
.header-main {
    position: relative;
    z-index: 20;   /* above header-nav (z-index: 10) */
}

.header-nav {
    position: relative;
    z-index: 10;   /* below header-main — mega menus have absolute positioning
                      and escape this context via their own high z-index (9999) */
}


/* ── RESPONSIVE LOGO HEIGHT ─────────────────────────────────────── */
/* Scales smoothly: 60px min (small desktop) → 83px max (large desktop) */
.header-logo-img {
    height: clamp(60px, 7vw, 83px);
    width: auto;
    display: block;
}

/* ── ACTION ICONS: scale down at medium desktops ───────────────── */
@media (max-width: 1280px) {
    .action-item-premium i {
        font-size: 18px !important;
    }
    .action-item-premium .label {
        font-size: 10px !important;
    }
}

/* ── LOCATION SELECTOR: hide below 1280px to free header space ── */
@media (max-width: 1280px) {
    .location-selector {
        display: none !important;
    }
}


/* =============================================
   NAVIGATION MENU SUBMENUS
   ============================================= */

/* Positioning context for the full-width mega menu panel lives on the
   NAV itself (not each <li>) — otherwise left:0/right:0/width:100% on the
   panel would resolve against that single <li>'s narrow box instead of
   the full nav width, making the panel render as a narrow floating strip. */
.main-menu-premium {
    position: relative;
}

/* Invisible bridge: fills the gap between menu item and dropdown so hover isn't lost */
.main-menu-premium ul li.has-dropdown::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px; /* matches the translateY drop distance */
    background: transparent;
}

.main-menu-premium ul li .sub-menu {
    position: absolute;
    top: calc(100% + 0px); /* sits flush under the nav bar — no gap */
    left: 0;
    min-width: 160px;      /* always a decent width */
    width: max-content;    /* grows wider for long text */
    background: #fff;
    box-shadow: 0 10px 35px rgba(0,0,0,0.10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
    text-align: left;
    border-radius: 0 0 10px 10px;
    padding: 8px 0;
    border-top: 3px solid var(--premium-pink);
    margin: 0;
    pointer-events: none;
    will-change: opacity, transform;
}

.main-menu-premium ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Fix dropdown overflow for items on the right side */
.main-menu-premium ul li:nth-last-child(-n+2) .sub-menu {
    left: auto;
    right: 0;
}

.main-menu-premium ul li .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

.main-menu-premium ul li .sub-menu li a {
    display: block;
    padding: 10px 22px;
    color: #444 !important;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.2s ease, padding-left 0.2s ease, background 0.2s ease;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.main-menu-premium ul li .sub-menu li:last-child a {
    border-bottom: none;
}

.main-menu-premium ul li .sub-menu li a:hover {
    color: var(--premium-pink) !important;
    padding-left: 30px;
    background: #fff5f8;
}

/* Offcanvas Submenu Basic Indent */
#mobileMenuDrawer .sub-menu {
    list-style: none;
    padding-left: 20px;
}

/* Header-level Bootstrap dropdowns (account/user menu) must always render
   ABOVE everything — the mega menu panel, the nav bar strip, and all other
   header content. The z-index must exceed the mega panel (9999) and any
   sticky header layer (1040). */
.header-section .dropdown-menu {
    z-index: 11000 !important;
    position: absolute !important;
}

/* Ensure the dropdown's parent action div creates a proper stacking context */
.header-section .action-item-premium .dropdown {
    position: relative;
    z-index: 11000;
}

/* =============================================
   MEGA MENU PANEL
   ============================================= */
.main-menu-premium ul li .mega-menu-panel {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    right: 0;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
    text-align: left;
    border-top: 3px solid var(--premium-pink);
    pointer-events: none;
    will-change: opacity, transform;
    scrollbar-width: thin;
    scrollbar-color: var(--premium-pink) transparent;
}

.main-menu-premium ul li .mega-menu-panel::-webkit-scrollbar {
    width: 8px;
}

.main-menu-premium ul li .mega-menu-panel::-webkit-scrollbar-thumb {
    background: var(--premium-pink);
    border-radius: 4px;
}

.main-menu-premium ul li.menu-open .mega-menu-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.mega-menu-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px 32px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 40px;
}

.mega-menu-col {
    flex: 1 1 140px;
    min-width: 140px;
    max-width: 220px;
    text-align: left;
}

.mega-menu-col-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #b0a0c0;
    margin-bottom: 10px;
    padding: 0 12px;
}

.mega-menu-col-trending .mega-menu-link {
    font-weight: 600;
}

.mega-menu-link {
    display: block;
    padding: 8px 12px;
    margin-bottom: 2px;
    border-radius: 8px;
    color: #444 !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.mega-menu-link:hover {
    color: var(--premium-pink) !important;
    background: #fff5f8;
    padding-left: 18px;
}

.mega-menu-featured {
    flex: 0 0 220px;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    min-height: 220px;
    align-self: stretch;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mega-menu-featured:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.mega-menu-featured img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-menu-featured-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.55), transparent);
    color: #fff;
}

.mega-menu-featured-caption strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.mega-menu-featured-caption span {
    display: block;
    font-size: 11px;
    opacity: 0.85;
    margin-top: 2px;
}

/* Only target the top-level ul, not the sub-menus */
.main-menu-premium > ul {
    width: 100% !important;
    flex-wrap: nowrap !important;   /* NEVER allow wrapping to a second row */
    justify-content: space-evenly !important;
    gap: 0;
    overflow: visible; /* Must NOT be hidden — mega menus and dropdowns escape this container */
}

.main-menu-premium > ul > li {
    flex: 1 1 auto;
    text-align: center;
    min-width: 0;
}

.main-menu-premium ul li a {
    padding: 10px clamp(4px, 0.6vw, 12px) !important;
    white-space: nowrap;
    font-size: clamp(11px, 1.1vw, 13px) !important;
    /* No overflow:hidden here — that clips dropdown arrow icons and text */
}

.inter-font {
    font-family: 'Nunito', sans-serif;
}

/* Utility Classes */
.premium-rounded {
    border-radius: 8px !important;
}

.premium-rounded-lg {
    border-radius: 24px !important;
}

.premium-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.premium-shadow-sm {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

/* Header Styles */
.header-banner-premium {
    background: var(--premium-pink);
    position: relative;
    overflow: hidden;
}

.header-banner-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g fill="%23ffffff" fill-opacity="0.05" fill-rule="evenodd"><circle cx="3" cy="3" r="3"/><circle cx="13" cy="13" r="3"/></g></svg>');
    opacity: 0.3;
}

.header-search-premium .form-control {
    background-color: var(--premium-bg-light);
    border: 1px solid var(--premium-border);
    border-radius: 8px;
    height: 44px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.header-search-premium .form-control:focus {
    background-color: #fff;
    border-color: var(--premium-green);
    box-shadow: 0 0 0 3px rgba(118, 138, 76, 0.1);
}

#live-search-results {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    margin: 0 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    max-height: 420px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

#live-search-results::-webkit-scrollbar {
    width: 6px;
}

#live-search-results::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.action-item-premium {
    cursor: pointer;
    transition: all 0.2s ease;
}

.action-item-premium:hover {
    opacity: 0.8;
}

.action-item-premium i {
    font-size: 20px;
    color: #4B5563;
}

.action-item-premium .label {
    font-size: 11px;
    font-weight: 500;
    margin-top: 4px;
    color: #374151;
}

/* Navigation Styles */
.main-menu-premium ul li a {
    font-size: clamp(11px, 1.1vw, 13px);
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #1F2937;
    text-transform: capitalize;
    padding: 10px clamp(4px, 0.6vw, 12px);
    transition: color 0.3s ease;
}

.main-menu-premium ul li a:hover {
    color: var(--premium-pink);
}

/* Hero Slider Settings Adjustments */
.hero-slider-one {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

/* Desktop Hero Slider (992px and up) */
@media (min-width: 992px) {
    .hero-slider-one .slick-list {
        overflow: visible !important;
    }

    .hero-item-premium {
        width: 615px !important;
        height: 333px !important;
        border-radius: 20px !important;
        margin: 10px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .hero-slider-one .slick-slide {
        width: auto !important;
        opacity: 0.8 !important;
        transform: scale(0.92);
        filter: brightness(0.9);
        transition: all 0.4s ease;
    }

    .hero-slider-one .slick-center {
        opacity: 1 !important;
        transform: scale(1) !important;
        filter: brightness(1) !important;
    }
}

/* Common Hero Base Styles */
.hero-item-premium {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: all 0.4s ease;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.hero-item-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.slick-center .hero-item-premium::before {
    opacity: 1;
}

.hero-content-premium {
    position: relative;
    z-index: 2;
    padding-left: 40px;
    padding-top: 50px;
    max-width: 380px;
}

.hero-content-premium h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    color: #333 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.hero-content-premium p {
    font-size: 13px !important;
    margin-bottom: 15px !important;
}

.btn-order-now {
    padding: 8px 20px !important;
    font-size: 12px !important;
}

@media (max-width: 991px) {
    .container-fluid.premium-full-width,
    .container-fluid.category-full-width {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    /* Hero section: strip ALL padding so slider is 100% full-width */
    .hero-section.section {
        padding: 0 !important;
        margin: 0 !important;
    }

    .hero-section .container-fluid.premium-full-width,
    .hero-section .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .hero-slider-one {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .hero-slider-one .slick-list {
        padding: 0 !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    .hero-slider-one .slick-track {
        display: flex !important;
        width: auto !important;
    }

    .hero-slider-one .slick-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        opacity: 1 !important;
        transform: scale(1) !important;
        filter: brightness(1) !important;
        padding: 0 !important;
    }

    .hero-slider-one .slick-slide > div {
        width: 100% !important;
        min-width: 100% !important;
    }

    .hero-slider-one .px-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .hero-item-premium {
        width: 100% !important;
        height: 330px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
        background-size: cover !important;
        background-position: center center !important;
    }

    /* Force clean readability overlay on mobile */
    .hero-item-premium::before {
        opacity: 1 !important;
        width: 100% !important;
        background: linear-gradient(135deg,
                rgba(255, 255, 255, 0.85) 0%,
                rgba(255, 255, 255, 0.55) 55%,
                rgba(255, 255, 255, 0.20) 100%) !important;
    }

    .hero-content-premium {
        padding-left: 20px !important;
        padding-top: 24px !important;
        padding-bottom: 40px !important;
        max-width: 80% !important;
    }

    .hero-content-premium h1 {
        font-size: 22px !important;
        line-height: 1.25 !important;
        margin-bottom: 8px !important;
        text-shadow: 0 1px 4px rgba(255,255,255,0.8);
    }

    .hero-content-premium p {
        font-size: 12px !important;
        margin-bottom: 12px !important;
        line-height: 1.4 !important;
    }

    .btn-order-now {
        padding: 8px 18px !important;
        font-size: 11px !important;
    }

    .hero-slider-one .slick-dots {
        bottom: 10px !important;
    }
}

@media (max-width: 576px) {
    .hero-item-premium {
        height: 310px !important;
    }

    .hero-content-premium {
        padding-left: 16px !important;
        padding-top: 20px !important;
        padding-bottom: 45px !important;
        max-width: 85% !important;
    }

    .hero-content-premium h1 {
        font-size: 19px !important;
    }

    .hero-slider-one .slick-dots {
        bottom: 8px !important;
    }
}

/* Slick Custom Arrows */
.hero-slider-one .slick-arrow {
    width: 45px;
    height: 60px;
    background: rgba(160, 206, 237, 0.8) !important;
    /* FNP Light Blue */
    color: #4A5568 !important;
    border-radius: 50% !important;
    z-index: 10;
    transition: all 0.3s ease;
    border: none !important;
}

.hero-slider-one .slick-arrow:hover {
    background: rgba(160, 206, 237, 1) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.hero-slider-one .slick-next {
    right: calc(50% - 325px);
    /* Positioned at the edge of the 615px center banner */
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.hero-slider-one .slick-prev {
    left: calc(50% - 325px);
    /* Positioned at the edge of the 615px center banner */
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Slick Custom Dots */
.hero-slider-one .slick-dots {
    bottom: 25px;
}

.hero-slider-one .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
}

.hero-slider-one .slick-dots li button {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.hero-slider-one .slick-dots li.slick-active button {
    width: 25px;
    border-radius: 10px;
    background: var(--premium-pink) !important;
}

.hero-content-premium p {
    font-size: 18px;
    color: #4B5563;
    margin-bottom: 30px;
}

.btn-order-now {
    background-color: var(--premium-pink);
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-order-now:hover {
    background-color: #c43d5a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(216, 77, 107, 0.3);
    color: #fff;
}

.btn-order-now.green {
    background-color: var(--premium-green);
}

.btn-order-now.green:hover {
    background-color: #63753f;
    box-shadow: 0 4px 12px rgba(118, 138, 76, 0.3);
}

/* Product Card Premium */
.product-card-premium {
    background: #ffffff;
    border-radius: 18px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1.5px solid #cbd5e1;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.product-card-premium:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(255, 77, 141, 0.12), 0 10px 20px rgba(0, 0, 0, 0.05);
    border-color: var(--premium-pink);
    z-index: 10;
}

/*
   Image container: a TRUE, responsive square (aspect-ratio) instead of a
   fixed pixel height. The <img> fills 100% of that square and lets
   object-fit:contain center it — this is what actually guarantees every
   product photo (regardless of its own width/height ratio) renders centered
   at a consistent, predictable size. The old approach (fixed height + auto
   width) computed a DIFFERENT rendered width per image, which is what made
   some products look off-center/smaller than others in the grid.
*/
.product-image-wrap {
    background: #f8f9fa;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.product-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 18px;
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 480px) {
    .product-image-wrap img {
        padding: 10px;
    }
}

.product-card-premium:hover .product-image-wrap img {
    transform: scale(1.08);
}

.badge-premium {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.badge-new {
    background: var(--premium-pink);
    color: #fff;
}

.badge-hot {
    background: var(--baby-yellow);
    color: #fff;
}

/* =============================================
   PRODUCT CARD V2 — media wrap, badges row, quick view, meta line
   ============================================= */
.pc-media {
    position: relative;
}

/* The image and info blocks are wrapped in <a> tags (for the whole-card
   click target). <a> is inline by default, which can make its block-level
   children (.product-image-wrap) resolve width:100% against an ambiguous
   containing block in some layouts — rendering the image box narrower than
   the card with a gap on the right. Forcing the wrapper to block/full-width
   removes that ambiguity entirely.
   :not(.wishlist-heart) matters: .wishlist-heart is also a direct-child <a>
   of .pc-media, and this selector's higher specificity was overriding its
   own width:35px/height:35px/display:flex, stretching the circular heart
   button into a full-width oval with the icon pinned to the left edge. */
.product-card-premium > a,
.pc-media > a:not(.wishlist-heart) {
    display: block;
    width: 100%;
}

.pc-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    pointer-events: none;
}

.pc-badges .badge-premium {
    padding: 4px 10px;
}

.pc-discount-badge {
    background: var(--premium-text-dark);
    color: #fff;
}

.pc-quick-view {
    position: absolute;
    top: 60px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    color: #999;
    z-index: 5;
    opacity: 0;
    transform: translateY(-6px);
    transition: all 0.25s ease;
    cursor: pointer;
}

.product-card-premium:hover .pc-quick-view {
    opacity: 1;
    transform: translateY(0);
}

.pc-quick-view:hover {
    background: var(--premium-pink);
    color: #fff;
}

.pc-meta-row {
    min-height: 18px;
    margin-bottom: 8px;
}

.pc-stock-badge {
    font-size: 11px;
    font-weight: 700;
    color: #ff6b35;
}

.pc-delivery {
    font-size: 11px;
    color: #8a8a8a;
}

.pc-delivery i,
.pc-stock-badge i {
    margin-right: 4px;
}

@media (max-width: 768px) {
    .pc-quick-view {
        opacity: 1;
        transform: translateY(0);
        top: 55px;
        width: 30px;
        height: 30px;
    }
}

/* Heart Wishlist Button */
.wishlist-heart {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    color: #ccc;
    transition: all 0.3s ease;
    z-index: 5;
    text-decoration: none !important;
}

.wishlist-heart:hover {
    transform: scale(1.1);
    color: var(--premium-pink);
    box-shadow: 0 6px 15px rgba(255, 77, 141, 0.2);
}

.wishlist-heart i {
    font-size: 16px;
    transition: all 0.3s ease;
}

.product-rating {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
    color: var(--baby-yellow);
    font-size: 12px;
}

/* Animation for Add to Cart */
.add-to-cart-ripple {
    position: relative;
    overflow: hidden;
}

.add-to-cart-ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

@keyframes ripple {
    0% { transform: scale(0, 0); opacity: 1; }
    20% { transform: scale(25, 25); opacity: 1; }
    100% { opacity: 0; transform: scale(40, 40); }
}

.add-to-cart-ripple:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

.add-to-cart-btn {
    background: var(--premium-pink);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Happy Monkey', cursive !important;
    transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
    background: #ff3378;
    color: #fff;
}

/* Premium Hover Subtle Details */
.product-card-premium:hover .add-to-cart-btn {
    background: var(--premium-pink) !important;
    box-shadow: 0 8px 20px rgba(255, 77, 141, 0.25);
    transform: scale(1.02);
}

.product-info-premium h4 {
    font-family: 'Happy Monkey', cursive !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 4px;
    color: var(--premium-text-dark);
    height: 2.8em; /* exactly 2 lines at the line-height above */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.price-box-premium {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-new {
    font-weight: 700;
    color: var(--premium-olive);
    font-size: 16px;
}

.price-old {
    text-decoration: line-through;
    color: #b2bec3;
    font-size: 13px;
}

/* =============================================
   TESTIMONIAL SECTION - Premium Redesign
   ============================================= */
.testimonial-section {
    background: linear-gradient(135deg, #fff8fb 0%, #f0f7ff 60%, #f5fff8 100%) !important;
    position: relative;
    overflow: hidden;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(216, 77, 107, 0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.testimonial-card {
    background: #fff;
    border-radius: 22px;
    padding: 32px 26px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    margin: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(216, 77, 107, 0.1);
    height: 100%;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 0px;
    left: 16px;
    font-size: 100px;
    font-family: Georgia, serif;
    color: rgba(216, 77, 107, 0.07);
    line-height: 1;
    font-weight: 900;
    z-index: 0;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(216, 77, 107, 0.14);
    border-color: rgba(216, 77, 107, 0.3);
}

.testi-stars {
    color: #FFB800;
    font-size: 17px;
    letter-spacing: 3px;
    margin-bottom: 16px;
    display: block;
}

.testi-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 0 auto 14px;
    border: 3px solid #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 22px;
    position: relative;
    z-index: 1;
}

.testi-quote {
    font-size: 14px;
    font-style: italic;
    color: #4a5568;
    line-height: 1.75;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.testi-name {
    font-family: 'Happy Monkey', cursive !important;
    font-size: 15px;
    font-weight: 400;
    color: #2d3436;
    margin: 0 0 4px 0;
    display: block;
}

.testi-role {
    font-size: 11px;
    color: var(--premium-pink);
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
}

/* =============================================
   FEATURE CARDS - Premium Redesign
   ============================================= */
.feature-section {
    background: #fff !important;
}

.feature-card-premium {
    background: #fff;
    border-radius: 20px;
    padding: 32px 22px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.feature-card-premium::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--premium-pink), var(--premium-olive));
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.feature-card-premium:hover::after {
    transform: scaleX(1);
}

.feature-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}

.feature-icon-wrap {
    width: 76px;
    height: 76px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 34px;
    transition: all 0.3s ease;
}

.feature-card-premium:hover .feature-icon-wrap {
    transform: scale(1.1) rotate(-5deg);
}

.feature-icon-wrap.pink {
    background: linear-gradient(135deg, #fff0f4 0%, #fce4ec 100%);
}

.feature-icon-wrap.blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.feature-icon-wrap.green {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.feature-card-premium h4 {
    font-family: 'Happy Monkey', cursive !important;
    font-size: 16px;
    font-weight: 400;
    color: #2d3436;
    margin-bottom: 8px;
}

.feature-card-premium p {
    font-size: 13px;
    color: #718096;
    margin: 0;
    line-height: 1.6;
}

/* =============================================
   NEWSLETTER CTA - Enhanced
   ============================================= */
.newsletter-section {
    background: linear-gradient(135deg, #83bbe3 0%, #5e96c4 100%);
    color: #fff;
    border-radius: 28px;
    margin: 10px 0;
    padding: 55px 60px;
    position: relative;
    overflow: hidden;
}

.newsletter-section h2, 
.newsletter-section h3 {
    font-family: 'Happy Monkey', cursive !important;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.newsletter-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: 15%;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.newsletter-form-premium .form-control {
    height: 52px;
    border-radius: 50px;
    padding-left: 22px;
    border: none;
}

.btn-premium-newsletter {
    font-family: 'Happy Monkey', cursive !important;
    height: 52px;
    border-radius: 50px;
    padding: 0 30px;
    background: var(--premium-pink);
    color: #fff;
    border: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

.btn-premium-newsletter:hover {
    background: #fff;
    color: var(--premium-pink);
}

.section-header-premium {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.section-header-premium h2 {
    font-size: 34px;
    font-weight: 400;
    color: #2d3436;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 12px;
}

.section-header-premium h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--premium-pink), var(--premium-olive));
    border-radius: 10px;
}

.section-header-premium p {
    color: #636e72;
    font-size: 15px;
    max-width: 550px;
    margin: 0 auto;
}

.section-padding-premium {
    padding-top: 72px;
}

@media (max-width: 768px) {
    .section-padding-premium {
        padding: 40px 0;
    }
}

/* =============================================
   CATEGORY SLIDER - Slick Slider
   ============================================= */
.category-marquee-wrapper {
    overflow: hidden; /* Changed to hidden to clip arrows if needed or just for clean edge */
    width: 100%;
    position: relative;
    padding: 30px 10px;
}

.category-marquee-track .slick-track {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.category-item-slide {
    outline: none;
    text-align: center;
    padding: 0 10px;
}

/* Slick Arrow Styles - visible on hover */
.category-marquee-wrapper .slick-arrow {
    width: 44px;
    height: 44px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
    border: 1.5px solid rgba(255, 77, 141, 0.15) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.category-marquee-wrapper:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.category-marquee-wrapper .slick-prev {
    left: -5px;
}

.category-marquee-wrapper .slick-next {
    right: -5px;
}

.category-marquee-wrapper .slick-arrow:before {
    color: var(--premium-pink);
    font-size: 20px;
    line-height: 1;
    opacity: 1;
}

.category-marquee-wrapper .slick-arrow:hover {
    background: var(--premium-pink) !important;
}

.category-marquee-wrapper .slick-arrow:hover:before {
    color: #fff;
}

.category-item-premium {
    text-align: center;
    transition: all 0.3s ease;
    width: 155px;
    display: inline-block;
    text-decoration: none !important;
    flex-shrink: 0;
}

.category-icon-wrap {
    width: 140px !important;
    height: 140px !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 35px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.category-icon-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0;
    transition: transform 0.4s ease;
}

.category-item-premium:hover .category-icon-wrap {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: var(--premium-pink);
}

.category-item-premium span {
    font-family: 'Happy Monkey', cursive !important;
    font-weight: 400;
    font-size: 13px;
    color: #333 !important;
    margin-top: 12px;
    display: block;
}

/* =============================================
   FOOTER - Playful Kid-Friendly Redesign
   ============================================= */
.footer-top-section {
    background-color: #f0f7ff !important; /* Soft Pastel Blue */
    position: relative;
    padding-top: 44px !important;
    padding-bottom: 40px !important;
    overflow: hidden;
}

/* Tighter footer — the theme's generic .mb-40/.mbn-40 utility classes are
   shared across the whole site, so they're overridden here only, scoped to
   the footer, rather than shrunk globally. */
.footer-top-section .row.mb-40 { margin-bottom: 20px !important; }
.footer-top-section .footer-widget.mb-40 { margin-bottom: 20px !important; }
.footer-top-section .premium-footer-title { margin-bottom: 14px !important; }
.footer-top-section .footer-logo { margin-bottom: 10px !important; }
.footer-top-section .footer-map-container { height: 90px !important; }

/* Contact column: icon + link on one line — the base theme's
   `.footer-widget p a { display:block }` rule (meant for the widget's other
   stacked-link lists) was pushing each contact line's link onto its own row
   under the icon. */
.footer-top-section .footer-contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-top-section .footer-contact-line a {
    display: inline !important;
}

/* Wavy Top Divider */
.footer-wave-wrap {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1;
}

.footer-wave-wrap svg {
    display: block;
    width: 100%;
    height: 60px;
    fill: #fff;
}

.footer-widget .footer-logo img {
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.05));
    transition: transform 0.3s ease;
}

.footer-widget .footer-logo:hover img {
    transform: scale(1.05) rotate(-2deg);
}

.premium-footer-title {
    font-family: 'Happy Monkey', cursive !important;
    font-weight: 400;
    font-size: 18px;
    color: var(--premium-text-dark) !important;
    margin-bottom: 25px !important;
    position: relative;
}

.premium-footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 35px;
    height: 4px;
    background: var(--premium-pink);
    border-radius: 10px;
}

.premium-footer-list li a {
    color: var(--premium-text-muted) !important;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 2px 0;
}

.premium-footer-list li a:hover {
    color: var(--premium-pink) !important;
    padding-left: 8px;
}

.premium-social-links {
    display: flex !important;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.social-icon {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 14px; /* Squircle style */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--premium-pink) !important;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-icon:hover {
    transform: translateY(-5px) rotate(8deg);
    background: var(--premium-pink);
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(255, 77, 141, 0.25);
}

.footer-bottom-section {
    background-color: var(--premium-pink) !important;
    padding: 20px 0 !important;
}

.footer-copyright {
    color: #fff !important;
    font-family: 'Happy Monkey', cursive !important;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footer-copyright i {
    color: #fff;
    animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.footer-map-container {
    border: 3px solid #fff;
    background: #eee;
    position: relative;
}

.footer-map-container::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

/* Banner Sizing and Responsiveness */
.banner {
    border-radius: 15px !important;
    overflow: hidden;
    position: relative;
    background: #fff;
    height: 220px !important;
}

.banner img {
    height: 220px !important;
    object-fit: cover !important;
    width: 100% !important;
}

.banner .content h3, 
.banner .content h2, 
.banner .content h4 {
    font-family: 'Happy Monkey', cursive !important;
}

/* Mobile Banner Specific Fixes */
@media (max-width: 767px) {
    .banner {
        height: 180px !important;
    }

    .banner img {
        height: 180px !important;
    }
    
    .banner-section .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
    }
    
    .banner-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hero-slider-one .hero-item-premium {
        height: 240px !important;
    }
}

/* =============================================
   NEW HOMEPAGE SECTIONS
   ============================================= */

/* Trust Badges */
.trust-badge-card {
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    height: 100%;
}

.trust-badge-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.badge-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.badge-icon-wrap.pink { background: #fff5f8; color: var(--premium-pink); }
.badge-icon-wrap.blue { background: #f0f7ff; color: #007bff; }
.badge-icon-wrap.green { background: #f0fff4; color: #28a745; }
.badge-icon-wrap.yellow { background: #fffdf0; color: #ffc107; }

/* Shop by Age */
.age-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.age-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.age-category-card:hover .age-circle {
    transform: scale(1.1) rotate(5deg);
    border-color: var(--premium-pink);
}

.age-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.age-label {
    font-family: 'Happy Monkey', cursive !important;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    display: block;
    text-align: center;
}

@media (max-width: 576px) {
    .age-circle {
        width: 105px;
        height: 105px;
        margin: 0 auto 10px auto;
    }
    .age-label {
        font-size: 14px !important;
    }
}

/* Testimonials */
.testimonial-card-premium {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04);
}

.quote-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: var(--premium-pink);
    opacity: 0.1;
}

.parent-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.parent-info h6 {
    font-family: 'Happy Monkey', cursive !important;
    margin: 0;
    font-size: 16px;
}

/* =============================================
   MOBILE FILTER PANEL (product_list page)
   ============================================= */

/* Mobile filter toggle button */
.mobile-filter-toggle-btn {
    display: none;
    width: 100%;
    background: var(--premium-pink);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
    font-family: 'Happy Monkey', cursive !important;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    transition: background 0.2s ease;
}

.mobile-filter-toggle-btn:hover {
    background: #e03c7c;
}

@media (max-width: 991px) {
    /* Show mobile filter button */
    .mobile-filter-toggle-btn {
        display: flex;
    }

    /* Hide sidebar filter on mobile by default */
    .mobile-filter-collapse {
        display: none;
    }

    .mobile-filter-collapse.show {
        display: block;
    }

    /* Disable sticky positioning inside mobile filter */
    .mobile-filter-collapse .glass-sidebar.sticky-top {
        position: static !important;
        top: auto !important;
        border-radius: 16px !important;
        margin-bottom: 16px;
    }

    /* Product grid full width on mobile */
    .product-list-grid-col {
        padding-top: 0 !important;
    }

    /* Ensure product cards are proper 2-col on mobile */
    .product-list-grid-col .col-6 {
        padding: 6px !important;
    }
}

/* =============================================
   MOBILE HAMBURGER MENU — Submenu Indicators
   ============================================= */

/* Item that has children — show arrow + label */
.mobile-menu-item-has-sub > .mobile-menu-link {
    justify-content: space-between !important;
}

.mobile-menu-item-has-sub .mobile-sub-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 77, 141, 0.08);
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 11px;
    color: var(--premium-pink);
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.mobile-menu-item-has-sub .mobile-sub-toggle i {
    transition: transform 0.3s ease;
    font-size: 10px;
}

.mobile-menu-item-has-sub.sub-open .mobile-sub-toggle i {
    transform: rotate(90deg);
}

/* Submenu list in mobile offcanvas */
.mobile-sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fafafa;
    border-top: 1px solid rgba(0,0,0,0.04);
}

.mobile-sub-menu.open {
    display: block;
}

.mobile-sub-menu li a {
    display: flex;
    align-items: center;
    padding: 11px 24px 11px 40px;
    font-size: 13px;
    color: #555 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    transition: background 0.2s, color 0.2s;
}

.mobile-sub-menu li a:hover {
    background: #fff5f8;
    color: var(--premium-pink) !important;
}

.mobile-sub-menu li a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--premium-pink);
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

/* =============================================
   GENERAL MOBILE CARD RESPONSIVENESS
   ============================================= */

/* Home page best-sellers / new-arrivals: SINGLE col on mobile */
@media (max-width: 767px) {
    .best-sellers-section .col-lg-3,
    .new-arrivals-section .col-lg-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .product-card-premium {
        padding: 14px;
        border-radius: 16px;
    }

    .product-info-premium h4 {
        font-size: 15px !important;
    }

    .price-new {
        font-size: 16px;
    }

    .price-old {
        font-size: 13px;
    }

    .product-rating {
        font-size: 12px;
    }

    .badge-premium {
        font-size: 10px;
        padding: 4px 10px;
    }

    .wishlist-heart {
        width: 32px;
        height: 32px;
        top: 12px;
        right: 12px;
    }

    .wishlist-heart i {
        font-size: 15px;
    }
}

/* =============================================
   ADMIN PANEL — Mobile Responsive Fixes
   ============================================= */

@media (max-width: 991.98px) {
    /* Topbar: show hamburger prominently */
    .topbar #sidebarToggle {
        display: flex !important;
        align-items: center;
        font-size: 1.2rem;
    }

    /* Sidebar overlay when open */
    body.sidebar-mobile-show #sidebar {
        margin-left: 0;
        box-shadow: 4px 0 25px rgba(0,0,0,0.25);
    }

    /* Content wrapper full width */
    #content-wrapper {
        margin-left: 0 !important;
    }

    /* Topbar padding */
    .topbar {
        padding: 0 15px;
    }

    /* Main content padding */
    main.p-lg-5 {
        padding: 16px !important;
    }

    /* Tables scroll */
    .table-responsive {
        -webkit-overflow-scrolling: touch;
    }

    /* Stat cards: 2-col on mobile */
    .stat-card-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    /* Full-width cards on very small screens */
    .card.stat-card {
        margin-bottom: 12px;
    }

    /* Admin form labels */
    .form-label {
        font-size: 13px;
    }

    /* Sidebar brand */
    #sidebar .brand-name {
        font-size: 1.2rem;
    }
}

/* ==========================================================================
   Product Detail Page
   ========================================================================== */

.bg-soft-pink  { background-color: #fff0f3; }
.bg-soft-green { background-color: #f0fff4; }
.bg-soft-blue  { background-color: #f0f7ff; }
.text-pink-baby { color: var(--premium-pink); }
.btn-pink-baby  { background: var(--premium-pink); color: #fff; border: none; transition: all 0.25s; }
.btn-pink-baby:hover { background: #e04a7b; color: #fff; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(255,77,141,.35); }
.btn-pink-baby:disabled { opacity: .55; transform: none; box-shadow: none; }
.btn-outline-pink {
    background: #ffffff;
    color: var(--bb-pink);
    border: 2px solid var(--bb-pink);
    transition: all 0.2s ease;
}
.btn-outline-pink:hover { background: #fff0f6; color: var(--bb-pink); }
.btn-outline-pink:disabled { opacity: .55; }

/* Gallery sticky */
@media (min-width: 992px) {
    .product-gallery-container { position: sticky; top: 80px; }
    .product-details-premium   { position: sticky; top: 80px; }
}

/* Main Slider */
.product-slider-main {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}
.product-slider-main .slider-item img {
    height: 500px;
    width: 100%;
    object-fit: contain;
    padding: 24px;
    transition: transform 0.4s ease;
}
.product-slider-main .slider-item:hover img { transform: scale(1.04); }
.product-slider-main .img-popup { display: block; position: relative; }
.product-slider-main .img-popup::after {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(255,255,255,.9);
    color: #555;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    opacity: 0;
    transition: opacity 0.25s;
}
.product-slider-main .slider-item:hover .img-popup::after { opacity: 1; }

/* Custom Slick Arrows */
.pd-slick-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,.10);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #333;
    font-size: 13px;
}
.pd-slick-btn:hover { background: var(--premium-pink); color: #fff; border-color: var(--premium-pink); }
.pd-slick-btn.prev-btn { left: 10px; }
.pd-slick-btn.next-btn { right: 10px; }

/* Thumbnail Nav */
.product-slider-nav-wrap { margin-top: 12px; }
.product-slider-nav .thumb-box {
    border: 2px solid #eee !important;
    border-radius: 10px !important;
    padding: 3px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.product-slider-nav .slick-current .thumb-box {
    border-color: var(--premium-pink) !important;
    box-shadow: 0 0 0 3px rgba(255,77,141,.15);
}
.product-slider-nav .thumb-box:hover { border-color: var(--premium-pink) !important; }
.product-slider-nav .thumb-box img {
    height: 72px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.badge.bg-soft-pink { background-color: #fff0f3 !important; font-size: .78rem; padding: 6px 12px; }
.icon-sm { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 13px; }
.quantity-picker button.btn-link { text-decoration: none; font-size: 15px; }

/* Full-screen image zoom overlay (built by the click handler in product_detail.blade.php) */
.pdp-zoom-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,.88);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}
.pdp-zoom-overlay img {
    max-width: 92vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.pdp-zoom-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: rgba(255,255,255,.15);
    border: none;
    color: #fff;
    font-size: 28px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}

/* Variant Selector */
.variant-swatch-btn {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    border: 2px solid #eee;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    transition: all .2s;
}
.variant-swatch-btn:hover { border-color: var(--premium-pink); }
.variant-swatch-btn.active {
    border-color: var(--premium-pink);
    background: var(--premium-bg-light);
    color: var(--premium-pink);
}
.variant-swatch-btn.variant-swatch-color {
    width: 36px;
    height: 36px;
    min-width: 36px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #eee;
}
.variant-swatch-btn.variant-swatch-color.active {
    border-color: var(--premium-pink);
    box-shadow: 0 0 0 2px rgba(255,77,141,.25);
}

/* Specifications table */
.pdp-specs .border-bottom:last-child { border-bottom: none !important; }

/* Info Tabs */
.pdp-nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #6b7280;
    font-weight: 700;
    font-size: .92rem;
    padding: 10px 18px;
}
.pdp-nav-tabs .nav-link.active {
    color: var(--premium-pink);
    border-bottom-color: var(--premium-pink);
    background: transparent;
}

/* Write a Review */
.write-review-stars i {
    font-size: 22px;
    color: #f5a623;
    cursor: pointer;
    margin-right: 4px;
}

/* Product Rails */
.pdp-rail h4 { font-size: 1.25rem; }

/* Pincode Checker */
.pdp-pincode-checker .form-control:focus { box-shadow: none; border-color: var(--premium-pink); }

/* Mobile Sticky Add-to-Cart Bar */
.pdp-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 -6px 24px rgba(0,0,0,.12);
    transform: translateY(100%);
    transition: transform .25s ease;
}
.pdp-sticky-bar.pdp-sticky-bar-visible {
    transform: translateY(0);
}

/* ==========================================================================
   Shop / Category Listing — Dynamic Attribute & Brand Filters
   ========================================================================== */

.shop-filter-swatch-label {
    display: inline-block;
    cursor: pointer;
}
.shop-filter-swatch {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    transition: all .15s;
}
.shop-filter-swatch-label input:checked + .shop-filter-swatch {
    border-color: var(--premium-pink);
    box-shadow: 0 0 0 2px rgba(255,77,141,.25);
}

/* ── COMPACT SHOP FILTERS ────────────────────────────────────────── */
.filter-scroll-container::-webkit-scrollbar {
    width: 4px;
}
.filter-scroll-container::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.filter-scroll-container::-webkit-scrollbar-thumb:hover {
    background: var(--premium-pink);
}

.filter-pill-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 20px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    user-select: none;
}
.filter-pill-badge:hover {
    background: #e2e8f0;
    color: #1e293b;
}
.filter-pill-badge.active {
    background: #fff0f3;
    color: var(--premium-pink);
    border-color: var(--premium-pink);
    box-shadow: 0 2px 6px rgba(255, 107, 129, 0.15);
}

.color-swatch-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px 4px 6px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.78rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}
.color-swatch-chip:hover {
    border-color: #cbd5e1;
    transform: translateY(-1px);
}
.color-swatch-chip.active {
    border-color: var(--premium-pink);
    background: #fff0f3;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(255, 107, 129, 0.15);
}
.swatch-color-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);
    display: inline-block;
}

/* =============================================
   2-ROW HORIZONTAL PRODUCT CAROUSEL STYLES
   ============================================= */
.section-header-carousel {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

@media (max-width: 767px) {
    .section-header-carousel {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 12px !important;
        margin-bottom: 20px !important;
    }

    .section-header-carousel > div {
        text-align: center !important;
        width: 100% !important;
    }

    .section-header-carousel h2,
    .section-header-carousel p {
        text-align: center !important;
    }

    .carousel-nav-buttons {
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .section-header-premium.text-start {
        text-align: center !important;
    }
}

.carousel-nav-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-carousel-nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    z-index: 5;
}

.btn-carousel-nav:hover:not(.swiper-button-disabled) {
    background: var(--premium-pink);
    border-color: var(--premium-pink);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 77, 141, 0.3);
}

.btn-carousel-nav.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
}

.swiper-product-2row {
    padding: 10px 4px 20px 4px !important;
    overflow: hidden;
}

.swiper-product-2row .swiper-slide {
    height: auto;
}

.product-grid-2row {
    margin-left: -8px;
    margin-right: -8px;
}

.product-grid-2row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

/* Pagination dots styling */
.swiper-product-2row .swiper-pagination {
    position: relative;
    margin-top: 15px;
    bottom: 0 !important;
}

.swiper-product-2row .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.swiper-product-2row .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 10px;
    background: var(--premium-pink);
    opacity: 1;
}

/* Native Swiper 2-Row Grid Styling */
.swiper-grid-2row {
    padding: 10px 4px 30px 4px !important;
    overflow: hidden;
}

.swiper-grid-2row .swiper-slide {
    height: auto !important;
    display: flex;
    box-sizing: border-box;
}

.swiper-grid-2row .swiper-slide > * {
    width: 100%;
}

/* =============================================
   ABOUT US PAGE LUXURY STYLES
   ============================================= */
.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #ffffff;
    border: 1px solid #ffe0eb;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: var(--premium-pink);
    box-shadow: 0 4px 15px rgba(255, 77, 141, 0.12);
}

.about-feature-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.about-feature-chip:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 77, 141, 0.15);
    border-color: #ffd1dc;
}

.about-card-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 24px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

.about-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.about-card-item:hover .about-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.about-step-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    position: relative;
    height: 100%;
    border: 1px dashed #ffd1dc;
}

.about-step-number {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--premium-pink) 0%, #ff1744 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    box-shadow: 0 6px 15px rgba(255, 77, 141, 0.3);
}

.about-stat-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.about-stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255, 77, 141, 0.12);
}

.about-testimonial-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #fce4ec;
    height: 100%;
    position: relative;
}

/* ==========================================================================
   BABUNIYA SCREENSHOT REDESIGN SYSTEM
   ========================================================================== */

:root {
    --bb-pink: #ec4899;
    --bb-pink-hover: #db2777;
    --bb-pink-light: #fdf2f8;
    --bb-blue: #0284c7;
    --bb-blue-light: #e0f2fe;
    --bb-yellow: #f59e0b;
    --bb-yellow-light: #fef3c7;
    --bb-green: #16a34a;
    --bb-green-light: #dcfce7;
    --bb-purple: #9333ea;
    --bb-purple-light: #f3e8ff;
    --bb-dark: #0f172a;
    --bb-body: #334155;
    --bb-muted: #64748b;
    --bb-border: #e2e8f0;
}

body {
    font-family: 'Plus Jakarta Sans', 'Nunito', sans-serif !important;
    color: var(--bb-body);
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .font-fredoka {
    font-family: 'Fredoka', 'Plus Jakarta Sans', sans-serif;
    color: var(--bb-dark);
}

/* TOP ANNOUNCEMENT BAR */
.top-bar-pink {
    background: var(--bb-pink) !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 0;
}
.top-bar-pink a {
    color: #ffffff !important;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.top-bar-pink a:hover {
    opacity: 0.85;
}

/* MAIN HEADER */
.header-main-clean {
    background: #ffffff;
    padding: 16px 0;
    border-bottom: 1px solid #f1f5f9;
}
.search-pill-box {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid var(--bb-pink);
    border-radius: 9999px;
    padding: 2px 4px 2px 18px;
    transition: all 0.3s ease;
}
.search-pill-box:focus-within {
    box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.15);
}
.search-pill-box input {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: var(--bb-dark);
    width: 100%;
}
.search-pill-box button {
    background: var(--bb-pink);
    color: #ffffff;
    border: none;
    border-radius: 9999px;
    width: 42px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}
.search-pill-box button:hover {
    background: var(--bb-pink-hover);
}

.header-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: var(--bb-dark) !important;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 12px;
    transition: background 0.2s ease;
}
.header-action-btn:hover {
    background: var(--bb-pink-light);
    color: var(--bb-pink) !important;
}
.header-action-btn i {
    font-size: 18px;
}
.header-badge-pink {
    background: var(--bb-pink);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    border-radius: 9999px;
    padding: 2px 6px;
}

/* NAVIGATION MENU BAR */
.nav-menu-bar-v2 {
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid var(--bb-border);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}
.btn-all-cats {
    background: var(--bb-dark);
    color: #ffffff !important;
    border-radius: 9999px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}
.btn-all-cats:hover {
    background: var(--bb-pink);
}
.nav-link-v2 {
    font-family: 'Fredoka', 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--bb-dark) !important;
    text-decoration: none;
    padding: 12px 16px;
    display: inline-block;
    transition: color 0.2s ease;
}
.nav-link-v2:hover, .nav-link-v2.active {
    color: var(--bb-pink) !important;
}

/* HERO V2 CONTAINER */
.hero-v2-panel {
    background: linear-gradient(135deg, #e0f2fe 0%, #fff0f5 100%);
    border-radius: 28px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}
.hero-v2-heading {
    font-family: 'Fredoka', cursive, sans-serif !important;
    font-size: clamp(28px, 4vw, 48px) !important;
    font-weight: 700 !important;
    color: var(--bb-dark) !important;
    line-height: 1.2 !important;
}
.btn-pink-pill {
    background: var(--bb-pink) !important;
    color: #ffffff !important;
    border-radius: 9999px !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.3);
    transition: all 0.3s ease !important;
    border: none !important;
}
.btn-pink-pill:hover {
    background: var(--bb-pink-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(236, 72, 153, 0.4);
}
.btn-outline-pill {
    background: transparent !important;
    color: var(--bb-dark) !important;
    border: 2px solid var(--bb-dark) !important;
    border-radius: 9999px !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease !important;
}
.btn-outline-pill:hover {
    background: var(--bb-dark) !important;
    color: #ffffff !important;
}
.hero-feature-pill {
    background: #ffffff;
    border-radius: 9999px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* CATEGORY PASTEL CARDS */
.cat-pastel-card {
    border-radius: 20px;
    padding: 20px 14px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.cat-pastel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.cat-pastel-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.cat-pastel-card span {
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--bb-dark);
    display: block;
}

.bg-cat-toys { background: #fff7ed; border: 1px solid #ffedd5; }
.bg-cat-baby { background: #f0f9ff; border: 1px solid #e0f2fe; }
.bg-cat-school { background: #fefce8; border: 1px solid #fef9c3; }
.bg-cat-gift { background: #fdf2f8; border: 1px solid #fce7f3; }
.bg-cat-new { background: #faf5ff; border: 1px solid #f3e8ff; }
.bg-cat-best { background: #fff1f2; border: 1px solid #ffe4e6; }
.bg-cat-offers { background: #fdf2f8; border: 1px solid #fce7f3; }

/* AGE GROUP CARDS V2 */
.age-card-v2 {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--bb-border);
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: block;
    height: 100%;
}
.age-card-v2:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--bb-pink);
}
.age-card-v2 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.age-card-v2 .age-card-body {
    padding: 14px;
    text-align: center;
}
.age-card-v2 .age-tag {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--bb-dark);
    display: block;
}
.age-card-v2 .age-desc {
    font-size: 12px;
    color: var(--bb-muted);
    margin-top: 4px;
}

/* PROMO BANNERS */
.promo-card-v2 {
    border-radius: 24px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.promo-bg-yellow { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); }
.promo-bg-pink { background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%); }
.promo-bg-blue { background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%); }

/* PRODUCT CARD V2 */
.product-card-v2 {
    background: #ffffff;
    border-radius: 20px;
    border: 1.5px solid #cbd5e1;
    padding: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.product-card-v2:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(255, 77, 141, 0.15), 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: var(--bb-pink);
}
.product-card-v2 .pc-media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #f8fafc;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.product-card-v2 .pc-media img {
    max-height: 175px;
    max-width: 80%;
    width: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.product-card-v2:hover .pc-media img {
    transform: scale(1.06);
}
.product-card-v2 .pc-action-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-card-v2 .pc-action-icons button {
    position: static;
    opacity: 1;
    transform: none;
    top: auto;
    right: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bb-muted);
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s ease;
}
.product-card-v2 .pc-action-icons button:hover {
    color: var(--bb-pink);
    transform: scale(1.1);
}
.product-card-v2 .pc-compare-btn.active {
    color: #fff;
    background: var(--bb-pink);
}
.product-card-v2 .pc-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}
.pc-badge-bestseller { background: #f59e0b; color: #ffffff; }
.pc-badge-new { background: #16a34a; color: #ffffff; }
.pc-badge-trending { background: #ec4899; color: #ffffff; }
.pc-badge-hot { background: #ef4444; color: #ffffff; }

.product-card-v2 .pc-content {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-card-v2 .pc-rating {
    color: #f59e0b;
    font-size: 12px;
    margin-bottom: 4px;
}
.product-card-v2 .pc-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--bb-dark);
    margin-bottom: 8px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    text-decoration: none !important;
}
.product-card-v2 .pc-price-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.product-card-v2 .pc-price-sale {
    font-size: 18px;
    font-weight: 800;
    color: var(--bb-pink);
}
.product-card-v2 .pc-price-old {
    font-size: 13px;
    color: var(--bb-muted);
    text-decoration: line-through;
}
.product-card-v2 .pc-discount-pill {
    font-size: 11px;
    font-weight: 700;
    color: #16a34a;
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 6px;
}
.product-card-v2 .pc-meta-badge {
    font-size: 11px;
    color: #0284c7;
    background: #e0f2fe;
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    width: max-content;
}
.product-card-v2 .pc-add-btn {
    width: 100%;
    background: var(--bb-pink);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 10px 0;
    font-weight: 700;
    font-size: 13px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.product-card-v2 .pc-add-btn:hover {
    background: var(--bb-pink-hover);
}
.product-card-v2 .pc-action-row {
    display: flex;
    gap: 8px;
    margin-top: auto;
}
.product-card-v2 .pc-action-row .pc-add-btn {
    margin-top: 0;
    flex: 1;
}
.product-card-v2 .pc-buy-now-btn {
    flex-shrink: 0;
    width: 40px;
    background: #1e293b;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.product-card-v2 .pc-buy-now-btn:hover {
    background: #0f172a;
}

/* Two-column mobile grid leaves each card only ~150-170px wide, too tight
   for "ADD TO CART" at the desktop font-size — it was wrapping to two
   cramped lines next to a squashed-looking Buy Now button. */
@media (max-width: 576px) {
    .product-card-v2 .pc-action-row {
        gap: 6px;
    }
    .product-card-v2 .pc-add-btn {
        font-size: 11px;
        letter-spacing: -0.02em;
        padding: 9px 0;
        gap: 5px;
        white-space: nowrap;
    }
    .product-card-v2 .pc-add-btn i {
        font-size: 12px;
    }
    .product-card-v2 .pc-buy-now-btn {
        width: 36px;
    }
}

/* PRODUCT DETAIL PAGE V2 */
.pdp-crumb-bar {
    font-size: 13px;
    color: var(--bb-muted);
    padding: 12px 0;
    margin-bottom: 20px;
}
.pdp-crumb-bar a {
    color: var(--bb-dark);
    text-decoration: none;
    font-weight: 600;
}
.pdp-crumb-bar a:hover {
    color: var(--bb-pink);
}

.pdp-feature-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}
.pdp-feature-badge {
    background: #f8fafc;
    border: 1px solid var(--bb-border);
    border-radius: 12px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--bb-body);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.pdp-delivery-banner {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    padding: 14px 18px;
    color: #166534;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0;
    flex-wrap: wrap;
}

/* SIDEBAR FILTERS (SHOP PAGE) */
.shop-filter-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid var(--bb-border);
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.filter-age-pill-btn {
    border-radius: 9999px;
    border: 1.5px solid var(--bb-border);
    background: #ffffff;
    color: var(--bb-body);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.2s ease;
}
.filter-age-pill-btn.active, .filter-age-pill-btn:hover {
    border-color: var(--bb-pink);
    background: var(--bb-pink-light);
    color: var(--bb-pink);
}

/* ACCOUNT DASHBOARD */
.account-menu-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid var(--bb-border);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.account-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--bb-body);
    text-decoration: none !important;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}
.account-nav-item:last-child {
    border-bottom: none;
}
.account-nav-item.active, .account-nav-item:hover {
    background: var(--bb-pink-light);
    color: var(--bb-pink);
}

/* MOBILE BOTTOM STICKY NAVBAR (Matching Screenshot 3 Mobile layout) */
.mobile-bottom-nav-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: #ffffff;
    border-top: 1px solid var(--bb-border);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.06);
    padding: 6px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mobile-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: var(--bb-muted);
    font-size: 10px;
    font-weight: 600;
    position: relative;
    padding: 4px 8px;
}
.mobile-bottom-nav-item i {
    font-size: 18px;
    margin-bottom: 2px;
}
.mobile-bottom-nav-item.active {
    color: var(--bb-pink);
}
.mobile-bottom-nav-item .nav-badge {
    position: absolute;
    top: 0;
    right: 4px;
    background: var(--bb-pink);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    border-radius: 9999px;
    padding: 1px 5px;
}

/* ==========================================================================
   EXACT HOMEPAGE DESIGN SYSTEM & LAYOUT RULES (SCREENSHOT MATCH)
   ========================================================================== */

/* Compact Section Spacing Rule (User requested no extra spacing) */
.section-compact {
    padding-top: 24px;
    padding-bottom: 24px;
}

/* Section Titles & Headers */
.section-title-exact {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #1e293b;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.section-subtitle-exact {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 16px;
}
.section-link-all {
    font-size: 13px;
    font-weight: 700;
    color: var(--bb-pink);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.section-link-all:hover {
    color: var(--bb-pink-hover);
}

/* ==========================================================================
   EXACT HOMEPAGE DESIGN SYSTEM & LAYOUT RULES (PIXEL-PERFECT REPRODUCTION)
   ========================================================================== */

/* Section Title Styling */
.section-title-exact {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #1e293b;
    margin-bottom: 2px;
}
.section-subtitle-exact {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 14px;
}
.section-link-all {
    font-size: 13px;
    font-weight: 700;
    color: var(--bb-pink);
    text-decoration: none !important;
    transition: color 0.2s ease;
}
.section-link-all:hover {
    color: var(--bb-pink-hover);
}

.btn-hero-pink {
    background: var(--bb-pink);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 26px;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.35);
    transition: all 0.25s ease;
}
.btn-hero-pink:hover {
    background: var(--bb-pink-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.45);
}
.btn-hero-outline {
    background: #ffffff;
    color: #1e293b !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    transition: all 0.25s ease;
}
.btn-hero-outline:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}
.hero-trust-pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.hero-trust-pill {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

/* 2. Top Category Quick Links Bar (Filled Pastel Cards Matching Screenshot 2) */
.category-quick-card-v3 {
    border-radius: 16px;
    padding: 18px 10px;
    text-align: center;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    height: 100%;
}
.category-quick-card-v3:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.category-quick-icon-wrap-v3 {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: transform 0.2s ease;
}
.category-quick-card-v3:hover .category-quick-icon-wrap-v3 {
    transform: scale(1.1);
}
.category-quick-card-v3 span {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

/* 3. RESTORED PERFECT SHOP BY AGE GROUP */
.age-card-exact {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    text-decoration: none !important;
    display: block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    height: 100%;
}
.age-card-exact:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.age-card-img-wrap {
    height: 140px;
    overflow: hidden;
    background: #f8fafc;
}
.age-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.age-card-exact:hover .age-card-img-wrap img {
    transform: scale(1.06);
}
.age-card-content {
    padding: 12px 10px;
    text-align: center;
}
.age-card-title {
    font-weight: 800;
    font-size: 14px;
    color: #1e293b;
    margin-bottom: 2px;
}
.age-card-sub {
    font-size: 11px;
    color: #64748b;
}

/* 4. Shop by Need Section (Filled Pastel Cards Matching Screenshot 2 & 3) */
.need-card-v3 {
    border-radius: 16px;
    padding: 16px 8px;
    text-align: center;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}
.need-card-v3:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.need-icon-wrap-v3 {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.need-icon-wrap-v3 span {
    font-size: 24px;
    line-height: 1;
}
.need-card-v3 > span {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

/* 5. Triple Promo Banners (Equal Height Fix) */
.promo-banner-card {
    border-radius: 20px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    height: 100% !important;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.promo-banner-card h3 {
    font-weight: 800;
    font-size: 20px;
    color: #1e293b;
    margin-bottom: 4px;
}
.promo-banner-card p {
    font-size: 13px;
    color: #475569;
    margin-bottom: 14px;
}

/* 6. Deals & Gift Hampers 3-Column Section (Equal Height & Clean Layout) */
.deals-box-refined {
    background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
    border-radius: 20px;
    padding: 24px;
    height: 100% !important;
    min-height: 290px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.countdown-timer-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 10px;
    margin-bottom: 12px;
}
.timer-pill-item {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(6px);
    padding: 6px 12px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.timer-pill-item .val {
    font-size: 16px;
    font-weight: 800;
    color: var(--bb-pink);
    line-height: 1;
}
.timer-pill-item .lbl {
    font-size: 9px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    margin-top: 2px;
    line-height: 1;
}
.deals-box-illustration {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 120px;
    opacity: 0.9;
    pointer-events: none;
}

.gift-hampers-box-refined {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 22px;
    height: 100% !important;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.gift-hamper-mini-card-v3 {
    background: #ffffff;
    border-radius: 14px;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}
.gift-hamper-mini-card-v3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}
.gift-hamper-mini-card-v3 .mini-card-img-wrap {
    height: 95px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 6px;
    background: #f8fafc;
}
.gift-hamper-mini-card-v3 .mini-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.gift-hamper-mini-card-v3:hover .mini-card-img-wrap img {
    transform: scale(1.06);
}
.gift-hamper-mini-card-v3 span {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
    display: block;
}

.gift-finder-box-refined {
    background: linear-gradient(135deg, #fef9c3 0%, #fef08a 100%);
    border-radius: 20px;
    padding: 24px;
    height: 100% !important;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

/* Reusable Pastel Color Utility System */
.bg-pastel-1, .bg-pastel-peach { background-color: #fff0eb !important; }
.bg-pastel-2, .bg-pastel-sky { background-color: #e6f7ff !important; }
.bg-pastel-3, .bg-pastel-yellow { background-color: #fffbe6 !important; }
.bg-pastel-4, .bg-pastel-pink { background-color: #fff0f6 !important; }
.bg-pastel-5, .bg-pastel-purple { background-color: #f9f0ff !important; }
.bg-pastel-6, .bg-pastel-coral { background-color: #fff1f0 !important; }
.bg-pastel-7, .bg-pastel-mint { background-color: #dcfce7 !important; }
.bg-pastel-8, .bg-pastel-lavender { background-color: #f3e8ff !important; }
.bg-pastel-blue { background-color: #e0f2fe !important; }
.bg-pastel-red { background-color: #fee2e2 !important; }
.bg-pastel-gold { background-color: #fef9c3 !important; }

/* Reusable Promo Banner & Hero Background Classes */
.bg-promo-toys { background: linear-gradient(135deg, #fef9c3 0%, #fef08a 100%) !important; }
.bg-promo-baby { background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%) !important; }
.bg-promo-school { background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%) !important; }
.bg-promo-blue-btn { background: var(--bb-blue) !important; border: none !important; }

/* Section Background Helpers */
.section-bg-white { background-color: #ffffff !important; }
.section-bg-light { background-color: #f8fafc !important; }
.section-bg-subtle { background-color: #fffcfd !important; }

/* Typographic & Dimension Utility Helpers */
.hero-baby-img { max-height: 380px; width: 100%; object-fit: cover; }
.badge-xs { font-size: 10px !important; }
.badge-xxs { font-size: 9px !important; }
.font-size-16 { font-size: 16px !important; }
.font-size-18 { font-size: 18px !important; }
.font-size-20 { font-size: 20px !important; }
.font-size-22 { font-size: 22px !important; }
.w-max-content { width: max-content !important; }
.text-nowrap-custom { white-space: nowrap !important; }
.input-newsletter { font-size: 13px !important; }

/* ==========================================
   100% FULL-WIDTH WAVY HERO BANNER (EXACT DESIGN MATCH)
   ========================================== */
.hero-section-full-width {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(135deg, #fef9c3 0%, #e0f2fe 45%, #fff1f2 80%, #fef3c7 100%) !important;
    overflow: hidden;
    position: relative;
}

/* The base theme's style.css caps plain .container-fluid at 1200px/960px/720px
   inside its responsive media queries — override it here so the hero banner
   is truly edge-to-edge at every breakpoint, not just <991px. */
.hero-section-full-width .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-slide-exact-wrap {
    width: 100%;
    min-height: 480px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-content-col {
    padding-left: clamp(2rem, 5vw, 6rem);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-right: 2rem;
    z-index: 5;
}

.hero-media-col {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    min-height: 480px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.hero-img-wavy-full {
    width: 100% !important;
    height: 100% !important;
    min-height: 480px;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 200px 280px;
    border-bottom-left-radius: 200px 280px;
    box-shadow: -15px 0 40px rgba(0,0,0,0.08);
    display: block;
    transition: transform 0.5s ease;
}

.hero-title-wavy {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 2.85rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1e3a8a;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.hero-title-wavy .highlight-pink {
    color: #f43f5e;
    display: block;
    font-weight: 800;
}

.hero-desc-wavy {
    font-size: 1.05rem;
    color: #475569;
    max-width: 540px;
    line-height: 1.6;
    margin-bottom: 1.75rem;
    font-weight: 500;
}

.hero-doodle-badge-exact {
    position: absolute;
    top: 30px;
    right: 45px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.09);
    font-family: 'Happy Monkey', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #1e3a8a;
    line-height: 1.25;
    text-align: center;
    border: 2px dashed #f43f5e;
    z-index: 10;
}

@media (max-width: 991px) {
    .hero-slide-exact-wrap {
        min-height: 400px;
    }
    .hero-img-wavy-full {
        border-radius: 28px;
        height: 360px;
        min-height: 360px;
    }
    .hero-content-col {
        padding: 2.5rem 1.5rem;
    }
    .hero-title-wavy {
        font-size: 2.1rem;
    }
    .hero-desc-wavy {
        font-size: 0.95rem;
    }
    .hero-doodle-badge-exact {
        padding: 8px 16px;
        font-size: 1rem;
        top: 16px;
        right: 16px;
    }
}

/* Mobile phones — the hero's default sizes (tuned for desktop) were
   overwhelming a narrow screen: oversized heading crowding the wavy image,
   buttons/pills wrapping awkwardly. Scaled down to match how other
   e-commerce sites size a phone-width hero. */
@media (max-width: 576px) {
    #heroBannerCarousel .carousel-inner {
        min-height: 430px !important;
    }
    .hero-slide-exact-wrap {
        width: 100% !important;
        height: 100% !important;
        min-height: 430px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    .hero-content-col {
        width: 100% !important;
        flex: 1 1 auto !important;
        max-width: 100% !important;
        padding: 1.25rem 1rem 0.5rem !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 220px !important;
    }
    .hero-title-wavy {
        font-size: 1.35rem !important;
        line-height: 1.25 !important;
        margin-bottom: 0.35rem !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 3.4rem;
    }
    .hero-desc-wavy {
        font-size: 0.8rem !important;
        line-height: 1.35 !important;
        margin-bottom: 0.6rem !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 2.2rem;
    }
    .hero-content-col .d-flex.flex-wrap {
        justify-content: center;
        margin-bottom: 0.5rem !important;
    }
    .btn-hero-pink,
    .btn-hero-outline {
        font-size: 12px;
        padding: 7px 16px;
    }
    .hero-trust-pills-row {
        justify-content: center;
        gap: 6px;
        margin-top: 0;
    }
    .hero-trust-pill {
        font-size: 9.5px;
        padding: 4px 9px;
    }
    .hero-media-col {
        width: 100% !important;
        flex: 0 0 auto !important;
        max-width: 100% !important;
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
        position: relative;
        overflow: hidden;
        margin-top: auto !important;
        padding: 0 !important;
    }
    .hero-img-wavy-full {
        width: 100% !important;
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 24px 24px 0 0 !important;
        display: block !important;
    }
    .hero-doodle-badge-exact {
        padding: 5px 10px;
        font-size: 0.7rem;
        top: 8px;
        right: 8px;
        border-radius: 12px;
    }
    #heroBannerCarousel .carousel-control-prev,
    #heroBannerCarousel .carousel-control-next {
        display: none;
    }
    #heroBannerCarousel .carousel-indicators {
        bottom: 8px;
    }
}

/* Stable hero height across slides of slightly different content, so the
   page doesn't jump as the carousel advances. */
#heroBannerCarousel .carousel-inner {
    position: relative;
    min-height: 480px;
}
@media (max-width: 991px) {
    #heroBannerCarousel .carousel-inner { min-height: 400px; }
}
@media (max-width: 576px) {
    #heroBannerCarousel .carousel-inner { min-height: 440px !important; }
}

/* Hero Carousel Controls & Indicators Aesthetics */
#heroBannerCarousel .carousel-indicators {
    bottom: 20px;
}
#heroBannerCarousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--bb-pink);
    opacity: 0.35;
    transition: all 0.3s ease;
    border: none;
    margin: 0 5px;
}
#heroBannerCarousel .carousel-indicators .active {
    width: 32px;
    border-radius: 12px;
    opacity: 1;
    background-color: var(--bb-pink);
}
#heroBannerCarousel .carousel-control-prev,
#heroBannerCarousel .carousel-control-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    opacity: 0.85;
    transition: opacity 0.3s ease, background 0.2s ease, transform 0.2s ease;
    border: 1px solid rgba(0,0,0,0.06);
    z-index: 10;
}
#heroBannerCarousel:hover .carousel-control-prev,
#heroBannerCarousel:hover .carousel-control-next {
    opacity: 1;
}
#heroBannerCarousel .carousel-control-prev:hover,
#heroBannerCarousel .carousel-control-next:hover {
    opacity: 1;
    background: #ffffff;
    transform: translateY(-50%) scale(1.08);
}
#heroBannerCarousel .carousel-control-prev { left: 25px; }
#heroBannerCarousel .carousel-control-next { right: 25px; }
#heroBannerCarousel .carousel-control-prev-icon,
#heroBannerCarousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100%);
    width: 18px;
    height: 18px;
}
.gift-finder-illustration {
    margin: 8px auto;
    text-align: center;
}

/* 7. Why Choose Babuniya Trust Grid */
.trust-grid-card-exact {
    background: #ffffff;
    border-radius: 14px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    height: 100%;
}
.trust-icon-circle-exact {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.trust-grid-card-exact h6 {
    font-weight: 800;
    font-size: 13px;
    color: #1e293b;
    margin-bottom: 2px;
}
.trust-grid-card-exact p {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 0;
}

/* 8. Testimonials Section */
.testimonial-card-exact {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-stars {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.testimonial-quote {
    font-size: 13px;
    color: #334155;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 12px;
}
.testimonial-author {
    font-weight: 700;
    font-size: 12px;
    color: #1e293b;
}

/* 9. Parenting Hub Blog Cards */
.blog-card-exact {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blog-card-img {
    height: 140px;
    width: 100%;
    object-fit: cover;
}
.blog-card-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.blog-tag-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    width: max-content;
}
.blog-title-exact {
    font-weight: 700;
    font-size: 13px;
    color: #1e293b;
    margin-bottom: 10px;
    line-height: 1.4;
}

/* 10. Newsletter & WhatsApp Bar */
.newsletter-whatsapp-bar-exact {
    background: linear-gradient(135deg, #fff0f6 0%, #fef3c7 50%, #e0f2fe 100%);
    padding: 24px 0;
    border-top: 1px solid #f1f5f9;
}
.btn-whatsapp-chat {
    background: #25d366;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: all 0.2s ease;
}
.btn-whatsapp-chat:hover {
    background: #20ba5a;
    transform: translateY(-2px);
}



/* 8. Why Choose Babuniya Trust Grid */
.trust-grid-card-exact {
    background: #ffffff;
    border-radius: 14px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #f1f5f9;
    height: 100%;
}
.trust-icon-circle-exact {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.trust-grid-card-exact h6 {
    font-size: 12px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1px;
}
.trust-grid-card-exact p {
    font-size: 10px;
    color: #64748b;
    margin-bottom: 0;
}

/* 9. Loved by Parents (Testimonials) */
.testimonial-card-exact {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    height: 100%;
}
.testimonial-stars {
    color: #f59e0b;
    font-size: 12px;
    margin-bottom: 8px;
}
.testimonial-quote {
    font-size: 12px;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 12px;
    font-style: italic;
}
.testimonial-author {
    font-size: 11px;
    font-weight: 700;
    color: #1e293b;
}

/* 10. Parenting Hub Blog Cards */
.blog-card-exact {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    height: 100%;
}
.blog-card-img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.blog-card-body {
    padding: 12px;
}
.blog-tag-pill {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 9999px;
    display: inline-block;
    margin-bottom: 6px;
}
.blog-title-exact {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    margin-bottom: 8px;
}

/* 11. Newsletter & WhatsApp Footer Bar */
.newsletter-whatsapp-bar-exact {
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    padding: 20px 0;
}
.btn-whatsapp-chat {
    background: #25d366;
    color: #ffffff !important;
    border-radius: 9999px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    white-space: nowrap;
}

/* ==========================================
   PRODUCT DETAIL PAGE — PREMIUM REDESIGN
   ========================================== */
.pdp-premium-wrap {
    background: #ffffff;
}
@media (max-width: 768px) {
    /* Breadcrumb+title now leads on mobile (see title-block), so this
       section doesn't need the same top breathing room a hero-style page
       does — the old combined padding (section 40px + container 48px) left
       a large empty band before any content appeared. */
    .pdp-premium-wrap.section-padding-premium {
        padding-top: 12px;
    }
    .pdp-premium-wrap .container.py-5 {
        padding-top: 0 !important;
    }
}
.pdp-breadcrumb-row {
    font-size: 12px;
    color: #64748b;
}
.pdp-breadcrumb-row a { color: #64748b; text-decoration: none; }
.pdp-breadcrumb-row a:hover { color: var(--bb-pink); }
.pdp-breadcrumb-row .active { color: var(--bb-pink); font-weight: 700; }

/* Gallery: vertical thumbnail rail + main image */
.pdp-gallery-row {
    display: flex;
    gap: 12px;
}
.pdp-thumb-rail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 76px;
    flex-shrink: 0;
}
.pdp-thumb-rail .thumb-box {
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}
.pdp-thumb-rail .slick-current .thumb-box,
.pdp-thumb-rail .thumb-box.active {
    border-color: var(--bb-pink) !important;
}
.pdp-main-image-wrap {
    position: relative;
    /* Slick measures this element's width on init; flex:1 can resolve to 0/auto
       before the flex layout settles, so give it a real pixel-resolvable width
       instead (thumb rail is 76px + 12px gap = 88px). */
    width: calc(100% - 88px);
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    background: #ffffff;
}
@media (max-width: 991px) {
    .pdp-main-image-wrap { width: 100%; }
}
.pdp-ribbon-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    background: #f59e0b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 5px 12px;
    border-radius: 8px;
}

/* Title / rating / price block */
.pdp-title-premium {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #1e293b;
    line-height: 1.25;
}
.pdp-age-pill {
    background: var(--bb-pink);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 9999px;
    white-space: nowrap;
}
.pdp-tagline {
    color: #64748b;
    font-size: 14px;
}
.pdp-price-premium {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: var(--bb-pink);
}
.pdp-delivery-bar {
    background: #f0fff4;
    border: 1px solid #d7f5e0;
    border-radius: 14px;
    padding: 10px 16px;
    font-size: 13px;
    color: #166534;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.pdp-delivery-bar i { color: #16a34a; }

/* .wishlist-heart (shared with product cards) is absolutely positioned with a
   circular button look — override that for the PDP's inline text link. */
.pdp-wishlist-btn.wishlist-heart {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
.pdp-wishlist-btn.wishlist-heart:hover {
    transform: none;
    box-shadow: none;
}

/* Site-wide floating WhatsApp button (every page, not just the homepage) */
.whatsapp-float-btn {
    position: fixed;
    right: 20px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    z-index: 1045;
    transition: transform 0.2s ease;
}
.whatsapp-float-btn:hover {
    color: #ffffff;
    transform: scale(1.08);
}
@media (max-width: 991px) {
    .whatsapp-float-btn {
        bottom: 78px;
        right: 14px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* Back-to-top button — stacked directly above the WhatsApp button (never
   the reverse) at every breakpoint, hidden until the page is scrolled so it
   never sits in the way near the top of a page. */
.scroll-top-btn {
    position: fixed;
    right: 20px;
    bottom: 92px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--bb-pink, #d84d6b);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 3px 8px rgba(216, 77, 107, 0.35);
    z-index: 1045;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}
.scroll-top-btn-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-top-btn:hover {
    background: var(--bb-pink-hover, #c53d5b);
    color: #ffffff;
}
@media (max-width: 991px) {
    .scroll-top-btn {
        bottom: 138px;
        right: 16px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Right trust sidebar */
.pdp-trust-sidebar {
    border-radius: 18px;
    background: #fafafa;
    border: 1px solid #f1f5f9;
    padding: 18px;
}
.pdp-trust-sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}
.pdp-trust-sidebar-item:last-child { border-bottom: none; }
.pdp-trust-sidebar-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff0f6;
    color: var(--bb-pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}
.pdp-trust-sidebar-item h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 2px;
}
.pdp-trust-sidebar-item p {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 0;
}

/* Info tabs (Product Details / Specifications / Reviews / FAQ) */
.pdp-nav-tabs-premium {
    border-bottom: 2px solid #f1f5f9;
    gap: 8px;
    flex-wrap: wrap;
}
.pdp-nav-tabs-premium .nav-link {
    border: none;
    background: transparent !important;
    color: #64748b;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 4px;
    margin-right: 24px;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}
.pdp-nav-tabs-premium .nav-link:hover {
    background: transparent !important;
    color: #1e293b;
}
.pdp-nav-tabs-premium .nav-link.active {
    color: var(--bb-pink);
    border-bottom-color: var(--bb-pink);
    background: transparent !important;
}

/* Specifications table */
.pdp-specs-table-premium {
    width: 100%;
    border-collapse: collapse;
}
.pdp-specs-table-premium tr:nth-child(odd) td { background: #f8fafc; }
.pdp-specs-table-premium td {
    padding: 12px 16px;
    font-size: 13px;
    border-bottom: 1px solid #f1f5f9;
}
.pdp-specs-table-premium td:first-child {
    font-weight: 700;
    color: #1e293b;
    width: 45%;
}
.pdp-specs-table-premium td:last-child { color: #475569; }

/* Reviews grid */
.pdp-review-card {
    background: #fafafa;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 16px;
    height: 100%;
}
.pdp-review-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bb-pink);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Frequently Bought Together bundle */
.fbt-bundle-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.fbt-item {
    text-align: center;
    width: 110px;
}
.fbt-item-card {
    display: block;
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 8px;
    border-radius: 14px;
    border: 2px solid #f1f5f9;
    overflow: hidden;
    cursor: pointer;
}
.fbt-item-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}
.fbt-item-card .fbt-checkbox {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
    z-index: 2;
    accent-color: var(--bb-pink);
}
.fbt-item-name {
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    display: block;
    line-height: 1.3;
}
.fbt-item-price {
    font-size: 12px;
    font-weight: 800;
    color: var(--bb-pink);
}
.fbt-plus, .fbt-equals {
    font-size: 22px;
    font-weight: 800;
    color: #cbd5e1;
    flex-shrink: 0;
}
.fbt-total-box {
    background: #fafafa;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 16px 20px;
    text-align: center;
    min-width: 180px;
}
.fbt-total-amount {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
}

/* Rails (Frequently Bought Together / Customers Also Viewed / etc.) */
.pdp-rail-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #1e293b;
    display: flex;
    align-items: center;
}
@media (max-width: 576px) {
    .pdp-rail-title {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .pdp-gallery-row {
        flex-direction: column-reverse !important;
        gap: 12px;
    }
    .pdp-thumb-rail {
        flex-direction: row !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
        margin-top: 6px;
    }
    .pdp-thumb-rail .product-slider-nav {
        width: 100% !important;
        display: block !important;
    }
    .pdp-thumb-rail .slick-list {
        height: auto !important;
        max-height: 80px !important;
        width: 100% !important;
        overflow: hidden;
    }
    .pdp-thumb-rail .slick-track {
        height: auto !important;
        display: flex !important;
        align-items: center;
        margin: 0 auto !important;
    }
    .pdp-thumb-rail .slick-slide {
        height: auto !important;
        float: none !important;
        padding: 0 4px !important;
    }
    .pdp-thumb-rail .thumb-box {
        width: 100% !important;
        max-width: 76px;
        margin: 0 auto;
        border-radius: 10px !important;
    }
    .pdp-thumb-rail .thumb-box img {
        height: 55px !important;
        width: 100% !important;
        object-fit: contain;
    }
    .pdp-main-image-wrap {
        width: 100% !important;
    }
    .pdp-main-image-wrap .slider-item {
        min-height: 280px !important;
        max-height: 380px !important;
        padding: 10px !important;
    }
    .pdp-main-image-wrap .slider-item img {
        max-height: 360px !important;
    }
    .pdp-title-premium { font-size: 21px; }
    .pdp-price-premium { font-size: 26px; }
}


/* My Account — Orders tab: horizontally-scrolling order cards */
.orders-scroll-row {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding: 4px 4px 18px;
    margin: 0 -4px;
    -webkit-overflow-scrolling: touch;
}
.orders-scroll-row::-webkit-scrollbar { height: 8px; }
.orders-scroll-row::-webkit-scrollbar-thumb { background: #e2c4cf; border-radius: 8px; }
.orders-scroll-row::-webkit-scrollbar-track { background: #f8f1f4; border-radius: 8px; }

.order-card-h {
    scroll-snap-align: start;
    flex: 0 0 320px;
    max-width: 320px;
    background: #fff;
    border: 1px solid #eee2e6;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-card-h .oc-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}
.order-card-h .oc-number {
    font-weight: 800;
    font-size: 15px;
    color: #1e293b;
}
.order-card-h .oc-date {
    font-size: 12px;
    color: #94a3b8;
}

.oc-thumbs {
    display: flex;
    align-items: center;
    gap: -8px;
}
.oc-thumbs img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #eee2e6;
    margin-left: -12px;
    background: #fff;
}
.oc-thumbs img:first-child { margin-left: 0; }
.oc-thumbs .oc-more {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: #fdf1f5;
    color: var(--premium-pink, #d84d6b);
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -12px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #eee2e6;
}

.order-card-h .oc-items-label {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-card-h .oc-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px dashed #eee2e6;
}
.order-card-h .oc-total {
    font-weight: 800;
    font-size: 16px;
    color: var(--premium-pink, #d84d6b);
}
.order-card-h .oc-view-btn {
    font-size: 12.5px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 999px;
    background: #1e293b;
    color: #fff;
    white-space: nowrap;
}
.order-card-h .oc-view-btn:hover { background: var(--premium-pink, #d84d6b); color: #fff; }

.order-card-h .oc-tracking {
    font-size: 11.5px;
    color: #94a3b8;
}
.order-card-h .oc-tracking a { color: var(--premium-pink, #d84d6b); font-weight: 600; }

@media (max-width: 576px) {
    .order-card-h { flex: 0 0 84vw; max-width: 84vw; }
}

/* ==========================================
   PREMIUM BLOG & ARTICLE REDESIGN STYLES
   ========================================== */

/* Page Banner Styling */
.blog-hero-banner {
    background: linear-gradient(135deg, #fff0f5 0%, #fff7f9 50%, #fdf0f4 100%);
    padding: 55px 0 45px;
    position: relative;
    border-bottom: 1px solid #fce4ec;
}
.blog-hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.blog-hero-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 620px;
    margin: 0 auto;
}

/* Category Filter Pills */
.blog-category-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.blog-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    transition: all 0.25s ease-in-out;
    text-decoration: none !important;
}
.blog-filter-btn:hover {
    color: #e83e8c;
    border-color: #fcc2d7;
    background: #fff0f6;
    transform: translateY(-2px);
}
.blog-filter-btn.active {
    background: linear-gradient(135deg, #ff4081 0%, #e83e8c 100%);
    color: #ffffff !important;
    border-color: transparent;
    box-shadow: 0 6px 20px rgba(232, 62, 140, 0.3);
}

/* Modern Blog Cards */
.blog-card-modern {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(232, 62, 140, 0.12);
    border-color: #fcc2d7;
}
.blog-card-img-container {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #f8fafc;
}
.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-card-modern:hover .blog-card-img {
    transform: scale(1.08);
}
.blog-card-category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    color: #e83e8c;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 13px;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    z-index: 2;
}
.blog-card-date-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(30, 41, 59, 0.85);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    z-index: 2;
}
.blog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 12px;
}
.blog-card-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.blog-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 12px;
}
.blog-card-title a {
    color: #1e293b;
    text-decoration: none !important;
    transition: color 0.2s ease;
}
.blog-card-title a:hover {
    color: #e83e8c;
}
.blog-card-excerpt {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-footer {
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #e83e8c;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.blog-read-more i {
    transition: transform 0.2s ease;
}
.blog-card-modern:hover .blog-read-more i {
    transform: translateX(5px);
}

/* Blog Detail Page Styling */
.blog-detail-hero-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    background-color: #f8fafc;
}
.blog-detail-hero-img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
}
.blog-detail-content-wrap {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.03);
    border: 1px solid #f1f5f9;
}
@media (max-width: 768px) {
    .blog-detail-content-wrap {
        padding: 24px 18px;
    }
}
.blog-detail-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 25px;
}
.blog-detail-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.35;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .blog-detail-title {
        font-size: 1.65rem;
    }
}
.blog-detail-meta-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #64748b;
}
.blog-detail-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffe4eb;
    color: #e83e8c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}
.blog-post-content {
    font-size: 16.5px;
    line-height: 1.85;
    color: #334155;
}
.blog-post-content p {
    margin-bottom: 22px;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: #0f172a;
    margin-top: 35px;
    margin-bottom: 18px;
}
.blog-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 25px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.blog-post-content blockquote {
    background: #fff0f6;
    border-left: 4px solid #e83e8c;
    padding: 24px 30px;
    border-radius: 0 16px 16px 0;
    font-style: italic;
    font-size: 17px;
    color: #1e293b;
    margin: 30px 0;
}

/* Sidebar Widgets */
.blog-sidebar-widget {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}
.blog-sidebar-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}
.blog-sidebar-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: linear-gradient(90deg, #ff4081, #e83e8c);
    border-radius: 3px;
}
.recent-post-item {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #f1f5f9;
    transition: transform 0.2s ease;
}
.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.recent-post-item:hover {
    transform: translateX(4px);
}
.recent-post-thumb {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #f8fafc;
}
.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-post-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
}
.recent-post-title a {
    color: #1e293b;
    text-decoration: none !important;
    transition: color 0.2s ease;
}
.recent-post-title a:hover {
    color: #e83e8c;
}
.recent-post-date {
    font-size: 12px;
    color: #94a3b8;
}

/* Category List Widget */
.blog-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-category-item {
    margin-bottom: 10px;
}
.blog-category-item:last-child {
    margin-bottom: 0;
}
.blog-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px;
    border-radius: 12px;
    background: #f8fafc;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s ease;
}
.blog-category-link:hover, .blog-category-link.active {
    background: #fff0f6;
    color: #e83e8c;
    transform: translateX(4px);
}
.blog-category-link i {
    font-size: 12px;
    opacity: 0.7;
}

/* Parenting Promo Widget */
.parenting-promo-box {
    background: linear-gradient(135deg, #fff0f5 0%, #ffdeeb 100%);
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid #fcc2d7;
}
.parenting-promo-icon {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    color: #e83e8c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
    box-shadow: 0 6px 18px rgba(232, 62, 140, 0.15);
}
.pdp2-page-wrap{background:#f5f7fa;min-height:60vh}.pdp2-page-wrap .container-xl{max-width:1280px}.pdp2-gallery-wrap{display:flex;gap:12px;align-items:flex-start}.pdp2-thumb-rail{width:72px;flex-shrink:0}.pdp2-thumb-item{margin-bottom:8px}.pdp2-thumb-box{border:2px solid #e8edf2;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;position:relative;transition:border-color .2s}.pdp2-thumb-box.active,.pdp2-thumb-box:hover{border-color:var(--bb-pink,#d84d6b)}.pdp2-thumb-box img{width:100%;height:60px;object-fit:contain;padding:4px;display:block}.pdp2-thumb-more-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:800;border-radius:8px}.pdp2-main-wrap{flex:1;position:relative;background:#fff;border-radius:16px;border:1px solid #edf1f7;overflow:hidden}.pdp2-ribbon{position:absolute;top:12px;left:12px;z-index:5;background:#f59e0b;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;padding:4px 12px;border-radius:8px;letter-spacing:.5px}.pdp2-main-slider .pdp2-slide{min-height:380px;max-height:480px;padding:16px;background:#fff;cursor:zoom-in}.pdp2-main-slider .pdp2-slide img{max-height:440px;max-width:100%;width:auto;object-fit:contain;display:block;margin:0 auto}.pdp2-watch-video{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;font-size:13px;font-weight:700;padding:7px 18px;border-radius:30px;text-decoration:none;display:flex;align-items:center;gap:6px;white-space:nowrap;transition:background .2s}.pdp2-watch-video:hover{background:var(--bb-pink,#d84d6b);color:#fff}@media(max-width:991px){.header-section{position:relative!important;top:auto!important;height:auto!important;box-shadow:none!important}.header-section.is-sticky{position:relative!important;top:auto!important;left:auto!important;width:100%!important;animation:none!important}.header-sticky-placeholder{display:none!important;height:0px!important;margin:0!important;padding:0!important}.mobile-header{position:sticky!important;top:0!important;z-index:1040!important}.pdp2-page-wrap{min-height:auto;padding-top:0!important;margin-top:0!important}.pdp2-page-wrap .container-xl{padding-top:4px!important;margin-top:0!important}.pdp-breadcrumb-row{margin-bottom:6px!important;margin-top:0!important;padding-top:0!important;display:block!important}.pdp-mobile-breadcrumb-nav ol.breadcrumb{display:flex!important;flex-wrap:nowrap!important}.pdp2-rail-header{margin-bottom:12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important}.pdp2-rail-title{font-size:15px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important}.pdp2-rail-view-all{font-size:12px!important;white-space:nowrap!important}.pdp2-gallery-wrap{flex-direction:column}.pdp2-main-wrap{order:1;width:100%}.pdp2-thumb-rail{order:2;width:100%;margin-top:10px}.pdp2-thumb-rail .product-slider-nav{display:flex;flex-direction:row;gap:8px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.pdp2-thumb-item{margin-bottom:0;flex-shrink:0;width:64px}.pdp2-main-slider .pdp2-slide{min-height:260px;max-height:340px}.pdp-rail-arrow-prev{left:-10px}.pdp-rail-arrow-next{right:-10px}.pdp2-tab-content{padding:20px 16px}.pdp2-tab-nav{padding:0 16px}.pdp2-action-row{display:flex;flex-direction:row;gap:10px}.pdp2-btn-cart,.pdp2-btn-buynow{flex:1;width:auto;padding:12px 14px;font-size:13px}.pdp2-trust-sidebar{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:14px;height:auto}.pdp2-trust-item{padding:6px 0;border-bottom:none}}@media(max-width:575px){.pdp2-price{font-size:26px}.pdp2-rail-title{font-size:14px!important}.pdp2-btn-cart,.pdp2-btn-buynow{padding:11px 8px;font-size:12px;letter-spacing:0}.pdp2-delivery-bar{padding:8px 12px;font-size:12px;gap:6px}.pdp2-bar-divider{display:none}}@media(max-width:480px){.pdp2-trust-sidebar{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px}.pdp2-trust-icon{width:34px;height:34px;font-size:14px}.pdp2-trust-text strong{font-size:12px}.pdp2-trust-text span{font-size:10px}}.pdp2-stars{color:#f59e0b;font-size:14px;letter-spacing:1px}.pdp2-stars--lg{font-size:18px}.pdp2-verified-badge{background:#ecfdf5;color:#059669;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;border:1px solid #a7f3d0;white-space:nowrap;display:inline-flex;align-items:center}.pdp2-tagline{color:#64748b;font-size:14px;line-height:1.6}.pdp2-feature-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.pdp2-feature-pill{display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:6px 12px;font-size:12px;color:#475569;font-weight:600}.pdp2-feature-pill i{color:var(--bb-pink,#d84d6b);font-size:14px}.pdp2-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pdp2-price{font-family:'Plus Jakarta Sans',sans-serif;font-size:32px;font-weight:800;color:#1e293b;letter-spacing:-.5px}.pdp2-mrp{font-size:18px;color:#94a3b8}.pdp2-off-badge{background:#dcfce7;color:#16a34a;font-size:14px;font-weight:800;padding:4px 12px;border-radius:8px}.pdp2-delivery-bar{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:10px 16px;font-size:13px;color:#166534;display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-weight:600}.pdp2-bar-divider{color:#86efac;font-weight:400}.pdp2-stock-badge{font-size:13px;font-weight:700;padding:5px 14px;border-radius:20px;display:inline-flex;align-items:center}.pdp2-in-stock{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.pdp2-low-stock{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.pdp2-qty-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pdp2-qty-picker{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:30px;background:#fff;padding:2px 8px;gap:4px}.pdp2-qty-btn{background:none;border:none;color:#334155;font-size:14px;padding:4px 10px;cursor:pointer;line-height:1}.pdp2-qty-btn:hover{color:var(--bb-pink,#d84d6b)}.pdp2-qty-input{border:none;text-align:center;width:42px;font-weight:700;font-size:15px;color:#1e293b;background:transparent}.pdp2-qty-input:focus{outline:none}.pdp2-action-row{display:flex;gap:12px}.pdp2-btn-cart{flex:1;background:var(--bb-pink,#d84d6b);color:#fff;border:none;border-radius:10px;padding:13px 20px;font-size:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;text-transform:uppercase;letter-spacing:.5px}.pdp2-btn-cart:hover{background:#c23a5b;transform:translateY(-2px);box-shadow:0 6px 18px rgba(216,77,107,.3)}.pdp2-btn-cart:disabled{opacity:.55;transform:none;box-shadow:none}.pdp2-btn-buynow{flex:1;background:#fff;color:var(--bb-pink,#d84d6b);border:2px solid var(--bb-pink,#d84d6b);border-radius:10px;padding:13px 20px;font-size:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;text-transform:uppercase;letter-spacing:.5px}.pdp2-btn-buynow:hover{background:#fff0f6;transform:translateY(-2px)}.pdp2-btn-buynow:disabled{opacity:.55;transform:none}.pdp2-meta-actions{display:flex;gap:20px;flex-wrap:wrap}.pdp2-meta-btn{background:none;border:none;font-size:13px;color:#475569;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:4px;padding:0;text-decoration:none;transition:color .2s}.pdp2-meta-btn:hover{color:var(--bb-pink,#d84d6b)}.pdp2-meta-btn.wishlist-heart{position:static!important;width:auto!important;height:auto!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}.pdp2-meta-btn.wishlist-heart:hover{transform:none!important;box-shadow:none!important}.pdp2-pincode-wrap{margin-top:8px}.pdp2-trust-sidebar{background:#fff;border:1px solid #edf1f7;border-radius:16px;padding:16px;height:100%}.pdp2-trust-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.pdp2-trust-item:last-child{border-bottom:none}.pdp2-trust-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.pdp2-trust-icon--yellow{background:#fff8e6;color:#f59e0b}.pdp2-trust-icon--blue{background:#eff6ff;color:#2563eb}.pdp2-trust-icon--green{background:#f0fdf4;color:#16a34a}.pdp2-trust-icon--pink{background:#fff0f6;color:var(--bb-pink,#d84d6b)}.pdp2-trust-text{display:flex;flex-direction:column}.pdp2-trust-text strong{font-size:13px;font-weight:800;color:#1e293b;margin-bottom:2px}.pdp2-trust-text span{font-size:11px;color:#94a3b8}.pdp2-tabs-card{background:#fff;border-radius:16px;border:1px solid #edf1f7;overflow:hidden}.pdp2-tab-nav{display:flex;border-bottom:2px solid #f1f5f9;padding:0 24px;gap:0;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.pdp2-tab-nav::-webkit-scrollbar{display:none}.pdp2-tab-btn{background:transparent!important;border:none;border-bottom:2.5px solid transparent;color:#64748b;font-weight:700;font-size:14px;padding:16px 16px 14px;margin-bottom:-2px;white-space:nowrap;cursor:pointer;transition:color .2s,border-color .2s}.pdp2-tab-btn:hover{color:#1e293b;background:transparent!important}.pdp2-tab-btn.active{color:var(--bb-pink,#d84d6b)!important;border-bottom-color:var(--bb-pink,#d84d6b);background:transparent!important}.pdp2-tab-content{padding:28px}.pdp2-section-heading{font-family:'Plus Jakarta Sans',sans-serif;font-size:17px;font-weight:800;color:#1e293b}.pdp2-specs-table{width:100%}.pdp2-spec-row{display:flex;border-bottom:1px solid #f1f5f9;padding:10px 0}.pdp2-spec-row:last-child{border-bottom:none}.pdp2-spec-label{width:45%;font-weight:700;font-size:13px;color:#334155}.pdp2-spec-value{flex:1;font-size:13px;color:#64748b}.pdp2-review-big-score{font-family:'Plus Jakarta Sans',sans-serif;font-size:52px;font-weight:800;color:#1e293b;line-height:1}.pdp2-write-review-toggle-btn{background:#fff;border:2px solid var(--bb-pink,#d84d6b);color:var(--bb-pink,#d84d6b);padding:9px 20px;border-radius:30px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;white-space:nowrap}.pdp2-write-review-toggle-btn:hover{background:var(--bb-pink,#d84d6b);color:#fff}.pdp2-reviews-slider .slick-slide{padding:0 8px}.pdp2-reviews-slider .slick-list{margin:0 -8px}.pdp2-review-card{background:#fafafa;border:1px solid #f1f5f9;border-radius:16px;padding:18px}.pdp2-review-avatar{width:40px;height:40px;border-radius:50%;background:var(--bb-pink,#d84d6b);color:#fff;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pdp2-rail{margin-bottom:40px}.pdp2-rail-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.pdp2-rail-title{font-family:'Plus Jakarta Sans',sans-serif;font-size:22px;font-weight:800;color:#1e293b;margin:0}.pdp2-rail-view-all{font-size:14px;font-weight:700;color:var(--bb-pink,#d84d6b);text-decoration:none;white-space:nowrap;display:flex;align-items:center;gap:4px}.pdp2-rail-view-all:hover{color:#c23a5b}.pdp2-rail-slide{padding:0 8px}.pdp2-rail-slick .slick-list{margin:0 -8px;padding:8px 0 16px}.pdp-rail-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 10px rgba(0,0,0,.08);display:flex!important;align-items:center;justify-content:center;cursor:pointer;color:#334155;font-size:13px;transition:all .2s}.pdp-rail-arrow:hover{background:var(--bb-pink,#d84d6b);color:#fff;border-color:var(--bb-pink,#d84d6b)}.pdp-rail-arrow-prev{left:-20px}.pdp-rail-arrow-next{right:-20px}.pdp2-fbt-total-box{background:var(--bb-pink,#d84d6b);border-radius:16px;padding:16px 20px;min-width:200px;color:#fff;text-align:center}.pdp2-fbt-total-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;flex-wrap:wrap;gap:4px}.pdp2-fbt-save-badge{background:rgba(0,0,0,.2);padding:2px 10px;border-radius:20px;font-size:11px;font-weight:800}.pdp2-fbt-total-amount{font-size:28px;font-weight:800;color:#fff;margin-bottom:12px;text-align:center}.pdp2-btn-fbt-add{width:100%;background:#fff;color:var(--bb-pink,#d84d6b);border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.pdp2-btn-fbt-add:hover{background:#f9f9f9;transform:translateY(-1px)}
.pdp2-rail-slick .slick-track{display:flex!important;align-items:stretch;margin-left:0!important;margin-right:auto!important}.pdp2-rail-slick .slick-slide{display:flex!important;flex-direction:column;height:auto!important}.pdp2-rail-slick .slick-slide>div{display:flex;flex-direction:column;flex:1;height:100%}.pdp2-rail-slide{display:flex!important;flex-direction:column;height:100%}.pdp2-rail-slide .product-card-v2{flex:1;height:100%!important}.pdp2-reviews-slider .slick-track{display:flex!important;align-items:stretch}.pdp2-reviews-slider .slick-slide{display:flex!important;flex-direction:column;height:auto!important}.pdp2-reviews-slider .slick-slide>div{display:flex;flex-direction:column;flex:1;height:100%}.pdp2-review-slide{display:flex!important;flex-direction:column;height:100%}.pdp2-reviews-slider .pdp2-review-card{flex:1}

.pdp2-rail-slick .slick-track{display:flex!important;align-items:stretch;margin-left:0!important;margin-right:auto!important}.pdp2-rail-slick .slick-slide{display:flex!important;flex-direction:column;height:auto!important}.pdp2-rail-slick .slick-slide>div{display:flex;flex-direction:column;flex:1;height:100%}.pdp2-rail-slide{display:flex!important;flex-direction:column;height:100%}.pdp2-rail-slide .product-card-v2{flex:1;height:100%!important}.pdp2-reviews-slider .slick-track{display:flex!important;align-items:stretch}.pdp2-reviews-slider .slick-slide{display:flex!important;flex-direction:column;height:auto!important}.pdp2-reviews-slider .slick-slide>div{display:flex;flex-direction:column;flex:1;height:100%}.pdp2-review-slide{display:flex!important;flex-direction:column;height:100%}.pdp2-reviews-slider .pdp2-review-card{flex:1}