/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/layout/Footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__eNA9m {
    background: var(--surface-1);
    color: var(--text-primary);
    border-top: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

.Footer_mainFooter__KZBfh {
    padding: 2rem 0 0rem;
}

.Footer_brandSection__qWhNT {
    text-align: center;
    margin-bottom: 0;
}

.Footer_tagline__WuViG {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-top: 0.5rem;
    opacity: 0.8;
}

.Footer_footerBrand__7nKvy {
    text-decoration: none;
    color: var(--foreground);
    display: inline-block;
}

.Footer_minimalLogo__SGmyr {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.Footer_logoIcon__WWDSF {
    font-size: 1.25rem;
}

.Footer_logoText__SzK4_ {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Footer_logoImage__V4C5V {
    object-fit: contain;
}

.Footer_footerGrid__Zjk4v {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
    gap: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    align-items: end;
}

.Footer_sectionTitle__QhseJ {
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
    color: var(--foreground);
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.8;
}

.Footer_linksList__LUMJ9 {
    list-style: none;
    padding: 0;
}

.Footer_linksList__LUMJ9 li {
    margin-bottom: 0.6rem;
}

.Footer_linksList__LUMJ9 a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.2s;
    font-size: 0.9rem;
}

.Footer_linksList__LUMJ9 a:hover {
    color: var(--primary);
}

.Footer_appLinksCol___Gq9O {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Footer_appButtons__Aweki {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.Footer_appBtn__Dkk3F {
    background: #000;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0;
    text-decoration: none;
    transition: transform 0.2s, background 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.Footer_appBtn__Dkk3F:hover {
    transform: translateY(-2px);
    background: #111;
}

.Footer_appBtnContent__MdZxi {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.Footer_appBtnText__ZwXGI {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Footer_appBtnLabel__HPhZj {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.Footer_appBtnStore__7hXUl {
    font-size: 0.9rem;
    line-height: 1.2;
}

.Footer_socialIcons__c0TR3 {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

.Footer_socialIcon__2DO5i {
    color: var(--text-secondary);
    transition: color 0.2s, transform 0.2s;
    cursor: pointer;
}

.Footer_socialIcon__2DO5i:hover {
    color: var(--primary);
    transform: translateY(-3px);
}

.Footer_bottomBarWrapper__ebNre {
    background: #0f172a; /* Dark UI background */
    color: rgba(255, 255, 255, 0.7);
}

.Footer_bottomBar___A0zj {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem; /* Smaller font for small height */
}

.Footer_developerCredit__f0RID {
    font-weight: 400;
}

.Footer_developerCredit__f0RID a {
    color: #818cf8; /* Lighter blue for dark background */
    text-decoration: none;
    font-weight: 600;
}

.Footer_developerCredit__f0RID a:hover {
    text-decoration: underline;
}

.Footer_bottomLinks__ZM1Vi {
    display: flex;
    gap: 2rem;
}

.Footer_bottomLink__Oi1xO {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

.Footer_bottomLink__Oi1xO:hover {
    color: var(--primary);
}

@media (max-width: 768px) {
    .Footer_footer__eNA9m {
        padding-bottom: 70px; /* Space for BottomNavigation */
    }

    .Footer_footerGrid__Zjk4v {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .Footer_appButtons__Aweki {
        flex-direction: column;
        align-items: center;
    }

    .Footer_bottomBar___A0zj {
        height: auto;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.5rem 0;
        text-align: center;
    }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/layout/Header.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/* Header Layout */
.Header_header__hO3lJ {
    z-index: 2147483640; /* Very high, but below BottomNavigation */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

/* Initial State - Full Width, Glassmorphism */
.Header_initial__iX4XA {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.dark .Header_initial__iX4XA {
    background: rgba(15, 23, 42, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* Scrolled State - Box Type with Liquid Blur - Centered */
.Header_scrolled__sfZwa {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    height: 65px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: none;
}

.dark .Header_scrolled__sfZwa {
    background: rgba(15, 23, 42, 0.85);
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.Header_container__EZyBV {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    max-width: 100%;
    gap: 2rem;
}

/* Logo */
.Header_logo__e5KhT {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    color: #111827;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease;
}

.Header_logo__e5KhT:hover {
    transform: scale(1.02);
}

.Header_logoIcon__VF71g {
    font-size: 1.5rem;
    animation: Header_pulse__4wRoK 2s infinite;
}

@keyframes Header_pulse__4wRoK {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.Header_left__gux5M {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* Center - Search Bar */
.Header_center__V2U_g {
    flex: 1 1;
    max-width: 600px;
    position: relative;
}

.Header_searchBar__mlqCf {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 0;
    padding: 8px 8px 8px 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    gap: 8px;
}

.Header_searchBar__mlqCf:focus-within {
    background: white;
    border-color: var(--primary, #6366f1);
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.15);
}

.dark .Header_searchBar__mlqCf {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.dark .Header_searchBar__mlqCf:focus-within {
    background: #1e293b;
    border-color: var(--primary, #6366f1);
}

.Header_searchIcon__qNG0m {
    color: #6b7280;
    display: flex;
    align-items: center;
}

.Header_searchInput__MAyjA {
    flex: 1 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.95rem;
    color: #111827;
    font-weight: 500;
}

.Header_searchInput__MAyjA::placeholder {
    color: #9ca3af;
}

.Header_clearBtn__mEN8a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e5e7eb;
    border: none;
    cursor: pointer;
    color: #6b7280;
    transition: all 0.2s;
}

.Header_clearBtn__mEN8a:hover {
    background: #d1d5db;
    color: #111827;
}

.Header_searchBtn__DEVzN {
    background: var(--primary-gradient, linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%));
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.Header_searchBtn__DEVzN:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
}

/* Search Results Dropdown */
.Header_searchResults__NkDRs {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: white;
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    z-index: 100;
    max-height: 400px;
    overflow-y: auto;
    animation: Header_slideDown__gMjm3 0.2s ease;
}

@keyframes Header_slideDown__gMjm3 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dark .Header_searchResults__NkDRs {
    background: #1e293b;
    border-color: #374151;
}

.Header_resultItem__4OeMf {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    transition: background 0.2s;
    border-bottom: 1px solid #f3f4f6;
}

.Header_resultItem__4OeMf:hover {
    background: #f9fafb;
}

.dark .Header_resultItem__4OeMf:hover {
    background: #374151;
}

.Header_resultItem__4OeMf:last-child {
    border-bottom: none;
}

.Header_resultImage__Nul_o {
    width: 50px;
    height: 50px;
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
}

.Header_searching__vtmU_,
.Header_noResults__JBwJi {
    padding: 20px;
    text-align: center;
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-style: italic;
}

.Header_resultInfo__ZSF73 {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.Header_resultName__H54JQ {
    font-weight: 600;
    color: #111827;
    font-size: 0.9rem;
}

.dark .Header_resultName__H54JQ {
    color: #f9fafb;
}

.Header_resultCategory__gbzN0 {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.Header_resultPrice__8bAWy {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--primary, #6366f1);
}

.Header_salePrice__UUBOz {
    color: var(--primary, #6366f1);
}

.Header_originalPrice__bQttV {
    font-size: 0.8rem;
    color: #9ca3af;
    text-decoration: line-through;
}

.Header_viewAllResults__QMGZ_ {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    background: var(--primary-gradient, linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%));
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s;
}

.Header_viewAllResults__QMGZ_:hover {
    filter: brightness(1.1);
}

/* Right Side */
.Header_right__h4xQ1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.Header_navItem__1X8Ww {
    background: none;
    border: none;
    cursor: pointer;
    color: #4b5563;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 0;
    text-decoration: none;
}

.Header_navItem__1X8Ww:hover {
    color: var(--primary, #6366f1);
    background: rgba(99, 102, 241, 0.1);
}

.Header_navText__Sv_1b {
    display: block;
}

@media (max-width: 1024px) {
    .Header_navText__Sv_1b {
        display: none;
    }
    
    .Header_center__V2U_g {
        max-width: 400px;
    }
    
    .Header_searchInput__MAyjA {
        font-size: 0.85rem;
    }
    
    .Header_searchBtn__DEVzN {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

/* Desktop Styles (Default) */
.Header_mobileAction__ERFLn {
    display: none !important;
}

.Header_mobileMenu___oHDY {
    display: none !important;
}

.Header_desktopOnly__pqFSV {
    display: flex !important;
}

@media (max-width: 768px) {
    .Header_container__EZyBV {
        padding: 0 1rem;
        gap: 0.5rem;
        justify-content: space-between;
    }
    
    .Header_left__gux5M {
        flex: 0 0 auto;
    }

    .Header_logo__e5KhT {
        font-size: 1.2rem;
        gap: 4px;
    }

    /* Hide desktop search, show mobile search when active */
    .Header_center__V2U_g {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: white;
        z-index: 1001;
        padding: 0 1rem;
        align-items: center;
        justify-content: center;
    }

    .dark .Header_center__V2U_g {
        background: #0f172a;
    }

    .Header_mobileSearchActive__PBvv1 {
        display: flex !important;
    }

    .Header_searchBar__mlqCf {
        width: 100%;
        padding: 6px 12px;
    }

    .Header_mobileSearchClose__cmO9f {
        background: none;
        border: none;
        padding: 8px;
        color: #64748b;
        cursor: pointer;
    }

    .Header_right__h4xQ1 {
        gap: 0.5rem;
    }

    .Header_desktopOnly__pqFSV {
        display: none !important;
    }

    .Header_cart__pWWrc {
        width: 38px;
        height: 38px;
        border-radius: 0;
    }

    .Header_mobileAction__ERFLn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        color: #4b5563;
        cursor: pointer;
    }

    .dark .Header_mobileAction__ERFLn {
        color: #94a3b8;
    }

    .Header_mobileMenu___oHDY {
        display: block !important;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background: rgba(255, 255, 255, 0.98);
        z-index: 1000;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        padding: 2rem 1rem;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
    }

    .dark .Header_mobileMenu___oHDY {
        background: rgba(15, 23, 42, 0.98);
    }

    .Header_mobileMenuOpen__jlZ4l {
        transform: translateX(0);
    }

    .Header_mobileMenuContent__1mWF1 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .Header_mobileMenuItem__EGlja {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
        font-size: 1.1rem;
        font-weight: 600;
        color: #1e293b;
        text-decoration: none;
        background: #f8fafc;
        border-radius: 0;
        border: none;
        width: 100%;
        text-align: left;
    }

    .dark .Header_mobileMenuItem__EGlja {
        color: #f1f5f9;
        background: #1e293b;
    }

    .Header_mobileMenuDivider__75TAG {
        height: 1px;
        background: #e2e8f0;
        margin: 1rem 0;
    }

    .dark .Header_mobileMenuDivider__75TAG {
        background: #334155;
    }

    .Header_scrolled__sfZwa {
        width: 100%;
        top: 0;
        border-radius: 0;
    }
}

/* User Menu */
.Header_userMenu__XfrJB {
    position: relative;
    display: flex;
    align-items: center;
}

.Header_userButton__6__0T {
    background: none;
    border: none;
    cursor: pointer;
    color: #4b5563;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 0;
}

.Header_userButton__6__0T:hover {
    color: var(--primary, #6366f1);
    background: rgba(99, 102, 241, 0.1);
}

.Header_chevron__ncCzX {
    transition: transform 0.2s;
}

.Header_userButton__6__0T:hover .Header_chevron__ncCzX {
    transform: rotate(180deg);
}

.Header_dropdown__DtJe3 {
    position: absolute;
    top: 150%;
    right: 0;
    width: 220px;
    background: white;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 100;
}

.dark .Header_dropdown__DtJe3 {
    background: #1e293b;
    border-color: #374151;
}

.Header_userMenu__XfrJB:hover .Header_dropdown__DtJe3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.Header_dropdownItem__MMIVm {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    color: #4b5563;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s;
}

.Header_dropdownItem__MMIVm:hover {
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary, #6366f1);
}

.Header_iconBox__6wQzP {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f3f4f6;
    border-radius: 0;
    color: #6b7280;
    transition: all 0.2s;
}

.dark .Header_iconBox__6wQzP {
    background: #374151;
    color: #9ca3af;
}

.Header_dropdownItem__MMIVm:hover .Header_iconBox__6wQzP {
    background: var(--primary, #6366f1);
    color: white;
}

.Header_divider__BT9ED {
    height: 1px;
    background: #e5e7eb;
    margin: 8px 0;
}

.dark .Header_divider__BT9ED {
    background: #374151;
}

.Header_logoutItem__uvCM8:hover {
    color: #ef4444 !important;
}

.Header_logoutItem__uvCM8:hover .Header_iconBox__6wQzP {
    background: #ef4444 !important;
    color: white !important;
}

/* Theme Toggle */
.Header_themeToggle__nT4h5 {
    background: none;
    border: 2px solid #e5e7eb;
    width: 44px;
    height: 44px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4b5563;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Header_themeToggle__nT4h5:hover {
    border-color: var(--primary, #6366f1);
    color: var(--primary, #6366f1);
    background: rgba(99, 102, 241, 0.08);
}

.dark .Header_themeToggle__nT4h5 {
    border-color: #374151;
    color: #9ca3af;
}

.dark .Header_themeToggle__nT4h5:hover {
    border-color: var(--primary, #6366f1);
    color: var(--primary, #6366f1);
}

/* Logo Image - plain img for dynamic external URLs */
.Header_logoImage__qjzBq {
    height: 40px;
    width: auto;
    max-width: var(--logo-max-width, 200px);
    object-fit: contain;
}

/* Cart Badge */
.Header_cart__pWWrc {
    position: relative;
    background: var(--primary-gradient, linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%));
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: white;
}

.Header_cart__pWWrc:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
}

.Header_cartCount__n4j92 {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--accent, #ec4899);
    color: white;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(236, 72, 153, 0.5);
    padding: 0 4px;
}

.Header_scrolled__sfZwa .Header_cart__pWWrc {
    width: 40px;
    height: 40px;
}

.Header_scrolled__sfZwa .Header_cartCount__n4j92 {
    font-size: 9px;
    height: 18px;
    min-width: 18px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/layout/TopBar.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.TopBar_topBar__Q2BjJ {
    background: var(--header-gradient, linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%));
    color: white;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 1001;
}

.TopBar_container__4y_C0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

/* ── Left: Contact ────────────────────────────────── */

.TopBar_left__MuuY0 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
    z-index: 5;
}

/* ── Shared icon circle ───────────────────────────── */

.TopBar_iconCircle__cTccG {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: white;
    flex-shrink: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

a:hover .TopBar_iconCircle__cTccG,
.TopBar_iconCircle__cTccG:hover {
    transform: scale(1.12);
}

a:hover .TopBar_iconCircle__cTccG[style*="background: #25D366"],
.TopBar_iconCircle__cTccG[style*="background: #25D366"]:hover {
    box-shadow: 0 0 12px rgba(37, 211, 102, 0.45);
}

.TopBar_iconSvg___enVz {
    width: 15px;
    height: 15px;
}

/* ── Phone link ───────────────────────────────────── */

.TopBar_phoneLink__j1j84 {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    transition: opacity 0.2s;
}

.TopBar_phoneLink__j1j84:hover {
    opacity: 0.85;
}

.TopBar_phoneText__iN8Z2 {
    font-weight: 600;
    white-space: nowrap;
}

/* ── Slider Wrapper ──────────────────────────────── */

.TopBar_sliderWrapper__HgBdG {
    flex: 1 1;
    position: relative;
    overflow: hidden;
    height: 22px;
    margin: 0 1rem;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
}

/* ── Scrolling Track ─────────────────────────────── */

.TopBar_sliderTrack__haCia {
    display: flex;
    align-items: center;
    gap: 3rem;
    white-space: nowrap;
    width: max-content;
    animation: TopBar_scrollSeamless__F_GfO 30s linear infinite;
}

@keyframes TopBar_scrollSeamless__F_GfO {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ── Promo Item ──────────────────────────────────── */

.TopBar_promoItem__O3Uwb {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.TopBar_promoItem__O3Uwb:hover {
    opacity: 0.8;
}

.TopBar_promoName__NYx_E {
    font-weight: 600;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.95;
}

.TopBar_promoOriginalPrice__j_rU7 {
    text-decoration: line-through;
    opacity: 0.55;
    font-size: 12px;
    font-weight: 400;
}

.TopBar_promoDiscountPrice__NYn1r {
    font-weight: 700;
    color: #facc15;
    font-size: 13px;
}

/* ── Responsive ──────────────────────────────────── */

.TopBar_topBar__Q2BjJ {
    background: #000;
    color: #fff;
    padding: 8px 0;
    font-size: 0.8rem;
    position: relative;
    z-index: 1001;
}

@media (max-width: 768px) {
    .TopBar_topBar__Q2BjJ {
        display: none;
    }
}

@media (max-width: 480px) {
    .TopBar_phoneText__iN8Z2 {
        display: none;
    }

    .TopBar_promoName__NYx_E {
        max-width: 80px;
    }

    .TopBar_promoItem__O3Uwb {
        gap: 6px;
        font-size: 11px;
    }
}

.TopBar_loadingPromo___nnmp {
    opacity: 0.7;
    font-style: italic;
    font-size: 12px;
    animation: TopBar_pulse__IC1aU 1.5s infinite alternate;
}

@keyframes TopBar_pulse__IC1aU {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.9;
    }
}


/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/FloatingContact.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.FloatingContact_floatingWrapper__sfMYg {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.FloatingContact_mainBtn__QlZHB {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary-gradient, linear-gradient(135deg, #6366f1 0%, #a855f7 100%));
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
}

.FloatingContact_mainBtn__QlZHB:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 30px rgba(99, 102, 241, 0.5);
}

.FloatingContact_mainBtn__QlZHB.FloatingContact_active__w2nqh {
    transform: rotate(180deg);
    background: #ef4444;
    box-shadow: 0 10px 25px rgba(239, 68, 68, 0.4);
}

.FloatingContact_combinedIcon__oSEiu {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FloatingContact_phoneIcon__TRSdP {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-15deg);
}

.FloatingContact_mailIcon__E6NwR {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(15deg);
}

.FloatingContact_actionButtons__i0W2O {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    visibility: hidden;
    pointer-events: none;
    margin-bottom: -1rem;
    transition: all 0.4s ease;
}

.FloatingContact_actionButtons__i0W2O.FloatingContact_open__6Nt62 {
    visibility: visible;
    pointer-events: auto;
    margin-bottom: 0;
}

.FloatingContact_actionBtn___OZpl {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(20px) scale(0.5);
    position: relative;
}

.FloatingContact_actionButtons__i0W2O.FloatingContact_open__6Nt62 .FloatingContact_actionBtn___OZpl {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: calc(var(--index) * 0.1s);
}

.FloatingContact_actionBtn___OZpl:hover {
    transform: scale(1.1) !important;
    background: var(--primary);
    color: white;
}

.FloatingContact_actionBtn___OZpl[href*="wa.me"]:hover {
    background: #25D366;
}

.FloatingContact_actionBtn___OZpl[href^="tel"]:hover {
    background: #3b82f6;
}

.FloatingContact_actionBtn___OZpl[href^="mailto"]:hover {
    background: #f59e0b;
}

.FloatingContact_tooltip__EAnAF {
    position: absolute;
    left: 60px;
    background: #1f2937;
    color: white;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.FloatingContact_actionButtons__i0W2O.FloatingContact_open__6Nt62 .FloatingContact_tooltip__EAnAF {
    opacity: 1;
    transform: translateX(0);
    transition-delay: calc(var(--index) * 0.1s + 0.2s);
}

.FloatingContact_actionBtn___OZpl:hover .FloatingContact_tooltip__EAnAF {
    background: var(--primary);
}

/* Add a pulse effect to main button when closed */
.FloatingContact_mainBtn__QlZHB:not(.FloatingContact_active__w2nqh)::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    opacity: 0;
    animation: FloatingContact_pulse__6HPtw 2s infinite;
}

@keyframes FloatingContact_pulse__6HPtw {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.4); opacity: 0; }
}

@media (max-width: 768px) {
    .FloatingContact_floatingWrapper__sfMYg {
        bottom: 80px; /* Above 65px BottomNav */
        left: 1rem;
    }
    
    .FloatingContact_mainBtn__QlZHB {
        width: 50px;
        height: 50px;
    }
    
    .FloatingContact_actionBtn___OZpl {
        width: 44px;
        height: 44px;
    }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/QuickViewModal.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════
   QUICK VIEW MODAL
   ═══════════════════════════════════════════ */

.QuickViewModal_overlay__idyoq {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.QuickViewModal_modal__rhrj6 {
    background: var(--surface-1);
    width: 100%;
    max-width: 860px;
    max-height: 92vh;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow:
        0 32px 64px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    display: flex;
    border-radius: 0;
}

.dark .QuickViewModal_modal__rhrj6 {
    background: var(--surface-1);
    border-color: var(--border);
}

/* ── Close Button ── */
.QuickViewModal_closeBtn__3MmLu {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 20;
    background: var(--surface-2);
    border: 1px solid var(--border);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-secondary);
    transition: all 0.2s;
    border-radius: 0;
}

.QuickViewModal_closeBtn__3MmLu:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: white;
}

/* ── Two-column layout ── */
.QuickViewModal_content__G8k91 {
    display: grid;
    grid-template-columns: 42% 58%;
    width: 100%;
    overflow: hidden;
}

/* ── Image Side ── */
.QuickViewModal_imageSection__lEPPV {
    background: var(--surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.QuickViewModal_imageWrapper__mF8ie {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 0;
    overflow: hidden;
}

.QuickViewModal_image__hKgF_ {
    object-fit: contain;
}

/* ── Details Side ── */
.QuickViewModal_detailsSection__mnPh6 {
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    overflow-y: auto;
    max-height: 92vh;
    scrollbar-width: thin;
    scrollbar-color: rgba(99, 102, 241, 0.3) transparent;
}

.QuickViewModal_detailsSection__mnPh6::-webkit-scrollbar { width: 4px; }
.QuickViewModal_detailsSection__mnPh6::-webkit-scrollbar-track { background: transparent; }
.QuickViewModal_detailsSection__mnPh6::-webkit-scrollbar-thumb { background: rgba(99, 102, 241, 0.3); border-radius: 0; }

/* ── Header ── */
.QuickViewModal_header__cMCHV {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-right: 2rem; /* space for close btn */
}

.QuickViewModal_brand__v7mv5 {
    font-size: 0.7rem;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.QuickViewModal_title__dfBAb {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--text-primary);
    margin: 0;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.QuickViewModal_rating__ufYjE {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.1rem;
}

.QuickViewModal_stars__tYVeF {
    display: flex;
    gap: 1px;
    color: #fbbf24;
}

.QuickViewModal_reviewCount__w_L94 {
    font-size: 0.72rem;
    color: var(--text-secondary);
}

/* ── Price Block ── */
.QuickViewModal_priceBlock__5D6fo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.85rem;
    background: var(--surface-2);
    border-left: 3px solid var(--primary);
}

.QuickViewModal_price__WD6vc,
.QuickViewModal_salePrice__8XQiE {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.QuickViewModal_originalPrice__qAlOO {
    text-decoration: line-through;
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 500;
}

.QuickViewModal_discountBadge__XAa2D {
    background: var(--secondary);
    color: white;
    padding: 2px 7px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    border-radius: 0;
    margin-left: auto;
}

/* Selected packing tag — inline in price row */
.QuickViewModal_selectedPackingTag__IHh_J {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 2px 8px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.35);
    color: var(--primary);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-radius: 0;
}

/* ── Short Description ── */
.QuickViewModal_description__J6wqi {
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Options scroll area ── */
.QuickViewModal_optionsScroll__0ZxBV {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

/* ── Variation Group ── */
.QuickViewModal_variationGroup__O_HTo {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.QuickViewModal_variationLabel__FYyWk {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-secondary);
}

.QuickViewModal_selectedLabel__v5_x8 {
    font-weight: 600;
    color: var(--primary);
    text-transform: none;
    letter-spacing: 0;
}

/* ── Packing Buttons ── */
.QuickViewModal_packingOptions__vTjxk {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.QuickViewModal_packingBtn__VPN42 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    border: 1.5px solid var(--border);
    background: var(--surface-2);
    cursor: pointer;
    transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0;
    gap: 1px;
}

.QuickViewModal_packingBtn__VPN42:hover {
    border-color: var(--primary);
    background: rgba(99, 102, 241, 0.06);
}

.QuickViewModal_activePacking__MpQZb {
    border-color: var(--primary);
    background: rgba(99, 102, 241, 0.1);
    box-shadow: 0 0 0 1px var(--primary);
}

.QuickViewModal_packingValue__nHT4u {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.2;
}

.QuickViewModal_packingPrice__TgwMx {
    font-size: 0.72rem;
    color: var(--primary);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.QuickViewModal_packingOriginal__TceQW {
    font-size: 0.65rem;
    color: var(--text-secondary);
    font-weight: 400;
    text-decoration: line-through;
}

.QuickViewModal_activePacking__MpQZb .QuickViewModal_packingValue__nHT4u {
    color: var(--primary);
}

/* ── Color / Size Variant Buttons ── */
.QuickViewModal_colorOptions__m5_wg {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.QuickViewModal_sizeOptions__jKRr5 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.QuickViewModal_colorBtn__gWsFC {
    width: 28px;
    height: 28px;
    border: 2px solid var(--border);
    cursor: pointer;
    transition: all 0.18s;
    border-radius: 50%;
    flex-shrink: 0;
}

.QuickViewModal_colorBtn__gWsFC:hover {
    transform: scale(1.15);
    box-shadow: 0 0 0 2px var(--primary);
}

.QuickViewModal_colorBtnActive__XEmoW {
    border-color: var(--primary);
    transform: scale(1.15);
    box-shadow: 0 0 0 2px var(--primary);
}

.QuickViewModal_sizeBtn__r8Hu1 {
    padding: 0.3rem 0.75rem;
    border: 1.5px solid var(--border);
    background: var(--surface-2);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 600;
    transition: all 0.18s;
    color: var(--text-primary);
    border-radius: 0;
    line-height: 1.4;
}

.QuickViewModal_sizeBtn__r8Hu1:hover {
    border-color: var(--primary);
    background: rgba(99, 102, 241, 0.06);
}

.QuickViewModal_sizeBtnActive__4K9kN {
    border-color: var(--primary);
    background: rgba(99, 102, 241, 0.1);
    box-shadow: 0 0 0 1px var(--primary);
    color: var(--primary);
}

/* ── Actions Row ── */
.QuickViewModal_actions__DbUEl {
    display: flex;
    gap: 0.6rem;
    align-items: stretch;
    margin-top: 0.25rem;
}

.QuickViewModal_quantity__4ORTn {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--border);
    background: var(--surface-2);
    flex-shrink: 0;
}

.QuickViewModal_quantity__4ORTn button {
    width: 36px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text-primary);
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.QuickViewModal_quantity__4ORTn button:hover {
    background: var(--primary);
    color: white;
}

.QuickViewModal_quantity__4ORTn span {
    width: 36px;
    text-align: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--text-primary);
}

.QuickViewModal_addToCartBtn__a9w2I {
    flex: 1 1;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3);
    height: 44px;
    padding: 0 1rem;
}

.QuickViewModal_addToCartBtn__a9w2I:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.45);
}

.QuickViewModal_addToCartBtn__a9w2I:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.QuickViewModal_wishlistBtn__suuXx {
    width: 44px;
    height: 44px;
    border: 1.5px solid var(--border);
    background: var(--surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--text-secondary);
    flex-shrink: 0;
    border-radius: 0;
}

.QuickViewModal_wishlistBtn__suuXx:hover {
    border-color: var(--secondary);
    color: var(--secondary);
    background: rgba(236, 72, 153, 0.06);
}

/* ── Meta / Footer ── */
.QuickViewModal_meta__JwjCc {
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.QuickViewModal_metaInfo__xG9My {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.7rem;
    color: var(--text-secondary);
}

.QuickViewModal_viewFullBtn__FrqpN {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 0.6rem;
    background: var(--surface-2);
    border: 1.5px solid var(--border);
    border-radius: 0;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.78rem;
    text-decoration: none;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.QuickViewModal_viewFullBtn__FrqpN:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: translateY(-1px);
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 768px) {
    .QuickViewModal_overlay__idyoq {
        padding: 0;
        align-items: flex-end;
    }

    .QuickViewModal_modal__rhrj6 {
        max-height: 95vh;
        border-radius: 0;
        border-bottom: none;
    }

    .QuickViewModal_content__G8k91 {
        grid-template-columns: 1fr;
        overflow-y: auto;
        max-height: 95vh;
    }

    .QuickViewModal_imageSection__lEPPV {
        padding: 1rem;
        max-height: 40vw;
    }

    .QuickViewModal_imageWrapper__mF8ie {
        max-width: 160px;
        margin: 0 auto;
    }

    .QuickViewModal_detailsSection__mnPh6 {
        padding: 1rem 1.25rem 1.5rem;
        max-height: none;
        overflow-y: visible;
    }

    .QuickViewModal_title__dfBAb {
        font-size: 1rem;
    }

    .QuickViewModal_addToCartBtn__a9w2I {
        font-size: 0.78rem !important;
        height: 44px !important;
    }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/SideCart.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/* ══════════════════════════════════════════════════════
   QUICK CART — Right-side slide-in panel
   ══════════════════════════════════════════════════════ */

/* Backdrop */
.SideCart_overlay__F8dXB {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease, background 0.35s ease;
}
.SideCart_overlayOpen__UuWfH {
    opacity: 1;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

/* Panel — slides in from right */
.SideCart_cartDrawer__xjI7D {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    width: min(400px, 100vw);
    height: 75vh;     /* fixed 75% height, anchored to bottom */
    max-height: 75vh;
    z-index: 2001;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    /* Slide from right */
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);

    /* Clean white / dark surface */
    background: #ffffff;
    border-left: 1px solid #e5e7eb;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.1);
}

.dark .SideCart_cartDrawer__xjI7D {
    background: #0f172a;
    border-left: 1px solid rgba(255,255,255,0.07);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.5);
}

.SideCart_cartOpen__U1aCs {
    transform: translateX(0);
}

/* ── Header ───────────────────────────────────────────── */
.SideCart_header__qUmQA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
    background: #ffffff;
}

.dark .SideCart_header__qUmQA {
    background: #0f172a;
    border-bottom-color: rgba(255,255,255,0.06);
}

.SideCart_headerLeft__u0oIi {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.SideCart_title__4vjfd {
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.SideCart_cartBadge__w9NMx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 0;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    color: white;
    font-size: 0.65rem;
    font-weight: 800;
}

.SideCart_closeBtn__sI5Sg {
    width: 32px;
    height: 32px;
    border-radius: 0;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s;
    flex-shrink: 0;
}

.dark .SideCart_closeBtn__sI5Sg {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.1);
    color: #94a3b8;
}

.SideCart_closeBtn__sI5Sg:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: white;
    transform: rotate(90deg);
}

/* ── Items list ───────────────────────────────────────── */
.SideCart_cartItems__xpwqp {
    flex: 1 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    background: #f8fafc;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
}

.dark .SideCart_cartItems__xpwqp {
    background: #070b14;
    scrollbar-color: rgba(255,255,255,0.08) transparent;
}

.SideCart_cartItems__xpwqp::-webkit-scrollbar { width: 4px; }
.SideCart_cartItems__xpwqp::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 0; }
.dark .SideCart_cartItems__xpwqp::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.08); }

/* ── Empty state ─────────────────────────────────────── */
.SideCart_emptyState__dgsZB {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem;
    text-align: center;
    color: var(--text-secondary);
}

.SideCart_emptyState__dgsZB p {
    font-size: 0.85rem;
    font-weight: 500;
}

/* ── Item card ───────────────────────────────────────── */
.SideCart_itemCard__1R6Tc {
    display: flex;
    gap: 0.7rem;
    background: #ffffff;
    padding: 0.65rem;
    border-radius: 0;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s, transform 0.2s;
}

.dark .SideCart_itemCard__1R6Tc {
    background: #0f172a;
    border-color: rgba(255,255,255,0.05);
    box-shadow: none;
}

.SideCart_itemCard__1R6Tc:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}

/* Product image */
.SideCart_itemImage__VmaIE {
    width: 62px;
    height: 62px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
    background: #f1f5f9;
    border: 1px solid #e5e7eb;
}

.dark .SideCart_itemImage__VmaIE {
    background: #1e293b;
    border-color: rgba(255,255,255,0.06);
}

.SideCart_itemImageInner__2LaH2 {
    object-fit: cover;
}

/* Details column */
.SideCart_itemDetails__zHJny {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.SideCart_itemHeader__S2IFZ {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
}

.SideCart_itemName__rqpYq {
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--text-primary);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    flex: 1 1;
}

.SideCart_removeBtn__KY6X3 {
    background: none;
    border: none;
    color: #cbd5e1;
    cursor: pointer;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
    flex-shrink: 0;
    margin-top: 1px;
}

.SideCart_removeBtn__KY6X3:hover { color: #ef4444; }

/* Packing badge */
.SideCart_itemMeta__IhPsU {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--primary);
    background: rgba(99,102,241,0.08);
    padding: 2px 7px;
    border-radius: 0;
    width: -moz-fit-content;
    width: fit-content;
}

/* Variant badges row */
.SideCart_itemVariants__YQc_k {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
}

.SideCart_variantBadge__G3dRZ {
    font-size: 0.65rem;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    padding: 1px 6px;
    border-radius: 0;
    white-space: nowrap;
    border: 1px solid #e2e8f0;
}

.dark .SideCart_variantBadge__G3dRZ {
    color: #94a3b8;
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.08);
}

/* Price + qty row */
.SideCart_itemFooter__pQpMB {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.SideCart_itemPrice__0FNpU {
    font-weight: 800;
    font-size: 0.88rem;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Quantity controls */
.SideCart_quantityControls__o0meV {
    display: flex;
    align-items: center;
    gap: 0;
    background: #f1f5f9;
    border-radius: 0;
    padding: 2px;
    border: 1px solid #e5e7eb;
}

.dark .SideCart_quantityControls__o0meV {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.08);
}

.SideCart_qtyBtn__2H2mp {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #64748b;
    transition: all 0.15s;
}

.dark .SideCart_qtyBtn__2H2mp { color: #94a3b8; }

.SideCart_qtyBtn__2H2mp:hover {
    background: var(--primary);
    color: white;
}

.SideCart_qtyValue__X7KtL {
    min-width: 24px;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text-primary);
}

/* ── Footer ──────────────────────────────────────────── */
.SideCart_footer__vIZit {
    padding: 0.9rem 1.25rem 1rem;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
    flex-shrink: 0;
}

.dark .SideCart_footer__vIZit {
    background: #0f172a;
    border-top-color: rgba(255,255,255,0.06);
}

/* Subtotal row */
.SideCart_totalRow__HEHw5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.SideCart_totalLabel__m5MsW {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.SideCart_totalAmount__iNXR9 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-primary);
}

/* Buttons */
.SideCart_actionButtons__iSWO2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.SideCart_checkoutBtn__QSb23 {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    color: white;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(99,102,241,0.3);
    transition: all 0.22s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.SideCart_checkoutBtn__QSb23:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(99,102,241,0.4);
}

.SideCart_continueShoppingBtn__wF1UA {
    width: 100%;
    padding: 0.65rem;
    border-radius: 0;
    background: transparent;
    border: 1.5px solid #e5e7eb;
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all 0.22s;
}

.dark .SideCart_continueShoppingBtn__wF1UA {
    border-color: rgba(255,255,255,0.1);
}

.SideCart_continueShoppingBtn__wF1UA:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* ── Mobile ──────────────────────────────────────────── */
@media (max-width: 480px) {
    .SideCart_cartDrawer__xjI7D {
        width: 100vw;
    }
}

