/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sections/Hero.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Hero_hero__sbIHl {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100vw;
    min-height: calc(100vh - 106px);
}

.Hero_container__ePyrf {
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-gap: 0;
    gap: 0;
    height: calc(100vh - 106px);
    min-height: 500px;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

/* Sidebar Styling - Glossy update */
.Hero_sidebar__EPoXK {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.15) 100%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.dark .Hero_sidebar__EPoXK {
    background: linear-gradient(145deg, rgba(15, 15, 15, 0.7) 0%, rgba(15, 15, 15, 0.3) 100%);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.Hero_categoryTitle__eSsuz {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 1.5rem;
    border-bottom: 1px solid var(--border);
    color: var(--text-secondary);
}

.Hero_categoryList__XD9dx {
    list-style: none;
    flex: 1 1;
    overflow-y: auto;
    padding: 0.5rem 0;
    margin: 0;
}

.Hero_categoryItem__0w0xZ {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Hero_categoryLink__G1x__ {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    margin: 4px 12px;
    border-radius: 0;
    border: 1px solid transparent;
    /* Ensure flat look with no background before hover */
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: left;
}

.Hero_categoryLink__G1x__:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--primary);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transform: translateX(4px);
}

.dark .Hero_categoryLink__G1x__:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}

.Hero_iconBox__ZMC4P {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 0;
    background: transparent;
    /* Remove var surface 2 which overlaps on hover */
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.dark .Hero_iconBox__ZMC4P {
    background: rgba(255, 255, 255, 0.05);
}

.Hero_categoryLink__G1x__:hover .Hero_iconBox__ZMC4P {
    background: var(--primary);
    color: white;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.3);
}

.Hero_viewAllBtn__77V5f {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 1px;
    border: none;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.Hero_viewAllBtn__77V5f:hover {
    opacity: 0.92;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.45);
    color: white;
}

/* Main Content Styling */
.Hero_content__pgel1 {
    display: grid;
    grid-template-rows: 1fr 180px;
    height: 100%;
    position: relative;
}

.Hero_bannerWrapper__iNvUd {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.Hero_banner__n9VSC {
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0;
    /* Removed padding */
}

.Hero_overlay__5ldQy {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.4) 60%, transparent 100%);
    z-index: 1;
}

.dark .Hero_overlay__5ldQy {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
}

.Hero_textContent__3mtUu {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding-left: 2rem;
    /* Added text padding */
    padding-right: 2rem;
    width: 100%;
}

.Hero_badge___My6T {
    display: inline-flex;
    padding: 6px 16px;
    border-radius: 0;
    color: white;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.Hero_textContent__3mtUu h1 {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
    line-height: 0.95;
    letter-spacing: -2px;
}

.Hero_textContent__3mtUu p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    max-width: 450px;
    line-height: 1.5;
}

.Hero_buttonContainer__ylCfh {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2rem;
}

.Hero_discoverBtn__q8t6b {
    display: inline-flex;
    align-items: center;
    font-size: 1.3rem;
    padding: 1.2rem 3rem;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    color: white;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.4);
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.Hero_discoverBtn__q8t6b:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(99, 102, 241, 0.5);
    opacity: 0.95;
    color: white;
}

/* Carousel Indicators */
.Hero_indicators__o3qXi {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    display: flex;
    gap: 8px;
    z-index: 5;
}

.Hero_indicator___lFij {
    width: 40px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 0;
}

.dark .Hero_indicator___lFij {
    background: rgba(255, 255, 255, 0.2);
}

.Hero_indicator___lFij.Hero_active__317Vt {
    background: var(--primary);
    width: 60px;
}

/* Offers Grid */
.Hero_offers__x0ELh {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: var(--surface-1);
    z-index: 2;
}

.Hero_offerCard__eV_x9 {
    background: var(--surface-2);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border);
    border-right: 1px solid var(--border);
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.Hero_offerCardBg__oqmep {
    background-size: cover !important;
    background-position: center !important;
}

/* Overlay for readability when bg image is set */
.Hero_offerCardBg__oqmep::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 0;
}

.Hero_offerCardBg__oqmep .Hero_offerContent__ZFohe,
.Hero_offerCardBg__oqmep .Hero_offerTag__M6BKV,
.Hero_offerCardBg__oqmep .Hero_offerIcon__5jJ8h {
    position: relative;
    z-index: 1;
    color: white;
}

.Hero_offerCardLink__DC3E7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

/* Discount badge on slider button row */
.Hero_discountBadge__yI3tb {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: linear-gradient(135deg, var(--secondary) 0%, #f97316 100%);
    color: white;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(236,72,153,0.4);
}

.Hero_offerCard__eV_x9:hover {
    z-index: 10;
    /* Bring to front on hover */
}

.Hero_offerCard__eV_x9:last-child {
    border-right: none;
}

.Hero_offerContent__ZFohe h3 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.Hero_offerContent__ZFohe p {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
    font-weight: 600;
}

.Hero_offerTag__M6BKV {
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    color: white;
    padding: 8px 16px;
    font-weight: 800;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 0;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}

.Hero_offerIcon__5jJ8h {
    opacity: 0.5;
}

.Hero_offers__x0ELh {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--bg-card);
    border-top: 1px solid var(--border);
}

@media (max-width: 1024px) {
    .Hero_container__ePyrf {
        grid-template-columns: 1fr;
        height: auto;
    }

    .Hero_sidebar__EPoXK {
        display: none;
    }

    .Hero_content__pgel1 {
        grid-template-rows: auto auto;
    }

    .Hero_banner__n9VSC {
        position: relative;
        min-height: 500px;
        padding: 2rem;
    }

    .Hero_textContent__3mtUu h1 {
        font-size: 3rem;
    }

    .Hero_offers__x0ELh {
        grid-template-columns: 1fr 1fr; /* Default to 2 columns for tablet */
    }

    .Hero_offerCard__eV_x9 {
        border-right: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
    }

    .Hero_indicators__o3qXi {
        left: auto;
        right: 2rem;
        bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .Hero_hero__sbIHl {
        min-height: auto;
        padding: 0;
    }
    
    .Hero_container__ePyrf {
        min-height: auto;
    }
    
    .Hero_banner__n9VSC {
        min-height: 300px;
    }
    
    .Hero_textContent__3mtUu h1 {
        font-size: 1.75rem;
    }
    
    .Hero_textContent__3mtUu p {
        font-size: 0.9rem;
    }
    
    .Hero_textContent__3mtUu {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .Hero_discoverBtn__q8t6b {
        padding: 0.75rem 1.5rem;
        font-size: 0.8rem;
    }

    .Hero_offers__x0ELh {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem; /* Reduced gap */
        padding: 0.5rem; /* Added padding to container */
    }

    .Hero_offerCard__eV_x9 {
        padding: 0.75rem !important; /* Heavily reduced padding */
        min-height: 80px; /* Compact height */
        border-radius: 0;
        gap: 8px;
        border: none; /* No border for mobile cards as they have background/gap */
    }

    .Hero_offerContent__ZFohe h3 {
        font-size: 0.9rem !important; /* Smaller title */
        margin-bottom: 2px;
    }

    .Hero_offerContent__ZFohe p {
        font-size: 0.7rem !important; /* Smaller subtitle */
        letter-spacing: 0.5px;
    }

    .Hero_offerTag__M6BKV {
        padding: 4px 8px;
        font-size: 0.8rem;
        border-radius: 0;
    }

    .Hero_offerIcon__5jJ8h svg {
        width: 18px;
        height: 18px;
    }

    .Hero_offerCard__eV_x9:nth-child(3) {
        grid-column: span 2;
        min-height: 60px;
    }
}

/* Sidebar Skeleton Loader */
.Hero_categoryItemSkeleton__93vLx {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    margin: 4px 12px;
    position: relative;
    overflow: hidden;
}

.Hero_iconSkeleton__GO4DU {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.dark .Hero_iconSkeleton__GO4DU {
    background: rgba(255, 255, 255, 0.05);
}

.Hero_textSkeleton__fzM8t {
    height: 14px;
    width: 120px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.dark .Hero_textSkeleton__fzM8t {
    background: rgba(255, 255, 255, 0.05);
}

.Hero_iconSkeleton__GO4DU::after,
.Hero_textSkeleton__fzM8t::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: Hero_skeleton-shimmer__nCs8f 1.5s infinite;
}

.dark .Hero_iconSkeleton__GO4DU::after,
.dark .Hero_textSkeleton__fzM8t::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

@keyframes Hero_skeleton-shimmer__nCs8f {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.Hero_noCategories__wNgoS {
    padding: 2rem 1.5rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
    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/sections/FeaturedProducts.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.FeaturedProducts_header__Dw11S {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.FeaturedProducts_title__xtP1X {
    font-size: 2.5rem;
    color: var(--foreground);
}

.FeaturedProducts_viewAll__KNlKd {
    font-weight: 600;
    color: var(--primary);
    transition: gap 0.2s;
    display: flex;
    align-items: center;
    gap: 4px;
}

.FeaturedProducts_viewAll__KNlKd:hover {
    gap: 8px;
}

.FeaturedProducts_grid__pSOuB {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 2rem;
    gap: 2rem;
}

@media (max-width: 768px) {
    .FeaturedProducts_grid__pSOuB {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .FeaturedProducts_title__xtP1X {
        font-size: 1.75rem;
    }

    .FeaturedProducts_header__Dw11S {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .FeaturedProducts_grid__pSOuB {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .FeaturedProducts_title__xtP1X {
        font-size: 1.5rem;
    }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/product/ProductCard.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.ProductCard_card___H3uy {
    background: var(--surface-1);
    border: 1px solid var(--border);
    border-radius: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    will-change: transform;
    transform-style: preserve-3d;
    height: 100%; /* Force equal height in grid */
    min-height: 480px; /* Base height to keep everything uniform */
}

.ProductCard_card___H3uy:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
    z-index: 5;
}

.ProductCard_imageWrapper__VNiUr {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    /* Square images */
    background: var(--surface-2);
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    display: block;
    /* Fix for flickering in some browsers */
    transform: translateZ(0);
}

.ProductCard_image__5WkIn {
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    /* Force GPU acceleration to prevent flashing */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.ProductCard_card___H3uy:hover .ProductCard_image__5WkIn {
    transform: scale(1.1) translateZ(0);
}

.ProductCard_overlay__VnXH5 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ProductCard_card___H3uy:hover .ProductCard_overlay__VnXH5 {
    opacity: 1;
}

.ProductCard_actionBtn__aspnI {
    width: 44px;
    height: 44px;
    background: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #111827;
    /* Always dark icon on white bg — visible in both modes */
    border-radius: 0;
}

.dark .ProductCard_actionBtn__aspnI {
    background: #1e293b;
    color: #f1f5f9;
}

.ProductCard_actionBtn__aspnI:hover {
    background: var(--primary);
    color: white;
}

.ProductCard_badgeNew__LNx_g,
.ProductCard_badgeSale__sO0jj {
    position: absolute;
    top: 12px;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
    z-index: 10;
    letter-spacing: 1px;
}

.ProductCard_badgeNew__LNx_g {
    left: 12px;
    background: #111827;
    color: #ffffff;
}

.dark .ProductCard_badgeNew__LNx_g {
    background: #f1f5f9;
    color: #111827;
}

.ProductCard_badgeSale__sO0jj {
    right: 12px;
    background: var(--secondary);
    color: white;
}

.ProductCard_details__xw18s {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    background: var(--surface-1);
    flex: 1 1;
}

.ProductCard_nameLink__UZIuW {
    text-decoration: none;
    display: block;
}

.ProductCard_name__pXblX {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.4;
    margin-bottom: 0; /* Removed margin */
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
    height: 2.8em; /* Exactly 2 lines */
    text-decoration: none;
}

.ProductCard_nameLink__UZIuW:hover .ProductCard_name__pXblX {
    color: var(--primary);
    text-decoration: none;
}

.ProductCard_prices__xV9VS {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align to top */
    margin-bottom: 0.25rem;
    padding-top: 4px;
}

.ProductCard_startingPriceLabel__g1YB_ {
    display: block;
    font-size: 0.7rem;
    color: var(--text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.ProductCard_cartRow__aqk4X {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto; /* Push to bottom */
    width: 100%;
    height: 48px; /* Fixed height for buttons row */
}

.ProductCard_addCartBtn__Fs4mp {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 0;
    height: 44px;
    padding: 0 0.75rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 0;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ProductCard_addCartBtn__Fs4mp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.45);
    opacity: 0.95;
}

.ProductCard_fullWidthBtn__jN5Zt {
    width: 100%;
    flex: none;
    height: 44px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ProductCard_fullWidthBtn__jN5Zt:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.45);
    opacity: 0.95;
}

.ProductCard_quantitySelector__QXzsz {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 0;
    padding: 3px;
    min-width: 130px; /* Larger quantity selector */
    height: 44px; /* Equal to button height */
}

.dark .ProductCard_quantitySelector__QXzsz {
    background: #1e293b;
}

.ProductCard_qtyBtn__Ythjs {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: white;
    color: #1e293b;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 700;
}

.dark .ProductCard_qtyBtn__Ythjs {
    background: #334155;
    color: #f1f5f9;
}

.ProductCard_qtyValue__qYu43 {
    flex: 1 1;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

.dark .ProductCard_qtyValue__qYu43 {
    color: #f1f5f9;
}

/* ═══════════════════════════════════════════
   SELECT OPTIONS POPUP — SideCart-matched style
   ═══════════════════════════════════════════ */

/* Inline Options View - screen-level popup modal */
.ProductCard_inlineOptions__AIEaF {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 420px !important;
    z-index: 10001 !important;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
    /* Glassmorphism — matches SideCart drawer */
    background: linear-gradient(135deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.55) 100%) !important;
    backdrop-filter: blur(24px) saturate(200%);
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    box-shadow:
        0 24px 60px rgba(0,0,0,0.18),
        inset 1px 1px 0 rgba(255,255,255,0.7) !important;
    border: 1px solid rgba(255,255,255,0.5);
    animation: ProductCard_modalFadeIn__t_FXM 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.dark .ProductCard_inlineOptions__AIEaF {
    background: linear-gradient(135deg, rgba(15,23,42,0.88) 0%, rgba(10,10,20,0.72) 100%) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,0.5), inset 1px 1px 0 rgba(255,255,255,0.06) !important;
    border-color: rgba(255,255,255,0.08);
}

/* Blob accent — same as SideCart ::before */
.ProductCard_inlineOptions__AIEaF::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -20%;
    width: 140%;
    height: 60%;
    background: radial-gradient(circle, var(--primary, #6366f1) 0%, var(--secondary, #8b5cf6) 50%, transparent 70%);
    opacity: 0.1;
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
}

.ProductCard_optionsOverlay__gLab3 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 10000;
    animation: ProductCard_fadeIn__IDUoa 0.2s ease-out;
}

@keyframes ProductCard_modalFadeIn__t_FXM {
    from { opacity: 0; transform: translate(-50%, -44%); }
    to   { opacity: 1; transform: translate(-50%, -50%); }
}

@keyframes ProductCard_fadeIn__IDUoa {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Header */
.ProductCard_optionsHeader__5NPRw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    position: relative;
    z-index: 1;
}

.dark .ProductCard_optionsHeader__5NPRw {
    border-bottom-color: rgba(255,255,255,0.07);
}

.ProductCard_optionsTitleGroup__itlPW {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ProductCard_optionsTitle__wt8pV {
    font-size: 1rem;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primary, #6366f1), var(--secondary, #8b5cf6));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.2px;
}

.ProductCard_optionsSubtitle__9qF6U {
    font-size: 0.72rem;
    color: var(--text-secondary, #64748b);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 260px;
}

.ProductCard_closeOptions__jbwW7 {
    background: rgba(255,255,255,0.25);
    border: 1px solid rgba(255,255,255,0.4);
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-primary);
    transition: all 0.2s;
    flex-shrink: 0;
}

.ProductCard_closeOptions__jbwW7:hover {
    background: var(--primary, #6366f1);
    color: white;
    transform: rotate(90deg);
}

.dark .ProductCard_closeOptions__jbwW7 {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.1);
}

/* Scrollable list */
.ProductCard_optionsList__boCui {
    flex: 1 1;
    overflow-y: auto;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    position: relative;
    z-index: 1;
    max-height: 55vh;
    scrollbar-width: thin;
    scrollbar-color: rgba(99,102,241,0.3) transparent;
}

.ProductCard_optionsList__boCui::-webkit-scrollbar { width: 4px; }
.ProductCard_optionsList__boCui::-webkit-scrollbar-track { background: transparent; }
.ProductCard_optionsList__boCui::-webkit-scrollbar-thumb { background: rgba(99,102,241,0.3); border-radius: 0; }

/* Each packing row — matches SideCart .itemCard */
.ProductCard_optionItem__SvL5N {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: rgba(255,255,255,0.45);
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 0;
    padding: 0.6rem 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.2s;
}

.dark .ProductCard_optionItem__SvL5N {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.07);
}

.ProductCard_optionItem__SvL5N:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.09);
    background: rgba(255,255,255,0.65);
}

.dark .ProductCard_optionItem__SvL5N:hover {
    background: rgba(255,255,255,0.09);
}

/* Left side: icon box + name/price */
.ProductCard_optionLeft__nCq63 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}

.ProductCard_optionIconBox__WfPPY {
    width: 38px;
    height: 38px;
    border-radius: 0;
    background: rgba(99,102,241,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary, #6366f1);
    flex-shrink: 0;
}

.dark .ProductCard_optionIconBox__WfPPY {
    background: rgba(99,102,241,0.15);
}

.ProductCard_optionDetails__WqjXe {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ProductCard_optionName__0f1Ps {
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--text-primary);
    white-space: nowrap;
}

.ProductCard_optionPriceRow__TnLvd {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ProductCard_optionPrice__6cAaP {
    font-weight: 800;
    font-size: 0.82rem;
    color: var(--primary, #6366f1);
}

.ProductCard_optionOriginalPrice__1hIyb {
    font-size: 0.7rem;
    color: #94a3b8;
    text-decoration: line-through;
}

/* Right side: qty controls + add button */
.ProductCard_optionRight__ahcG1 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

/* Qty selector — matches SideCart .quantityControls */
.ProductCard_optionQtySelector__krnD3 {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(255,255,255,0.55);
    padding: 3px;
    border-radius: 0;
}

.dark .ProductCard_optionQtySelector__krnD3 {
    background: rgba(0,0,0,0.2);
}

.ProductCard_optionQtyBtn__ecdeU {
    width: 22px;
    height: 22px;
    border-radius: 0;
    background: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: all 0.15s;
    color: #1e293b;
}

.dark .ProductCard_optionQtyBtn__ecdeU {
    background: rgba(255,255,255,0.1);
    color: white;
}

.ProductCard_optionQtyBtn__ecdeU:hover {
    background: var(--primary, #6366f1);
    color: white;
}

.ProductCard_optionQtyValue__DShAi {
    font-weight: 700;
    font-size: 0.78rem;
    min-width: 18px;
    text-align: center;
    color: var(--text-primary);
}

/* Add button */
.ProductCard_optionAddBtn__P_sb4 {
    background: linear-gradient(135deg, var(--primary, #6366f1) 0%, var(--secondary, #8b5cf6) 100%);
    color: white;
    border: none;
    padding: 0.4rem 0.85rem;
    border-radius: 0;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(99,102,241,0.3);
}

.ProductCard_optionAddBtn__P_sb4:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(99,102,241,0.45);
}

/* ─── Remove old conflicting option styles ─── */
.ProductCard_optionInfo__w_yIG { display: none; }
.ProductCard_optionPriceWrapper__0X6Jj { display: none; }
.ProductCard_optionActions__X0yzF { display: none; }

/* Mobile Optimizations for Buttons */
@media (max-width: 768px) {
    .ProductCard_addCartBtn__Fs4mp, .ProductCard_fullWidthBtn__jN5Zt {
        height: auto !important;
        padding: 4px 8px !important;
        font-weight: 700 !important;
        min-height: 30px !important;
        font-size: 0.75rem !important;
        background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%) !important;
        color: white !important;
        border: none !important;
    }

    .ProductCard_optionsTitle__wt8pV {
        font-size: 0.7rem !important;
    }
    .ProductCard_optionsSubtitle__9qF6U {
        font-size: 0.6rem !important;
    }
    .ProductCard_closeOptions__jbwW7 {
        width: 20px !important;
        height: 20px !important;
    }
    .ProductCard_optionItem__SvL5N {
        padding: 0.5rem !important;
    }
    .ProductCard_optionName__0f1Ps {
        font-size: 0.8rem !important;
    }
    .ProductCard_optionPrice__6cAaP {
        font-size: 0.85rem !important;
    }
    .ProductCard_optionAddBtn__P_sb4 {
        height: auto !important;
        padding: 6px 10px !important; /* Normal vertical padding */
        font-size: 0.85rem !important; /* Increased text size */
    }
}

/* Modal refinements */
.ProductCard_modalPackingActions__cLHXZ {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ProductCard_modalAddBtn__D_Rtb {
    background: #6366f1;
    color: white;
    border: none;
    padding: 0.6rem 1rem;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.ProductCard_modalAddBtn__D_Rtb:hover {
    background: #4f46e5;
    transform: translateY(-1px);
}

.ProductCard_packingItem__2cZzL {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
    gap: 1rem;
}

.dark .ProductCard_packingItem__2cZzL {
    background: #1e293b;
    border-color: #334155;
}

.ProductCard_packingItem__2cZzL:hover {
    border-color: #6366f1;
    background: #f5f3ff;
}

.dark .ProductCard_packingItem__2cZzL:hover {
    background: #1e1b4b;
}

.ProductCard_packingInfo__7vOzu {
    display: flex;
    flex-direction: column;
}

.ProductCard_packingName__UAj7Y {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1e293b;
}

.dark .ProductCard_packingName__UAj7Y {
    color: #f1f5f9;
}

.ProductCard_packingPrice__wIAIi {
    font-size: 0.85rem;
    color: #6366f1;
    font-weight: 700;
}

.ProductCard_modalAddBtn__D_Rtb {
    background: #6366f1;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

.ProductCard_modalAddBtn__D_Rtb:hover {
    background: #4f46e5;
    transform: translateY(-1px);
}

.ProductCard_closeModal__14_n4 {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: all 0.2s;
}

.ProductCard_closeModal__14_n4:hover {
    background: #f1f5f9;
    color: #1e293b;
}

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

@keyframes ProductCard_fadeIn__IDUoa {
    from { opacity: 0; }
    to { opacity: 1; }
}

.ProductCard_bottomRow__pVM9C {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.ProductCard_prices__xV9VS {
    display: flex;
    flex-direction: column;
    /* Stack prices for cleaner look */
}

.ProductCard_price__IGfaR,
.ProductCard_salePrice__BYWRc {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
}

.ProductCard_originalPrice__I3__0 {
    font-size: 0.8rem;
    color: var(--text-secondary);
    text-decoration: line-through;
}

.ProductCard_addBtn__04344 {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid var(--border);
    padding: 8px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    letter-spacing: 1px;
}


.ProductCard_addBtn__04344:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

/* Variation Popup Inner Styles */
/* ══════════════════════════════════════════════════════════════
   SELECT OPTIONS POPUP — VARIATION MODAL  (redesigned)
   ══════════════════════════════════════════════════════════════ */

/* Overlay backdrop */
.ProductCard_optionsOverlay__gLab3 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 10000;
    animation: ProductCard_fadeIn__IDUoa 0.2s ease-out;
}

/* Modal card */
.ProductCard_varPopup__pMIIw {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    max-width: 480px;
    margin: 0 auto;
    background: linear-gradient(160deg, rgba(255,255,255,0.96) 0%, rgba(248,250,252,0.98) 100%);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border-radius: 0 24px 0 0;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.14), inset 0 1px 0 rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;
    animation: ProductCard_slideUpPop__IN_qk 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.dark .ProductCard_varPopup__pMIIw {
    background: linear-gradient(160deg, rgba(18,18,24,0.97) 0%, rgba(12,12,18,0.98) 100%);
    box-shadow: 0 -8px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.06);
}

@keyframes ProductCard_slideUpPop__IN_qk {
    from { transform: translateY(100%); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

/* Drag pill */
.ProductCard_varPopup__pMIIw::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: rgba(0,0,0,0.15);
    border-radius: 0;
    margin: 12px auto 0;
    flex-shrink: 0;
}

.dark .ProductCard_varPopup__pMIIw::before {
    background: rgba(255,255,255,0.15);
}

/* ── Header: image + price + stock ── */
.ProductCard_varPopupHeader__5Lfmo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 18px 14px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    flex-shrink: 0;
}

.dark .ProductCard_varPopupHeader__5Lfmo {
    border-bottom-color: rgba(255,255,255,0.06);
}

.ProductCard_varPopupHeaderLeft__cyObx {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 1 1;
    min-width: 0;
}

.ProductCard_varPopupThumb__0YRgt {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.dark .ProductCard_varPopupThumb__0YRgt {
    border-color: rgba(255,255,255,0.08);
}

.ProductCard_varPopupHeaderInfo__OGlBI {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.ProductCard_varPopupProductName__n_Fvf {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ProductCard_varPopupPriceRow__n1y_5 {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.ProductCard_varPopupPrice__A4hzB {
    font-size: 1.25rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.ProductCard_varPopupOrigPrice__YOcnH {
    font-size: 0.78rem;
    color: var(--text-secondary);
    text-decoration: line-through;
    font-weight: 500;
}

.ProductCard_varPopupStock__oJTdn {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 0;
    width: -moz-fit-content;
    width: fit-content;
}

.ProductCard_varPopupStockPending__ok_qm {
    background: rgba(245,158,11,0.1);
    color: #d97706;
}

.ProductCard_varPopupStockIn__BGpA5 {
    background: rgba(16,185,129,0.1);
    color: #059669;
}

.ProductCard_varPopupStockOut__4Fdfm {
    background: rgba(239,68,68,0.1);
    color: #dc2626;
}

.ProductCard_varPopupClose__Ay_Xy {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.06);
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
    margin-top: 2px;
}

.dark .ProductCard_varPopupClose__Ay_Xy {
    background: rgba(255,255,255,0.08);
}

.ProductCard_varPopupClose__Ay_Xy:hover {
    background: #ef4444;
    color: white;
}

/* ── Scrollable body ── */
.ProductCard_varPopupBody__154__ {
    flex: 1 1;
    overflow-y: auto;
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(99,102,241,0.2) transparent;
}

.ProductCard_varPopupBody__154__::-webkit-scrollbar { width: 3px; }
.ProductCard_varPopupBody__154__::-webkit-scrollbar-thumb { background: rgba(99,102,241,0.25); border-radius: 0; }

/* ── Variation group ── */
.ProductCard_varGroup__ZoZKK {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ProductCard_varGroupLabel__9CHwu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-secondary);
}

.ProductCard_varGroupSelected__dfs8M {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--primary);
    text-transform: none;
    letter-spacing: 0;
    background: rgba(99,102,241,0.08);
    padding: 2px 8px;
    border-radius: 0;
}

/* ── Packing / size chips — 3-col grid, full width ── */
.ProductCard_varChips__fIcYN {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    gap: 8px;
}

.ProductCard_varChip__DsT4l {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 0;
    border: 1.5px solid rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 2px;
    width: 100%;
}

.dark .ProductCard_varChip__DsT4l {
    border-color: rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
}

.ProductCard_varChip__DsT4l:hover {
    border-color: var(--primary);
    background: rgba(99,102,241,0.05);
    transform: translateY(-1px);
}

.ProductCard_varChipActive__U2SVD {
    border-color: var(--primary) !important;
    background: linear-gradient(135deg, rgba(99,102,241,0.12) 0%, rgba(139,92,246,0.1) 100%) !important;
    box-shadow: 0 0 0 1px var(--primary), 0 4px 12px rgba(99,102,241,0.2);
    transform: translateY(-1px);
}

.ProductCard_varChipLabel__elmUf {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-primary);
    white-space: nowrap;
}

.ProductCard_varChipActive__U2SVD .ProductCard_varChipLabel__elmUf {
    color: var(--primary);
}

.ProductCard_varChipPrice__Lks0G {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.ProductCard_varChipActive__U2SVD .ProductCard_varChipPrice__Lks0G {
    color: var(--primary);
}

/* Size-only chip (no price) */
.ProductCard_varChipSize__qyNcA {
    flex-direction: row;
    padding: 7px 16px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-primary);
    min-width: 42px;
    justify-content: center;
}

.ProductCard_varChipSize__qyNcA.ProductCard_varChipActive__U2SVD {
    color: var(--primary);
}

/* ── Color swatches ── */
.ProductCard_varSwatches__8_6At {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ProductCard_varSwatch__8kcCj {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.ProductCard_varSwatch__8kcCj:hover {
    transform: scale(1.12);
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.ProductCard_varSwatchActive__U_hjP {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.25), 0 4px 10px rgba(0,0,0,0.2) !important;
    transform: scale(1.12);
}

.ProductCard_varSwatchCheck__FqzAb {
    font-size: 13px;
    color: white;
    font-weight: 900;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    line-height: 1;
}

/* ── Sticky footer ── */
.ProductCard_varPopupFooter__HMaDD {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 18px 16px;
    border-top: 1px solid rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    flex-shrink: 0;
}

.dark .ProductCard_varPopupFooter__HMaDD {
    border-top-color: rgba(255,255,255,0.06);
    background: rgba(0,0,0,0.3);
}

.ProductCard_varQtyControl__RGvlw {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(0,0,0,0.05);
    border-radius: 0;
    padding: 3px;
    flex-shrink: 0;
}

.dark .ProductCard_varQtyControl__RGvlw {
    background: rgba(255,255,255,0.07);
}

.ProductCard_varQtyBtn__D6Z_Y {
    width: 30px;
    height: 30px;
    border: none;
    background: white;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-primary);
    transition: all 0.15s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.dark .ProductCard_varQtyBtn__D6Z_Y {
    background: rgba(255,255,255,0.1);
    color: #e2e8f0;
}

.ProductCard_varQtyBtn__D6Z_Y:hover {
    background: var(--primary);
    color: white;
    box-shadow: 0 2px 8px rgba(99,102,241,0.35);
}

.ProductCard_varQtyVal__bcKfO {
    min-width: 32px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
}

.ProductCard_varAddBtn__YzMRp {
    flex: 1 1;
    height: 44px;
    border: none;
    border-radius: 0;
    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%);
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(99,102,241,0.35);
    transition: all 0.22s;
}

.ProductCard_varAddBtn__YzMRp:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(99,102,241,0.45);
}

.ProductCard_varAddBtn__YzMRp:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Desktop: center modal like a dialog */
@media (min-width: 480px) {
    .ProductCard_varPopup__pMIIw {
        bottom: auto;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        border-radius: 0;
        width: 90%;
        max-width: 440px;
        animation: ProductCard_popIn__QmMMj 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .ProductCard_varPopup__pMIIw::before {
        display: none;
    }
}

@keyframes ProductCard_popIn__QmMMj {
    from { opacity: 0; transform: translate(-50%, -46%); }
    to   { opacity: 1; transform: translate(-50%, -50%); }
}

/* Mobile Optimizations for Buttons */
@media (max-width: 768px) {
    .ProductCard_card___H3uy {
        min-height: auto;
        border-radius: 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .ProductCard_details__xw18s {
        padding: 1rem;
    }

    .ProductCard_cartRow__aqk4X {
        height: auto;
        flex-direction: column;
        gap: 0.4rem;
        margin-top: 0.75rem;
    }

    .ProductCard_addCartBtn__Fs4mp, .ProductCard_fullWidthBtn__jN5Zt {
        height: 28px !important;
        border-radius: 0 !important;
        font-weight: 700 !important;
        font-size: 0.65rem !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        width: 100% !important;
        background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%) !important;
        color: white !important;
        border: none !important;
        box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3) !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 0 !important;
    }

    .ProductCard_quantitySelector__QXzsz {
        height: 32px; /* Slightly more than button but compact */
        border-radius: 0;
        width: 100%;
    }

    .ProductCard_qtyBtn__Ythjs {
        width: 28px;
        height: 28px;
        border-radius: 0;
    }

    .ProductCard_qtyValue__qYu43 {
        font-size: 0.8rem;
    }

    /* Inline Options Modal - Mobile: same glassmorphism, slightly taller list */
    .ProductCard_inlineOptions__AIEaF {
        max-width: 95vw !important;
        padding: 0 !important;
    }

    .ProductCard_optionsList__boCui {
        max-height: 60vh;
    }

    .ProductCard_optionItem__SvL5N {
        padding: 0.55rem 0.65rem;
    }

    .ProductCard_optionAddBtn__P_sb4 {
        padding: 0.4rem 0.7rem !important;
        font-size: 0.7rem !important;
    }
}

@media (max-width: 480px) {
    .ProductCard_details__xw18s {
        padding: 0.75rem;
    }

    .ProductCard_name__pXblX {
        font-size: 0.85rem;
    }

    .ProductCard_badge__pTSrR {
        font-size: 10px;
        padding: 2px 6px;
    }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sections/TrendingProducts.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.TrendingProducts_trendingSection__v8zjo {
    padding-top: calc(5rem + 10px);
    margin-top: 10px;
    margin-bottom: 5rem;
}

.TrendingProducts_header__j1IpO {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.TrendingProducts_title__ykrAD {
    font-size: 2.5rem;
    color: var(--foreground);
    line-height: 1.1;
}

.TrendingProducts_viewAll__YWavR {
    font-weight: 600;
    color: var(--primary);
    transition: gap 0.2s;
    display: flex;
    align-items: center;
    gap: 4px;
}

.TrendingProducts_viewAll__YWavR:hover {
    gap: 8px;
}

.TrendingProducts_layout__UFYRA {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 2rem;
    gap: 2rem;
}

/* Redesigned Promo Card for Left Side */
.TrendingProducts_promoCard__2G58Y {
    background: linear-gradient(135deg, var(--surface-2) 0%, rgba(99, 102, 241, 0.1) 100%);
    border-radius: 0;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    background-image: url('https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?q=80&w=1000&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
}

.TrendingProducts_promoCard__2G58Y::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.TrendingProducts_promoContent__kHO6r {
    position: relative;
    z-index: 2;
    color: white;
}

.TrendingProducts_promoBadge__rF9fE {
    display: inline-block;
    padding: 6px 16px;
    background: var(--primary);
    color: white;
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.TrendingProducts_promoContent__kHO6r h3 {
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: white;
}

.TrendingProducts_promoContent__kHO6r p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    max-width: 90%;
    line-height: 1.5;
}

.TrendingProducts_shopBtn__2zZ69 {
    margin-top: 2rem;
    background: white;
    color: var(--primary);
    border-radius: 0;
    padding: 12px 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.TrendingProducts_shopBtn__2zZ69:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: var(--surface-1);
}

/* Grid for the trending products */
.TrendingProducts_grid___J_zD {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 2rem;
    gap: 2rem;
}

@media (max-width: 1024px) {
    .TrendingProducts_layout__UFYRA {
        grid-template-columns: 1fr;
    }

    .TrendingProducts_promoCard__2G58Y {
        min-height: 350px;
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .TrendingProducts_grid___J_zD {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .TrendingProducts_trendingSection__v8zjo {
        padding-top: 2rem;
        margin-bottom: 2rem;
    }

    .TrendingProducts_title__ykrAD {
        font-size: 1.75rem;
    }

    .TrendingProducts_promoCard__2G58Y h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .TrendingProducts_grid___J_zD {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .TrendingProducts_title__ykrAD {
        font-size: 1.5rem;
    }

    .TrendingProducts_promoCard__2G58Y {
        min-height: 250px;
        padding: 1.5rem;
    }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sections/CategoriesCarousel.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.CategoriesCarousel_section__8C5RH {
    padding: 1rem 1.5rem 4rem 1.5rem;
    background: var(--surface-1);
}

.CategoriesCarousel_header__GU6Nm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.CategoriesCarousel_title__a9aU6 {
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    color: var(--text-primary);
}

.CategoriesCarousel_viewAllTop___05Va {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.CategoriesCarousel_viewAllTop___05Va:hover {
    gap: 12px;
    color: var(--foreground);
}

/* Tabs Styling */
.CategoriesCarousel_tabsWrapper__PR9YI {
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.CategoriesCarousel_tabsList__3CA6S {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.CategoriesCarousel_tabsList__3CA6S::-webkit-scrollbar {
    display: none;
}

.CategoriesCarousel_tabBtn__V920s {
    padding: 0.75rem 1.5rem;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 0;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-secondary);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.CategoriesCarousel_tabBtn__V920s:hover {
    background: var(--surface-3, #f1f5f9);
    border-color: var(--primary);
    color: var(--primary);
}

.CategoriesCarousel_activeTab__1fVqj {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}

/* Products Area */
.CategoriesCarousel_productsArea__5n6ri {
    min-height: 400px;
}

.CategoriesCarousel_grid__Jr4ZK {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

@media (max-width: 1400px) {
    .CategoriesCarousel_grid__Jr4ZK {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1100px) {
    .CategoriesCarousel_grid__Jr4ZK {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 800px) {
    .CategoriesCarousel_grid__Jr4ZK {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .CategoriesCarousel_title__a9aU6 {
        font-size: 1.75rem;
    }
    .CategoriesCarousel_section__8C5RH {
        padding: 1rem 1rem 3rem 1rem;
    }
}

@media (max-width: 500px) {
    .CategoriesCarousel_grid__Jr4ZK {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    .CategoriesCarousel_title__a9aU6 {
        font-size: 1.5rem;
    }
    .CategoriesCarousel_tabsList__3CA6S {
        gap: 0.5rem;
        flex-wrap: nowrap; /* Prevent wrapping */
        overflow-x: auto; /* Enable horizontal scroll */
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }
    .CategoriesCarousel_tabBtn__V920s {
        padding: 0.6rem 1rem;
        font-size: 0.75rem;
        flex-shrink: 0; /* Prevent buttons from shrinking */
    }
}

.CategoriesCarousel_emptyState__H_Pr9 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: var(--surface-2);
    border: 2px dashed var(--border);
    color: var(--text-secondary);
    font-weight: 500;
}

/* Loading / Skeletons */
.CategoriesCarousel_loadingGrid__5fEuk {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

.CategoriesCarousel_skeletonCard__FBL9E {
    aspect-ratio: 1 / 1.5;
    background: var(--surface-2);
    border-radius: 0;
    animation: CategoriesCarousel_pulse__K463F 1.5s infinite ease-in-out;
}

@keyframes CategoriesCarousel_pulse__K463F {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sections/NewlyAdded.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.NewlyAdded_newlyAdded__BamVy {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 1.5rem 0;
    margin-bottom: 0.5rem;
}

.dark .NewlyAdded_newlyAdded__BamVy {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.NewlyAdded_header__Zcjw7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem 1rem;
}

.NewlyAdded_titleWrapper__B_Dpy {
    display: flex;
    align-items: center;
    gap: 12px;
}

.NewlyAdded_badge__pC3K0 {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 0;
    letter-spacing: 1px;
}

.NewlyAdded_title__jXnrH {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    letter-spacing: -0.5px;
}

.dark .NewlyAdded_title__jXnrH {
    color: #f9fafb;
}

.NewlyAdded_controls__DIAoK {
    display: flex;
    gap: 8px;
}

.NewlyAdded_scrollBtn__apDVZ {
    width: 40px;
    height: 40px;
    border: 2px solid #e5e7eb;
    background: white;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #4b5563;
}

.dark .NewlyAdded_scrollBtn__apDVZ {
    background: #1e293b;
    border-color: #374151;
    color: #9ca3af;
}

.NewlyAdded_scrollBtn__apDVZ:hover {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-color: #6366f1;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.NewlyAdded_scrollContainer__bqND3 {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0.5rem 2rem 1rem;
    max-width: 1600px;
    margin: 0 auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.NewlyAdded_scrollContainer__bqND3::-webkit-scrollbar {
    display: none;
}

.NewlyAdded_productCard__FguYJ {
    flex-shrink: 0;
    width: 200px;
    background: white;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
}

.dark .NewlyAdded_productCard__FguYJ {
    background: #1e293b;
    border-color: #374151;
}

.NewlyAdded_productCard__FguYJ:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.NewlyAdded_imageWrapper__oHLeu {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.NewlyAdded_newBadge__UEUPD {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 0;
    letter-spacing: 0.5px;
}

.NewlyAdded_info__iOqs6 {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.NewlyAdded_category__0mToh {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.NewlyAdded_name__Gdnqg {
    font-size: 0.85rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dark .NewlyAdded_name__Gdnqg {
    color: #f9fafb;
}

.NewlyAdded_priceRow__VTjfL {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.NewlyAdded_salePrice__MESWx {
    font-size: 1rem;
    font-weight: 700;
    color: #6366f1;
}

.NewlyAdded_originalPrice__kWzMQ {
    font-size: 0.8rem;
    color: #9ca3af;
    text-decoration: line-through;
}

.NewlyAdded_price__tJClM {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.dark .NewlyAdded_price__tJClM {
    color: #f9fafb;
}

.NewlyAdded_newlyAdded__BamVy {
    padding: 3rem 0;
}

@media (max-width: 768px) {
    .NewlyAdded_newlyAdded__BamVy {
        margin-top: -3rem; /* Negative margin to pull it up and remove space */
        padding: 1rem 0;
    }
    .NewlyAdded_header__Zcjw7 {
        padding: 0 1rem 1rem;
    }
    
    .NewlyAdded_scrollContainer__bqND3 {
        padding: 0.5rem 1rem 1rem;
    }
    
    .NewlyAdded_productCard__FguYJ {
        width: 160px;
    }
    
    .NewlyAdded_imageWrapper__oHLeu {
        height: 130px;
    }
    
    .NewlyAdded_title__jXnrH {
        font-size: 1.25rem;
    }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/product/ProductDetail.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.ProductDetail_container__xLaKY {
    --detail-bg: #ffffff;
    --detail-surface: #f8fafc;
    --detail-border: #e2e8f0;
    --detail-text-main: #0f172a;
    --detail-text-muted: #64748b;
    --detail-accent: #6366f1;
    --detail-accent-hover: #4f46e5;
    --detail-success: #22c55e;
    --detail-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.5);

    max-width: 1280px;
    margin: 2rem auto;
    padding: 0 1.5rem;
    animation: ProductDetail_fadeIn___on_x 0.6s ease-out;
}

.ProductDetail_productMainCard__Lj1A5 {
    background: var(--detail-bg);
    border-radius: 0;
    box-shadow: var(--detail-shadow);
    border: 1px solid var(--detail-border);
    overflow: hidden;
}

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

.ProductDetail_breadcrumb__qoU7G {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.5rem 0;
    font-size: 0.875rem;
    color: var(--detail-text-muted);
}

.ProductDetail_breadcrumb__qoU7G a {
    color: var(--detail-text-muted);
    text-decoration: none;
}

.ProductDetail_breadcrumb__qoU7G a:hover {
    color: var(--detail-accent);
}

.ProductDetail_content__0vbBn {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    padding: 2.5rem;
}

@media (max-width: 1024px) {
    .ProductDetail_content__0vbBn {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .ProductDetail_container__xLaKY {
        margin: 1rem auto;
        padding: 0 1rem;
    }

    .ProductDetail_productMainCard__Lj1A5 {
        border-radius: 0;
    }

    .ProductDetail_content__0vbBn {
        padding: 1rem;
    }

    .ProductDetail_title__dZJXN {
        font-size: 1.5rem;
    }

    .ProductDetail_price__eyn6u, .ProductDetail_salePrice__WKSwg {
        font-size: 1.5rem;
    }

    .ProductDetail_mainImageWrapper__tdxS0 {
        max-width: 100%;
    }

    .ProductDetail_galleryThumb__KYilc {
        width: 60px;
        height: 60px;
    }

    .ProductDetail_actions__F5fvg {
        flex-direction: column;
        align-items: stretch;
    }

    .ProductDetail_quantity__6H_YT {
        justify-content: center;
        height: 44px;
    }

    .ProductDetail_addToCartBtn__4cztn {
        height: auto !important;
        padding: 10px 20px !important; /* Normal vertical padding */
        min-height: 48px !important;
        font-size: 1.1rem !important; /* Increased text size */
    }

    .ProductDetail_wishlistBtn__Ozasy {
        height: 44px;
        width: 100%;
    }

    .ProductDetail_relatedGrid__yeA7m {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .ProductDetail_relatedProduct__rLGi5 {
        padding: 0.75rem;
    }

    .ProductDetail_relatedName__cvAgN {
        font-size: 0.85rem;
    }

    .ProductDetail_relatedPrice__ayt1P {
        font-size: 1rem;
    }
}

/* Image Section */
.ProductDetail_imageSection__zywDr {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ProductDetail_mainImageWrapper__tdxS0 {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    background: var(--detail-surface);
    border: 1px solid var(--detail-border);
    cursor: zoom-in;
    transition: all 0.3s ease;
}

.ProductDetail_mainImageWrapper__tdxS0:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.ProductDetail_image__JY_j6 {
    object-fit: contain;
}

.ProductDetail_imageGallery__IqXcV {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.ProductDetail_galleryThumb__KYilc {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    background: var(--detail-surface);
    transition: all 0.2s;
}

.ProductDetail_galleryThumbActive___Tkq0 {
    border-color: var(--detail-accent);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* Minimal Barcode */
.ProductDetail_barcodeSectionMinimal__tEXln {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
    gap: 0.25rem;
}

.ProductDetail_barcodeLinesSmall__7JjpL {
    height: 30px;
    width: 140px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='30' viewBox='0 0 140 30'%3E%3Crect x='0' y='0' width='2' height='30' fill='black'/%3E%3Crect x='4' y='0' width='1' height='30' fill='black'/%3E%3Crect x='7' y='0' width='3' height='30' fill='black'/%3E%3Crect x='12' y='0' width='2' height='30' fill='black'/%3E%3Crect x='16' y='0' width='1' height='30' fill='black'/%3E%3Crect x='20' y='0' width='4' height='30' fill='black'/%3E%3Crect x='26' y='0' width='1' height='30' fill='black'/%3E%3Crect x='30' y='0' width='2' height='30' fill='black'/%3E%3Crect x='35' y='0' width='3' height='30' fill='black'/%3E%3Crect x='40' y='0' width='1' height='30' fill='black'/%3E%3Crect x='44' y='0' width='2' height='30' fill='black'/%3E%3Crect x='48' y='0' width='4' height='30' fill='black'/%3E%3Crect x='54' y='0' width='1' height='30' fill='black'/%3E%3Crect x='58' y='0' width='3' height='30' fill='black'/%3E%3Crect x='63' y='0' width='2' height='30' fill='black'/%3E%3Crect x='67' y='0' width='1' height='30' fill='black'/%3E%3Crect x='72' y='0' width='4' height='30' fill='black'/%3E%3Crect x='78' y='0' width='2' height='30' fill='black'/%3E%3Crect x='82' y='0' width='1' height='30' fill='black'/%3E%3Crect x='86' y='0' width='3' height='30' fill='black'/%3E%3Crect x='92' y='0' width='2' height='30' fill='black'/%3E%3Crect x='96' y='0' width='1' height='30' fill='black'/%3E%3Crect x='100' y='0' width='4' height='30' fill='black'/%3E%3Crect x='106' y='0' width='1' height='30' fill='black'/%3E%3Crect x='110' y='0' width='2' height='30' fill='black'/%3E%3Crect x='115' y='0' width='3' height='30' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}

.ProductDetail_barcodeNumSmall__If7X4 {
    font-family: monospace;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: var(--detail-text-muted);
}

/* Details Section */
.ProductDetail_detailsSection__bmpN8 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ProductDetail_headerMeta__8S4O6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ProductDetail_brand__oS81I {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--detail-accent);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ProductDetail_category__n4fWh {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--detail-text-muted);
    text-transform: uppercase;
}

.ProductDetail_title__dZJXN {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--detail-text-main);
    line-height: 1.1;
    margin-top: -0.25rem;
}

.ProductDetail_rating__tbd9e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5rem;
}

.ProductDetail_stars__BjhzS {
    display: flex;
    gap: 2px;
    color: #fbbf24;
}

.ProductDetail_reviewCount__tnBIM {
    font-size: 0.85rem;
    color: var(--detail-text-muted);
}

.ProductDetail_priceBlock__4yTyI {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.ProductDetail_price__eyn6u, .ProductDetail_salePrice__WKSwg {
    font-size: 2rem;
    font-weight: 800;
    color: var(--detail-text-main);
}

.ProductDetail_originalPrice__6L0aL {
    font-size: 1.25rem;
    color: var(--detail-text-muted);
    text-decoration: line-through;
}

/* Packings Card List */
.ProductDetail_packingCardList__vWLwx {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ProductDetail_packingCard__JgyR9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.25rem;
    background: white;
    border: 1px solid var(--detail-border);
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ProductDetail_packingCard__JgyR9:hover {
    border-color: var(--detail-accent);
    background: var(--detail-surface);
}

.ProductDetail_packingCardActive__YMBJX {
    border-color: var(--detail-accent);
    background: #f5f3ff;
}

.ProductDetail_packingMainInfo__SWRdY {
    display: flex;
    flex-direction: column;
}

.ProductDetail_packingValue__tmESj {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--detail-text-main);
}

.ProductDetail_packingStock__ChdFt {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--detail-success);
}

.ProductDetail_packingPriceInfo__CExe0 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ProductDetail_packingPrice__JBCpU {
    font-size: 1rem;
    font-weight: 800;
    color: var(--detail-text-main);
}

/* Descriptions */
.ProductDetail_viewFullDetailsBtnTop__G6NSe {
    align-self: flex-start;
    background: var(--detail-surface);
    border: 1px solid var(--detail-border);
    color: var(--detail-text-main);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.6rem 1.25rem;
    border-radius: 0;
    transition: all 0.2s;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
}

.ProductDetail_viewFullDetailsBtnTop__G6NSe:hover {
    background: var(--detail-accent);
    border-color: var(--detail-accent);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}

.ProductDetail_shortDescBoxBottom__cdNU7 {
    padding: 0;
    margin-bottom: 1rem;
}

.ProductDetail_shortDesc__nhy4V {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--detail-text-muted);
}

/* Full Description Block */
.ProductDetail_fullDescriptionBlock__fDiMZ {
    padding: 0 2.5rem 2.5rem 2.5rem;
    border-top: 1px solid var(--detail-border);
    margin-top: 0;
}

@media (max-width: 1024px) {
    .ProductDetail_fullDescriptionBlock__fDiMZ {
        padding: 1.5rem;
    }
}

.ProductDetail_aboutProductLabel__BqJV8 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--detail-text-main);
    margin: 2rem 0 1rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ProductDetail_aboutProductLabel__BqJV8::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 1.25rem;
    background: var(--detail-accent);
    border-radius: 0;
}

.ProductDetail_fullDescriptionContent__SPzBQ {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--detail-text-main);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ProductDetail_descCollapsed__We3nZ {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
}

.ProductDetail_descExpanded__vV0r_ {
    max-height: 5000px;
    opacity: 1;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px dashed var(--detail-border);
}

.ProductDetail_fullDescriptionContent__SPzBQ h1,
.ProductDetail_fullDescriptionContent__SPzBQ h2,
.ProductDetail_fullDescriptionContent__SPzBQ h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.ProductDetail_fullDescriptionContent__SPzBQ ul,
.ProductDetail_fullDescriptionContent__SPzBQ ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.ProductDetail_fullDescriptionContent__SPzBQ p {
    margin-bottom: 1rem;
}

/* Related Section */
.ProductDetail_sectionTitle__GrhhO {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--detail-text-main);
    margin: 4rem 0 2rem 0;
}

/* Variations */
.ProductDetail_variations__7oOxh {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ProductDetail_variationGroup__5nSBR {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ProductDetail_variationLabel__YIXPg {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--detail-text-main);
}

.ProductDetail_sizeOptions__BQesH, .ProductDetail_colorOptions__Mj9Yd {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ProductDetail_sizeBtn__wvNmI {
    padding: 0.5rem 1rem;
    border: 1px solid var(--detail-border);
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    background: white;
}

.ProductDetail_sizeBtnActive__BFWgn {
    background: var(--detail-accent);
    color: white;
    border-color: var(--detail-accent);
}

.ProductDetail_colorBtn__j29TV {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--detail-border);
    cursor: pointer;
}

.ProductDetail_colorBtnActive__WVEv6 {
    border-color: var(--detail-accent);
    box-shadow: 0 0 0 2px white, 0 0 0 4px var(--detail-accent);
}

/* Actions */
.ProductDetail_actions__F5fvg {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.ProductDetail_quantity__6H_YT {
    display: flex;
    align-items: center;
    background: var(--detail-surface);
    border-radius: 0;
    padding: 2px;
}

.ProductDetail_quantity__6H_YT button {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
}

.ProductDetail_quantity__6H_YT input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 700;
}

.ProductDetail_addToCartBtn__4cztn {
    flex: 1 1;
    height: 50px;
    background: linear-gradient(135deg, var(--detail-accent) 0%, #8b5cf6 100%);
    color: white;
    border: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ProductDetail_addToCartBtn__4cztn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.45);
    opacity: 0.95;
}

.ProductDetail_addToCartBtn__4cztn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.ProductDetail_wishlistBtn__Ozasy {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--detail-border);
    border-radius: 0;
    background: white;
    cursor: pointer;
    color: var(--detail-text-muted);
}

/* Lightbox */
.ProductDetail_lightbox__kk_GJ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductDetail_lightboxClose__LnFua {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: white;
    cursor: pointer;
}

.ProductDetail_lightboxImg__VpYFn {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}

/* Related Products Grid */
.ProductDetail_relatedGrid__yeA7m {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.ProductDetail_relatedProduct__rLGi5 {
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s;
    background: white;
    padding: 1rem;
    border-radius: 0;
    border: 1px solid var(--detail-border);
}

.ProductDetail_relatedProduct__rLGi5:hover {
    transform: translateY(-5px);
    box-shadow: var(--detail-shadow);
    border-color: var(--detail-accent);
}

.ProductDetail_relatedImage__s1vrO {
    position: relative;
    aspect-ratio: 1;
    border-radius: 0;
    overflow: hidden;
    background: var(--detail-surface);
    margin-bottom: 0.75rem;
}

.ProductDetail_relatedName__cvAgN {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    color: var(--detail-text-main);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
}

.ProductDetail_relatedPrice__ayt1P {
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--detail-text-main);
    margin-top: 0.5rem;
}

