@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
.Checkout-module__ye2Maq__checkoutContainer{max-width:1100px;margin:0 auto;padding:32px 24px 60px}.Checkout-module__ye2Maq__checkoutLayout{grid-template-columns:1fr 380px;align-items:start;gap:40px;display:grid}.Checkout-module__ye2Maq__steps{align-items:center;gap:0;margin-bottom:32px;display:flex}.Checkout-module__ye2Maq__stepItem{color:var(--text-faint);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.Checkout-module__ye2Maq__stepItem.Checkout-module__ye2Maq__active{color:var(--text-primary)}.Checkout-module__ye2Maq__stepItem.Checkout-module__ye2Maq__done{color:#059669}.Checkout-module__ye2Maq__stepNum{background:var(--border-lt);width:28px;height:28px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.Checkout-module__ye2Maq__stepItem.Checkout-module__ye2Maq__active .Checkout-module__ye2Maq__stepNum{background:var(--brand);color:#fff}.Checkout-module__ye2Maq__stepItem.Checkout-module__ye2Maq__done .Checkout-module__ye2Maq__stepNum{color:#fff;background:#059669}.Checkout-module__ye2Maq__stepLine{background:var(--border);flex:1;height:2px;margin:0 12px}.Checkout-module__ye2Maq__stepLine.Checkout-module__ye2Maq__active{background:#059669}.Checkout-module__ye2Maq__formStep h2{color:var(--text-primary);margin-bottom:20px;font-size:22px;font-weight:800}.Checkout-module__ye2Maq__formRow{margin-bottom:16px}.Checkout-module__ye2Maq__formRow.Checkout-module__ye2Maq__twoCol{grid-template-columns:1fr 1fr;gap:12px;display:grid}.Checkout-module__ye2Maq__formField label{color:var(--text-secondary);text-transform:none;letter-spacing:0;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.Checkout-module__ye2Maq__formField input,.Checkout-module__ye2Maq__formField textarea,.Checkout-module__ye2Maq__formField select{border:1px solid var(--border);background:var(--bg-white);width:100%;color:var(--text-primary);border-radius:10px;padding:11px 14px;font-family:inherit;font-size:14px}.Checkout-module__ye2Maq__formField input:focus,.Checkout-module__ye2Maq__formField textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow);outline:none}.Checkout-module__ye2Maq__formNav{gap:12px;margin-top:20px;display:flex}.Checkout-module__ye2Maq__backBtn{border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:10px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600}.Checkout-module__ye2Maq__nextBtn,.Checkout-module__ye2Maq__placeOrderBtn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;padding:14px 24px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s}.Checkout-module__ye2Maq__nextBtn:disabled,.Checkout-module__ye2Maq__placeOrderBtn:disabled{opacity:.5;cursor:not-allowed}.Checkout-module__ye2Maq__nextBtn:hover:not(:disabled),.Checkout-module__ye2Maq__placeOrderBtn:hover:not(:disabled){background:var(--brand-dark)}.Checkout-module__ye2Maq__paymentSection{margin-bottom:20px}.Checkout-module__ye2Maq__paymentSection h3{color:var(--text-primary);margin-bottom:8px;font-size:14px;font-weight:700}.Checkout-module__ye2Maq__paymentOption{border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:8px;padding:14px 16px;transition:all .2s;display:flex}.Checkout-module__ye2Maq__paymentOption.Checkout-module__ye2Maq__selected{border-color:var(--brand);background:var(--brand-light)}.Checkout-module__ye2Maq__paymentOption input{accent-color:var(--brand);margin-top:3px}.Checkout-module__ye2Maq__paymentOption strong{color:var(--text-primary);font-size:14px;display:block}.Checkout-module__ye2Maq__paymentOption span{color:var(--text-muted);font-size:12px}.Checkout-module__ye2Maq__summarySection{background:var(--surface);border-radius:10px;margin-bottom:16px;padding:12px 16px}.Checkout-module__ye2Maq__summarySection h3{text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:700}.Checkout-module__ye2Maq__summarySection p{color:var(--text-primary);margin:0;font-size:13px}.Checkout-module__ye2Maq__orderSummary{background:var(--surface);border:1px solid var(--border-lt);border-radius:16px;padding:24px;position:sticky;top:96px}.Checkout-module__ye2Maq__orderSummary h3{color:var(--text-primary);margin-bottom:16px;font-size:16px;font-weight:700}.Checkout-module__ye2Maq__summaryItems{border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:16px}.Checkout-module__ye2Maq__summaryItem{align-items:center;gap:10px;margin-bottom:12px;display:flex}.Checkout-module__ye2Maq__summaryItem img{object-fit:contain;background:#fff;border-radius:8px;width:48px;height:48px}.Checkout-module__ye2Maq__summaryItemInfo{flex:1;min-width:0}.Checkout-module__ye2Maq__summaryItemName{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);font-size:12px;font-weight:600;overflow:hidden}.Checkout-module__ye2Maq__summaryItemQty{color:var(--text-muted);font-size:11px}.Checkout-module__ye2Maq__summaryItemTotal{white-space:nowrap;color:var(--text-primary);font-size:13px;font-weight:700}.Checkout-module__ye2Maq__summaryTotals{flex-direction:column;gap:8px;display:flex}.Checkout-module__ye2Maq__summaryRow{color:var(--text-secondary);justify-content:space-between;font-size:13px;display:flex}.Checkout-module__ye2Maq__summaryRow.Checkout-module__ye2Maq__total{color:var(--text-primary);border-top:1px solid var(--border);margin-top:4px;padding-top:12px;font-size:18px}.Checkout-module__ye2Maq__summaryRow.Checkout-module__ye2Maq__total strong{font-weight:800}.Checkout-module__ye2Maq__freeShipping{color:#059669;font-weight:600}.Checkout-module__ye2Maq__successState,.Checkout-module__ye2Maq__emptyCartState{text-align:center;padding:60px 20px}.Checkout-module__ye2Maq__successIcon{color:#059669;background:#0596691a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:32px;font-weight:900;display:flex}.Checkout-module__ye2Maq__successState h1{color:var(--text-primary);margin-bottom:8px;font-size:28px;font-weight:900}.Checkout-module__ye2Maq__orderId{color:var(--text-muted);font-size:14px;font-family:var(--font-mono);margin-bottom:16px}.Checkout-module__ye2Maq__successState p{color:var(--text-secondary);max-width:480px;margin:0 auto;line-height:1.6}.Checkout-module__ye2Maq__successActions{justify-content:center;gap:12px;margin-top:24px;display:flex}.Checkout-module__ye2Maq__backShopBtn{background:var(--brand);color:#fff;border-radius:10px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.Checkout-module__ye2Maq__backShopBtn:hover{background:var(--brand-dark)}.Checkout-module__ye2Maq__waBtnSuccess{color:#fff;background:#25d366;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Checkout-module__ye2Maq__waBtnSuccess:hover{background:#1da851}.Checkout-module__ye2Maq__emptyCartState h2{color:var(--text-primary);margin-bottom:8px;font-size:22px}.Checkout-module__ye2Maq__emptyCartState p{color:var(--text-muted);margin-bottom:20px}.Checkout-module__ye2Maq__spinnerSmall{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite Checkout-module__ye2Maq__spin;display:inline-block}@keyframes Checkout-module__ye2Maq__spin{to{transform:rotate(360deg)}}.Checkout-module__ye2Maq__authOverlay{z-index:1000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Checkout-module__ye2Maq__authCard{background:var(--bg-white);border:1px solid var(--border);text-align:center;border-radius:24px;width:100%;max-width:440px;padding:40px;animation:.4s cubic-bezier(.175,.885,.32,1.275) Checkout-module__ye2Maq__cardIn;box-shadow:0 20px 50px #00000026}@keyframes Checkout-module__ye2Maq__cardIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Checkout-module__ye2Maq__authIcon{color:var(--brand);justify-content:center;margin-bottom:20px;display:flex}.Checkout-module__ye2Maq__authCard h2{color:var(--text-primary);margin-bottom:12px;font-size:24px;font-weight:800}.Checkout-module__ye2Maq__authCard p{color:var(--text-secondary);margin-bottom:30px;font-size:14px;line-height:1.5}.Checkout-module__ye2Maq__authActions{flex-direction:column;gap:12px;display:flex}.Checkout-module__ye2Maq__loginOverlayBtn{background:var(--brand);color:#fff;border-radius:12px;padding:14px;font-weight:700;text-decoration:none;transition:all .2s}.Checkout-module__ye2Maq__loginOverlayBtn:hover{background:var(--brand-dark)}.Checkout-module__ye2Maq__registerOverlayBtn{background:var(--surface);color:var(--text-primary);border:1px solid var(--border);border-radius:12px;padding:14px;font-weight:700;text-decoration:none}.Checkout-module__ye2Maq__registerOverlayBtn:hover{background:var(--bg-white)}.Checkout-module__ye2Maq__blurredContent{filter:blur(12px)grayscale(.5);opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none;transition:filter .3s}@media (max-width:768px){.Checkout-module__ye2Maq__checkoutContainer{padding:20px 16px 60px}.Checkout-module__ye2Maq__stepper{gap:8px;margin-bottom:24px}.Checkout-module__ye2Maq__stepLabel{display:none}.Checkout-module__ye2Maq__stepNum{width:36px;height:36px;font-size:14px}.Checkout-module__ye2Maq__stepLine{margin:0 4px}.Checkout-module__ye2Maq__checkoutLayout{grid-template-columns:1fr;gap:24px}.Checkout-module__ye2Maq__formRow.Checkout-module__ye2Maq__twoCol{grid-template-columns:1fr}.Checkout-module__ye2Maq__orderSummary{border-radius:20px;padding:24px;position:static}.Checkout-module__ye2Maq__successActions{flex-direction:column;align-items:center;width:100%}.Checkout-module__ye2Maq__waBtnSuccess,.Checkout-module__ye2Maq__backShopBtn{justify-content:center;width:100%}.Checkout-module__ye2Maq__formStep h2{margin-bottom:16px;font-size:18px}.Checkout-module__ye2Maq__authCard{margin:0 10px;padding:30px 20px}.Checkout-module__ye2Maq__authCard h2{font-size:20px}}@media (max-width:380px){.Checkout-module__ye2Maq__stepper{padding:10px}.Checkout-module__ye2Maq__stepNum{width:32px;height:32px}}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:300;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:800;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_e09d8e6e-module__OOMCUa__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_e09d8e6e-module__OOMCUa__variable{--font-inter:"Inter", "Inter Fallback"}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.flex{display:flex}.min-h-screen{min-height:100vh}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.py-20{padding-block:calc(var(--spacing) * 20)}.text-center{text-align:center}}:root{--brand:#e8431e;--brand-dark:#c73515;--brand-light:#e8431e14;--brand-glow:#e8431e26;--bg:#fafafa;--bg-white:#fff;--header-bg:#fffffff7;--surface:#f7f7f7;--border:#e0e0e0;--border-lt:#f0f0f0;--text-primary:#1a1a1a;--text-secondary:#555;--text-muted:#888;--text-faint:#bbb;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--max-width:1400px;--radius:12px;--radius-lg:16px;--radius-xl:24px}html.dark{--bg:#0f0f0f;--bg-white:#242424;--header-bg:#0f0f0ff7;--surface:#2e2e2e;--border:#404040;--border-lt:#333;--text-primary:#fff;--text-secondary:#b3b3b3;--text-muted:#888;--text-faint:#555}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}img{max-width:100%;display:block}a{color:inherit}button{font-family:var(--font-sans);cursor:pointer}input,textarea,select{font-family:var(--font-sans)}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.sticky-container{z-index:1000;background:var(--bg-white);position:sticky;top:0}.top-bar{background:linear-gradient(90deg, var(--brand), var(--brand-dark));color:#fff;text-align:center;justify-content:center;align-items:center;gap:16px;padding:6px 16px;font-size:12px;font-weight:500;display:flex}.top-bar a{color:#fff;font-weight:700;text-decoration:none}.top-bar a:hover{text-decoration:underline}.store-main{min-height:60vh}.section-header{text-align:center;margin-bottom:48px}.section-tag{text-transform:uppercase;letter-spacing:2px;color:var(--brand);margin-bottom:8px;font-size:11px;font-weight:800;display:block}.section-title{color:var(--text-primary);letter-spacing:-1px;margin:0 0 16px;font-size:32px;font-weight:900}.section-divider{background:var(--brand);border-radius:2px;width:40px;height:3px;margin:0 auto}.btn-primary{background:var(--brand);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--brand-dark);box-shadow:0 8px 20px var(--brand-glow);transform:translateY(-2px)}@media (max-width:768px){.container{padding:0 16px}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
.Nav-module__89cDrG__header{z-index:3000;background:var(--bg-white);border-bottom:1px solid #0000000f;transition:box-shadow .3s,background .3s;position:sticky;top:0}@media (min-width:769px){.Nav-module__89cDrG__header{background:var(--header-bg);-webkit-backdrop-filter:blur(20px)saturate(180%)}}.Nav-module__89cDrG__topBar{background:linear-gradient(90deg, var(--brand), var(--brand-dark));color:#fff;text-align:center;justify-content:center;align-items:center;gap:16px;padding:6px 16px;font-size:12px;font-weight:500;display:flex}.Nav-module__89cDrG__topBar a{color:#fff;font-weight:700;text-decoration:none}.Nav-module__89cDrG__topBar a:hover{text-decoration:underline}.Nav-module__89cDrG__header.Nav-module__89cDrG__scrolled{box-shadow:0 2px 20px #00000014}.Nav-module__89cDrG__inner{z-index:3001;align-items:center;gap:16px;max-width:1400px;height:64px;margin:0 auto;padding:0 24px;display:flex;position:relative}.Nav-module__89cDrG__burger{cursor:pointer;color:var(--text-primary);-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none;pointer-events:auto!important}.Nav-module__89cDrG__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Nav-module__89cDrG__logo img{width:auto;height:34px}.Nav-module__89cDrG__searchWrap{flex:1;max-width:560px;margin:0 8px;position:relative}.Nav-module__89cDrG__searchForm{position:relative}.Nav-module__89cDrG__searchForm input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:10px;padding:10px 36px 10px 42px;font-family:inherit;font-size:14px;transition:all .2s}.Nav-module__89cDrG__searchForm input:focus{background:var(--bg-white);border-color:#e8431e;outline:none;box-shadow:0 0 0 3px #e8431e1a}.Nav-module__89cDrG__searchForm input::placeholder{color:var(--text-faint)}.Nav-module__89cDrG__searchIcon{color:#999;pointer-events:none;z-index:1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Nav-module__89cDrG__searchClear{cursor:pointer;color:var(--text-faint);background:0 0;border:none;padding:2px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.Nav-module__89cDrG__searchClear:hover{color:var(--text-secondary)}.Nav-module__89cDrG__dropdown{background:var(--bg-white);border:1px solid var(--border);z-index:500;border-radius:12px;animation:.2s Nav-module__89cDrG__dropIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 32px #0000001f}@keyframes Nav-module__89cDrG__dropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.Nav-module__89cDrG__searchResult{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:inherit;transition:background .15s;display:flex}.Nav-module__89cDrG__searchResult:hover{background:var(--surface)}.Nav-module__89cDrG__searchResult+.Nav-module__89cDrG__searchResult{border-top:1px solid var(--surface)}.Nav-module__89cDrG__srImg{object-fit:contain;background:var(--bg);border-radius:6px;flex-shrink:0;width:40px;height:40px}.Nav-module__89cDrG__srInfo{flex:1;min-width:0}.Nav-module__89cDrG__srName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.Nav-module__89cDrG__srSku{color:var(--text-faint);font-size:10px}.Nav-module__89cDrG__srPrice{color:#e8431e;flex-shrink:0;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:800}.Nav-module__89cDrG__searchAll{background:var(--bg);border:none;border-top:1px solid var(--border-lt);cursor:pointer;color:#e8431e;text-align:center;width:100%;padding:10px;font-family:inherit;font-size:12px;font-weight:600;display:block}.Nav-module__89cDrG__searchAll:hover{background:var(--border-lt)}.Nav-module__89cDrG__nav{align-items:center;gap:4px;display:flex}.Nav-module__89cDrG__navLink{color:var(--text-secondary);white-space:nowrap;border-radius:8px;padding:8px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.Nav-module__89cDrG__navLink:hover{background:var(--surface);color:var(--text-primary)}.Nav-module__89cDrG__navLink.Nav-module__89cDrG__active{color:#e8431e;background:#e8431e14;font-weight:600}.Nav-module__89cDrG__darkToggle{border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:8px;align-items:center;margin-left:4px;padding:5px 7px;transition:all .2s;display:flex}.Nav-module__89cDrG__darkToggle:hover{background:var(--surface);color:#e8431e}.Nav-module__89cDrG__authArea{align-items:center;margin-left:auto;display:flex}.Nav-module__89cDrG__loginBtn{background:var(--bg-white);border:1px solid var(--border);color:var(--text-primary);border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;position:absolute;right:12px}.Nav-module__89cDrG__loginBtn:hover{background:var(--bg-white);border-color:var(--brand);color:var(--brand)}.Nav-module__89cDrG__userMenu{cursor:pointer;position:relative}.Nav-module__89cDrG__userAvatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:36px;height:36px}.Nav-module__89cDrG__userInitial{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.Nav-module__89cDrG__userDropdown{background:var(--bg-white);border:1px solid var(--border);z-index:5000;border-radius:12px;min-width:220px;padding:8px;animation:.15s Nav-module__89cDrG__dropIn;display:block;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 24px #00000014}.Nav-module__89cDrG__userInfo{align-items:center;gap:10px;margin-bottom:4px;padding:8px;display:flex}.Nav-module__89cDrG__userInfoAvatar{background:var(--brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.Nav-module__89cDrG__userInfoText{flex:1;min-width:0}.Nav-module__89cDrG__userInfoName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.Nav-module__89cDrG__userAvatarSmall{object-fit:cover;border-radius:50%;width:100%;height:100%}.Nav-module__89cDrG__userInfoEmail{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.Nav-module__89cDrG__userDivider{background:var(--border-lt);height:1px;margin:4px 0}.Nav-module__89cDrG__userMenuItem{width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Nav-module__89cDrG__userMenuItem:hover{background:var(--surface);color:var(--brand)}.Nav-module__89cDrG__userEmail{color:var(--text-faint);border-bottom:1px solid var(--border-lt);word-break:break-all;margin-bottom:12px;padding-bottom:12px;font-size:12px}.Nav-module__89cDrG__signOutBtn{color:#ef4444;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.Nav-module__89cDrG__signOutBtn:hover{background:#ef44440f}.Nav-module__89cDrG__cartArea{flex-shrink:0;position:relative}.Nav-module__89cDrG__cartBtn{cursor:pointer;width:44px;height:44px;color:var(--text-primary);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative;pointer-events:auto!important}.Nav-module__89cDrG__cartBtn:hover{background:var(--surface)}.Nav-module__89cDrG__badge{color:#fff;background:#e8431e;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;animation:.3s Nav-module__89cDrG__badgePop;display:flex;position:absolute;top:0;right:-2px}@keyframes Nav-module__89cDrG__badgePop{0%{transform:scale(0)}to{transform:scale(1)}}.Nav-module__89cDrG__toast{background:var(--bg-white);border:1px solid var(--border-lt);z-index:4000;border-radius:12px;align-items:center;gap:12px;min-width:280px;max-width:340px;padding:12px;animation:.4s cubic-bezier(.175,.885,.32,1.275) Nav-module__89cDrG__toastIn;display:flex;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 8px 32px #0000001f}@keyframes Nav-module__89cDrG__toastIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Nav-module__89cDrG__toastImg{object-fit:contain;background:var(--bg);border-radius:8px;flex-shrink:0;width:48px;height:48px;padding:4px}.Nav-module__89cDrG__toastInfo{flex:1;min-width:0}.Nav-module__89cDrG__toastTitle{color:#059669;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:4px;margin-bottom:2px;font-size:11px;font-weight:800;display:flex}.Nav-module__89cDrG__toastName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:1.2;overflow:hidden}.Nav-module__89cDrG__toastProgress{background:#059669;height:3px;animation:2.5s linear forwards Nav-module__89cDrG__toastProgress;position:absolute;bottom:0;left:0}@keyframes Nav-module__89cDrG__toastProgress{0%{width:100%}to{width:0%}}.Nav-module__89cDrG__mobileNav{background:var(--bg-white);border-top:1px solid var(--border-lt);z-index:2000;pointer-events:all;flex-direction:column;height:100dvh;padding:100px 20px 20px;display:flex;position:fixed;inset:0;overflow-y:auto;box-shadow:0 10px 30px #0000001a}.Nav-module__89cDrG__mobileHeader{align-items:center;gap:10px;margin-bottom:20px;display:flex}.Nav-module__89cDrG__mobileSearch{flex:1;position:relative}.Nav-module__89cDrG__mobileSearchIcon{color:#999;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Nav-module__89cDrG__mobileSearch input{border:1px solid var(--border);background:var(--surface);box-sizing:border-box;border-radius:12px;width:100%;padding:11px 12px 11px 36px;font-family:inherit;font-size:14px}.Nav-module__89cDrG__darkToggleMobile{background:var(--border-lt);color:var(--border);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.Nav-module__89cDrG__mobileLinks{flex-direction:column;padding:10px 0;display:flex}.Nav-module__89cDrG__mobileLink{color:var(--text-primary);border-bottom:1px solid var(--surface);justify-content:space-between;align-items:center;padding:16px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Nav-module__89cDrG__mobileLink.Nav-module__89cDrG__active{color:#e8431e}.Nav-module__89cDrG__mobileSuggestions{background:var(--bg);border:1px solid var(--border-lt);border-radius:16px;margin-top:16px;padding:8px}.Nav-module__89cDrG__mobileSuggestionsTitle{color:var(--text-faint);text-transform:uppercase;letter-spacing:1px;padding:8px 12px;font-size:10px;font-weight:800}.Nav-module__89cDrG__mobileSuggestionItem{background:var(--bg-white);text-align:left;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;margin-bottom:6px;padding:10px 12px;transition:transform .1s;display:flex}.Nav-module__89cDrG__mobileSuggestionItem:active{transform:scale(.98)}.Nav-module__89cDrG__msImg{object-fit:contain;background:#fff;border:1px solid #f0f0f0;border-radius:8px;flex-shrink:0;width:44px;height:44px;padding:4px}.Nav-module__89cDrG__msInfo{flex:1;min-width:0}.Nav-module__89cDrG__mobileSuggestionName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:12px;font-weight:600;overflow:hidden}.Nav-module__89cDrG__mobileSuggestionPrice{color:#e8431e;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:800}.Nav-module__89cDrG__overlay{z-index:5000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;position:fixed;inset:0}.Nav-module__89cDrG__drawer{z-index:5001;background:var(--bg-white);flex-direction:column;width:400px;max-width:90vw;animation:.3s Nav-module__89cDrG__slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-10px 0 40px #00000026}@keyframes Nav-module__89cDrG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Nav-module__89cDrG__drawerHeader{border-bottom:1px solid var(--border-lt);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.Nav-module__89cDrG__drawerHeader h3{align-items:center;margin:0;font-size:16px;font-weight:700;display:flex}.Nav-module__89cDrG__closeBtn{cursor:pointer;color:#999;background:0 0;border:none;border-radius:6px;padding:6px;display:flex}.Nav-module__89cDrG__closeBtn:hover{background:var(--surface);color:var(--border)}.Nav-module__89cDrG__cartEmpty{color:#999;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.Nav-module__89cDrG__shopBtn{color:#fff;cursor:pointer;background:#e8431e;border:none;border-radius:10px;padding:10px 24px;font-weight:600}.Nav-module__89cDrG__cartItems{flex:1;padding:12px 20px;overflow-y:auto}.Nav-module__89cDrG__cartItem{border-bottom:1px solid var(--surface);align-items:flex-start;gap:12px;padding:12px 0;display:flex}.Nav-module__89cDrG__cartItemImg{object-fit:contain;background:#f9f9f9;border-radius:8px;flex-shrink:0;width:56px;height:56px}.Nav-module__89cDrG__cartItemInfo{flex:1;min-width:0}.Nav-module__89cDrG__cartItemName{margin-bottom:2px;font-size:12px;font-weight:600;line-height:1.3}.Nav-module__89cDrG__cartItemPrice{color:#e8431e;font-size:14px;font-weight:700}.Nav-module__89cDrG__cartItemQty{border:1px solid var(--border);border-radius:6px;align-items:center;width:fit-content;margin-top:6px;display:flex}.Nav-module__89cDrG__cartItemQty button{cursor:pointer;width:26px;height:26px;color:var(--text-secondary);background:0 0;border:none;font-size:14px;font-weight:600}.Nav-module__89cDrG__cartItemQty span{text-align:center;width:24px;font-size:12px;font-weight:600}.Nav-module__89cDrG__cartItemRemove{cursor:pointer;color:var(--border);background:0 0;border:none;padding:4px;display:flex}.Nav-module__89cDrG__cartItemRemove:hover{color:#dc2626}.Nav-module__89cDrG__cartFooter{border-top:1px solid var(--border-lt);padding:16px 20px}.Nav-module__89cDrG__cartTotal{justify-content:space-between;margin-bottom:12px;font-size:16px;display:flex}.Nav-module__89cDrG__cartTotal strong{font-size:20px;font-weight:800}.Nav-module__89cDrG__checkoutBtn{color:#fff;cursor:pointer;background:#e8431e;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Nav-module__89cDrG__checkoutBtn:hover{background:#c73515}.Nav-module__89cDrG__clearBtn{color:#999;cursor:pointer;background:0 0;border:none;width:100%;margin-top:6px;padding:6px;font-size:11px;text-decoration:underline;display:block}@media (max-width:768px){.Nav-module__89cDrG__burger{display:flex}.Nav-module__89cDrG__nav,.Nav-module__89cDrG__searchWrap{display:none}.Nav-module__89cDrG__inner{align-items:center;gap:12px;height:56px;padding:0 16px;display:flex}.Nav-module__89cDrG__logo img{width:auto;height:28px}.Nav-module__89cDrG__headerTienda .Nav-module__89cDrG__inner{padding-top:8px;padding-bottom:14px;flex-wrap:wrap!important;height:auto!important}.Nav-module__89cDrG__logo.Nav-module__89cDrG__logoTienda img{height:28px!important}.Nav-module__89cDrG__searchWrap.Nav-module__89cDrG__searchTiendaMobile{background:0 0!important;flex-basis:100%!important;order:10!important;width:100%!important;max-width:none!important;margin:18px 0 6px!important;padding:0 4px!important;display:flex!important}.Nav-module__89cDrG__searchWrap.Nav-module__89cDrG__searchTiendaMobile .Nav-module__89cDrG__searchForm{background:#f4f4f4!important;border:1px solid #00000014!important;border-radius:14px!important;align-items:center!important;width:100%!important;height:50px!important;padding:0!important;display:flex!important;position:relative!important}.Nav-module__89cDrG__searchWrap.Nav-module__89cDrG__searchTiendaMobile .Nav-module__89cDrG__searchIcon{color:#999!important;z-index:5!important;width:18px!important;height:18px!important;position:absolute!important;left:16px!important}.Nav-module__89cDrG__searchWrap.Nav-module__89cDrG__searchTiendaMobile input{width:100%!important;height:100%!important;color:var(--text-primary)!important;background:0 0!important;border:none!important;outline:none!important;flex:1!important;margin:0!important;padding:0 16px 0 45px!important;font-size:14px!important}.Nav-module__89cDrG__drawer{width:100%;max-width:100vw}.Nav-module__89cDrG__mobileNav{padding-top:155px}.Nav-module__89cDrG__cartArea{margin-left:auto}.Nav-module__89cDrG__toast{z-index:9999;width:calc(100vw - 32px);min-width:280px;max-width:340px;position:absolute;top:calc(100% + 12px);left:auto;right:-8px}}@media (max-width:480px){.Nav-module__89cDrG__inner{padding:0 12px}}
.Footer-module__MPE0dq__footer{background:var(--bg-white);border-top:1px solid var(--border-lt);padding:48px 0 0}.Footer-module__MPE0dq__inner{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:32px;max-width:1400px;margin:0 auto;padding:0 24px;display:grid}.Footer-module__MPE0dq__logoWrap{align-items:center;display:flex}.Footer-module__MPE0dq__logoImg{width:auto;height:40px}.Footer-module__MPE0dq__tagline{color:#e8431e;margin-top:6px;margin-bottom:0;font-size:14px;font-weight:600}.Footer-module__MPE0dq__desc{color:var(--text-muted);margin-top:10px;font-size:12px;line-height:1.7}.Footer-module__MPE0dq__social{gap:8px;margin-top:16px;display:flex}.Footer-module__MPE0dq__social a{color:#999;border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__MPE0dq__social a:hover{color:#e8431e;border-color:#e8431e}.Footer-module__MPE0dq__links h4{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-secondary);margin-bottom:16px;font-size:11px;font-weight:800}.Footer-module__MPE0dq__links a{color:#777;align-items:center;gap:6px;padding:4px 0;font-size:13px;text-decoration:none;transition:color .2s;display:flex}.Footer-module__MPE0dq__links a:hover{color:#e8431e}.Footer-module__MPE0dq__extra{color:#777;align-items:center;gap:6px;margin:4px 0;font-size:12px;line-height:1.7;display:flex}.Footer-module__MPE0dq__bottom{text-align:center;color:var(--text-faint);border-top:1px solid #eee;margin-top:40px;padding:16px 24px;font-size:11px}.Footer-module__MPE0dq__bottom p{margin:0}.Footer-module__MPE0dq__legalLinks{justify-content:center;align-items:center;gap:10px;margin:6px 0 0;display:flex}.Footer-module__MPE0dq__legalLinks a{color:var(--text-faint);text-decoration:none;transition:color .2s}.Footer-module__MPE0dq__legalLinks a:hover{color:#e8431e}.Footer-module__MPE0dq__legalLinks span{color:var(--border)}html.dark .Footer-module__MPE0dq__footer{border-top-color:#333}html.dark .Footer-module__MPE0dq__links h4{color:#fff}html.dark .Footer-module__MPE0dq__links a{color:#aaa}html.dark .Footer-module__MPE0dq__extra{color:#aaa}html.dark .Footer-module__MPE0dq__social a{border-color:#333}html.dark .Footer-module__MPE0dq__bottom{border-top-color:#333}@media (max-width:768px){.Footer-module__MPE0dq__inner{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width:480px){.Footer-module__MPE0dq__inner{grid-template-columns:1fr;gap:20px}}
.CookieBanner-module__LkZp-W__banner{z-index:9999;pointer-events:none;justify-content:center;animation:.5s cubic-bezier(.16,1,.3,1) forwards CookieBanner-module__LkZp-W__slideUp;display:flex;position:fixed;bottom:24px;left:24px;right:24px}@keyframes CookieBanner-module__LkZp-W__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.CookieBanner-module__LkZp-W__content{background:var(--bg-white);border:1px solid var(--border);pointer-events:auto;border-radius:16px;flex-direction:row;align-items:center;gap:24px;width:100%;max-width:900px;padding:20px;display:flex;box-shadow:0 12px 40px #00000026}.CookieBanner-module__LkZp-W__text{flex:1}.CookieBanner-module__LkZp-W__text p{color:var(--text-secondary);margin:0 0 8px;font-size:13px;line-height:1.5}.CookieBanner-module__LkZp-W__text strong{color:var(--text-primary);font-size:14px}.CookieBanner-module__LkZp-W__link{color:var(--brand);font-size:12px;font-weight:700;text-decoration:none;transition:opacity .2s}.CookieBanner-module__LkZp-W__link:hover{opacity:.8;text-decoration:underline}.CookieBanner-module__LkZp-W__actions{flex-shrink:0;gap:12px;display:flex}.CookieBanner-module__LkZp-W__btnDecline{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.CookieBanner-module__LkZp-W__btnDecline:hover{background:var(--surface)}.CookieBanner-module__LkZp-W__btnAccept{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:10px 24px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s}.CookieBanner-module__LkZp-W__btnAccept:hover{background:#c73515}@media (max-width:768px){.CookieBanner-module__LkZp-W__banner{bottom:16px;left:16px;right:16px}.CookieBanner-module__LkZp-W__content{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.CookieBanner-module__LkZp-W__actions{grid-template-columns:1fr 1fr;display:grid}}
.page-module__E0kJGG__intro{text-align:center;background:var(--bg);padding:80px 24px}.page-module__E0kJGG__introContainer{max-width:800px;margin:0 auto}.page-module__E0kJGG__intro h2{color:var(--text-primary);margin-bottom:20px;font-size:28px;font-weight:800}.page-module__E0kJGG__intro p{color:var(--text-muted);margin-bottom:32px;font-size:16px;line-height:1.8}.page-module__E0kJGG__btnPrimary{color:#fff;background:#e8431e;border-radius:12px;padding:14px 32px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.page-module__E0kJGG__btnPrimary:hover{background:#c73515;transform:translateY(-2px);box-shadow:0 8px 20px #e8431e33}
