@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}.__variable_e8ce0c{--font-inter:"Inter","Inter Fallback"}.cart-drawer{position:fixed;top:0;right:-400px;width:380px;height:100vh;background:#fff;box-shadow:-2px 0 15px rgba(0,0,0,.1);z-index:9999;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;border-bottom:1px solid #eee;background:#f8f9fa}.cart-drawer-header h3{font-size:1.25rem;font-weight:600;color:#2c3e50;margin:0}.cart-drawer-content{flex:1 1;overflow-y:auto;padding:1.2rem}.cart-drawer-content ul{list-style:none;padding:0;margin:0}.cart-item{display:flex;align-items:flex-start;margin-bottom:1.2rem;padding:1rem;border-radius:8px;transition:all .2s ease;border:1px solid #eee}.cart-row-white{background:#ffffff}.cart-row-gray{background:#f8f9fa}.cart-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.05);transform:translateY(-1px)}.cart-item-img{width:80px;height:80px;object-fit:cover;margin-right:1rem;border-radius:8px;border:1px solid #eee}.cart-item-info{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.cart-item-info>span{font-weight:500;color:#2c3e50;font-size:.95rem}.cart-item-divider{height:1px;background:#e0e0e0;margin:8px 0;width:100%}.cart-item-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}.cart-drawer-qty-box{display:flex;align-items:center;gap:6px}.remove-btn{background:none;border:none;color:#d32f2f;font-size:18px;cursor:pointer;transition:color .2s}.remove-btn:hover{color:#b71c1c}.close-btn{background:none;border:none;cursor:pointer;color:#666;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;padding:0}.close-btn svg{width:24px;height:24px;transition:all .3s ease}.close-btn:hover{background:#f0f0f0}.close-btn:hover svg{color:#333;transform:rotate(90deg)}.cart-drawer-total-amount{font-size:1.2rem;font-weight:600;color:#2c3e50;text-align:right;padding:1rem;border-top:1px solid #eee;background:#f8f9fa}.cart-drawer-footer{padding:1.2rem;border-top:1px solid #eee;background:#fff;position:-webkit-sticky;position:sticky;bottom:0;left:0;width:100%;z-index:10;display:flex;justify-content:center;box-shadow:0 -2px 10px rgba(0,0,0,.05)}.view-cart-btn{width:100%;background:#007bff;color:#fff;border:none;border-radius:8px;padding:1rem 0;font-size:1rem;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.view-cart-btn:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,123,255,.25)}.empty-cart-msg{text-align:center;padding:2rem;color:#666;font-size:1.1rem;font-weight:500}.cart-drawer-total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;padding:1rem 0 .5rem;border-top:1px solid #eee;margin-top:1rem}.cart-drawer-total-amount{color:#007bff}.cart-item.cart-row-white{background:#fff}.cart-item.cart-row-gray{background:#f7f7f7}.cart-table{width:100%;border-collapse:collapse;margin-top:2rem}.cart-table td,.cart-table th{padding:.75rem 1rem;text-align:left}.cart-row-white{background:#fff}.cart-row-gray{background:#f7f7f7}.cart-table th{background:#ececec;font-weight:600}.cart-table img{border-radius:6px}.cart-page-container{margin:2rem auto;padding:2rem;background:#fafafa;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.cart-page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.cart-count-badge{background:#007bff;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.cart-page-flex{display:flex;gap:2rem;align-items:flex-start}.cart-summary-section,.cart-table-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:2rem 1.5rem}.cart-table-section{flex:2 1}.cart-summary-section{flex:1 1;min-width:280px;max-width:350px;display:flex;flex-direction:column;align-items:stretch;height:-moz-fit-content;height:fit-content}.cart-summary-box{width:100%}.cart-summary-box h3{margin-bottom:1.5rem;font-size:1.3rem;font-weight:600}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1rem}.cart-summary-total{font-weight:700;font-size:1.1rem;border-top:1px solid #eee;padding-top:1rem;margin-top:1rem}.checkout-btn{width:100%;background:#007bff;color:#fff;border:none;border-radius:4px;padding:.9rem 0;font-size:1.1rem;font-weight:600;text-align:center;cursor:pointer;margin-top:1.5rem;transition:background .2s}.checkout-btn:hover{background:#0056b3}.wishlist-heart-icon.whishlist-border{color:#007bff;fill:#007bff;stroke:#007bff}.wishlist-heart-icon.whishlist-filled{color:#007bff;fill:#007bff}.add-to-cart-btn{display:none;position:relative;left:50%;margin-top:50px;transform:translate(-50%,-50%);width:90%;background:#007bff;color:#fff;border:none;border-radius:4px;padding:.7rem 0;font-size:1rem;font-weight:500;text-align:center;cursor:pointer;transition:background .2s;z-index:2}.product:hover .add-to-cart-btn{display:block}.add-to-cart-btn:hover{background:#0056b3}.add-to-cart-btn.added{background:#28a745;color:#fff;cursor:default;font-weight:600;border:none;opacity:1}.add-to-cart-btn.added:after{content:"\2713";margin-left:.5em;font-size:1.1em}.cart-item-variant-info{display:flex;gap:8px;margin:6px 0 2px;align-items:center}.cart-item-size-badge{display:inline-block;padding:2px 10px;border-radius:6px;background:#f4f6fa;color:#333;font-size:13px;border:1px solid #e0e0e0;font-weight:500}.cart-item-color-badge{display:inline-flex;align-items:center;gap:6px}.cart-item-color-dot{display:inline-block;width:14px;height:14px;border-radius:50%;border:1px solid #ccc}.cart-item-sku{font-size:.9em;color:#666;margin-bottom:2px}