.CheckoutOverlay-module__dLA6Sq__backdrop{z-index:10000;-webkit-backdrop-filter:blur(20px);opacity:0;transition:opacity .32s var(--ease-spring);background:#000000b8;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.CheckoutOverlay-module__dLA6Sq__backdrop.CheckoutOverlay-module__dLA6Sq__isVisible{opacity:1}.CheckoutOverlay-module__dLA6Sq__sheet{background:var(--surface-2);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:560px;padding:16px var(--px) 28px;opacity:0;transition:transform .42s var(--ease-spring), opacity .35s var(--ease-spring);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:1px solid #ffffff17;border-bottom:none;flex-direction:column;gap:14px;display:flex;transform:translateY(40px)}.CheckoutOverlay-module__dLA6Sq__sheet.CheckoutOverlay-module__dLA6Sq__isVisible{opacity:1;transform:translateY(0)}@media (min-width:640px){.CheckoutOverlay-module__dLA6Sq__backdrop{align-items:center;padding:24px}.CheckoutOverlay-module__dLA6Sq__sheet{border-radius:var(--radius-lg);border:1px solid #ffffff17;gap:24px;max-height:90vh;padding:32px 28px 40px;overflow-y:auto;transform:translateY(20px)scale(.97)}.CheckoutOverlay-module__dLA6Sq__sheet.CheckoutOverlay-module__dLA6Sq__isVisible{transform:translateY(0)scale(1)}}.CheckoutOverlay-module__dLA6Sq__drag{border-radius:var(--radius-pill);cursor:grab;background:#ffffff4d;width:40px;height:4px;margin:0 auto}.CheckoutOverlay-module__dLA6Sq__drag:active{cursor:grabbing}@media (min-width:640px){.CheckoutOverlay-module__dLA6Sq__drag{display:none}}.CheckoutOverlay-module__dLA6Sq__divider{background:var(--border);height:1px}.CheckoutOverlay-module__dLA6Sq__header{justify-content:space-between;align-items:center;display:flex}.CheckoutOverlay-module__dLA6Sq__headerLabel{color:#ffffffa6;font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;margin:0;font-weight:600}.CheckoutOverlay-module__dLA6Sq__closeBtn{border:1px solid var(--border);cursor:pointer;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex}.CheckoutOverlay-module__dLA6Sq__closeBtn:hover{background:#ffffff1c}.CheckoutOverlay-module__dLA6Sq__closeBtn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.CheckoutOverlay-module__dLA6Sq__productRow{align-items:center;gap:16px;display:flex}.CheckoutOverlay-module__dLA6Sq__thumb{border-radius:var(--radius-md);background:var(--surface-3);border:1px solid var(--border);flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden}.CheckoutOverlay-module__dLA6Sq__thumbEmpty{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.CheckoutOverlay-module__dLA6Sq__thumbLabel{color:#fff3;font-size:var(--text-2xs);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-label)}.CheckoutOverlay-module__dLA6Sq__productInfo{flex:1;min-width:0}.CheckoutOverlay-module__dLA6Sq__productTag{color:#ffffff47;font-size:var(--text-2xs);letter-spacing:.08em;text-transform:uppercase;margin:0 0 3px;font-weight:600}.CheckoutOverlay-module__dLA6Sq__productName{color:var(--foreground);font-size:var(--text-lg);letter-spacing:var(--tracking-tightest);white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-weight:700;overflow:hidden}.CheckoutOverlay-module__dLA6Sq__productTagline{color:#ffffff59;font-size:var(--text-sm);margin:0;line-height:1.5}.CheckoutOverlay-module__dLA6Sq__priceBadge{border:1px solid var(--border);border-radius:var(--radius-pill);background:#ffffff0d;flex-direction:column;flex-shrink:0;align-items:center;padding:6px 14px;display:flex}.CheckoutOverlay-module__dLA6Sq__originalPriceText{color:#ffffff4d;font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-xs);font-weight:500;text-decoration:line-through}.CheckoutOverlay-module__dLA6Sq__priceText{color:var(--foreground);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-md);letter-spacing:var(--tracking-tight);font-weight:700}.CheckoutOverlay-module__dLA6Sq__includes{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#ffffff05;flex-direction:column;gap:7px;padding:14px 16px;display:flex}.CheckoutOverlay-module__dLA6Sq__includesLabel{color:#ffffff38;font-size:var(--text-2xs);letter-spacing:.08em;text-transform:uppercase;margin:0 0 2px;font-weight:600}.CheckoutOverlay-module__dLA6Sq__includesItem{align-items:center;gap:8px;display:flex}.CheckoutOverlay-module__dLA6Sq__includesBullet{background:#f6f4f10f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.CheckoutOverlay-module__dLA6Sq__includesText{color:#ffffff73;font-size:var(--text-sm)}.CheckoutOverlay-module__dLA6Sq__proceedBtn{background:var(--foreground);color:#000;border-radius:var(--radius-md);cursor:pointer;width:100%;font-family:var(--font);font-size:var(--text-md);letter-spacing:var(--tracking-tighter);transition:background-color .18s ease, transform .2s var(--ease-spring), box-shadow .2s ease;border:none;justify-content:center;align-items:center;gap:8px;padding:16px 28px;font-weight:700;display:flex}.CheckoutOverlay-module__dLA6Sq__proceedBtn:hover{background:var(--foreground-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.CheckoutOverlay-module__dLA6Sq__proceedArrow{transition:transform .25s var(--ease-spring);flex-shrink:0}.CheckoutOverlay-module__dLA6Sq__proceedBtn:hover .CheckoutOverlay-module__dLA6Sq__proceedArrow{transform:rotate(45deg)}.CheckoutOverlay-module__dLA6Sq__proceedBtn:focus-visible{outline:2px solid var(--focus-ring-dark);outline-offset:2px}
.Footer-module__EnBLua__outer{padding:56px var(--px) 0;background:linear-gradient(#0000 0%,#ffffff03 100%);border-top:1px solid #ffffff0f;position:relative;overflow:hidden}.Footer-module__EnBLua__outer:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff1f 30% 70%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}@media (max-width:640px){.Footer-module__EnBLua__outer{padding:44px var(--px) 0}}.Footer-module__EnBLua__inner{max-width:var(--container-wide);flex-direction:column;gap:36px;margin:0 auto;display:flex}.Footer-module__EnBLua__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__EnBLua__socials{align-items:center;gap:8px;display:flex}.Footer-module__EnBLua__iconBtn{border-radius:var(--radius-sm);color:#fff6;background:#ffffff0a;border:1px solid #ffffff14;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;display:flex}.Footer-module__EnBLua__iconBtn:hover{color:var(--foreground);background:#ffffff17;border-color:#ffffff2e;box-shadow:0 0 12px #ffffff0f}.Footer-module__EnBLua__iconBtn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.Footer-module__EnBLua__ordersBtn{border-radius:var(--radius-sm);color:#ffffff73;height:36px;font-size:var(--text-sm);letter-spacing:var(--tracking-tight);white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:5px;padding:0 14px;font-weight:500;text-decoration:none;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;display:inline-flex}.Footer-module__EnBLua__ordersBtn:hover{color:var(--foreground);background:#ffffff17;border-color:#ffffff2e;box-shadow:0 0 12px #ffffff0f}.Footer-module__EnBLua__ordersBtn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.Footer-module__EnBLua__bottomLinks{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.Footer-module__EnBLua__navLink{color:#ffffff4d;font-size:var(--text-sm);letter-spacing:var(--tracking-tight);padding-bottom:1px;font-weight:400;text-decoration:none;transition:color .18s;position:relative}.Footer-module__EnBLua__navLink:after{content:"";background:#fff6;width:0;height:1px;transition:width .22s;position:absolute;bottom:-1px;left:0}.Footer-module__EnBLua__navLink:hover{color:#ffffffa6}.Footer-module__EnBLua__navLink:hover:after{width:100%}.Footer-module__EnBLua__navLink:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px;color:#ffffffa6;border-radius:3px}.Footer-module__EnBLua__signature{flex-direction:column;align-items:center;gap:14px;margin-top:20px;display:flex}.Footer-module__EnBLua__signature:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff14 20% 80%,#0000 100%);width:100%;height:1px;margin-bottom:10px}.Footer-module__EnBLua__rights{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.24em;text-transform:uppercase;color:#ffffff29;margin-right:-.24em;font-weight:500}.Footer-module__EnBLua__ghostMark{letter-spacing:var(--tracking-tightest-2);color:#ffffff0b;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;margin-bottom:-.3em;font-size:clamp(72px,16vw,220px);font-weight:800;line-height:.72}@media (max-width:640px){.Footer-module__EnBLua__top{flex-direction:column;align-items:flex-start;gap:20px}.Footer-module__EnBLua__signature{align-items:flex-start;gap:10px;margin-top:8px}.Footer-module__EnBLua__signature:before{background:linear-gradient(90deg,#ffffff1a 0%,#0000 100%)}.Footer-module__EnBLua__ghostMark{text-align:left}}
@keyframes CookieBanner-module__TpJyZG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.CookieBanner-module__TpJyZG__banner{z-index:98;animation:CookieBanner-module__TpJyZG__slideUp .42s var(--ease-spring) both;-webkit-backdrop-filter:blur(20px)saturate(160%);padding-bottom:env(safe-area-inset-bottom,0px);background:#060606f7;border-top:1px solid #ffffff14;position:fixed;bottom:0;left:0;right:0}.CookieBanner-module__TpJyZG__inner{height:64px;padding-left:max(var(--px), calc((100vw - var(--container-wide)) / 2));padding-right:max(var(--px), calc((100vw - var(--container-wide)) / 2));align-items:center;gap:24px;display:flex}.CookieBanner-module__TpJyZG__description{font-size:var(--text-sm);color:#f6f4f173;letter-spacing:var(--tracking-tight);white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;line-height:1;overflow:hidden}.CookieBanner-module__TpJyZG__link{color:#f6f4f18c;text-underline-offset:2px;-webkit-text-decoration:underline #f6f4f133;text-decoration:underline #f6f4f133;transition:color .15s}.CookieBanner-module__TpJyZG__link:hover{color:#f6f4f1cc}.CookieBanner-module__TpJyZG__actions{flex-shrink:0;align-items:center;gap:20px;display:flex}.CookieBanner-module__TpJyZG__btnDecline{font-family:var(--font);font-size:var(--text-sm);letter-spacing:var(--tracking-tight);color:#f6f4f147;cursor:pointer;background:0 0;border:none;margin:-10px -14px;padding:10px 14px;font-weight:500;line-height:1;transition:color .15s}.CookieBanner-module__TpJyZG__btnDecline:hover{color:#f6f4f180}.CookieBanner-module__TpJyZG__btnAccept{background:var(--foreground);border-radius:var(--radius-sm);font-family:var(--font);font-size:var(--text-sm);letter-spacing:var(--tracking-tight);color:#000;cursor:pointer;white-space:nowrap;border:none;min-height:36px;padding:10px 20px;font-weight:600;line-height:1;transition:background .15s,transform .15s}.CookieBanner-module__TpJyZG__btnAccept:hover{background:#fff;transform:translateY(-1px)}@media (max-width:600px){.CookieBanner-module__TpJyZG__inner{flex-direction:column;align-items:stretch;gap:14px;height:auto;padding-top:16px;padding-bottom:16px}.CookieBanner-module__TpJyZG__description{white-space:normal;line-height:1.55}.CookieBanner-module__TpJyZG__actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.CookieBanner-module__TpJyZG__btnDecline{color:#f6f4f159;flex-shrink:0;margin:0;padding:12px 0}.CookieBanner-module__TpJyZG__btnAccept{flex:1;padding:12px 20px}}
