/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/app/(shop)/shop/Shop.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Shop_shopContainer__b_j6l {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    padding: 2rem 0 5rem;
    min-height: 80vh;
}

/* Sidebar & Glassmorphism */
.Shop_sidebar__N7yR2 {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: calc(100vh - 120px);
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 0;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.dark .Shop_sidebar__N7yR2 {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.Shop_sidebar__N7yR2::-webkit-scrollbar {
    width: 4px;
}

.Shop_sidebar__N7yR2::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.Shop_filterSection__4rQYF {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1.5rem;
}

.dark .Shop_filterSection__4rQYF {
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

.Shop_filterSection__4rQYF:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.Shop_filterTitle__JJ0z6 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1e293b;
    letter-spacing: -0.02em;
}

.dark .Shop_filterTitle__JJ0z6 {
    color: #f1f5f9;
}

/* Custom Checkbox */
.Shop_checkboxList__KMPnI {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.Shop_checkboxItem__srKYt {
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    group: hover;
}

.Shop_checkboxInput__sq_CH {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.Shop_customCheckbox__snMpD {
    height: 20px;
    width: 20px;
    background-color: #f1f5f9;
    border-radius: 0;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.dark .Shop_customCheckbox__snMpD {
    background-color: #334155;
}

.Shop_checkboxInput__sq_CH:checked ~ .Shop_customCheckbox__snMpD {
    background: var(--primary-gradient, linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%));
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.Shop_checkboxLabel__UYJXZ {
    font-size: 0.95rem;
    color: #64748b;
    transition: color 0.2s;
}

.dark .Shop_checkboxLabel__UYJXZ {
    color: #94a3b8;
}

.Shop_checkboxItem__srKYt:hover .Shop_checkboxLabel__UYJXZ {
    color: #1e293b;
}

.dark .Shop_checkboxItem__srKYt:hover .Shop_checkboxLabel__UYJXZ {
    color: #f1f5f9;
}

/* Price Range */
.Shop_priceRangeContainer__BwZow {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.Shop_sliderWrapper__jf1oU {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.Shop_sliderTrack__O4X7z {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    border-radius: 0;
    z-index: 1;
}

.dark .Shop_sliderTrack__O4X7z {
    background: #334155;
}

.Shop_sliderRange__CCoVx {
    position: absolute;
    height: 6px;
    background: var(--primary-gradient, linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%));
    border-radius: 0;
    z-index: 2;
}

.Shop_rangeInput__5dLo5 {
    position: absolute;
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    pointer-events: none;
    background: none;
    outline: none;
    z-index: 3;
}

.Shop_rangeInput__5dLo5::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: white;
    border: 2px solid #6366f1;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Shop_rangeInput__5dLo5::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.Shop_priceInputs__rHIte {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.Shop_priceField__pbz4w {
    position: relative;
    flex: 1 1;
}

.Shop_currencySymbol__vjrId {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.9rem;
}

.Shop_priceInput__NyWlM {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 0.75rem 0.75rem 0.75rem 24px;
    font-size: 0.9rem;
    color: #1e293b;
    outline: none;
    transition: all 0.2s;
}

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

.Shop_priceInput__NyWlM:focus {
    border-color: #6366f1;
    background: white;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.dark .Shop_priceInput__NyWlM:focus {
    background: #0f172a;
}

.Shop_applyBtn__BaNxD {
    width: 100%;
    background: #1e293b;
    color: white;
    border: none;
    border-radius: 0;
    padding: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.Shop_applyBtn__BaNxD:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Grid Loading State to prevent flashing */
.Shop_gridWrapper__dlwei {
    position: relative;
    min-height: 400px;
}

.Shop_gridLoadingOverlay__SfngC {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    animation: Shop_fadeIn__nk_AU 0.3s ease;
}

.dark .Shop_gridLoadingOverlay__SfngC {
    background: rgba(15, 23, 42, 0.5);
}

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

.Shop_spinner__BKsMi {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(99, 102, 241, 0.1);
    border-radius: 50%;
    border-top-color: #6366f1;
    animation: Shop_spin__NQoDm 0.8s linear infinite;
}

@keyframes Shop_spin__NQoDm {
    to { transform: rotate(360deg); }
}

/* Main Content Area */
.Shop_mainContent__iWAr6 {
    flex: 1 1;
}

.Shop_shopTopBar__MR_AM {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    background: white;
    padding: 1.25rem 2rem;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.dark .Shop_shopTopBar__MR_AM {
    background: #1e293b;
    border-color: rgba(255, 255, 255, 0.03);
}

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

.Shop_shopTitle__NvF6x {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.03em;
}

.dark .Shop_shopTitle__NvF6x {
    color: #f1f5f9;
}

.Shop_itemCount__taJAp {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
}

.Shop_sortWrapper__9WCZQ {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.Shop_sortLabel__3tNx9 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
}

.Shop_sortSelect__AcOq_ {
    background: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
}

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

.Shop_sortSelect__AcOq_:hover {
    background: #e2e8f0;
}

/* Product Grid */
.Shop_productGrid__HafGa {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 2rem;
    gap: 2rem;
}

/* Empty State */
.Shop_emptyState__tOt4g {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
    text-align: center;
}

.Shop_emptyIcon__WuLa0 {
    width: 80px;
    height: 80px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.Shop_emptyTitle__DsHwx {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.Shop_emptyDesc__wM1Km {
    color: #64748b;
    margin-bottom: 2rem;
}

.Shop_resetBtn__5QUvK {
    background: var(--primary-gradient, linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%));
    color: white;
    border: none;
    border-radius: 0;
    padding: 0.85rem 2rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.2);
}

/* Pagination */
.Shop_pagination__XU3Ml {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 4rem;
}

.Shop_pageBtn__JV8gB {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: white;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

.Shop_pageBtn__JV8gB:hover:not(:disabled) {
    border-color: #6366f1;
    color: #6366f1;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.Shop_activePage__JWVZA {
    background: #6366f1 !important;
    color: white !important;
    border-color: #6366f1 !important;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3) !important;
}

/* Responsive */
@media (max-width: 968px) {
    .Shop_shopContainer__b_j6l {
        grid-template-columns: 1fr;
        padding: 1rem 0 3rem;
    }

    .Shop_sidebar__N7yR2 {
        position: static;
        height: auto;
        margin-bottom: 1.5rem;
        padding: 1.5rem;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .Shop_productGrid__HafGa {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .Shop_shopTopBar__MR_AM {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 640px) {
    .Shop_shopTopBar__MR_AM {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .Shop_sortWrapper__9WCZQ {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .Shop_productGrid__HafGa {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .Shop_shopTitle__NvF6x {
        font-size: 1.25rem;
    }
}

