@font-face{font-family:Gotham;src:url(/fonts/Gotham/Gotham\ Thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url("/fonts/Gotham/Gotham Thin Italic.otf") format("opentype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url("/fonts/Gotham/Gotham Extra Light.otf") format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url("/fonts/Gotham/Gotham Extra Light Italic.otf") format("opentype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham/Gotham\ Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham/Gotham\ Book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham/Gotham\ Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham/Gotham\ Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham/Gotham\ Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url("/fonts/Gotham/Gotham Bold Italic.ttf") format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham/Gotham\ Black.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/Gotham/Gotham\ Ultra.otf) format("opentype");font-weight:950;font-style:normal;font-display:swap}:root{--brand-border:#141414;--admin-primary:#ffda00;--admin-primary-strong:#e6c300;--admin-primary-soft:#fff5b0;--admin-primary-tint:#fff9d9;--admin-surface:#fffdf4;--admin-panel:#ffffff;--admin-panel-muted:#fff8d1;--admin-text:#171717;--admin-text-muted:#66624d;--admin-border:#eadf9b;--admin-ring:rgba(255,218,0,0.22);--admin-shadow:rgba(84,72,0,0.16);--admin-gradient-start:#ffda00;--admin-gradient-end:#ffbe0b}body{background:#fff;color:#1a1a1a;font-family:Gotham,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em}.store-container{max-width:1440px;margin:0 auto;padding-left:64px;padding-right:64px;width:100%}@media(max-width:1024px){.store-container{padding-left:16px;padding-right:16px}}.primary-btn{display:inline-flex;align-items:center;justify-content:center;background:#ffda00;color:#1a1a1a;font-weight:700;border-radius:12px;border:none;cursor:pointer;transition:background .15s ease}.primary-btn:hover{background:#e6c300}.outline-btn{display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:12px;border:1px solid #141414;color:#1a1a1a;font-size:16px;font-weight:500;line-height:150%;cursor:pointer}@media(max-width:1024px){.outline-btn{padding:10px 20px;font-size:14px}}.dark-btn,.outline-btn:hover{background:#1a1a1a;color:#f5f5f5}.dark-btn{display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:12px;border:1px solid #1a1a1a;font-size:16px;font-weight:500;line-height:150%;cursor:pointer;transition:background .15s ease}@media(max-width:1024px){.dark-btn{padding:10px 20px;font-size:14px}}.dark-btn--slim{display:flex;justify-content:center;align-items:center;border-radius:12px;border:1px solid #1a1a1a;background:#1a1a1a;color:#f5f5f5;font-size:16px;font-weight:500;line-height:150%;cursor:pointer;transition:background .15s ease;padding:8px 16px}.dark-btn--slim:hover,.dark-btn:hover{opacity:.85}.store-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%}.store-loading-spinner{width:52px;height:52px;border:4px solid var(--brand-border);border-top:4px solid #e6c300;border-radius:50%;animation:store-spin .7s linear infinite}@keyframes store-spin{to{transform:rotate(1turn)}}.ss-wrapper{position:relative;width:100%}.ss-trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;border:1px solid var(--admin-border);border-radius:1rem;background:var(--admin-panel);color:var(--admin-text);padding:.875rem 1rem;font-size:16px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ss-trigger--open,.ss-trigger:hover{border-color:var(--admin-primary-strong)}.ss-trigger--open{box-shadow:0 0 0 6px var(--admin-ring)}.ss-trigger--disabled{opacity:.5;cursor:not-allowed}.ss-trigger--disabled:hover{border-color:var(--admin-border)}.ss-trigger-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-chevron,.ss-trigger-placeholder{color:var(--admin-text-muted)}.ss-chevron{flex-shrink:0;transition:transform .2s ease}.ss-chevron--open{transform:rotate(180deg)}.ss-dropdown{position:absolute;z-index:9999;left:0;right:0;margin-top:.375rem;background:var(--admin-panel);border:1px solid var(--admin-border);border-radius:1rem;box-shadow:0 20px 48px -16px var(--admin-shadow);overflow:hidden;animation:ss-slide-in .15s ease forwards}.ss-dropdown.ss-portal-dropdown{position:fixed;left:unset;right:unset;margin-top:0}@keyframes ss-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ss-search-wrap{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;border-bottom:1px solid var(--admin-border)}.ss-search-icon{flex-shrink:0;color:var(--admin-text-muted)}.ss-search{flex:1;border:none;outline:none;background:rgba(0,0,0,0);color:var(--admin-text);font-size:.875rem}.ss-search::placeholder{color:var(--admin-text-muted)}.ss-list{max-height:15rem;overflow-y:auto;padding:.375rem;list-style:none;margin:0;scrollbar-width:thin}.ss-list::-webkit-scrollbar{width:5px}.ss-list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ss-list::-webkit-scrollbar-thumb{background:var(--admin-border);border-radius:999px}.ss-option{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .75rem;border-radius:.625rem;cursor:pointer;font-size:.875rem;color:var(--admin-text);transition:background .15s ease}.ss-option--highlighted{background:var(--admin-panel-muted)}.ss-option--active{font-weight:700;color:var(--admin-text)}.ss-option-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-tree-option{--ss-tree-depth:0;display:flex;align-items:center;gap:.45rem;flex:1;min-width:0;margin-left:calc(var(--ss-tree-depth)*.9rem)}.ss-tree-level{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:.45rem;border:1px solid var(--admin-border);background:var(--admin-panel);font-size:.68rem;font-weight:800}.ss-tree-branch,.ss-tree-level{flex-shrink:0;color:var(--admin-text-muted)}.ss-tree-branch{font-weight:700}.ss-tree-copy{display:flex;flex-direction:column;min-width:0;line-height:1.2}.ss-tree-name,.ss-tree-parent{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-tree-parent{font-size:.68rem;font-weight:500;color:var(--admin-text-muted)}.ss-tree-name{font-size:.86rem;font-weight:700;color:var(--admin-text)}.ss-option--active .ss-tree-level{border-color:var(--admin-primary-strong);background:var(--admin-primary-strong);color:#111}.ss-check{flex-shrink:0;color:var(--admin-primary-strong)}.ss-empty{padding:1rem;text-align:center;font-size:.8rem}.ss-clear,.ss-empty{color:var(--admin-text-muted)}.ss-clear{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border-radius:50%;cursor:pointer;transition:color .15s ease,background .15s ease}.ss-clear:hover{color:var(--admin-text);background:var(--admin-panel-muted)}.ss-ms-checkbox{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1rem;height:1rem;border-radius:.3rem;border:1.5px solid var(--admin-border);background:var(--admin-panel);color:var(--admin-primary-strong);transition:border-color .15s ease,background .15s ease}.ss-option--active .ss-ms-checkbox{border-color:var(--admin-primary-strong);background:color-mix(in srgb,var(--admin-primary-strong) 12%,transparent)}.ss-sm .ss-trigger{padding:.375rem .625rem;font-size:.75rem}.ss-sm .ss-dropdown,.ss-sm .ss-trigger{border-radius:.625rem}.ss-sm .ss-search-wrap{padding:.4rem .625rem}.ss-sm .ss-search{font-size:.75rem}.ss-sm .ss-list{max-height:12rem;padding:.25rem}.ss-sm .ss-option{padding:.4rem .5rem;font-size:.75rem;border-radius:.5rem}.ss-store .ss-trigger{border:1px solid #000;background:var(--brand-surface-raised,#fff);color:var(--brand-ink,#161616);border-radius:4px;padding:.625rem .875rem;font-size:1rem}.ss-store .ss-trigger.ss-trigger--open,.ss-store .ss-trigger:hover{border-color:#000}.ss-store .ss-trigger.ss-trigger--open{box-shadow:0 0 0 4px rgba(0,0,0,.12)}.ss-store .ss-chevron,.ss-store .ss-trigger-placeholder{color:var(--brand-ink-muted,#5f6368)}.ss-store .ss-dropdown,.ss-store.ss-dropdown{background:var(--brand-surface-raised,#fff);border:1px solid #d1d5db;box-shadow:0 16px 40px -12px rgba(0,0,0,.12);border-radius:4px}.ss-store .ss-search-wrap{border-color:var(--brand-border,#e8e1b8)}.ss-store .ss-search-icon{color:var(--brand-ink-muted,#5f6368)}.ss-store .ss-search{color:var(--brand-ink,#161616)}.ss-store .ss-search::placeholder{color:var(--brand-ink-muted,#5f6368)}.ss-store .ss-option{color:var(--brand-ink,#161616)}.ss-store .ss-option--highlighted{background:#000;color:#fff}.ss-store .ss-option--highlighted .ss-check{color:#fff}.ss-store .ss-check{color:#000}.ss-option--highlighted .ss-store .ss-check{color:#fff!important}.ss-store .ss-empty{color:var(--brand-ink-muted,#5f6368)}.swal-custom-theme{border-radius:8px!important;border:1px solid #fff8cc!important;background:#fdfdfd!important;box-shadow:0 4px 16px 0 rgba(176,16,56,.08)!important;padding:0!important;overflow:hidden!important}.swal-custom-theme .swal2-title{padding:16px!important;text-align:left!important;font-size:18px;font-weight:600;line-height:24px}.swal-custom-theme .swal2-title br{display:none}.swal-size-table .swal2-title{padding:16px!important;text-align:left!important;color:#1a1a1a;font-size:18px;font-weight:600;line-height:24px}.swal-size-table .swal2-title br{display:none}.custom-swal-title-container{display:flex;align-items:center;gap:8px}.custom-swal-title-container-size-table{display:flex;align-items:center;gap:15px;position:relative}.custom-swal-title-container-size-table .circle-bg{width:32px;height:32px;padding:4px;border-radius:50%;background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),#0062b9;position:absolute;z-index:1}.custom-swal-title-container-size-table svg{margin-left:7px;z-index:2}.custom-swal-icon{width:24px;height:24px;min-width:24px;margin-right:12px}.swal-custom-html-container{padding:0 16px 16px!important;margin:0!important;text-align:left!important;color:rgba(0,0,0,.8)!important;font-size:16px!important;font-weight:500!important;line-height:24px!important}.swal-custom-actions{padding:0 16px 16px!important;gap:12px!important}.swal-custom-actions,.swal-custom-actions-size-table{margin:0!important;width:100%!important;justify-content:flex-end!important}.swal-custom-actions-size-table{padding:0 24px!important}.swal-custom-confirm-button{order:2;display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:#000!important;width:225px!important;color:#fff!important;text-align:center;font-size:18px;font-weight:500;line-height:32px;margin:0!important}.swal-custom-confirm-button:hover{background:#525252!important}.swal-custom-confirm-button-size-table{display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:4px;background:#000!important;color:#fff!important;text-align:center;font-size:16px;font-weight:700;line-height:24px;text-transform:uppercase}.swal-custom-confirm-button-size-table:hover{background:#000!important}.swal-custom-cancel-button{order:1;display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:rgba(0,0,0,0)!important;border:1px solid #d0d0d0!important;color:#444!important;text-align:center;font-size:18px;font-weight:500;line-height:32px;margin:0!important}.swal-custom-cancel-button:hover{background:#f5f5f5!important}.swal-custom-close-button{color:#000!important;font-size:27px!important;width:24px!important;height:24px!important;position:absolute;top:18px!important;right:24px!important}.swal-custom-info:before{background-color:#0062b9}.swal-custom-info .custom-swal-icon{color:#0062b9}.swal-custom-info .swal2-title{color:#0062b9!important}.swal-custom-success:before{background-color:#007a64}.swal-custom-success .custom-swal-icon{color:#007a64}.swal-custom-success .swal2-title{color:#007a64!important}.swal-custom-error:before{background-color:#b01038}.swal-custom-error .custom-swal-icon{color:#b01038}.swal-custom-error .swal2-title{color:#b01038!important}.swal-custom-warning:before{background-color:#d18200}.swal-custom-warning .custom-swal-icon{color:#d18200}.swal-custom-warning .swal2-title{color:#d18200!important}.swal-custom-question:before{background-color:#d18200}.swal-custom-question .custom-swal-icon{color:#d18200}.swal-custom-question .swal2-title{color:#d18200!important}.swal-addr-popup{max-width:520px!important;width:520px!important}.swal-addr-popup .swal2-title{font-size:1.15rem!important;font-weight:700!important;color:#1a1a1a!important;padding:24px 24px 0!important;text-align:left!important}.swal-addr-popup .swal-custom-html-container{padding:20px 24px 4px!important;font-size:.9rem!important;font-weight:400!important;line-height:1.5!important}.swal-addr-popup .swal-custom-actions{padding:4px 24px 24px!important}.swal-addr-popup .swal-custom-confirm-button{width:100%!important;font-size:.95rem!important;line-height:1.5!important;padding:12px 24px!important;border-radius:8px!important;font-weight:700!important}.swal-addr-popup .swal2-validation-message{margin:0 24px 12px!important;border-radius:6px!important;font-size:.82rem!important}.swal-addr-form{gap:14px;text-align:left}.swal-addr-field,.swal-addr-form{display:flex;flex-direction:column}.swal-addr-field{gap:.25rem}.swal-addr-field label{color:#1a1a1a;font-size:16px;font-weight:500;line-height:150%}.swal-addr-field input[type=text]{width:100%;border-radius:4px;border:1px solid #000;padding:8px 16px;font-size:16px;font-weight:400;line-height:150%;color:#1a1a1a;background:#fff;box-sizing:border-box;transition:border-color .15s ease;font-family:inherit}.swal-addr-field input[type=text]:focus{outline:none;border-color:#1a1a1a}.swal-addr-field input[type=text]::placeholder{color:#bbb}.swal-addr-field input[type=text][readonly]{background:#f5f5f5;color:#b0b0b0}.swal-addr-field select{width:100%;border-radius:4px;border:1px solid #000;padding:8px 16px;font-size:16px;font-weight:400;line-height:150%;color:#1a1a1a;background:#fff;box-sizing:border-box;transition:border-color .15s ease;font-family:inherit;appearance:auto}.swal-addr-field select:focus{outline:none;border-color:#1a1a1a}.swal-addr-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:1024px){.swal-addr-row{grid-template-columns:1fr}}.swal-addr-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.88rem;font-weight:500;color:#1a1a1a;user-select:none;margin-top:2px}.swal-addr-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.swal-addr-checkbox input[type=checkbox]:checked+.swal-addr-check-mark{background:#1a1a1a;border-color:#1a1a1a}.swal-addr-checkbox input[type=checkbox]:checked+.swal-addr-check-mark:after{display:block}.swal-addr-check-mark{position:relative;display:inline-block;flex-shrink:0;width:18px;height:18px;border:2px solid #d4d4d4;border-radius:4px;transition:all .15s}.swal-addr-check-mark:after{content:"";display:none;position:absolute;left:4px;top:1px;width:6px;height:10px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg)}.swal-stock-product{display:flex;align-items:center;gap:12px;background:#e8f8f6;border-radius:8px;padding:12px;margin-bottom:12px}.swal-stock-product-img{width:52px;height:52px;object-fit:contain;flex-shrink:0;border-radius:4px}.swal-stock-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.swal-stock-product-brand{font-size:12px;color:#0062b9;text-decoration:underline}.swal-stock-product-brand,.swal-stock-product-name{font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swal-stock-product-name,.swal-stock-product-price{font-size:14px;color:#1a1a1a}.swal-stock-product-price{font-weight:700;line-height:1.3}.swal-stock-list{display:flex;flex-direction:column;padding:0}.swal-stock-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.75rem;padding:12px 4px;border-bottom:1px solid #f0f0f0}.swal-stock-row:last-child{border-bottom:none}@media(max-width:1024px){.swal-stock-row{grid-template-columns:auto 1fr auto}.swal-stock-row .swal-stock-phone{display:none}}.swal-stock-body{display:flex;flex-direction:column;gap:2px;min-width:0}.swal-stock-address{color:#1a1a1a;font-size:15px;font-weight:600;line-height:1.4}.swal-stock-city{color:#6b7280;font-size:13px;font-weight:400;line-height:1.3}.swal-stock-phone{color:#1a1a1a;font-size:14px;font-weight:500;text-decoration:underline;white-space:nowrap}.swal-stock-phone:hover{color:#0062b9}.swal-stock-maps-btn{font-size:14px;font-weight:500;color:#0062b9;text-decoration:underline;white-space:nowrap}.swal-stock-maps-btn:hover{color:#004a8f}.swal-stock-popup{width:572px!important;max-width:572px!important;border-radius:8px!important;background:#fdfdfd!important;box-shadow:0 4px 16px 0 rgba(0,98,185,.08);padding:24px!important}.swal-stock-popup .swal2-title{color:#0062b9!important;font-size:16px;font-weight:500;line-height:150%;padding:0 0 16px!important}.swal-stock-popup .custom-swal-title-container{gap:8px}.swal-stock-popup .custom-swal-title-container svg{width:18px;height:18px;flex-shrink:0}.swal-stock-popup .swal-custom-html-container{padding:0 0 0 29px!important}.swal-stock-popup .swal-custom-actions{padding:24px 0 0!important;justify-content:flex-end!important}.swal-stock-popup .swal-custom-close-button{top:24px!important;right:24px!important;font-size:27px!important;color:#919191!important}@media(max-width:1024px){.swal-stock-popup{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;padding:14px!important}.swal-stock-popup .swal2-title{padding:0 28px 12px 0!important;font-size:1rem!important;line-height:1.4!important}.swal-stock-popup .swal-custom-html-container{padding:0!important}.swal-stock-popup .swal-custom-actions{padding:12px 0 0!important}.swal-stock-popup .swal-custom-close-button{top:8px!important;right:8px!important;font-size:22px!important}.swal-stock-popup .swal-stock-product{flex-wrap:wrap}.swal-stock-popup .swal-stock-address{font-size:.875rem}.swal-stock-popup .swal-stock-city{font-size:.75rem}.swal-stock-popup .swal-stock-maps-btn{font-size:.8125rem}}.swal-stock-confirm-button{display:flex!important;padding:12px 24px!important;justify-content:center!important;align-items:center!important;gap:8px!important;text-transform:none!important;width:auto!important;font-size:16px!important;font-weight:500!important;line-height:150%!important}@media(max-width:1024px){.swal-stock-confirm-button{min-width:132px!important;padding:10px 16px!important;font-size:.9375rem!important}}.swal-cart-product{display:flex;align-items:center;gap:14px;padding:4px 0 8px}.swal-cart-product-img{width:72px;height:72px;box-sizing:border-box;object-fit:contain;padding:5px;background:#f5f5f0;border-radius:6px;border:1px solid #f0f0f0;flex-shrink:0}.swal-cart-product-info{display:flex;flex-direction:column;gap:4px;text-align:left}.swal-cart-product-name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.4}.swal-cart-product-qty{font-size:13px;color:#666;font-weight:400}.swal-cart-product-qty strong{font-weight:600;color:#1a1a1a}.swal-cart-actions{justify-content:stretch!important;flex-wrap:nowrap!important}.swal-cart-btn{flex:1!important;width:auto!important;font-size:15px!important;padding:10px 16px!important;line-height:1.4!important}.store-hero{padding-top:3rem}@media(max-width:1024px){.store-hero{padding-top:1rem}}.store-hero-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:400px;gap:1.5rem}@media(max-width:768px){.store-hero-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:1rem}}@media(max-width:640px){.store-hero-grid{grid-template-columns:1fr;grid-template-rows:auto}}.store-hero-main,.store-hero-main-swiper-frame{border-radius:8px;overflow:hidden;transition:transform .32s ease,box-shadow .32s ease}.store-hero-main-swiper-frame:hover,.store-hero-main:hover{transform:scale(1.015);box-shadow:0 14px 32px rgba(0,0,0,.12)}@media(max-width:768px){.store-hero-main,.store-hero-main-swiper-frame{aspect-ratio:1/1}}.store-hero-side{display:grid;grid-template-rows:1fr 1fr;gap:1.5rem}@media(max-width:768px){.store-hero-side{grid-template-columns:1fr;gap:1rem}}.store-hero-side-bottom,.store-hero-side-top{border-radius:8px;overflow:hidden;transition:transform .32s ease,box-shadow .32s ease}.store-hero-side-bottom:hover,.store-hero-side-top:hover{transform:scale(1.015);box-shadow:0 14px 32px rgba(0,0,0,.12)}.store-hero-placeholder{background:#fff5b0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#b0b0b0}.store-hero-tile{display:block;width:100%;height:100%;overflow:hidden;border-radius:8px;text-decoration:none}.store-hero-tile img{display:block;object-fit:cover}.store-hero-main-swiper,.store-hero-main-swiper .swiper-wrapper,.store-hero-main-swiper-frame,.store-hero-main-swiper-link,.store-hero-tile img{width:100%;height:100%}.store-hero-main-swiper-frame{position:relative}.store-hero-main-swiper .swiper-slide{width:100%;height:100%;overflow:hidden}.store-hero-main-swiper-link{display:block}.store-hero-main-swiper{cursor:grab}.store-hero-main-swiper:active{cursor:grabbing}.store-hero-main-swiper img{display:block;width:100%;height:100%;object-fit:cover}.store-hero-main-swiper .swiper-pagination,.store-hero-main-swiper.swiper-horizontal>.swiper-pagination-bullets{left:50%;bottom:.875rem;width:auto;display:inline-flex;align-items:center;gap:.5rem;transform:translateX(-50%);--swiper-pagination-bullet-horizontal-gap:0}.store-hero-main-swiper .swiper-pagination-bullet,.store-hero-main-swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width:.7rem;height:.7rem;margin:0;background:#fff;opacity:1;border:1px solid #000;border-radius:9999px;box-shadow:none;transition:width .25s ease,transform .25s ease}.store-hero-main-swiper .swiper-pagination-bullet-active{width:1.65rem;height:.35rem;border-radius:4px!important;box-shadow:none;transform:none}.store-hero-swiper,.store-swiper-hero{width:100%;overflow:hidden}.store-swiper-hero{height:480px;border-radius:8px}@media(max-width:768px){.store-swiper-hero{height:360px}}@media(max-width:640px){.store-swiper-hero{height:260px}}.store-swiper-hero .swiper-pagination,.store-swiper-hero.swiper-horizontal>.swiper-pagination-bullets{left:50%;bottom:1rem;width:auto;display:inline-flex;align-items:center;gap:.5rem;transform:translateX(-50%);--swiper-pagination-bullet-horizontal-gap:0}.store-swiper-hero .swiper-pagination-bullet,.store-swiper-hero.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width:.7rem;height:.7rem;margin:0;background:#fff;opacity:1;border:1px solid #000;border-radius:9999px;box-shadow:none;transition:width .25s ease,transform .25s ease}.store-swiper-hero .swiper-pagination-bullet-active{background:#fff;width:1.65rem;height:.35rem;box-shadow:none;transform:none}.store-hero-main-swiper,.store-swiper-hero{--swiper-pagination-color:#fff;--swiper-pagination-bullet-inactive-color:#fff;--swiper-pagination-bullet-inactive-opacity:1;--swiper-navigation-color:#000;--swiper-navigation-size:16px}.store-hero-main-swiper.swiper-horizontal>.swiper-pagination-bullets,.store-swiper-hero.swiper-horizontal>.swiper-pagination-bullets{left:50%!important;right:auto!important;width:auto!important;display:inline-flex!important;justify-content:center;align-items:center;transform:translateX(-50%)!important}.store-hero-main-swiper .swiper-pagination-bullet,.store-swiper-hero .swiper-pagination-bullet{background:#fff!important;border:1px solid #000!important;box-shadow:none!important;opacity:1!important}.store-hero-main-swiper .swiper-pagination-bullet-active,.store-swiper-hero .swiper-pagination-bullet-active{background:#fff!important;width:1.65rem!important;height:.35rem!important;box-shadow:none!important}.store-hero-main-swiper .swiper-button-next,.store-hero-main-swiper .swiper-button-prev,.store-swiper-hero .swiper-button-next,.store-swiper-hero .swiper-button-prev{top:auto!important;bottom:1rem!important;width:30px!important;height:30px!important;margin-top:0!important;display:inline-flex!important;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.92)!important;border-radius:999px;background:hsla(0,0%,100%,.94)!important;color:#000!important;box-shadow:0 6px 14px rgba(0,0,0,.14),inset 0 1px 0 hsla(0,0%,100%,.85)!important;backdrop-filter:blur(10px);overflow:hidden;z-index:5!important;transition:background .2s ease,opacity .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}.store-hero-main-swiper .swiper-button-next:before,.store-hero-main-swiper .swiper-button-prev:before,.store-swiper-hero .swiper-button-next:before,.store-swiper-hero .swiper-button-prev:before{content:"";position:absolute;inset:2px;border:1px solid hsla(0,0%,100%,.66);border-radius:inherit;pointer-events:none}.store-hero-main-swiper .swiper-button-next .swiper-navigation-icon,.store-hero-main-swiper .swiper-button-next svg,.store-hero-main-swiper .swiper-button-prev .swiper-navigation-icon,.store-hero-main-swiper .swiper-button-prev svg,.store-swiper-hero .swiper-button-next .swiper-navigation-icon,.store-swiper-hero .swiper-button-next svg,.store-swiper-hero .swiper-button-prev .swiper-navigation-icon,.store-swiper-hero .swiper-button-prev svg{display:none!important}.store-hero-main-swiper .swiper-button-next:after,.store-hero-main-swiper .swiper-button-prev:after,.store-swiper-hero .swiper-button-next:after,.store-swiper-hero .swiper-button-prev:after{content:""!important;width:8px;height:8px;border-top:1.8px solid;border-right:1.8px solid;font-size:0!important;line-height:1}.store-hero-main-swiper .swiper-button-next:focus-visible,.store-hero-main-swiper .swiper-button-next:hover,.store-hero-main-swiper .swiper-button-prev:focus-visible,.store-hero-main-swiper .swiper-button-prev:hover,.store-swiper-hero .swiper-button-next:focus-visible,.store-swiper-hero .swiper-button-next:hover,.store-swiper-hero .swiper-button-prev:focus-visible,.store-swiper-hero .swiper-button-prev:hover{background:hsla(0,0%,100%,.96)!important;color:#000!important;border-color:rgba(0,0,0,.92)!important;box-shadow:0 7px 16px rgba(0,0,0,.17),inset 0 1px 0 hsla(0,0%,100%,.9)!important;transform:scale(1.08)}.store-hero-main-swiper .swiper-button-next:focus-visible,.store-hero-main-swiper .swiper-button-prev:focus-visible,.store-swiper-hero .swiper-button-next:focus-visible,.store-swiper-hero .swiper-button-prev:focus-visible{outline:2px solid #fff;outline-offset:3px}.store-hero-main-swiper .swiper-button-next:active,.store-hero-main-swiper .swiper-button-prev:active,.store-swiper-hero .swiper-button-next:active,.store-swiper-hero .swiper-button-prev:active{transform:scale(1.02)}.store-hero-main-swiper .swiper-button-next.swiper-button-disabled,.store-hero-main-swiper .swiper-button-prev.swiper-button-disabled,.store-swiper-hero .swiper-button-next.swiper-button-disabled,.store-swiper-hero .swiper-button-prev.swiper-button-disabled{opacity:.45!important}@media(max-width:640px){.store-hero-main-swiper .swiper-button-next,.store-hero-main-swiper .swiper-button-prev,.store-swiper-hero .swiper-button-next,.store-swiper-hero .swiper-button-prev{bottom:.75rem!important;width:30px!important;height:30px!important}.store-hero-main-swiper .swiper-button-next:after,.store-hero-main-swiper .swiper-button-prev:after,.store-swiper-hero .swiper-button-next:after,.store-swiper-hero .swiper-button-prev:after{width:8px;height:8px;border-width:1.8px}}.store-hero-main-swiper .swiper-button-prev,.store-swiper-hero .swiper-button-prev{left:auto!important;right:54px!important}.store-hero-main-swiper .swiper-button-prev:after,.store-swiper-hero .swiper-button-prev:after{margin-left:2px;transform:rotate(-135deg)}@media(max-width:640px){.store-hero-main-swiper .swiper-button-prev,.store-swiper-hero .swiper-button-prev{right:50px!important}}.store-hero-main-swiper .swiper-button-next,.store-swiper-hero .swiper-button-next{right:1rem!important}.store-hero-main-swiper .swiper-button-next:after,.store-swiper-hero .swiper-button-next:after{margin-right:2px;transform:rotate(45deg)}@media(max-width:640px){.store-hero-main-swiper .swiper-button-next,.store-swiper-hero .swiper-button-next{right:.75rem!important}}.store-hero-slide{position:relative;width:100%;height:100%;display:flex;overflow:hidden}.store-hero-slide.hero-h-left{justify-content:flex-start}.store-hero-slide.hero-h-left .store-hero-slide__content{text-align:left;align-items:flex-start}.store-hero-slide.hero-h-center{justify-content:center}.store-hero-slide.hero-h-center .store-hero-slide__content{text-align:center;align-items:center}.store-hero-slide.hero-h-right{justify-content:flex-end}.store-hero-slide.hero-h-right .store-hero-slide__content{text-align:right;align-items:flex-end}.store-hero-slide.hero-v-top{align-items:flex-start}.store-hero-slide.hero-v-center{align-items:center}.store-hero-slide.hero-v-bottom{align-items:flex-end}.store-hero-slide__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .5s ease}.store-hero-slide:hover .store-hero-slide__bg{transform:scale(1.05)}.store-hero-slide__overlay{position:absolute;inset:0;background:rgba(0,0,0,.32);z-index:1}.store-hero-slide__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:.875rem;max-width:560px;padding:2.5rem 2rem}@media(max-width:640px){.store-hero-slide__content{padding:1.25rem 1rem;gap:.625rem;max-width:100%}}.store-hero-slide__title{font-size:clamp(1.4rem,3.5vw,3rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.03em;text-shadow:0 2px 12px rgba(0,0,0,.35);margin:0}.store-hero-slide__desc{font-size:clamp(.875rem,1.5vw,1.1rem);color:hsla(0,0%,100%,.9);line-height:1.55;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.3)}.store-hero-slide__btn{display:inline-flex;align-items:center;align-self:flex-start;padding:.625rem 1.5rem;background:#ffda00;color:#1a1a1a;font-weight:700;font-size:.9rem;border-radius:9999px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px rgba(0,0,0,.25);white-space:nowrap}.store-hero-slide__btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,.3)}.hero-h-center .store-hero-slide__btn{align-self:center}.hero-h-right .store-hero-slide__btn{align-self:flex-end}@keyframes hero-img-in{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.hero-tile-enter{opacity:0;transform:scale(.96) translateY(16px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.hero-tile-enter--delay-1{transition-delay:.12s}.hero-tile-enter--delay-2{transition-delay:.22s}.hero-tile-enter--visible{opacity:1;transform:scale(1) translateY(0)}.store-hero-slide__content .store-hero-slide__btn,.store-hero-slide__content .store-hero-slide__desc,.store-hero-slide__content .store-hero-slide__title{opacity:0;transform:translateY(22px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.store-hero-slide__content .store-hero-slide__title{transition-delay:0s}.store-hero-slide__content .store-hero-slide__desc{transition-delay:.1s}.store-hero-slide__content .store-hero-slide__btn{transition-delay:.2s}.store-hero-slide__content.hero-slide-content--active .store-hero-slide__btn,.store-hero-slide__content.hero-slide-content--active .store-hero-slide__desc,.store-hero-slide__content.hero-slide-content--active .store-hero-slide__title{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.hero-tile-enter{opacity:1;transform:none;transition:none}.hero-tile-enter img{animation:none}.store-hero-slide__content .store-hero-slide__btn,.store-hero-slide__content .store-hero-slide__desc,.store-hero-slide__content .store-hero-slide__title{opacity:1;transform:none;transition:none}}@layer components{.admin-shell{min-height:100vh;background:radial-gradient(circle at top left,var(--admin-primary-soft) 0,transparent 28%),radial-gradient(circle at bottom right,var(--admin-primary-tint) 0,transparent 30%),var(--admin-surface);color:var(--admin-text);font-family:Roboto,system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif}.admin-shell [role=button],.admin-shell a,.admin-shell button,.admin-shell label[for],.admin-shell select,.admin-shell summary{cursor:pointer}.admin-overlay{position:fixed;inset:0;z-index:40;background:rgba(0,0,0,.35);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s ease}.admin-overlay-visible{opacity:1;pointer-events:auto}@media(min-width:1024px){.admin-overlay{display:none!important}}.admin-topbar{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:56px;background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--admin-border)}@media(min-width:1024px){.admin-topbar{display:none}}.admin-topbar-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;color:var(--admin-text);transition:background .2s ease}.admin-topbar-btn:active{background:var(--admin-panel-muted)}.admin-sidebar-panel{position:fixed;top:0;left:0;bottom:0;width:85vw;max-width:320px;z-index:50;background:linear-gradient(180deg,var(--admin-panel),#fff9df 100%);border-right:1px solid var(--admin-border);transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;box-shadow:none}@media(min-width:1024px){.admin-sidebar-panel{width:300px;max-width:none;transform:translateX(0);box-shadow:none}}.admin-sidebar-open{transform:translateX(0);box-shadow:16px 0 48px -12px rgba(0,0,0,.18)}.admin-sidebar-header{padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--admin-border)}@media(min-width:1024px){.admin-sidebar-header{border-bottom:none}.admin-sidebar-collapsed{width:76px}}.admin-sidebar-link{display:flex;align-items:center;gap:.875rem;border-radius:.875rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;color:var(--admin-text-muted);transition:all .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.admin-sidebar-link:hover{background:var(--admin-panel-muted);color:var(--admin-text)}.admin-sidebar-link-active{background:linear-gradient(145deg,var(--admin-gradient-start),var(--admin-gradient-end));color:#111;box-shadow:0 18px 32px -22px var(--admin-shadow)}.admin-sidebar-dropdown{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.admin-sidebar-dropdown-inner{overflow:hidden;min-height:0}.admin-sidebar-dropdown-open{grid-template-rows:1fr}.admin-sidebar-sublink{padding:.625rem 1rem .625rem 2.75rem;font-size:.8575rem}.admin-nav-section{margin-bottom:.125rem}.admin-nav-group-btn{display:flex;align-items:center;gap:.875rem;width:100%;border-radius:.875rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;color:var(--admin-text-muted);transition:color .15s ease,background .15s ease}.admin-nav-group-btn svg{width:1.25rem;height:1.25rem;flex-shrink:0;opacity:.7;transition:opacity .15s}.admin-nav-group-btn:hover{color:var(--admin-text);background:var(--admin-panel-muted)}.admin-nav-group-btn:hover svg{opacity:1}.admin-nav-group-btn-active{color:var(--admin-text)}.admin-nav-group-btn-active svg{opacity:1}.admin-nav-tree{position:relative;margin-left:.875rem;padding-left:1rem;padding-bottom:.375rem}.admin-nav-tree:before{content:"";position:absolute;left:0;top:.375rem;bottom:.625rem;width:2px;background:linear-gradient(180deg,var(--admin-gradient-start) 0,rgba(255,218,0,.15) 100%);border-radius:1px}.admin-nav-subgroup-btn{display:flex;align-items:center;gap:.875rem;width:100%;border-radius:.875rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;color:var(--admin-text-muted);transition:color .15s ease,background .15s ease}.admin-nav-subgroup-btn:hover{color:var(--admin-text);background:var(--admin-panel-muted)}.admin-nav-subgroup-btn-active{color:var(--admin-text);font-weight:700}.admin-nav-subtree{position:relative;margin-left:.75rem;padding-left:.875rem;padding-bottom:.125rem}.admin-nav-subtree:before{content:"";position:absolute;left:0;top:.25rem;bottom:.375rem;width:1.5px;background:rgba(234,223,155,.7);border-radius:1px}.admin-nav-item{padding:.875rem 1rem!important;font-size:.9375rem!important}.admin-main{min-height:100vh;padding-top:56px;padding-bottom:calc(68px + env(safe-area-inset-bottom, 0px));transition:padding-left .3s cubic-bezier(.4,0,.2,1)}@media(min-width:1024px){.admin-main{padding-top:0;padding-bottom:0;padding-left:280px}.admin-main-collapsed{padding-left:76px}}.admin-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;justify-content:space-around;align-items:stretch;height:calc(64px + env(safe-area-inset-bottom, 0px));padding-bottom:env(safe-area-inset-bottom,0);background:hsla(0,0%,100%,.92);backdrop-filter:blur(16px);border-top:1px solid var(--admin-border);box-shadow:0 -4px 24px -8px var(--admin-shadow)}@media(min-width:1024px){.admin-bottom-nav{display:none}}.admin-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:2px;padding:6px 4px;color:var(--admin-text-muted);transition:color .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.admin-bottom-nav-item-active{color:var(--admin-text)}.admin-bottom-nav-item-active svg{color:var(--admin-primary-strong)}.admin-card{background:var(--admin-panel);border:1px solid var(--admin-border);border-radius:1rem;box-shadow:0 24px 60px -36px var(--admin-shadow)}.admin-card>.admin-card-header:first-child,.admin-card>div:first-child[class*=border-b]{border-radius:calc(1rem - 1px) calc(1rem - 1px) 0 0}.admin-soft-card{background:var(--admin-panel-muted)}.admin-soft-card,.admin-stat-card{border:1px solid var(--admin-border);border-radius:1rem}.admin-stat-card{background:var(--admin-panel);padding:1.5rem;box-shadow:0 24px 60px -40px var(--admin-shadow)}.admin-heading{color:var(--admin-text);font-weight:800;letter-spacing:-.03em}.admin-muted{color:var(--admin-text-muted)}.admin-button-primary{background:linear-gradient(145deg,var(--admin-gradient-start),var(--admin-gradient-end));color:#111;border-radius:1rem;font-weight:700;transition:all .2s ease;box-shadow:0 18px 30px -18px var(--admin-shadow);-webkit-tap-highlight-color:rgba(0,0,0,0)}.admin-button-primary:hover{transform:translateY(-1px)}.admin-button-primary:active{transform:scale(.97)}.admin-button-secondary{background:var(--admin-panel);border:1px solid var(--admin-border);color:var(--admin-text);border-radius:1rem;font-weight:600;transition:all .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.admin-button-secondary:hover{background:var(--admin-panel-muted)}.admin-button-secondary:active{transform:scale(.97)}.admin-input,.admin-select,.admin-textarea{width:100%;border:1px solid var(--admin-border);border-radius:1rem;background:var(--admin-panel);color:var(--admin-text);padding:.875rem 1rem;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease}.admin-input:focus,.admin-select:focus,.admin-textarea:focus{outline:none;border-color:var(--admin-primary-strong);box-shadow:0 0 0 6px var(--admin-ring)}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background:var(--admin-panel-muted)}.admin-table th{padding:.95rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--admin-text-muted)}.admin-table td{padding:1rem;border-top:1px solid rgba(234,223,155,.55);color:var(--admin-text)}.admin-table tbody tr:hover{background:rgba(255,248,209,.55)}.admin-chip{display:inline-flex;align-items:center;border-radius:9999px;padding:.4rem .75rem;font-size:.75rem;font-weight:700;width:fit-content}.admin-page-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.admin-actions{display:flex;flex-wrap:wrap;gap:.75rem}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;width:100%;color:var(--admin-text-muted);gap:.75rem}.admin-loading-spinner{width:52px;height:52px;border:4px solid var(--admin-border);border-top-color:var(--admin-primary-strong);border-radius:50%;animation:admin-spin .7s linear infinite}@keyframes admin-spin{to{transform:rotate(1turn)}}.admin-filter-scroll{display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.admin-filter-scroll::-webkit-scrollbar{display:none}.admin-filter-scroll>button{flex-shrink:0}.admin-action-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.625rem;color:var(--admin-text-muted);background:var(--admin-panel);border:1px solid var(--admin-border);cursor:pointer;transition:.2s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.admin-action-icon svg{width:1.1rem;height:1.1rem}.admin-action-icon:hover{background:var(--admin-panel-muted);border-color:var(--admin-primary-strong);color:var(--admin-primary-strong)}.admin-action-icon:active{transform:scale(.95)}.admin-action-icon:disabled{opacity:.45;cursor:not-allowed}.admin-action-icon-danger:hover{background:rgba(239,68,68,.07);border-color:#fca5a5;color:#dc2626}.admin-button-danger{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5;border-radius:.75rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:.2s ease}.admin-button-danger:hover{background:#fecaca}.admin-button-danger:disabled{opacity:.5;cursor:not-allowed}.admin-toggle{position:relative;display:inline-flex;width:2.5rem;height:1.375rem;border-radius:999px;background:var(--admin-border);border:none;cursor:pointer;transition:background .2s ease;padding:2px}.admin-toggle.admin-toggle-on{background:#22c55e}.admin-toggle-knob{display:block;width:1.125rem;height:1.125rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform .2s ease}.admin-toggle-on .admin-toggle-knob{transform:translateX(1.125rem)}.dash{display:flex;flex-direction:column;gap:1.5rem}.dash-kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.dash-kpi-grid{grid-template-columns:repeat(4,1fr)}}.dash-kpi-link{display:block;text-decoration:none;color:inherit}.dash-kpi-card{background:var(--admin-panel);border:1px solid var(--admin-border);border-radius:1.25rem;padding:1.25rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 20px 48px -24px var(--admin-shadow);transition:transform .2s,box-shadow .2s}.dash-kpi-card:hover{transform:translateY(-2px);box-shadow:0 28px 56px -20px var(--admin-shadow)}.dash-kpi-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.875rem;flex-shrink:0}.dash-kpi-body{display:flex;flex-direction:column;min-width:0}.dash-kpi-label{font-size:.75rem;font-weight:600;color:var(--admin-text-muted);letter-spacing:.02em}.dash-kpi-value{font-size:1.35rem;font-weight:800;color:var(--admin-text);line-height:1.3;letter-spacing:-.02em;margin-top:.15rem}.dash-kpi-sub{font-size:.7rem;color:var(--admin-text-muted);margin-top:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-mid-grid{display:grid;gap:1rem}@media(min-width:768px){.dash-mid-grid{grid-template-columns:1.4fr .6fr}}.dash-section-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--admin-border)}.dash-section-title{font-size:1rem;font-weight:700;color:var(--admin-text)}.dash-section-link{font-size:.8rem;font-weight:600;color:var(--admin-text-muted);text-decoration:none;transition:color .15s}.dash-section-link:hover{color:var(--admin-text)}.dash-status-card{padding-bottom:1.25rem}.dash-status-bars{display:flex;flex-direction:column;gap:.85rem;padding:1.25rem 1.5rem 0}.dash-status-row{display:flex;flex-direction:column;gap:.35rem}.dash-status-info{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.dash-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dash-status-name{font-weight:600;color:var(--admin-text)}.dash-status-count{margin-left:auto;font-weight:700;color:var(--admin-text-muted)}.dash-status-track{width:100%;height:6px;border-radius:3px;background:var(--admin-panel-muted);overflow:hidden}.dash-status-fill{height:100%;border-radius:3px;transition:width .6s ease}.dash-quick-stats{display:flex;flex-direction:column;gap:1rem}.dash-quick-item{display:flex;align-items:center;gap:1rem;padding:1.15rem 1.25rem;text-decoration:none;transition:transform .2s}.dash-quick-item:hover{transform:translateY(-1px)}.dash-quick-item--alert{border-color:#fca5a5}.dash-quick-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;flex-shrink:0}.dash-quick-label{display:block;font-size:.75rem;font-weight:600;color:var(--admin-text-muted)}.dash-quick-value{display:block;font-size:1rem;font-weight:800;color:var(--admin-text);letter-spacing:-.015em}.dash-orders-table-wrap{overflow-x:auto}.dash-order-customer{display:flex;flex-direction:column}.dash-order-name{font-weight:600;color:var(--admin-text);font-size:.875rem}.dash-order-email{font-size:.75rem;color:var(--admin-text-muted)}.dash-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.dash-actions-grid{grid-template-columns:repeat(4,1fr)}}.dash-action-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.15rem;text-decoration:none;transition:transform .2s,background-color .15s}.dash-action-item:hover{transform:translateY(-2px);background:var(--admin-panel)}.dash-action-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.625rem;background:var(--admin-panel);color:var(--admin-text);flex-shrink:0}.dash-action-label{font-size:.8rem;font-weight:700;color:var(--admin-text)}.dash-action-desc{font-size:.7rem;color:var(--admin-text-muted);margin-top:.1rem}@media(max-width:640px){.dash{gap:1rem}.dash-kpi-grid{grid-template-columns:1fr;gap:.75rem}.dash-mid-grid{gap:.75rem}.dash-section-header{padding:1rem 1.125rem}.dash-section-title{font-size:.9375rem}.dash-status-bars{padding:1rem 1.125rem 0;gap:.75rem}.dash-quick-stats{flex-direction:column;gap:.625rem}.dash-quick-item{padding:.875rem 1rem}.dash-quick-label{font-size:.7rem}.dash-quick-value{font-size:.9375rem}.dash-orders-table-wrap{overflow-x:visible;padding:.75rem .875rem;display:flex;flex-direction:column;gap:.625rem}.dash-orders-table-wrap .admin-table{display:contents}.dash-orders-table-wrap .admin-table thead{display:none}.dash-orders-table-wrap .admin-table tbody{display:flex;flex-direction:column;gap:.625rem;width:100%}.dash-orders-table-wrap .admin-table tbody tr{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;grid-template-areas:"kupac  status" "id     total" "date   date";column-gap:.625rem;row-gap:0;padding:.875rem 1rem;border-radius:1rem;background:var(--admin-panel);border:1px solid var(--admin-border);box-shadow:0 2px 8px -4px var(--admin-shadow);margin-bottom:0}.dash-orders-table-wrap .admin-table td{display:block;border-top:none;padding:0;font-size:.875rem}.dash-orders-table-wrap .admin-table td:before{display:none}.dash-orders-table-wrap .admin-table td[data-label]{text-align:left}.dash-orders-table-wrap .admin-table td:first-child{grid-area:id;font-size:.75rem;font-weight:700;color:var(--admin-text-muted);padding-top:.375rem}.dash-orders-table-wrap .admin-table td:nth-child(2){grid-area:kupac;align-self:center}.dash-orders-table-wrap .admin-table td:nth-child(3){grid-area:status;justify-self:end;align-self:start}.dash-orders-table-wrap .admin-table td:nth-child(4){grid-area:total;justify-self:end;align-self:end;padding-top:.375rem;font-size:.9375rem;font-weight:800;letter-spacing:-.015em;white-space:nowrap;color:var(--admin-text);text-align:right}.dash-orders-table-wrap .admin-table td:nth-child(5){grid-area:date;padding-top:.35rem;font-size:.7rem;color:var(--admin-text-muted);text-align:left}.admin-table thead{display:none}.admin-table,.admin-table tbody,.admin-table td,.admin-table tr{display:block;width:100%}.admin-table tbody tr{padding:1rem;margin-bottom:.5rem;border-radius:1rem;background:var(--admin-panel);border:1px solid var(--admin-border);box-shadow:0 4px 12px -6px var(--admin-shadow)}.admin-table td{padding:.35rem 0;border-top:none;font-size:.875rem}.admin-table td:before{content:attr(data-label);display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--admin-text-muted);margin-bottom:2px}.admin-table td[data-label]{text-align:left}.admin-card,.admin-stat-card{border-radius:1.25rem}.admin-stat-card{padding:1.25rem}.admin-page-header{gap:.75rem}.admin-page-header h1{font-size:1.5rem}.admin-actions{width:100%}.admin-actions a,.admin-actions button{flex:1;text-align:center}.prod-filters .prod-filter-row{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px;scrollbar-width:none}}@media(max-width:640px){.prod-filters .prod-filter-row::-webkit-scrollbar{display:none}}@media(max-width:640px){.prod-list-wrap{overflow:visible!important}.prod-list-wrap .admin-table thead{display:none}.prod-list-wrap .admin-table tbody{display:flex!important;flex-direction:column;padding:.625rem;gap:.5rem;width:100%}.prod-list-wrap .admin-table tbody tr{display:grid!important;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:.5rem;row-gap:0;padding:.875rem 1rem;width:100%;margin-bottom:0;border-radius:1rem;background:var(--admin-panel);border:1px solid var(--admin-border);border-left:3px solid var(--admin-gradient-start);box-shadow:0 2px 8px -4px var(--admin-shadow)}.prod-list-wrap .admin-table td{width:auto!important;padding:0;border-top:none}.prod-list-wrap .admin-table td:before{display:none}.prod-list-wrap .admin-table td[data-label]{text-align:left}.prod-list-wrap .admin-table td:first-child{grid-column:1;grid-row:1;min-width:0;padding-bottom:.375rem}.prod-list-wrap .admin-table td:nth-child(2),.prod-list-wrap .admin-table td:nth-child(3){display:none!important}.prod-list-wrap .admin-table td:nth-child(4){grid-column:2;grid-row:2;justify-self:end;align-self:end;text-align:right!important;white-space:nowrap}.prod-list-wrap .admin-table td:nth-child(5){display:block!important;grid-column:1;grid-row:2;align-self:center}.prod-list-wrap .admin-table td:nth-child(6){display:none!important}.prod-list-wrap .admin-table td:nth-child(7){grid-column:2;grid-row:1;justify-self:end;align-self:start}}.admin-swal-popup{background:var(--admin-panel)!important;border:1px solid var(--admin-border)!important;border-radius:1rem!important;box-shadow:0 24px 60px -12px var(--admin-shadow)!important;padding:0!important;overflow:hidden!important;max-width:540px!important}.admin-swal-popup .swal2-title{background:var(--admin-panel-muted);border-bottom:1px solid var(--admin-border);padding:1.125rem 3rem 1.125rem 1.5rem!important;margin:0!important;text-align:left!important;color:var(--admin-text)!important;font-size:.875rem!important;font-weight:700!important;line-height:1.4!important;letter-spacing:0!important;position:relative!important}.admin-swal-popup .swal2-title br{display:none}.admin-swal-popup .swal2-html-container{padding:1.25rem 1.5rem .5rem!important;margin:0!important;text-align:left!important;color:var(--admin-text)!important;font-size:.875rem!important;font-weight:400!important;line-height:1.5!important;overflow:visible!important}.admin-swal-popup .swal2-actions{padding:.75rem 1.5rem 1.5rem!important;margin:0!important;width:100%!important;justify-content:flex-end!important;gap:.75rem!important}.admin-swal-popup .swal2-close{position:absolute!important;top:27px!important;right:.75rem!important;transform:translateY(-50%)!important;width:2rem!important;height:2rem!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--admin-text-muted)!important;font-size:1.75rem!important;line-height:1!important;padding:0!important;margin:0!important;transition:color .15s ease}.admin-swal-popup .swal2-close:hover{color:var(--admin-text)!important}.admin-swal-popup .swal2-validation-message{margin:.5rem 1.5rem!important;border-radius:8px!important;font-size:.8rem!important;background:#fef3c7!important;color:#92400e!important}.admin-swal-confirm{order:2;display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem!important;border-radius:1rem!important;background:linear-gradient(145deg,var(--admin-gradient-start),var(--admin-gradient-end))!important;color:#111!important;font-size:.8125rem!important;font-weight:700!important;box-shadow:0 8px 20px -10px var(--admin-shadow)!important;transition:transform .15s ease,box-shadow .15s ease!important;margin:0!important}.admin-swal-confirm:hover{transform:translateY(-1px)!important;box-shadow:0 12px 24px -8px var(--admin-shadow)!important}.admin-swal-confirm:active{transform:scale(.97)!important}.admin-swal-confirm:focus{box-shadow:0 0 0 4px var(--admin-ring),0 8px 20px -10px var(--admin-shadow)!important}.admin-swal-confirm--danger{background:#ef4444!important;color:#fff!important;box-shadow:0 8px 20px -10px rgba(239,68,68,.5)!important}.admin-swal-confirm--danger:hover{box-shadow:0 12px 24px -8px rgba(239,68,68,.5)!important}.admin-swal-confirm--danger:focus{box-shadow:0 0 0 4px rgba(239,68,68,.3),0 8px 20px -10px rgba(239,68,68,.5)!important}.admin-swal-cancel{order:1;display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem!important;border-radius:1rem!important;background:var(--admin-panel)!important;border:1px solid var(--admin-border)!important;color:var(--admin-text)!important;font-size:.8125rem!important;font-weight:600!important;margin:0!important;transition:background .15s ease!important}.admin-swal-cancel:hover{background:var(--admin-panel-muted)!important}.admin-swal-cancel:active{transform:scale(.97)!important}.admin-swal-form{display:flex;flex-direction:column;gap:.875rem}.admin-swal-field{display:flex;flex-direction:column;gap:.25rem}.admin-swal-field label{font-size:.75rem;font-weight:600;color:var(--admin-text-muted)}.admin-swal-field input,.admin-swal-field select,.admin-swal-field textarea{width:100%;border:1px solid var(--admin-border);border-radius:1rem;background:var(--admin-panel);color:var(--admin-text);padding:.875rem 1rem;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.admin-swal-field input:focus,.admin-swal-field select:focus,.admin-swal-field textarea:focus{outline:none;border-color:var(--admin-primary-strong);box-shadow:0 0 0 4px var(--admin-ring)}.admin-swal-field textarea{resize:vertical;min-height:72px}.admin-swal-grid{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}@media(max-width:640px){.admin-swal-grid{grid-template-columns:1fr}}.admin-swal-grid .admin-swal-field-full{grid-column:1/-1}.admin-swal-backdrop{background:rgba(0,0,0,.35)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}.store-topbar{background:#141414;color:#f5f5f5;font-size:.8rem;font-weight:500}.store-topbar-mobile-toggle{display:none;width:100%;padding:.75rem 16px;background:rgba(0,0,0,0);color:#f5f5f5;border:none;font:inherit;font-weight:500;align-items:center;justify-content:space-between;cursor:pointer;text-decoration:underline}}@layer components{@media(max-width:1024px){.store-topbar-mobile-toggle{display:flex}}.store-topbar-chevron{transition:transform .2s ease}.store-topbar-chevron.is-open{transform:rotate(180deg)}.store-topbar-inner{padding-top:.5rem;padding-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}@media(max-width:1024px){.store-topbar-inner{overflow:hidden;max-height:0;padding-top:0;padding-bottom:0;transition:max-height .35s ease,padding-bottom .28s ease}.store-topbar-inner.is-open{max-height:40rem;padding-bottom:.75rem}}@media(max-width:640px){.store-topbar-inner{flex-wrap:wrap;gap:.25rem}.store-topbar-inner.is-open{max-height:40rem}}.store-topbar-items{display:flex;align-items:center;gap:0;flex-wrap:wrap}@media(max-width:1024px){.store-topbar-items{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%;font-size:.8rem}}.store-topbar-item{display:flex;align-items:center;gap:.375rem;white-space:nowrap;padding:0 1.25rem}.store-topbar-item:not(:first-child){border-left:1px solid hsla(0,0%,100%,.25)}.store-topbar-item:first-child{padding-left:0}.store-topbar-item:last-child{padding-right:0}@media(max-width:1024px){.store-topbar-item{padding:0;border-left:none!important}.store-topbar-items>div{width:100%}}.store-topbar-location-btn{display:flex;align-items:center;gap:.375rem;white-space:nowrap;background:rgba(0,0,0,0);border:none;color:#f5f5f5;font:inherit;font-size:.8rem;font-weight:500;cursor:pointer;padding:0 1.25rem;transition:opacity .15s ease}.store-topbar-location-btn:not(:first-child){border-left:1px solid hsla(0,0%,100%,.25)}.store-topbar-location-btn:hover{opacity:.8}@media(max-width:1024px){.store-topbar-location-btn{padding:0;border-left:none!important}}.store-topbar-location-chevron{transition:transform .2s ease}.store-topbar-location-chevron.is-open{transform:rotate(180deg)}.store-topbar-location-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-6px);min-width:240px;background:#1a1a1a;border:1px solid hsla(0,0%,100%,.12);border-radius:12px;box-shadow:0 16px 40px -8px rgba(0,0,0,.5);padding:.75rem;z-index:60;margin-top:.5rem;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.store-topbar-location-dropdown.is-open{opacity:1;pointer-events:auto;visibility:visible;transform:translateX(-50%) translateY(0);transition:opacity .18s ease,transform .18s ease,visibility 0s linear 0s}@media(max-width:1024px){.store-topbar-location-dropdown{position:static;transform:translateY(-4px);width:100%;box-shadow:none;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;max-height:0;overflow:hidden;padding:0;margin-top:0;transition:opacity .22s ease,transform .22s ease,max-height .28s ease,padding .22s ease,margin .22s ease,visibility 0s linear .28s}.store-topbar-location-dropdown.is-open{max-height:20rem;padding:.5rem;margin-top:.375rem;transform:translateY(0);transition:opacity .22s ease,transform .22s ease,max-height .28s ease,padding .22s ease,margin .22s ease,visibility 0s linear 0s}}.store-topbar-location-item{display:block;width:100%;text-align:left;padding:.5rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:600;color:hsla(0,0%,100%,.7);background:rgba(0,0,0,0);border:none;cursor:pointer;font-family:inherit;transition:background .15s ease,color .15s ease}.store-topbar-location-item.is-active,.store-topbar-location-item:hover{background:hsla(0,0%,100%,.08);color:#f5f5f5}.store-topbar-location-hours{margin-top:.5rem;padding:.625rem .75rem;border-radius:8px;font-size:.75rem;line-height:1.55;color:hsla(0,0%,100%,.75);background:hsla(0,0%,100%,.05);white-space:pre-line}.store-topbar-maps-link{display:inline-flex;align-items:center;gap:5px;margin-top:.5rem;padding:.4rem .75rem;border-radius:8px;font-size:.75rem;font-weight:500;color:hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);text-decoration:none;transition:background .15s,color .15s;width:100%;justify-content:center}.store-topbar-maps-link svg{flex-shrink:0;opacity:.85}.store-topbar-maps-link:hover{background:hsla(0,0%,100%,.18);color:#fff}.store-navbar{background:linear-gradient(145deg,var(--admin-gradient-start),var(--admin-gradient-end));position:sticky;top:0;z-index:30}.store-navbar-inner{height:4.25rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem}@media(max-width:1024px){.store-navbar-inner{grid-template-columns:auto 1fr;gap:.75rem}}.store-navbar-links{display:flex;align-items:center;justify-content:center;padding:.25rem 0 .75rem}@media(max-width:1024px){.store-navbar-links{display:none}}.store-navbar-left{display:flex;align-items:center;gap:.5rem}.store-navbar-center{justify-content:center}.store-navbar-right{display:flex;align-items:center;gap:1.25rem;justify-content:flex-end}@media(max-width:1024px){.store-navbar-right{gap:1rem}}.store-navbar-hamburger{display:none;align-items:center;justify-content:center;border-radius:8px;color:#1a1a1a;transition:background .15s ease}.store-navbar-hamburger:hover{background:rgba(0,0,0,.05)}@media(max-width:1024px){.store-navbar-hamburger{display:flex}}.store-navbar-logo{display:flex;align-items:center;text-decoration:none}.store-navbar-logo img{height:3.25rem}@media(max-width:1024px){.store-navbar-logo img{height:2.25rem}}.store-navbar-link{font-size:1rem;font-weight:500;color:#1a1a1a;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:background .15s ease,color .15s ease;display:flex;align-items:center;gap:.375rem;white-space:nowrap}.store-navbar-link:hover{background:rgba(0,0,0,.05)}.store-navbar-products{display:inline-flex;align-items:center}.store-navbar-products-trigger{border:0;background:rgba(0,0,0,0);font-family:inherit;cursor:pointer}.store-navbar-icon{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#1a1a1a;transition:background .15s ease}.store-navbar-icon:hover{background:rgba(0,0,0,.06)}.store-navbar-badge{position:absolute;top:-7px;right:-7px;min-width:1.125rem;height:1.125rem;border-radius:9999px;background:#1a1a1a;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1;pointer-events:none}.store-dropdown{position:absolute;top:100%;left:0;min-width:200px;background:#fdfdfd;border:1px solid var(--brand-border);border-radius:12px;box-shadow:0 12px 36px -8px rgba(0,0,0,.12);padding:.5rem;z-index:50}.store-dropdown-right{left:auto;right:0}.store-dropdown-item{display:block;width:100%;text-align:left;padding:.625rem .875rem;font-size:.875rem;color:#1a1a1a;border-radius:8px;transition:background .15s ease;text-decoration:none}.store-dropdown-item:hover{background:#fff5b0}.store-mega-backdrop{position:fixed;inset:0}.store-mega-menu{position:absolute;left:0;right:0;top:100%;z-index:30;background:#fdfdfd;box-shadow:0 16px 48px -12px rgba(0,0,0,.1);visibility:hidden;opacity:0;pointer-events:none;max-height:calc(100vh - 8.75rem);overflow:hidden;transition:opacity .15s ease,visibility .15s ease}@media(max-width:1024px){.store-mega-menu{display:none}}.store-mega-menu--open{visibility:visible;opacity:1;pointer-events:auto}.store-mega-columns{display:flex;align-items:stretch;min-height:20rem;max-height:calc(100vh - 8.75rem);overflow:hidden}.store-mega-col{display:flex;flex-direction:column;flex:0 0 clamp(14rem,22vw,18rem);min-width:0;min-height:0;max-height:inherit;padding:1.25rem .75rem 1.25rem 0;overflow:hidden}.store-mega-col-wide{flex:1;padding:1.25rem 0 1.25rem 1.25rem;margin-top:0}.store-mega-col-border{border-left:1px solid rgba(0,0,0,.08)}@media(max-height:760px){.store-mega-columns,.store-mega-menu{max-height:calc(100vh - 6.5rem)}.store-mega-columns{min-height:16rem}.store-mega-col{padding-top:.875rem;padding-bottom:.875rem}.store-mega-heading{font-size:1rem}.store-mega-item{padding-top:.5rem;padding-bottom:.5rem}}.store-mega-heading{color:#666;font-size:20px;font-weight:500;line-height:150%;border-bottom:1px solid #b0b0b0;margin-bottom:.75rem;padding-bottom:.35rem;text-transform:uppercase;flex:0 0 auto;background:#fdfdfd}.store-mega-grid,.store-mega-list{list-style:none;margin:0;padding:.25rem 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.store-mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.125rem .5rem}@media(max-width:1200px){.store-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.store-mega-grid::-webkit-scrollbar,.store-mega-list::-webkit-scrollbar{width:.45rem}.store-mega-grid::-webkit-scrollbar-thumb,.store-mega-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.18);border-radius:9999px}.store-mega-grid::-webkit-scrollbar-track,.store-mega-list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.store-mega-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.625rem .75rem;width:100%;font-size:.875rem;font-weight:600;font-family:inherit;color:#1a1a1a;text-decoration:none;background:none;border:none;text-align:left;line-height:1.25;transition:background .15s ease;text-transform:uppercase;cursor:pointer;border-radius:8px}.store-mega-item:is(a):hover{background:rgba(0,0,0,.04)}.store-mega-item-label{flex:1;min-width:0;font-size:inherit;font-weight:inherit;text-transform:inherit;line-height:inherit;padding:.25rem 0;overflow-wrap:anywhere;cursor:pointer}.store-mega-item-label,.store-mega-item-label:hover{color:inherit;text-decoration:none}.store-mega-item-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.25rem;background:none;border:none;cursor:pointer;color:inherit;border-radius:8px;transition:background .15s ease}.store-mega-item-toggle:hover{text-decoration:none;background:rgba(0,0,0,.08)}.store-mega-item-active{background:#ffda00;font-weight:700}.store-mega-item-active .store-mega-item-chevron{opacity:1}.store-mega-item-count{font-size:.75rem;font-weight:400;color:#b0b0b0;margin-left:auto;padding-left:.5rem;flex-shrink:0}.store-mega-item-chevron{flex-shrink:0;opacity:.35;transition:transform .2s ease}.store-mega-item-chevron-open{transform:rotate(180deg);opacity:1}.store-mega-item-chevron-open-side{transform:rotate(90deg);opacity:1}.store-mega-sublist{list-style:none;margin:0;padding:.25rem 0}.store-mega-subitem{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem .5rem 1.25rem;font-size:.875rem;font-weight:500;color:#1a1a1a;text-decoration:none;line-height:1.25;transition:background .15s ease;cursor:pointer;border-radius:8px}.store-mega-subitem:is(a):hover{background:rgba(0,0,0,.04);text-decoration:none}.store-mega-subitem-active{background:#fff5b0}.store-mega-subitem-label{flex:1;min-width:0;font-size:inherit;font-weight:inherit;overflow-wrap:anywhere;cursor:pointer}.store-mega-subitem-label,.store-mega-subitem-label:hover{color:inherit;text-decoration:none}.store-mega-subitem-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.25rem;background:none;border:none;border-radius:8px;color:inherit;cursor:pointer;transition:background .15s ease}.store-mega-subitem-toggle:hover{background:rgba(0,0,0,.08)}.store-mega-item-label:hover,.store-mega-item:hover,.store-mega-subitem-label:hover,.store-mega-subitem:hover{text-decoration:none}.store-mobile-overlay{position:fixed;inset:0;z-index:40;background:rgba(0,0,0,.4);backdrop-filter:blur(4px)}.store-mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:85vw;max-width:340px;z-index:50;background:#fdfdfd;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column}.store-mobile-drawer-open{transform:translateX(0);box-shadow:-12px 0 40px -8px rgba(0,0,0,.2)}.store-mobile-drawer-header{display:flex;align-items:center;justify-content:flex-end;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.store-mobile-drawer-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;color:#1a1a1a;transition:background .15s ease}.store-mobile-drawer-close:hover{background:rgba(0,0,0,.06)}.store-mobile-drawer-nav{padding:.625rem .875rem;display:flex;flex-direction:column;gap:.0625rem}.store-mobile-divider{height:1px;background:rgba(0,0,0,.08);margin:.5rem 0}.store-mobile-link{display:block;padding:.8125rem .75rem;font-size:.9375rem;font-weight:600;color:#1a1a1a;border-radius:8px;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;transition:background .15s ease}.store-mobile-link:hover{background:#fff5b0}.store-mobile-link--danger{color:#dc2626;text-transform:none;letter-spacing:0;text-transform:uppercase}.store-mobile-link--danger:hover{background:rgba(220,38,38,.07)}.store-mobile-link--bold{font-weight:700}.store-mobile-nav-section{display:flex;flex-direction:column}.store-mobile-nav-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.8125rem .75rem;font-size:.9375rem;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.04em;border-radius:8px;background:none;border:none;text-align:left;cursor:pointer;transition:background .15s ease}.store-mobile-nav-header--open,.store-mobile-nav-header:hover{background:#fff5b0}.store-mobile-nav-chevron{flex-shrink:0;opacity:.55;transition:transform .2s ease,opacity .2s ease}.store-mobile-nav-chevron--open{transform:rotate(180deg);opacity:1}.store-mobile-nav-header-link{flex:1}.store-mobile-nav-header-link,.store-mobile-nav-header-link:hover{color:inherit;text-decoration:none}.store-mobile-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:-.5rem -.5rem -.5rem 0;border:none;border-radius:8px;background:rgba(0,0,0,0);color:inherit;cursor:pointer;transition:background .15s ease}.store-mobile-nav-toggle:hover{background:rgba(0,0,0,.06)}.store-mobile-cat-list{list-style:none;margin:0;padding:.125rem 0 .375rem}.store-mobile-cat-item{display:flex;flex-direction:column}.store-mobile-cat-row{display:flex;align-items:center}.store-mobile-cat-row--child{padding-left:.5rem}.store-mobile-cat-link{flex:1;display:block;padding:.6875rem .75rem;font-size:.9rem;font-weight:600;color:#1a1a1a;text-decoration:none;text-transform:uppercase;letter-spacing:.035em;border-radius:8px;transition:background .15s ease;min-width:0}.store-mobile-cat-link:hover{background:#fff5b0}.store-mobile-cat-link--child,.store-mobile-cat-link--grandchild{font-size:.875rem;font-weight:500;text-transform:none;letter-spacing:0;color:rgba(0,0,0,.8)}.store-mobile-cat-toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:8px;background:none;border:none;cursor:pointer;color:#1a1a1a;transition:background .15s ease}.store-mobile-cat-toggle:hover{background:rgba(0,0,0,.06)}.store-mobile-cat-children{list-style:none;margin:0;padding:0 0 .125rem .5rem}.store-mobile-cat-children--grandchild{padding-left:1.25rem}.store-navbar-search{position:relative;max-width:520px;width:100%;justify-self:center}@media(max-width:1024px){.store-navbar-search{display:none}}.store-navbar-mobile-search-bar{background:linear-gradient(145deg,var(--admin-gradient-start),var(--admin-gradient-end));padding-bottom:.5rem}@media(min-width:1024px){.store-navbar-mobile-search-bar{display:none}}.store-navbar-mobile-search-inner{position:relative;width:100%}.store-navbar-mobile-search-pill{height:2.5rem!important;max-width:100%!important;width:100%}.store-navbar-search-pill{display:flex;align-items:center;gap:.625rem;background:#fdfdfd;border-radius:8px;padding:0 1.125rem;height:2.75rem;transition:background .15s ease}.store-navbar-search-pill:focus-within{background:#fff;box-shadow:0 0 0 2.5px rgba(0,0,0,.12)}.store-navbar-search-icon{flex-shrink:0;color:#1a1a1a;opacity:.7}.store-navbar-search-input{flex:1;background:rgba(0,0,0,0);border:none;outline:none;font-size:.9375rem;font-family:inherit;color:#1a1a1a;min-width:0}.store-navbar-search-input::placeholder{color:rgba(0,0,0,.45);font-weight:400}.store-navbar-search-clear{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;color:#1a1a1a;opacity:.5;transition:opacity .15s ease,background .15s ease;cursor:pointer}.store-navbar-search-clear:hover{opacity:1;background:rgba(0,0,0,.07)}.store-navbar-search-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fdfdfd;border-radius:8px;box-shadow:0 16px 40px -8px rgba(0,0,0,.16);border:1px solid rgba(0,0,0,.07);z-index:50;overflow:hidden;animation:navbar-search-in .15s ease forwards}@keyframes navbar-search-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.store-navbar-search-list{list-style:none;margin:0;padding:.375rem 0}.store-navbar-search-result-item{display:flex;align-items:center}.store-navbar-search-result-item--active .store-navbar-search-result{background:#fff5b0}.store-navbar-search-result{flex:1;display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;text-decoration:none;color:#1a1a1a;transition:background .15s ease;min-width:0}.store-navbar-search-result:hover{background:#fff5b0}.store-navbar-search-wishlist{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin-right:.5rem;border-radius:50%;color:#b0b0b0;background:none;border:none;cursor:pointer;transition:color .15s ease,background .15s ease}.store-navbar-search-wishlist:hover{background:rgba(0,0,0,.05);color:#e53e3e}.store-navbar-search-wishlist--active{color:#e53e3e}.store-navbar-search-result-img{position:relative;width:2.875rem;height:2.875rem;border-radius:8px;background:#f3f3f3;flex-shrink:0;overflow:hidden}.store-navbar-search-result-img img{width:100%;height:100%;box-sizing:border-box;object-fit:contain;padding:3px}.store-navbar-search-result-tags{position:absolute;top:.2rem;left:.2rem;display:flex;flex-direction:column;gap:.15rem;z-index:1}.store-navbar-search-result-tag{font-size:.5rem;font-weight:700;padding:.1rem .3rem;border-radius:3px;line-height:1.3;white-space:nowrap}.store-navbar-search-result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.store-navbar-search-result-name{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-navbar-search-result-price{font-size:.8125rem;color:#b0b0b0}.store-navbar-search-footer{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;border-top:1px solid rgba(0,0,0,.06);font-size:.8125rem}.store-navbar-search-total{color:#b0b0b0}.store-navbar-search-view-all{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;color:#1a1a1a;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;transition:opacity .15s ease}.store-navbar-search-view-all--active,.store-navbar-search-view-all:hover{opacity:.65}.store-navbar-search-status{padding:1rem;font-size:.875rem;color:#b0b0b0;text-align:center}.store-navbar-search-status strong{color:#1a1a1a}.store-navbar-search-suggestions-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#b0b0b0;padding:.75rem 1rem .375rem}.store-navbar-search-suggestions-list{list-style:none;margin:0;padding:0 0 .375rem}.store-navbar-search-suggestion-item{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:.875rem;color:#1a1a1a;text-align:left;transition:background .15s ease}.store-navbar-search-suggestion-item--active,.store-navbar-search-suggestion-item:hover{background:#fff5b0}.search-overlay{position:absolute;left:0;right:0;top:100%;z-index:40;background:#fdfdfd;border-bottom:1px solid var(--brand-border);animation:search-slide-down .2s cubic-bezier(.4,0,.2,1) forwards}.search-overlay--closing{animation:search-slide-up .2s cubic-bezier(.4,0,.2,1) forwards}@keyframes search-slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes search-slide-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.search-overlay-input-row{display:flex;align-items:center;gap:.75rem;padding:1.25rem 0;border-bottom:1px solid var(--brand-border)}.search-overlay-icon{flex-shrink:0;color:#1a1a1a}.search-overlay-input{flex:1;border:none;outline:none;background:rgba(0,0,0,0);font-size:1.125rem;font-weight:500;color:#1a1a1a;font-family:inherit}.search-overlay-input::placeholder{color:#b0b0b0;font-weight:400}.search-overlay-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#1a1a1a;transition:background .15s ease;cursor:pointer}.search-overlay-close:hover{background:rgba(0,0,0,.06)}.search-overlay-results{padding:1.25rem 0 1.5rem}.search-overlay-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.search-overlay-count{font-size:.875rem;color:#b0b0b0}.search-overlay-count strong{color:#1a1a1a}.search-overlay-view-all{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:#1a1a1a;text-decoration:none;cursor:pointer;transition:opacity .15s ease;background:none;border:none;padding:0;font-family:inherit}.search-overlay-view-all:hover{opacity:.7}.search-overlay-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1024px){.search-overlay-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.search-overlay-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.search-overlay-grid{grid-template-columns:1fr}}.search-overlay-empty{text-align:center;padding:3rem 0}.search-overlay-empty-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.375rem}.search-overlay-empty-hint,.search-overlay-loading{font-size:.875rem;color:#b0b0b0}.search-overlay-loading{text-align:center;padding:3rem 0}.store-home{display:flex;flex-direction:column;gap:48px;margin-bottom:3rem}@media(max-width:768px){.store-home{gap:24px}}.store-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}@media(max-width:1024px){.store-section-header{margin-bottom:1rem}}.store-section-title{font-size:1.5rem;font-weight:500;letter-spacing:0;line-height:150%;color:#1a1a1a}@media(max-width:1024px){.store-section-title{font-size:1rem}}.store-section-link{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:8px;color:#1a1a1a;font-size:1rem;font-weight:500;line-height:150%;border-radius:8px;border:1px solid #141414}@media(max-width:1024px){.store-section-link{white-space:nowrap;padding:8px 16px;font-size:.875rem}}.store-product-swiper{width:100%}@media(max-width:1024px){.store-product-swiper{margin-right:-16px;width:calc(100% + 16px)}}.store-product-swiper{padding-bottom:2rem!important}.store-product-swiper .swiper-slide{height:auto;display:flex}.store-product-swiper .swiper-slide>*{width:100%;height:100%}.store-product-swiper .swiper-pagination{bottom:0!important}.store-product-swiper .swiper-pagination-bullet{background:#141414!important;opacity:.3}.store-product-swiper .swiper-pagination-bullet-active{background:#1a1a1a;opacity:1}.store-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1024px){.store-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.store-product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.store-product-grid{grid-template-columns:1fr 1fr;gap:.75rem}}.store-product-grid--cols-5{grid-template-columns:repeat(5,1fr)}@media(max-width:1280px){.store-product-grid--cols-5{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.store-product-grid--cols-5{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.store-product-grid--cols-5{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.store-product-grid--cols-5{grid-template-columns:1fr 1fr;gap:.75rem}}.store-product-card{height:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:8px;transition:box-shadow .3s ease,border-color .3s ease}.store-product-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08);border-color:rgba(0,0,0,.12)}.store-product-card--oos .store-product-card-img img{opacity:.55;filter:grayscale(25%)}.store-product-card--oos .store-product-card-img:hover img,.store-product-card--oos.group:hover .store-product-card-img img{transform:none}.store-product-card--oos:hover{box-shadow:none;border-color:rgba(0,0,0,.06)}.store-product-card--oos .store-product-card-body{background:#fafaf9}.store-product-card--oos .store-product-card-title{color:#c4c4c4}.store-product-card--oos .store-product-card-category,.store-product-card--oos .store-product-card-current-price,.store-product-card--oos .store-product-card-old-price,.store-product-card--oos .store-product-card-sku{color:#b0b0b0}.store-product-card--oos .store-cart-btn,.store-product-card--oos .store-qty-btn,.store-product-card--oos .store-wishlist-btn{opacity:.3;cursor:not-allowed;pointer-events:none}.store-product-card-img{position:relative;width:100%;aspect-ratio:1/1;background:#fff;overflow:hidden;border-radius:8px}@media(max-width:480px){.store-product-card-img{border-radius:8px 8px 0 0}}.store-product-card-img img{width:100%;height:100%;box-sizing:border-box;object-fit:contain;background:#fff;padding:10px;border-radius:8px;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.store-product-card:hover .store-product-card-img img{transform:scale(1.05)}.store-badge{position:absolute;top:.75rem;left:.75rem;width:fit-content;font-family:Gotham,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:400;line-height:150%;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .625rem;border-radius:4px}.store-badge,.store-badge--oos{background:#ffda00;color:#1a1a1a}.store-badge--oos{position:static;font-weight:600;border:none}@media(max-width:1024px){.store-badge{font-size:10px;padding:.25rem .5rem}}@media(max-width:480px){.store-badge{font-size:9px;padding:.2rem .4rem}}.store-product-card-oos-overlay{position:absolute;inset:0;background:rgba(250,250,249,.3);z-index:1;border-radius:inherit;pointer-events:none}.store-wishlist-btn{position:absolute;top:.75rem;right:.75rem;z-index:2;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.9);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:color .15s ease,background .15s ease;border:none;cursor:pointer}@media(max-width:1024px){.store-wishlist-btn{width:30px;height:30px}}.store-wishlist-btn--active,.store-wishlist-btn:hover{color:#ef4444;background:#fff}.store-wishlist-btn--active:hover{color:#dc2626}@media(max-width:480px){.store-wishlist-btn{width:28px;height:28px}.store-wishlist-btn svg{width:15px;height:15px}}.store-product-card-body{flex:1;padding:1rem .5rem .5rem;display:flex;flex-direction:column;gap:1rem}@media(max-width:480px){.store-product-card-body{padding:.5rem .4rem .4rem;gap:.5rem}}.store-product-card-header{flex:1;display:flex;flex-direction:column;gap:.35rem}.store-product-card-meta{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.1rem;min-height:2.625rem;margin-bottom:0}.store-product-card-category,.store-product-card-sku{color:#b0b0b0;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:.07em;display:block;width:100%;min-height:1.3125rem;text-overflow:ellipsis;white-space:nowrap}.store-product-card-category,.store-product-card-sku,.store-product-card-title{font-family:Gotham,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:150%;overflow:hidden}.store-product-card-title{color:#1a1a1a;font-size:1rem;font-weight:500;min-height:3rem;margin:0;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:480px){.store-product-card-title{font-size:.8125rem;min-height:2.4375rem}}.store-product-card-price{display:flex;align-items:baseline;min-height:1.5rem;font-family:Gotham,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:500;line-height:150%}@media(max-width:480px){.store-product-card-price{gap:.25rem;flex-wrap:wrap}}.store-product-card-current-price{font-family:Gotham,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:150%}@media(max-width:480px){.store-product-card-current-price{font-size:.875rem}}.store-product-card-old-price{font-size:1rem;font-weight:500;color:#b0b0b0;text-decoration:line-through}@media(max-width:480px){.store-product-card-old-price{font-size:.75rem}.store-product-card-sku{font-size:10px}.store-product-card-category{font-size:11px}}.store-product-card-actions{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.store-qty-control{display:flex;align-items:center;border:1px solid #141414;border-radius:8px;overflow:hidden}.store-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#1a1a1a;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:background .15s ease,color .15s ease}.store-qty-btn:hover{background:#1a1a1a;color:#fdfdfd}@media(max-width:480px){.store-qty-btn{width:26px;height:26px;font-size:.875rem}}.store-qty-value{width:28px;text-align:center;font-size:.85rem;font-weight:700;color:#1a1a1a}@media(max-width:480px){.store-qty-value{width:20px;font-size:.75rem}}.store-cart-btn{display:flex;height:35px;width:35px;padding:8px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #141414;cursor:pointer;color:#1a1a1a;transition:background .15s ease,color .15s ease,border-color .15s ease}.store-cart-btn:hover{background:#1a1a1a;color:#fdfdfd}@media(max-width:480px){.store-cart-btn{width:30px;height:30px;padding:5px}}.pdp-loading{text-align:center;padding:4rem 0;color:#b0b0b0}.pdp-page{margin-bottom:3rem!important}.pdp-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#b0b0b0;padding:48px 0}@media(max-width:1024px){.pdp-breadcrumbs{padding:14px 0 18px;gap:.35rem;font-size:.68rem}}@media(max-width:768px){.pdp-breadcrumbs>*{display:none!important}.pdp-breadcrumbs>.pdp-breadcrumbs-sep:nth-last-child(2),.pdp-breadcrumbs>:last-child,.pdp-breadcrumbs>:nth-last-child(3){display:inline-flex!important}.pdp-breadcrumbs>.pdp-breadcrumbs-sep:nth-child(2){display:none!important}}.pdp-breadcrumbs a{color:#1a1a1a;text-decoration:none;transition:color .15s ease;font-size:14px;font-weight:400;line-height:150%}.pdp-breadcrumbs a:hover{color:#1a1a1a}.pdp-breadcrumbs-sep{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="%231A1A1A"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="black" fill-opacity="0.2"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="black" fill-opacity="0.2"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="black" fill-opacity="0.2"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="%231A1A1A" stroke-width="0.666667"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="black" stroke-opacity="0.2" stroke-width="0.666667"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="black" stroke-opacity="0.2" stroke-width="0.666667"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="black" stroke-opacity="0.2" stroke-width="0.666667"/></svg>');width:16px;height:16px;display:inline-block}.pdp-breadcrumbs-current{font-size:14px;color:#1a1a1a;font-weight:600}.pdp-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1fr);gap:80px;align-items:start}@media(max-width:1024px){.pdp-layout{grid-template-columns:1fr;gap:1.5rem}}.pdp-info{display:flex;flex-direction:column;gap:24px}@media(max-width:1024px){.pdp-info{gap:.95rem}}.pdp-gallery-main{aspect-ratio:1;background:#fff;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.pdp-gallery-main img{width:100%;height:100%;box-sizing:border-box;object-fit:contain;background:#fff;padding:18px}@media(max-width:1024px){.pdp-gallery-main{border-radius:10px}}@media(min-width:1024px){.pdp-zoom-host{cursor:zoom-in}}.pdp-zoom-lens{position:absolute;border:1.5px solid rgba(0,0,0,.2);background:rgba(255,218,0,.18);pointer-events:none;z-index:4;border-radius:2px}@media(max-width:1024px){.pdp-zoom-lens{display:none}}.pdp-zoom-panel{background-color:#fff;background-repeat:no-repeat}@media(max-width:1024px){.pdp-zoom-panel{display:none}}.pdp-gallery-placeholder{color:#ccc}.pdp-gallery-thumbs{display:flex;gap:.5rem;margin-top:.75rem}@media(max-width:1024px){.pdp-gallery-thumbs{flex-wrap:wrap;align-items:flex-start}}.pdp-thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid rgba(0,0,0,0);cursor:pointer;background:#fff;padding:0;transition:border-color .15s ease}.pdp-thumb img{width:100%;height:100%;box-sizing:border-box;object-fit:contain;background:#fff;padding:3px}.pdp-thumb:hover{border-color:var(--brand-border)}.pdp-thumb--active{border-color:#1a1a1a}.pdp-title{font-size:24px;font-weight:500}.pdp-sku,.pdp-title{color:#1a1a1a;line-height:150%}.pdp-sku{font-size:16px;font-weight:400}@media(max-width:1024px){.pdp-sku{font-size:.9rem}}.pdp-short-description{width:100%;padding:0;color:#1a1a1a;font-size:15px;font-weight:400;line-height:1.65}.pdp-short-description ol,.pdp-short-description p,.pdp-short-description ul{margin:0}.pdp-short-description ol+p,.pdp-short-description p+ol,.pdp-short-description p+p,.pdp-short-description p+ul,.pdp-short-description ul+p{margin-top:.65rem}.pdp-short-description ol,.pdp-short-description ul{padding-left:1.2rem}.pdp-short-description li+li{margin-top:.25rem}.pdp-short-description b,.pdp-short-description strong{font-weight:600}.pdp-short-description a{color:inherit;text-decoration:underline;text-underline-offset:.18em}@media(max-width:1024px){.pdp-short-description{padding:14px 0;font-size:.92rem;line-height:1.58}}.pdp-option-label{color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%;margin-bottom:8px}@media(max-width:1024px){.pdp-option-label{font-size:.82rem;margin-bottom:.45rem}}.pdp-color-swatches{display:flex;gap:.5rem}.pdp-color-swatch{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(0,0,0,0);background:none;padding:4px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.pdp-color-swatch:hover{border-color:var(--brand-border)}.pdp-color-swatch--active{border-color:#1a1a1a;box-shadow:0 0 0 1px rgba(0,0,0,.14)}.pdp-color-swatch--disabled{opacity:.35;cursor:pointer}.pdp-color-swatch--disabled:hover{border-color:rgba(0,0,0,0)}@media(max-width:1024px){.pdp-color-swatch{width:30px;height:30px;padding:3px}}.pdp-color-swatch-dot{display:block;width:100%;height:100%;border-radius:50%;background:#1a1a1a}.pdp-color-swatch-dot--light{border:1px solid rgba(0,0,0,.22);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.85)}.pdp-size-options{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:1024px){.pdp-size-options{gap:.4rem}}.pdp-size-options--highlighted{border-radius:8px;box-shadow:0 0 0 2px rgba(255,218,0,.9);background:rgba(255,218,0,.14);padding:.35rem;margin:-.35rem;transition:box-shadow .25s ease,background .25s ease}.pdp-size-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%;background:#fdfdfd;border:1px solid var(--brand-border);border-radius:8px;cursor:pointer;transition:all .15s ease}.pdp-size-btn:hover:not(:disabled){border-color:#1a1a1a}.pdp-size-btn--selected{border-color:#1a1a1a;background:#1a1a1a;color:#fdfdfd}.pdp-size-btn--disabled{color:#ccc;border-color:#eee;background:#fafafa;cursor:pointer;text-decoration:line-through}.pdp-size-btn--selected.pdp-size-btn--disabled{color:#b91c1c;border-color:#b91c1c;background:#fff5f5;opacity:1}@media(max-width:1024px){.pdp-size-btn{width:34px;height:34px;font-size:.78rem;border-radius:7px}}.pdp-size-guide-toggle{border:none;background:none;padding:0;color:#1a1a1a;font-size:12px;font-weight:400;line-height:150%;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.pdp-size-guide-card{margin-top:24px;border-radius:8px;border:1px solid #b0b0b0;background:#e5e5e5;display:flex;padding:24px;flex-direction:column;align-items:center;gap:32px;align-self:stretch}@media(max-width:1024px){.pdp-size-guide-card{margin-top:12px;padding:12px;gap:14px}}.pdp-size-guide-title{margin-bottom:16px;text-align:center;font-size:16px;font-weight:500;line-height:150%;color:#1a1a1a}@media(max-width:1024px){.pdp-size-guide-title{margin-bottom:8px;font-size:.85rem}}.pdp-size-guide-subtitle{margin:0;color:#525252;text-align:center;font-size:14px;font-weight:400;line-height:150%}@media(max-width:1024px){.pdp-size-guide-subtitle{font-size:.72rem}}.pdp-size-guide-table{width:100%;border-collapse:collapse;font-size:.72rem}.pdp-size-guide-table .pdp-size-guide-table-size-row{text-align:center;font-size:16px;font-weight:500;line-height:150%;color:#1a1a1a}.pdp-size-guide-table td,.pdp-size-guide-table th{text-align:center;padding:.2rem .3rem}.pdp-size-guide-table th{text-align:center;font-size:16px;font-weight:500;line-height:150%;color:#1a1a1a}.pdp-size-guide-table td{color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%}@media(max-width:1024px){.pdp-size-guide-table,.pdp-size-guide-table .pdp-size-guide-table-size-row,.pdp-size-guide-table td,.pdp-size-guide-table th{font-size:.67rem}.pdp-size-guide-table td,.pdp-size-guide-table th{padding:.16rem .2rem}}.pdp-size-guide-note{color:#525252;text-align:center;font-size:12px;font-weight:400;line-height:150%}@media(max-width:1024px){.pdp-size-guide-note{font-size:.72rem}}.pdp-size-hint{font-size:.75rem;color:#d97706;margin-top:.375rem}@keyframes sc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.6)}}@keyframes fc-flip-top{0%{transform:rotateX(0deg)}to{transform:rotateX(-90deg)}}@keyframes fc-flip-bottom{0%{transform:rotateX(90deg)}to{transform:rotateX(0deg)}}.sale-countdown{display:inline-flex;flex-direction:column;gap:.5rem}.sale-countdown__header{display:flex;align-items:center;gap:.4rem}.sale-countdown__label{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1a1a1a;line-height:1.5}.sale-countdown__timer{display:flex;align-items:center;gap:4px}.fc-sep{font-size:.95rem;font-weight:800;color:#1a1a1a;opacity:1;line-height:1;margin:0 1px}.fc-card{position:relative;width:44px;height:32px;flex-shrink:0;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.1);perspective:1200px}.fc-static{position:absolute;left:0;right:0;height:50%;background:#ffda00;overflow:hidden;z-index:1}.fc-static--top{top:0;border-radius:5px 5px 0 0}.fc-static--bottom{bottom:0;border-radius:0 0 5px 5px}.fc-flap{position:absolute;left:0;right:0;height:50%;background:#ffda00;overflow:hidden;z-index:2;backface-visibility:hidden}.fc-flap--top{top:0;border-radius:5px 5px 0 0;transform-origin:center bottom;transform:rotateX(0deg)}.fc-flap--top.is-flipping{animation:fc-flip-top .25s ease-in both}.fc-flap--bottom{bottom:0;border-radius:0 0 5px 5px;transform-origin:center top;transform:rotateX(90deg)}.fc-flap--bottom.is-flipping{animation:fc-flip-bottom .25s ease-out .18s both}.fc-num{position:absolute;left:0;right:0;height:200%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#1a1a1a;font-variant-numeric:tabular-nums;letter-spacing:.02em;user-select:none;line-height:1;pointer-events:none;transform:translateY(2px)}.fc-flap--top .fc-num,.fc-static--top .fc-num{top:0}.fc-flap--bottom .fc-num,.fc-static--bottom .fc-num{top:-100%}.pdp-price-row{display:flex;align-items:flex-start;flex-direction:column;gap:.8rem}.pdp-price-block{display:flex;align-items:baseline;gap:.55rem;margin-bottom:0}.pdp-price-old{font-size:1rem;color:#b0b0b0;text-decoration:line-through}.pdp-price{font-size:20px;font-weight:500;line-height:150%;color:#1a1a1a}.pdp-price--sale{color:#dc2626}@media(max-width:1024px){.pdp-price{font-size:1.2rem}}.pdp-actions{display:flex;align-items:center;gap:.75rem;margin-bottom:0}@media(max-width:1024px){.pdp-actions{gap:.4rem}}.pdp-qty{display:flex;align-items:center;border:1px solid var(--brand-border);border-radius:8px;overflow:hidden}.pdp-qty--disabled{opacity:.35;pointer-events:none;cursor:not-allowed}.pdp-qty-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:background .15s ease}.pdp-qty-btn svg,.pdp-qty-btn svg path{transition:stroke .15s ease}.pdp-qty-btn:hover{background:#1a1a1a}.pdp-qty-btn:hover svg path{stroke:#fdfdfd;stroke-opacity:1}@media(max-width:1024px){.pdp-qty-btn{width:34px;height:38px}}.pdp-qty-value{width:40px;text-align:center;font-size:.9rem;font-weight:700;color:#1a1a1a;background:rgba(0,0,0,0);border:none;outline:none;appearance:textfield;-moz-appearance:textfield}.pdp-qty-value::-webkit-inner-spin-button,.pdp-qty-value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media(max-width:1024px){.pdp-qty-value{width:26px;font-size:.8rem}}.pdp-add-btn{flex:1;border:none;height:42px;padding:12px 24px;gap:8px;flex:1 0 0;background:#1a1a1a;color:#fdfdfd;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:opacity .15s ease;display:flex;align-items:center;justify-content:center}.pdp-add-btn:hover:not(:disabled){opacity:.85}.pdp-add-btn:disabled{opacity:.4;cursor:not-allowed}.pdp-add-btn--link{text-decoration:none;text-align:center}@media(max-width:1024px){.pdp-add-btn{height:38px;font-size:.82rem;padding:0 .85rem}}.pdp-wishlist-btn{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--brand-border);border-radius:8px;background:#fdfdfd;color:#1a1a1a;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.pdp-wishlist-btn svg,.pdp-wishlist-btn svg path{transition:stroke .15s ease}.pdp-wishlist-btn:hover{background:#1a1a1a;border-color:#1a1a1a;color:#fdfdfd}.pdp-wishlist-btn:hover svg path{stroke:#fdfdfd}.pdp-wishlist-btn--active{color:#e03131;border-color:#e03131;background:#ffe3e3}.pdp-wishlist-btn--active svg path{stroke:#e03131}.pdp-wishlist-btn--active:hover{color:#c92a2a;border-color:#c92a2a;background:#ffc9c9}.pdp-wishlist-btn--active:hover svg path{stroke:#c92a2a}@media(max-width:1024px){.pdp-wishlist-btn{width:38px;height:38px}}.pdp-message{font-size:.8rem;color:#16a34a;margin-top:.25rem}.pdp-availability{font-size:.8rem;margin-bottom:0;line-height:1.8}.pdp-availability--in{color:#16a34a;font-weight:600}.pdp-availability--out{color:#dc2626;font-weight:600}.pdp-availability--check{color:#b0b0b0;font-weight:500}.pdp-availability--clickable{cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.pdp-availability--clickable:hover{color:#1a1a1a}@media(max-width:1024px){.pdp-availability{font-size:.66rem;line-height:1.55}}.pdp-storage-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.pdp-storage-item{display:inline-flex;align-items:center;gap:.25rem;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:6px;padding:.2rem .55rem;font-size:.72rem;font-weight:600}.pdp-accordion{border-top:1px solid var(--brand-border)}.pdp-accordion--full{margin-top:40px;max-width:880px;margin-left:auto;margin-right:auto}.pdp-accordion-item{border-bottom:1px solid var(--brand-border)}.pdp-accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;background:none;border:none;cursor:pointer;font-size:18px;font-weight:500;color:#1a1a1a}@media(max-width:1024px){.pdp-accordion-header{padding:.82rem 0;font-size:1rem}}.pdp-accordion-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease}.pdp-accordion-icon svg{display:block;width:24px;height:24px}.pdp-accordion-icon--open{transform:rotate(45deg)}.pdp-accordion-body{display:grid;grid-template-rows:0fr;opacity:0;font-size:16px;color:#1a1a1a;line-height:24px;font-weight:400;padding-bottom:0;pointer-events:none;will-change:grid-template-rows,opacity;transition:grid-template-rows .28s ease,opacity .18s ease,padding-bottom .28s ease}.pdp-accordion-body .pdp-accordion-body-inner{min-height:0;overflow:hidden}.pdp-accordion-body--open{grid-template-rows:1fr;opacity:1;padding-bottom:1rem;pointer-events:auto}@media(max-width:1024px){.pdp-accordion-body{font-size:.82rem;line-height:1.45}}.pdp-info-list{margin-top:1rem;gap:.65rem}.pdp-info-item,.pdp-info-list{display:flex;flex-direction:column}.pdp-info-item{gap:.22rem;padding:.6rem .75rem;border-radius:8px;background:#f8f8f8}@media(max-width:640px){.pdp-info-item{padding:.55rem .65rem}}.pdp-info-label{font-size:.72rem;font-weight:600;color:#b0b0b0;letter-spacing:.04em;text-transform:uppercase}.pdp-info-value{font-size:.86rem;color:#1a1a1a;line-height:1.45;word-break:break-word}@media(max-width:640px){.pdp-info-value{font-size:.82rem}}.pdp-related{margin-top:48px}@media(max-width:1024px){.pdp-related{margin-top:30px}}.pdp-related--accessories{margin-top:48px;padding-top:0}@media(max-width:1024px){.pdp-related--accessories{margin-top:30px}}.pdp-related-title{font-size:2rem;font-weight:700;color:#1a1a1a;letter-spacing:0;margin-bottom:32px}@media(max-width:1024px){.pdp-related-title{font-size:1.5rem;margin-bottom:18px;text-align:center}}.pdp-related-grid{display:block}@media(max-width:1024px){.pdp-related-grid{display:none}}.pdp-related-slider{display:none}@media(max-width:1024px){.pdp-related-slider{display:block}}.pdp-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:45;border-top:1px solid var(--brand-border);background:#fdfdfd;box-shadow:0 -6px 20px rgba(0,0,0,.08);opacity:0;transform:translateY(100%);pointer-events:none;transition:transform .3s ease,opacity .3s ease}.pdp-sticky-bar.pdp-sticky-bar--visible{opacity:1;transform:translateY(0);pointer-events:auto}@media(max-width:1024px){.pdp-sticky-bar{display:block;left:10px;right:10px;bottom:10px;border:1px solid var(--brand-border);border-radius:8px;box-shadow:0 10px 24px rgba(0,0,0,.14)}}.pdp-sticky-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:16px 0}@media(max-width:1024px){.pdp-sticky-bar-inner{flex-direction:column;align-items:stretch;gap:8px;padding:27px 0}}.pdp-sticky-product{display:flex;align-items:center;gap:40px;min-width:0;justify-content:flex-start}@media(max-width:1024px){.pdp-sticky-product{width:100%;gap:10px;align-items:center}}.pdp-sticky-image{width:110px;height:110px;border-radius:4px;object-fit:contain;box-sizing:border-box;background:#fff;padding:4px;flex-shrink:0}@media(max-width:1024px){.pdp-sticky-image{width:66px;height:66px;border-radius:4px}}.pdp-sticky-meta{display:flex;align-items:center;gap:40px;min-width:0}@media(max-width:1024px){.pdp-sticky-meta{width:100%;justify-content:space-between;gap:8px;align-items:flex-start}}.pdp-sticky-name{font-size:20px;font-weight:500;color:#1a1a1a;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}@media(max-width:1024px){.pdp-sticky-name{font-size:.82rem;line-height:1.2;max-width:none;white-space:normal;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.pdp-sticky-price{font-size:20px;font-weight:500;color:#1a1a1a;line-height:30px;white-space:nowrap}@media(max-width:1024px){.pdp-sticky-price{font-size:.82rem;line-height:1.2;flex-shrink:0;padding-top:1px}}.pdp-sticky-actions{display:flex;align-items:center;gap:.55rem}.pdp-sticky-actions .pdp-add-btn{min-width:220px;height:42px}.pdp-sticky-actions .pdp-wishlist-btn{width:42px;height:42px}@media(max-width:1024px){.pdp-sticky-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.pdp-sticky-actions .pdp-sticky-color-dropdown,.pdp-sticky-actions .pdp-sticky-size-dropdown{grid-column:1/-1;width:100%}.pdp-sticky-actions .pdp-add-btn{grid-column:1;width:100%;min-width:0;height:34px;font-size:.78rem;padding:0 .65rem}.pdp-sticky-actions .pdp-wishlist-btn{grid-column:2;width:34px;height:34px}}.pdp-sticky-size-btn{min-width:160px;height:42px;border:1px solid var(--brand-border);border-radius:6px;background:#fdfdfd;color:#1a1a1a;font-size:.85rem;font-weight:500;cursor:pointer;padding:0 .75rem;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:.4rem}@media(max-width:1024px){.pdp-sticky-size-btn{min-width:0;width:100%;height:34px;padding:0 .55rem;font-size:.76rem}}.pdp-sticky-color-btn{min-width:150px;height:42px;border:1px solid var(--brand-border);border-radius:6px;background:#fdfdfd;color:#1a1a1a;font-size:.85rem;font-weight:500;cursor:pointer;padding:0 .75rem;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:.4rem}@media(max-width:1024px){.pdp-sticky-color-btn{min-width:0;width:100%;height:34px;padding:0 .55rem;font-size:.76rem}}.pdp-sticky-color-dropdown{position:relative}@media(max-width:1024px){.pdp-sticky-color-dropdown{min-width:0}}.pdp-sticky-size-dropdown{position:relative}@media(max-width:1024px){.pdp-sticky-size-dropdown{min-width:0}}.pdp-sticky-size-chevron{transition:transform .2s ease;flex-shrink:0}.pdp-sticky-size-chevron--open{transform:rotate(180deg)}.pdp-sticky-size-menu{position:absolute;left:0;right:0;bottom:calc(100% + .35rem);background:#fdfdfd;border:1px solid var(--brand-border);border-radius:6px;box-shadow:0 10px 24px rgba(0,0,0,.14);padding:.3rem;margin:0;list-style:none;max-height:220px;overflow-y:auto}@media(max-width:1024px){.pdp-sticky-size-menu{bottom:calc(100% + .25rem);max-height:170px}}.pdp-sticky-color-menu{position:absolute;left:0;right:0;bottom:calc(100% + .35rem);background:#fdfdfd;border:1px solid var(--brand-border);border-radius:6px;box-shadow:0 10px 24px rgba(0,0,0,.14);padding:.3rem;margin:0;list-style:none;max-height:220px;overflow-y:auto}@media(max-width:1024px){.pdp-sticky-color-menu{bottom:calc(100% + .25rem);max-height:170px}}.pdp-sticky-size-option{font-size:.82rem;color:#1a1a1a;padding:.45rem .55rem;border-radius:4px;cursor:pointer;transition:background .15s ease}.pdp-sticky-size-option:hover{background:#fff5b0}.pdp-sticky-size-option--active{font-weight:600;background:#fff5b0}.pdp-sticky-size-option--disabled{color:#b0b0b0;opacity:.5;cursor:pointer}.pdp-sticky-size-option--disabled:hover{background:rgba(0,0,0,0)}.pdp-sticky-size-option--active.pdp-sticky-size-option--disabled{color:#b91c1c;background:#fff5f5;opacity:1}.pdp-sticky-color-option{font-size:.82rem;color:#1a1a1a;padding:.45rem .55rem;border-radius:4px;cursor:pointer;transition:background .15s ease;display:flex;align-items:center;gap:.45rem}.pdp-sticky-color-option:hover{background:#fff5b0}.pdp-sticky-color-option--active{font-weight:600;background:#fff5b0}.pdp-sticky-color-option--disabled{color:#b0b0b0;opacity:.5;cursor:pointer}.pdp-sticky-color-option--disabled:hover{background:rgba(0,0,0,0)}.pdp-sticky-color-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.2);background:#111;flex-shrink:0}.collection-page{padding-bottom:3rem}.collection-breadcrumbs{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;margin-top:1.5rem;font-size:14px}@media(max-width:768px){.collection-breadcrumbs>*{display:none!important}.collection-breadcrumbs>.collection-breadcrumbs-sep:nth-last-child(2),.collection-breadcrumbs>:last-child,.collection-breadcrumbs>:nth-last-child(3){display:inline-flex!important}.collection-breadcrumbs>.collection-breadcrumbs-sep:nth-child(2){display:none!important}}.collection-breadcrumbs a{color:#1a1a1a;text-decoration:none;transition:color .15s ease;font-size:14px;font-weight:400;line-height:150%}.collection-breadcrumbs a:hover{color:#1a1a1a}.collection-breadcrumbs-sep{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="%231A1A1A"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="black" fill-opacity="0.2"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="black" fill-opacity="0.2"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="black" fill-opacity="0.2"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="%231A1A1A" stroke-width="0.666667"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="black" stroke-opacity="0.2" stroke-width="0.666667"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="black" stroke-opacity="0.2" stroke-width="0.666667"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="black" stroke-opacity="0.2" stroke-width="0.666667"/></svg>');width:16px;height:16px;display:inline-block}.collection-breadcrumbs-current{color:#1a1a1a;font-weight:600}.collection-title{color:#1a1a1a;font-size:24px;font-weight:700;line-height:150%;margin-top:3rem}@media(max-width:640px){.collection-title{font-size:1.35rem;margin-top:28px;margin-bottom:.875rem}}.category-description{margin-top:.75rem;margin-bottom:1.5rem;color:#1a1a1a;font-size:15px;line-height:1.7;max-width:780px}.category-description p{margin:0 0 .75em}.category-description p:last-child{margin-bottom:0}.category-description strong{font-weight:600}.category-description em{font-style:italic}.category-description ol,.category-description ul{margin:0 0 .75em 1.25em}.category-description li{margin-bottom:.25em}.category-description a{color:#1a1a1a;text-decoration:underline}@media(max-width:640px){.category-description{font-size:14px}}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.75rem;flex-wrap:wrap;gap:.75rem}.collection-toolbar-left{display:flex;align-items:center;gap:1rem}.collection-toolbar-filters{display:flex;align-items:center;width:260px;flex-shrink:0;justify-content:space-between}@media(max-width:1024px){.collection-toolbar-filters{display:none}}.collection-toolbar-right{display:flex;align-items:center;gap:.5rem}.collection-filter-toggle{font-size:.85rem;font-weight:700;color:#1a1a1a;background:#fdfdfd;border:1.5px solid #141414;border-radius:9999px;cursor:pointer;padding:.45rem 1rem;display:flex;align-items:center;gap:.45rem;transition:background .15s ease,border-color .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}.collection-filter-toggle:hover{background:#fff5b0}.collection-filter-toggle:active{background:#ffda00}@media(min-width:1024px){.collection-filter-toggle{display:none}}.collection-filter-badge{display:flex;align-items:center;justify-content:center;width:21px;height:21px;background:#ffda00;color:#1a1a1a;font-size:.8rem;font-weight:700;border-radius:9999px;padding:0 4px}.collection-clear-filters{font-size:.75rem;font-weight:600;color:#b0b0b0;background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}.collection-clear-filters:hover{color:#1a1a1a}.collection-count{font-size:16px;color:#1a1a1a;font-weight:400;line-height:150%}.collection-count--short{display:none}@media(max-width:640px){.collection-count--short{display:inline}.collection-count--full{display:none}}.sort-dropdown{position:relative}.sort-dropdown-trigger{display:flex;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;padding:.25rem 0;font-size:1rem;color:#1a1a1a;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sort-dropdown-label,.sort-dropdown-value{font-weight:400;white-space:nowrap}.sort-dropdown-chevron{flex-shrink:0;transition:transform .2s ease;color:#1a1a1a}.sort-dropdown-chevron.sort-dropdown-chevron--open{transform:rotate(180deg)}.sort-dropdown-menu{position:absolute;right:0;top:calc(100% + .5rem);min-width:200px;background:#fdfdfd;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.1);list-style:none;margin:0;padding:.375rem;z-index:50}.sort-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;font-size:.875rem;font-weight:400;color:#1a1a1a;border-radius:6px;cursor:pointer;transition:background .15s ease;white-space:nowrap}.sort-dropdown-item svg{flex-shrink:0;margin-left:-2px}.sort-dropdown-item:hover{background:#fff5b0}.sort-dropdown-item.sort-dropdown-item--active{font-weight:600}.collection-layout{display:flex;gap:3rem;align-items:flex-start}.collection-sidebar{width:260px;flex-shrink:0;position:sticky;top:5.5rem}@media(max-width:1024px){.collection-sidebar{position:fixed;top:0;left:0;bottom:0;width:300px;z-index:100;background:#fdfdfd;padding:1.5rem;overflow-y:auto;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 20px rgba(0,0,0,.12)}.collection-sidebar.collection-sidebar--open{transform:translateX(0)}}@media(max-width:480px){.collection-sidebar{width:100%}}.collection-sidebar-mobile-header{display:flex;width:100%;align-items:center;justify-content:space-between}@media(min-width:1024px){.collection-sidebar-mobile-header{display:none}}.collection-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.5rem;padding-top:1.5rem}.collection-sidebar-title{font-size:16px;font-weight:400;line-height:150%;color:#1a1a1a}.collection-sidebar-header-right{display:flex;align-items:center;gap:.5rem}.collection-sidebar-clear{font-size:16px;color:#1a1a1a;font-weight:400;line-height:150%;background:none;border:none;cursor:pointer;text-decoration:none;padding:0;white-space:nowrap}.collection-sidebar-clear:hover{color:#1a1a1a}.collection-sidebar-close{background:none;border:none;cursor:pointer;color:#1a1a1a;padding:.375rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(min-width:1024px){.collection-sidebar-close{display:none}}.collection-sidebar-close:hover{background:#fff5b0}.collection-active-chips{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.collection-active-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .625rem .3rem .75rem;background:#fff5b0;border:1px solid #e6c300;border-radius:9999px;font-size:.75rem;font-weight:600;color:#1a1a1a;cursor:pointer;transition:background .15s ease,border-color .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}.collection-active-chip:hover{background:#ffda00;border-color:#ffda00}.collection-sidebar-overlay{display:none}@media(max-width:1024px){.collection-sidebar-overlay{display:block;position:fixed;inset:0;z-index:99;background:rgba(0,0,0,.3)}}.collection-content{flex:1;min-width:0}.collection-filter-group{border-top:1px solid var(--brand-border)}.collection-filter-group:last-child{border-bottom:none}.collection-filter-group-header{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:1rem 0;font-size:20px;font-weight:500;line-height:150%;color:#1a1a1a}.collection-filter-chevron{transition:transform .15s ease}.collection-filter-chevron.collection-filter-chevron--open{transform:rotate(180deg)}.collection-filter-options-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.collection-filter-options-wrap.collection-filter-options-wrap--open{grid-template-rows:1fr}.collection-filter-options{overflow:hidden;display:flex;flex-direction:column;gap:10px;padding-top:0;transition:padding-top .28s ease}.collection-filter-option{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem;font-weight:400;line-height:24px;color:#1a1a1a;padding:0;transition:color .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}.collection-filter-option:last-child{margin-bottom:16px}@media(max-width:1024px){.collection-filter-option{padding:.55rem 0;font-size:.875rem}}.collection-filter-option input[type=checkbox],.collection-filter-option input[type=radio]{appearance:none;-webkit-appearance:none;box-sizing:border-box;flex-shrink:0;width:18px;height:18px;border-radius:50%;border:1.5px solid #141414;background:#fdfdfd;cursor:pointer;transition:background .15s ease,border-color .15s ease}@media(max-width:1024px){.collection-filter-option input[type=checkbox],.collection-filter-option input[type=radio]{width:18px;height:18px}}.collection-filter-option input[type=checkbox]:checked,.collection-filter-option input[type=radio]:checked{background:#ffda00;border-color:#ffda00;border-width:1.5px}.collection-load-more{display:flex;flex-direction:column;align-items:center;gap:.625rem;margin-top:2.5rem;padding-top:1.5rem}.collection-load-more__btn{min-width:220px}.collection-load-more__btn:disabled{opacity:.6;cursor:not-allowed}.collection-load-more__count{font-size:.78rem;color:var(--store-muted,#6b7280)}@media(max-width:1024px){.collection-toolbar{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:1rem;padding-bottom:0}.collection-toolbar-left,.collection-toolbar-right,.collection-toolbar-right .sort-dropdown{width:100%}.collection-filter-toggle{width:100%;justify-content:center;border:1px solid #141414;border-radius:0;min-height:42px;padding:.625rem .875rem;font-size:1rem;font-weight:500;background:rgba(0,0,0,0);gap:.35rem}.collection-filter-toggle>svg:first-child{display:none}.sort-dropdown-trigger{width:100%;justify-content:center;border:1px solid #141414;border-radius:0;min-height:42px;padding:.625rem .875rem;font-size:1rem;font-weight:500;background:rgba(0,0,0,0)}.sort-dropdown-value{display:none}.sort-dropdown-menu{left:0;right:0;top:calc(100% + .35rem);min-width:0}}.cart-page{padding:48px 0}@media(max-width:768px){.cart-page{padding:28px 0 32px}.cart-page .dark-btn--slim{min-height:42px;width:100%;font-size:18px}}.cart-title{font-size:24px;font-weight:500;line-height:150%;color:#1a1a1a;text-align:center;margin:0}.cart-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#b0b0b0;margin:24px 0}.cart-breadcrumbs a{color:#1a1a1a;text-decoration:none;transition:color .15s ease;font-size:14px;font-weight:400;line-height:150%}.cart-breadcrumbs a:hover{color:#1a1a1a}.cart-breadcrumbs-sep{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="%231A1A1A"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="black" fill-opacity="0.2"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="black" fill-opacity="0.2"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" fill="black" fill-opacity="0.2"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="%231A1A1A" stroke-width="0.666667"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="black" stroke-opacity="0.2" stroke-width="0.666667"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="black" stroke-opacity="0.2" stroke-width="0.666667"/><path d="M6.2583 4.44824C6.32534 4.44826 6.37631 4.46878 6.42822 4.52051L9.7251 7.81738C9.76091 7.85329 9.77787 7.8817 9.78564 7.90039C9.79547 7.92407 9.80127 7.95098 9.80127 7.9834C9.80123 8.0158 9.79551 8.04273 9.78564 8.06641C9.77783 8.08516 9.76109 8.1134 9.7251 8.14941L6.41162 11.4619C6.35992 11.5135 6.31585 11.5283 6.26221 11.5264C6.19936 11.5241 6.14477 11.5027 6.0874 11.4453C6.03541 11.3933 6.01514 11.3416 6.01514 11.2744C6.0152 11.2074 6.03562 11.1564 6.0874 11.1045L9.2085 7.9834L8.97314 7.74707L6.0708 4.84473C6.01928 4.79306 6.00537 4.74895 6.00732 4.69531C6.00962 4.63247 6.03003 4.57788 6.0874 4.52051C6.13947 4.46845 6.19105 4.44824 6.2583 4.44824Z" stroke="black" stroke-opacity="0.2" stroke-width="0.666667"/></svg>');width:16px;height:16px;display:inline-block}.cart-breadcrumbs-current{font-size:14px;color:#1a1a1a;font-weight:600}.cart-layout{display:flex;justify-content:space-between;align-items:flex-start;gap:48px}@media(max-width:1024px){.cart-layout{flex-direction:column;gap:1.25rem}}.cart-items{max-width:680px;width:100%;display:flex;flex-direction:column;gap:24px}@media(max-width:1024px){.cart-items{width:100%;max-width:100%}}@media(max-width:768px){.cart-items{gap:16px}}.cart-summary-vat-note{font-size:12px;color:#666;text-align:center;margin-top:0}@media(max-width:768px){.cart-summary-vat-note{font-size:12px}}.cart-summary{width:400px;flex-shrink:0;position:sticky;top:5.3rem}@media(max-width:1024px){.cart-summary{width:100%;position:static}}.cart-item{display:flex;align-items:stretch;gap:1rem;padding:24px;border-radius:8px;border:1px solid #666;background:#fffbd9}@media(max-width:1024px){.cart-item{justify-content:space-between}}@media(max-width:640px){.cart-item{display:grid;grid-template-columns:128px minmax(0,1fr);grid-template-areas:"image details" "image price" "image actions";column-gap:12px;row-gap:8px;padding:10px;align-items:flex-start}}.cart-item-image{width:120px;height:120px;border-radius:8px;background:#d7d2b7;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-item-image img{width:100%;height:100%;box-sizing:border-box;object-fit:contain;padding:8px}@media(max-width:640px){.cart-item-image{grid-area:image;width:128px;height:100%;min-height:112px;align-self:stretch;border-radius:6px}}.cart-item-info{flex:1;min-width:0;padding-top:.1rem;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:640px){.cart-item-info{display:contents;padding-top:0}.cart-item-info>:first-child{grid-area:details;min-width:0}}.cart-item-name{display:block;color:#1a1a1a;font-size:20px;font-weight:500;line-height:150%}.cart-item-name:hover{opacity:.75}@media(max-width:768px){.cart-item-name{font-size:20px;line-height:1.2;font-weight:600}}.cart-item-sku{display:block;color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%}@media(max-width:768px){.cart-item-sku{font-size:16px;line-height:1.2;margin-top:2px}}.cart-item-price{font-size:16px;font-weight:500;line-height:150%;color:#1a1a1a;white-space:nowrap;margin-left:auto;padding-left:.75rem}@media(max-width:640px){.cart-item-price{grid-area:price;margin-left:0;padding-left:0;width:auto;text-align:left;font-size:16px;line-height:1.1;font-weight:600}}.cart-item-actions{display:flex;align-items:center;gap:45px}@media(max-width:640px){.cart-item-actions{grid-area:actions;width:max-content;gap:12px;justify-content:flex-start}}.cart-qty{display:flex;align-items:center;border:1px solid var(--brand-border);border-radius:8px;overflow:hidden}@media(max-width:768px){.cart-qty{border-radius:10px}}.cart-qty-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:background .15s ease}.cart-qty-btn svg,.cart-qty-btn svg path{transition:stroke .15s ease}.cart-qty-btn:hover{background:#1a1a1a}.cart-qty-btn:hover svg path{stroke:#fdfdfd;stroke-opacity:1}@media(max-width:768px){.cart-qty-btn{width:42px;height:42px}}.cart-qty-value{width:42px;text-align:center;font-size:.9rem;font-weight:700;color:#1a1a1a;background:rgba(0,0,0,0);border:none;outline:none;padding:0}.cart-qty-value::-webkit-inner-spin-button,.cart-qty-value::-webkit-outer-spin-button{appearance:none;margin:0}.cart-qty-value{appearance:textfield}@media(max-width:768px){.cart-qty-value{width:42px;font-size:16px;font-weight:500}}.cart-delete-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;border-radius:8px;background:rgba(0,0,0,0);color:#888;cursor:pointer;padding:0;transition:background .15s ease,color .15s ease}.cart-delete-btn svg{width:20px;height:20px;flex-shrink:0}.cart-delete-btn:hover{background:#b91c1c;color:#fff}@media(max-width:768px){.cart-delete-btn{width:24px;height:24px;color:#6f6f6f}.cart-delete-btn svg{width:18px;height:18px}}.cart-summary-card{width:400px;display:flex;max-width:100%;padding:24px;flex-direction:column;gap:16px;border-radius:8px;border:1px solid #666;background:#fffbd9}@media(max-width:1024px){.cart-summary-card{width:100%}}@media(max-width:768px){.cart-summary-card{padding:16px;gap:12px}}.cart-summary-row-div{display:flex;flex-direction:column;gap:12px}.cart-summary-title{color:#1a1a1a;font-size:20px;font-weight:500;line-height:150%;margin:0}@media(max-width:768px){.cart-summary-title{font-size:20px;line-height:1.2}}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:0}.cart-summary-row--total{color:#1a1a1a;font-size:16px;font-weight:600;line-height:150%;border-top:1px solid rgba(0,0,0,.35);padding-top:12px}@media(max-width:768px){.cart-summary-row--total{font-size:16px;padding-top:10px}}.cart-summary-label{color:#1a1a1a;font-size:14px;font-weight:400;line-height:150%}@media(max-width:768px){.cart-summary-label{font-size:14px;line-height:1.25}}.cart-summary-value{color:#1a1a1a;font-size:14px;font-weight:400;line-height:150%}@media(max-width:768px){.cart-summary-value{font-size:14px;line-height:1.25}}.cart-promo-form{display:flex;align-items:stretch;margin:.22rem 0 .45rem}@media(max-width:768px){.cart-promo-form{margin:0}}.cart-promo-input{border-radius:8px 0 0 8px;border:.8px solid #141414;background:#fdfdfd;outline:none;background:#f8f8ef;color:#1a1a1a;width:100%;min-width:0;display:flex;height:36px;padding:4px 12px;align-items:center;flex:1 0 0;font-size:16px;font-weight:500;line-height:150%}.cart-promo-input::placeholder{color:rgba(0,0,0,.45)}.cart-promo-input:focus{border-color:rgba(0,0,0,.72)}@media(max-width:768px){.cart-promo-input{height:40px;font-size:16px}}.cart-promo-btn{display:flex;height:36px;padding:8px 16px;justify-content:center;align-items:center;min-width:78px;font-size:16px;font-weight:500;line-height:150%;background:#0f0f14;color:#f5f5f5;cursor:pointer;border-radius:0 8px 8px 0;border-top:.8px solid #141414;border-right:.8px solid #141414;border-bottom:.8px solid #141414;transition:opacity .15s ease}.cart-promo-btn:hover{opacity:.88}.cart-promo-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.cart-promo-btn{height:40px;font-size:16px}}.cart-promo-error{margin:0 0 .45rem;color:#b21f2d;font-size:.72rem}.cart-promo-applied-value{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.cart-promo-applied-code{font-weight:600}.cart-promo-applied-code,.cart-promo-applied-discount{font-size:.85rem;color:#1a1a1a;line-height:1}.cart-promo-remove-btn{border:0;background:rgba(0,0,0,0);color:#1a1a1a;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;flex-shrink:0;vertical-align:middle}.cart-promo-remove-btn svg{display:block}.cart-promo-remove-btn:hover{opacity:.5}.cart-free-shipping{color:#666;text-align:center;font-size:12px;font-weight:400;line-height:150%}@media(max-width:768px){.cart-free-shipping{font-size:12px}}.cart-shipping-progress-text{font-size:14px;font-weight:400;line-height:150%;color:#1a1a1a;margin-bottom:12px;text-align:left}.cart-shipping-progress-text strong{font-weight:600}@media(max-width:768px){.cart-shipping-progress-text{font-size:14px;line-height:1.25}}.cart-shipping-progress-bar{height:8px;background:#b0b0b0;border-radius:999px;overflow:hidden}@media(max-width:768px){.cart-shipping-progress-bar{height:6px}}.cart-shipping-progress-fill{height:100%;background:#ffda00;border-radius:999px;transition:width .4s ease}.cart-empty{padding:2.25rem 0 0;display:flex;justify-content:center}@media(max-width:768px){.cart-empty{padding:1.25rem 0 0}}.cart-empty-card{width:100%;max-width:680px;padding:40px 32px;border-radius:8px;border:1px solid #666;background:#fffbd9;box-shadow:0 8px 18px rgba(0,0,0,.05);text-align:center}@media(max-width:768px){.cart-empty-card{padding:24px 16px}}.cart-empty-title{margin:0;color:#1a1a1a;font-size:24px;font-weight:500;line-height:150%}@media(max-width:768px){.cart-empty-title{font-size:20px;line-height:1.3}}.cart-empty-text{font-size:16px;color:rgba(0,0,0,.7);margin:10px 0 20px;line-height:150%}.cart-empty-link{width:100%;max-width:280px;margin:0 auto;text-decoration:none;justify-content:center}.cart-empty-link:hover{color:#f5f5f5}.cart-empty--loading{justify-content:center;padding-top:2.5rem}.cart-empty--loading .cart-empty-text{margin:0}.checkout-page{padding:48px 0}.checkout-layout{display:flex;gap:48px;align-items:flex-start}@media(max-width:1280px){.checkout-layout{flex-direction:column}.checkout-layout .cart-summary{order:-1;width:100%;position:static;top:auto}.checkout-layout .cart-summary-card{width:100%}}.checkout-form{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.25rem}.checkout-company-fields{overflow:hidden;max-height:0;opacity:0;transform:translateY(-4px);margin-top:-16px;transition:max-height .35s cubic-bezier(.22,1,.36,1),opacity .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1),margin-top .3s cubic-bezier(.22,1,.36,1)}.checkout-company-fields--visible{max-height:200px;opacity:1;transform:translateY(0);margin-top:0}.checkout-alt-address{overflow:hidden;max-height:0;opacity:0;transform:translateY(-4px);margin-top:-16px;display:flex;flex-direction:column;transition:max-height .35s cubic-bezier(.22,1,.36,1),opacity .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1),margin-top .3s cubic-bezier(.22,1,.36,1)}.checkout-alt-address--visible{max-height:600px;opacity:1;transform:translateY(0);margin-top:0;gap:16px}.checkout-section{display:flex;flex-direction:column;gap:16px}.checkout-section-label{color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%}.checkout-payment-methods{display:flex;gap:1rem}@media(max-width:768px){.checkout-payment-methods{flex-direction:column}}.checkout-payment-option{display:flex;align-items:flex-start;gap:12px;cursor:pointer;flex:1;padding:16px;transition:border-color .15s ease}.checkout-payment-option--active{border-color:#1a1a1a}.checkout-payment-option input[type=radio]{display:none}.checkout-payment-option .checkout-payment-check{width:18px;height:18px;border:1.5px solid #1a1a1a;border-radius:4px;flex-shrink:0;margin-top:2px;position:relative;transition:all .15s ease}.checkout-payment-option input:checked+.checkout-payment-check{border-color:#1a1a1a}.checkout-payment-option input:checked+.checkout-payment-check:after{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;border-radius:2px;background:#1a1a1a}.checkout-payment-option div{display:flex;flex-direction:column;gap:.15rem}.checkout-payment-option div strong{color:#1a1a1a;font-size:16px;font-weight:500;line-height:150%}.checkout-payment-option div span{color:#b0b0b0;font-size:14px;font-weight:400;line-height:150%}.checkout-customer-type{display:flex;flex-wrap:wrap;gap:1rem;padding:16px}.checkout-customer-type .checkout-hint{flex:1 1 100%;margin-top:0}.checkout-radio-pill{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-size:16px;font-weight:500;line-height:150%;color:#1a1a1a}.checkout-radio-pill input[type=radio]{display:none}.checkout-radio-pill .checkout-radio-dot{width:18px;height:18px;border:1.5px solid #1a1a1a;border-radius:4px;flex-shrink:0;position:relative;transition:all .15s ease}.checkout-radio-pill input:checked+.checkout-radio-dot{border-color:#1a1a1a}.checkout-radio-pill input:checked+.checkout-radio-dot:after{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;border-radius:2px;background:#1a1a1a}.checkout-radio-pill--locked{cursor:default;opacity:.65;pointer-events:none}.checkout-radio-pill--locked.checkout-radio-pill--active{opacity:1}.checkout-address-grid{display:grid;grid-template-columns:minmax(220px,2fr) minmax(110px,1fr) minmax(110px,1fr);gap:.75rem}.checkout-address-grid .checkout-field--city{grid-column:2/span 2}@media(max-width:1200px){.checkout-address-grid{grid-template-columns:1fr 1fr}.checkout-address-grid .checkout-field--city{grid-column:1/-1}}@media(max-width:768px){.checkout-address-grid{grid-template-columns:1fr}.checkout-address-grid .checkout-field--city{grid-column:1}}.checkout-row{display:flex;gap:.75rem}.checkout-row--2>.checkout-field{flex:1}.checkout-row--2>.checkout-field--small{flex:0 0 160px}.checkout-row--3>.checkout-field{flex:1}.checkout-row--3>.checkout-field--small{flex:0 0 120px}@media(max-width:768px){.checkout-row{flex-wrap:wrap}.checkout-row>.checkout-field,.checkout-row>.checkout-field--small{flex:1 1 100%}}.checkout-field{display:flex;flex-direction:column;gap:.25rem}.checkout-field label{color:#1a1a1a;font-size:16px;font-weight:500;line-height:150%}.checkout-field input,.checkout-field textarea{border-radius:4px;border:1px solid #000;padding:8px 16px;font-weight:400;line-height:150%;font-size:16px;color:#1a1a1a;outline:none;transition:border-color .15s ease}.checkout-field input::placeholder,.checkout-field textarea::placeholder{color:#bbb}.checkout-field input:focus,.checkout-field textarea:focus{border-color:#1a1a1a}.checkout-field input[readonly],.checkout-field textarea[readonly]{background:#f5f5f5;color:#b0b0b0}.checkout-req{color:#c0392b;font-size:.75rem}.checkout-hint{font-size:12px;color:#b0b0b0;margin-top:.125rem}.checkout-hint--card{overflow:hidden;max-height:0;opacity:0;transform:translateY(-5px);margin-top:0;transition:max-height .35s ease,opacity .3s ease,transform .3s ease,margin-top .3s ease}.checkout-hint--card.checkout-hint--card-visible{max-height:120px;opacity:1;transform:translateY(0);margin-top:.125rem}.checkout-hint-link{color:#1a1a1a;text-decoration:underline}.checkout-hint-link:hover{color:#666}.checkout-field-error{font-size:.7rem;color:#c0392b;margin-top:.125rem}.checkout-terms{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;line-height:1.45;color:#1a1a1a}@media(max-width:640px){.checkout-terms{gap:.4rem;font-size:.8125rem;line-height:1.4}}.checkout-terms input[type=checkbox]{display:none}.checkout-terms .checkout-terms-check{width:18px;height:18px;border:1.5px solid #1a1a1a;border-radius:4px;flex-shrink:0;margin-top:1px;position:relative;transition:all .15s ease}.checkout-terms .checkout-terms-text{flex:1;min-width:0}.checkout-terms input:checked+.checkout-terms-check{border-color:#1a1a1a}.checkout-terms input:checked+.checkout-terms-check:after{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;border-radius:2px;background:#1a1a1a}.checkout-terms .checkout-req{margin-left:.25rem;white-space:normal}@media(max-width:640px){.checkout-terms .checkout-req{margin-left:.2rem}}.store-collection-banner{background:#ffda00;padding:3rem 4rem}@media(max-width:1024px){.store-collection-banner{padding:1.5rem 0}}.store-collection-banner-content{display:flex;width:100%;justify-content:space-between;align-items:center}@media(max-width:1024px){.store-collection-banner-content{flex-direction:column;align-items:flex-start;gap:1.25rem}}.store-collection-banner-text-content{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:1024px){.store-collection-banner-text-content{gap:.75rem}}.store-collection-banner-title{font-size:1.5rem;font-weight:600;line-height:150%;color:#1a1a1a;margin-bottom:0}.store-collection-banner-text{color:#1a1a1a;font-size:1rem;font-weight:400;line-height:150%;margin-bottom:0}.store-image-text{padding:3rem 0}@media(max-width:1024px){.store-image-text{padding:2rem 0}}.store-image-text__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.store-image-text__inner{grid-template-columns:1fr;gap:1.5rem}}.store-image-text--img-right .store-image-text__img{order:2}@media(max-width:768px){.store-image-text--img-right .store-image-text__img{order:unset}}.store-image-text--img-right .store-image-text__content{order:1}@media(max-width:768px){.store-image-text--img-right .store-image-text__content{order:unset}}.store-image-text__img{border-radius:8px;overflow:hidden;aspect-ratio:4/3}.store-image-text__img img{display:block;width:100%;height:100%;object-fit:cover}.store-image-text__img-placeholder{width:100%;height:100%;background:#fff5b0;border-radius:8px}.store-image-text__content{display:flex;flex-direction:column;gap:1.25rem}.store-image-text__title{font-size:1.75rem;font-weight:700;line-height:1.25;color:#1a1a1a;margin:0}@media(max-width:640px){.store-image-text__title{font-size:1.35rem}}.store-image-text__desc{font-size:1rem;line-height:1.7;color:#1a1a1a;opacity:.75;margin:0}.store-image-text__desc p{margin:0 0 .75em}.store-image-text__desc p:last-child{margin-bottom:0}.store-image-text__desc strong{font-weight:600}.store-image-text__desc a{color:#1a1a1a;text-decoration:underline}.store-image-text__btn{align-self:flex-start}.store-newsletter{background:#1a1a1a;padding:3rem 0;text-align:center}@media(max-width:1024px){.store-newsletter{padding:1.5rem 0}}.store-newsletter-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(max-width:1024px){.store-newsletter-content{gap:1.25rem}}.store-newsletter-title{font-size:1.5rem;font-weight:500}.store-newsletter-text,.store-newsletter-title{color:#f5f5f5;text-align:center;line-height:150%;margin-bottom:0}.store-newsletter-text{font-size:1rem;font-weight:400}.store-newsletter-form{display:flex;max-width:480px;margin:0 auto;gap:.5rem;width:100%}@media(max-width:1024px){.store-newsletter-form{flex-direction:column;gap:.75rem}}.store-newsletter-input{flex:1;padding:.75rem;border-radius:8px;border:1px solid #fdfdfd;font-size:1rem;font-weight:500;line-height:24px;background:#fdfdfd;color:#1a1a1a}.store-newsletter-input:focus{outline:2px solid #fdfdfd;outline-offset:-2px}.store-newsletter-btn{padding:.75rem 1.5rem;border-radius:8px;background:#fdfdfd;color:#1a1a1a;font-weight:500;font-size:1rem;border:none;cursor:pointer;white-space:nowrap;transition:opacity .15s ease}.store-newsletter-btn:hover{opacity:.85}.store-dynamic-color-section{padding:4rem 0}.store-dynamic-color-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.store-dynamic-color-title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;line-height:1.2;letter-spacing:-.02em}.store-dynamic-color-text{font-size:1rem;line-height:1.6;max-width:640px;opacity:.85}.store-dynamic-color-btn{display:inline-flex;align-items:center;padding:.75rem 2rem;border-radius:12px;border:2px solid;font-weight:700;font-size:1rem;text-decoration:none;transition:opacity .15s ease;margin-top:.5rem}.store-dynamic-color-btn:hover{opacity:.75}.store-image-text-section{padding:4rem 0}.store-image-text-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.store-image-text-inner{grid-template-columns:1fr;gap:2rem}}@media(min-width:768px){.store-image-text-reverse .store-image-text-image-wrap{order:2}.store-image-text-reverse .store-image-text-content{order:1}}.store-image-text-image-wrap{border-radius:1rem;overflow:hidden}@media(max-width:768px){.store-image-text-image-wrap{max-height:320px}}.store-image-text-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:1rem}.store-image-text-content{display:flex;flex-direction:column;gap:1.25rem}.store-image-text-title{font-size:clamp(1.4rem,2.5vw,2.25rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#1a1a1a}.store-image-text-text{font-size:1rem;line-height:1.65;color:#666}.store-image-text-btn{align-self:flex-start}.store-section-desc{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.5rem;max-width:680px}.store-features-bar{display:flex;justify-content:center;gap:3rem;justify-content:space-between}@media(max-width:1024px){.store-features-bar{flex-direction:column;gap:1rem}}@media(max-width:640px){.store-features-bar{gap:1rem}}.store-feature-item{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;width:100%;padding-top:3rem;padding-bottom:3rem;background-color:#ffda00;border-radius:8px}@media(max-width:1024px){.store-feature-item{padding-top:2rem;padding-bottom:2rem;gap:1rem}}.store-feature-icon{width:48px;height:48px}.store-feature-label{color:#1a1a1a;text-align:center;font-size:24px;font-weight:500;line-height:150%;text-transform:uppercase;margin-bottom:0}@media(max-width:1024px){.store-feature-label{font-size:1.125rem}}@media(max-width:640px){.store-feature-label{font-size:1rem}}.store-footer{background:#141414;color:#f5f5f5}.store-footer-inner{padding:80px 0;display:flex;flex-direction:column}@media(max-width:1024px){.store-footer-inner{padding:24px 0}}.store-footer-first-row{display:flex;gap:3rem;justify-content:space-between}@media(max-width:1024px){.store-footer-first-row{flex-direction:column;gap:2rem;align-items:center;text-align:center}}.store-footer-brand{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;gap:1.5rem;max-width:500px}@media(max-width:1024px){.store-footer-brand{align-items:center;text-align:center;max-width:100%;width:100%}}.store-footer-brand img{width:190px}@media(max-width:1024px){.store-footer-brand img{width:120px}}.store-footer-brand-text{color:#f5f5f5;font-size:1rem;font-weight:400;line-height:150%}.store-footer-newsletter{display:flex;gap:.5rem;width:100%}@media(max-width:1024px){.store-footer-newsletter{flex-direction:column;max-width:100%;gap:1rem}}@media(max-width:768px){.store-footer-newsletter{flex-direction:column}}.store-footer-newsletter-btn{padding:.625rem 1rem;border-radius:8px;background:#ffda00;color:#1a1a1a;font-weight:700;font-size:.8rem;border:none;cursor:pointer;white-space:nowrap;transition:background .15s ease}.store-footer-newsletter-btn:hover{background:#e6c300}.store-footer-links-grid{display:flex;gap:2.5rem}@media(max-width:1024px){.store-footer-links-grid{flex-direction:column;width:100%;align-items:center;text-align:center}}.store-footer-heading{color:#f5f5f5;font-size:1rem;font-weight:400;line-height:150%}.store-footer-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}@media(max-width:1024px){.store-footer-link-list{align-items:center}}.store-footer-link-list li{display:flex;align-items:center;gap:.5rem}.store-footer-link-list a{color:#f5f5f5;font-size:1rem;font-weight:400;line-height:150%;transition:color .15s ease}.store-footer-link-list a:hover{color:#ffda00}.footer-horizontal-line{height:1px;background:#fdfdfd;margin:2rem 0}@media(max-width:1024px){.footer-horizontal-line{margin:1rem 0}}.store-footer-bottom{padding-top:1.25rem;padding-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#666}@media(max-width:1024px){.store-footer-bottom{flex-direction:column-reverse;gap:1rem;text-align:center;padding-top:0;padding-bottom:0}}@media(max-width:768px){.store-footer-bottom{flex-direction:column-reverse;gap:.75rem;text-align:center}}.footer-copyright-text{color:#f5f5f5;font-size:1rem;font-weight:500;line-height:150%;padding-bottom:.5rem}.store-footer-payments{display:flex;align-items:center;gap:.25rem;padding:.5rem;background-color:#fdfdfd;border-radius:8px}@media(max-width:1024px){.store-footer-payments{flex-wrap:wrap;justify-content:center}}.auth-page--login{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 130px);padding:64px 16px;position:relative;overflow:hidden}@media(max-width:768px){.auth-page--login{min-height:auto;padding:0}}.auth-card--login{display:flex;max-width:768px;width:100%;padding:42px 32px 36px;flex-direction:column;align-items:center;gap:26px;border-radius:8px;border:1px solid #6e6e6e;box-shadow:15px 15px 25px 0 rgba(0,0,0,.1)}@media(max-width:768px){.auth-card--login{max-width:none;border:none;border-radius:0;box-shadow:none;padding:56px 16px 40px;gap:24px}}.auth-title{color:#1a1a1a;font-size:24px;font-weight:700;line-height:150%;text-align:center;margin-bottom:0}@media(max-width:768px){.auth-title{font-size:24px;line-height:150%}}.auth-form--login{max-width:420px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.auth-form--login{max-width:none;gap:14px}}.auth-helper-text{max-width:420px;width:100%;margin:-6px auto 2px;text-align:center;color:#555;font-size:15px;line-height:1.5}@media(max-width:768px){.auth-helper-text{max-width:none;margin:-8px auto 0}}@media(max-width:640px){.auth-helper-text{font-size:14px;line-height:1.45}}.auth-label{color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%;margin-bottom:8px;display:block}@media(max-width:768px){.auth-label{font-size:16px;margin-bottom:10px}}@media(max-width:640px){.auth-label{font-size:16px}}.auth-input{width:100%;display:flex;padding:8px 16px;align-items:center;align-self:stretch;border-radius:4px;border:1px solid #000;color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%;transition:border-color .15s ease,box-shadow .15s ease}.auth-input::placeholder{color:#bbb}.auth-input:focus{outline:none;border-color:#1a1a1a;box-shadow:none}div:has(>.auth-field-error)>.auth-input,div:has(>.auth-field-error)>div>.auth-input{border-color:#c0392b!important;box-shadow:0 0 0 3px rgba(192,57,43,.15)}.auth-field-error{display:flex;align-items:center;gap:.35rem;margin-top:6px;font-size:13px;font-weight:500;color:#c0392b;line-height:1.5}.auth-field-error:before{content:"";display:inline-block;flex-shrink:0;width:14px;height:14px;background-color:#c0392b;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E");mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}.auth-input-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;color:#999;cursor:pointer;transition:color .15s ease}.auth-input-toggle:hover{color:#1a1a1a}.auth-btn{width:100%;min-height:56px;padding:12px;border-radius:12px;background:#1a1a1a;color:#fff;font-weight:700;font-size:16px;border:none;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.auth-btn:hover{opacity:.88}.auth-btn:active{transform:scale(.98)}.auth-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.auth-btn{min-height:60px;margin-top:4px}}@media(max-width:640px){.auth-btn{min-height:58px;border-radius:10px;font-size:16px}}.auth-divider{display:flex;align-items:center;gap:12px;max-width:420px;width:100%;margin:2px auto -4px;color:#999;font-size:14px;font-weight:400}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:#d4d4d4}@media(max-width:768px){.auth-divider{max-width:none;margin:0 0 -4px}}.auth-google-btn{display:flex;align-items:center;justify-content:center;gap:10px;max-width:420px;width:100%;margin:0 auto;min-height:56px;padding:12px 16px;border-radius:8px;background:#fff;color:#1a1a1a;font-weight:400;font-size:16px;line-height:150%;border:1px solid #000;cursor:pointer;transition:background .15s ease,border-color .15s ease}.auth-google-btn:hover{background:#f5f5f5}.auth-google-btn:active{background:#ebebeb}.auth-google-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.auth-google-btn{max-width:none;min-height:60px;margin-top:4px}}@media(max-width:640px){.auth-google-btn{min-height:58px;font-size:16px}}.auth-link{color:#1a1a1a;font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.auth-link:hover{color:#e6c300}@media(max-width:640px){.auth-link{font-size:17px}}.auth-footer-text{text-align:center;font-size:16px;color:#1a1a1a;line-height:150%}@media(max-width:768px){.auth-footer-text{margin-top:2px}}@media(max-width:640px){.auth-footer-text{font-size:17px}}.auth-forgot-link{display:block;text-align:center;font-size:16px;color:#1a1a1a;line-height:150%;text-decoration:underline;transition:color .15s ease}.auth-forgot-link:hover{color:#1a1a1a}@media(max-width:768px){.auth-forgot-link{margin-top:-2px}}@media(max-width:640px){.auth-forgot-link{font-size:17px}}.register-company-fields{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-6px);margin-top:-16px;transition:grid-template-rows .28s ease,opacity .25s ease,transform .28s ease,margin-top .28s ease}@media(max-width:768px){.register-company-fields{margin-top:-14px}}.register-company-fields .register-company-fields-inner{overflow:hidden;display:flex;flex-direction:column;gap:1rem;padding-bottom:1px}.register-company-fields--visible{grid-template-rows:1fr;opacity:1;transform:translateY(0);margin-top:0}.ss-auth .ss-trigger{border-color:#d4d4d4;border-width:1.5px;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;color:#1a1a1a;background:#fff}.ss-auth .ss-trigger:hover{border-color:#e6c300}.ss-auth .ss-trigger.ss-trigger--open{border-color:#e6c300;box-shadow:0 0 0 4px rgba(255,218,0,.18)}.ss-auth .ss-trigger-placeholder{color:#aaa;font-size:.95rem}.ss-auth .ss-chevron{color:#aaa}.ss-auth .ss-dropdown{border-color:#d4d4d4;border-width:1.5px;border-radius:8px}.ss-auth .ss-search-wrap{border-color:#e8e8e8}.ss-auth .ss-search{color:#1a1a1a}.ss-auth .ss-search::placeholder{color:#aaa}.ss-auth .ss-option{color:#1a1a1a}.ss-auth .ss-option--highlighted{background:var(--brand-primary-tint,#fffbe6)}.ss-auth .ss-check{color:#e6c300}.ss-auth .ss-empty{color:#b0b0b0}.contact-page{min-height:calc(100vh - 130px);display:flex;align-items:center;justify-content:center;background:#fff}@media(max-width:1024px){.contact-page{background:#efefef;padding:2rem 0 2.5rem;align-items:flex-start;min-height:auto}}.contact-card{width:100%;max-width:640px;background:#ffda00;border-radius:8px;box-shadow:5px 10px 25px 0 rgba(0,0,0,.2)}@media(max-width:1024px){.contact-card{max-width:460px;background:rgba(0,0,0,0);border-radius:0;box-shadow:none}}.contact-card__inner{padding:64px;display:flex;flex-direction:column;gap:48px}@media(max-width:1024px){.contact-card__inner{padding:0 1.25rem;gap:1.75rem}}@media(max-width:640px){.contact-card__inner{padding:0 1rem}}.contact-card__tag{display:none}.contact-card__title{font-size:24px;font-weight:500;line-height:150%;text-align:center;color:#1a1a1a;margin-bottom:16px}@media(max-width:1024px){.contact-card__title{font-size:2.25rem;margin-bottom:.7rem}}@media(max-width:640px){.contact-card__title{font-size:2rem}}.contact-card__subtitle{font-size:16px;font-weight:400;line-height:150%;text-align:center;color:#1a1a1a;margin-bottom:0}@media(max-width:1024px){.contact-card__subtitle{max-width:360px;margin:0 auto;font-size:.95rem;line-height:1.45}}@media(max-width:640px){.contact-card__subtitle{font-size:.82rem}}.contact-card__form{display:flex;flex-direction:column;gap:24px}@media(max-width:1024px){.contact-card__form{gap:1.1rem}}.contact-card__form .dark-btn{align-self:center;margin-top:.45rem}@media(max-width:1024px){.contact-card__form .dark-btn{min-width:122px;min-height:52px;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem}}.contact-card__field{display:flex;flex-direction:column;gap:.25rem}.contact-card__label{font-size:16px;font-weight:400;line-height:150%;color:#1a1a1a}@media(max-width:1024px){.contact-card__label{font-size:1rem;margin-bottom:.15rem}}@media(max-width:640px){.contact-card__label{font-size:.95rem}}.contact-card__input,.contact-card__textarea{width:100%;display:flex;height:48px;padding:12px;align-items:center;gap:8px;align-self:stretch;border-radius:8px;background:#fff;outline:none;transition:border-color .15s;font-family:inherit}.contact-card__input::placeholder,.contact-card__textarea::placeholder{color:#bbb}.contact-card__input:focus,.contact-card__textarea:focus{border-color:#1a1a1a}@media(max-width:1024px){.contact-card__input,.contact-card__textarea{height:56px;border:1.5px solid #5d5d5d;border-radius:12px;padding:.7rem .95rem;background:rgba(0,0,0,0);font-size:1rem}.contact-card__input::placeholder,.contact-card__textarea::placeholder{color:#757575}}@media(max-width:640px){.contact-card__input,.contact-card__textarea{font-size:.95rem}}.contact-card__textarea{resize:vertical;min-height:180px;line-height:1.5}@media(max-width:1024px){.contact-card__textarea{min-height:210px;align-items:flex-start;padding-top:.95rem}}.contact-card__submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:auto;min-width:88px;padding:.48rem 1rem;background:#1a1a1a;color:#fff;font-size:.78rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:opacity .15s,transform .1s;margin:.45rem auto 0}.contact-card__submit:hover:not(:disabled){opacity:.88}.contact-card__submit:active:not(:disabled){transform:scale(.99)}.contact-card__submit:disabled{opacity:.55;cursor:not-allowed}.contact-card__success{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;background:hsla(0,0%,100%,.8);border:1px solid rgba(11,108,55,.25);border-radius:4px;font-size:.88rem;color:#15803d;font-weight:500}@media(max-width:1024px){.contact-card__success{margin-bottom:1rem;font-size:.95rem}}.contact-card__error{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;background:hsla(0,0%,100%,.84);border:1px solid rgba(185,28,28,.25);border-radius:4px;font-size:.88rem;color:#b91c1c;font-weight:500}@media(max-width:1024px){.contact-card__error{margin-bottom:1rem;font-size:.95rem}}.profile-page{padding:48px 0;min-height:60vh}@media(max-width:768px){.profile-page{padding:16px 0 24px}}.profile-title{font-size:24px;font-weight:500;line-height:150%;color:#1a1a1a;margin-bottom:16px}@media(max-width:768px){.profile-title{text-align:center;margin-bottom:12px}}.profile-layout{display:flex;gap:48px;align-items:flex-start}@media(max-width:768px){.profile-layout{flex-direction:column;gap:0}}.profile-sidebar{display:flex;flex-direction:column;gap:4px;max-width:230px;width:100%;flex-shrink:0;position:sticky;top:100px;align-self:flex-start}@media(max-width:768px){.profile-sidebar{max-width:none;position:static}}.profile-sidebar-desktop{display:flex;flex-direction:column;gap:4px}@media(max-width:768px){.profile-sidebar-desktop{display:none}}.profile-sidebar-mobile{display:none}@media(max-width:768px){.profile-sidebar-mobile{display:block;width:100%}}.profile-mobile-menu-trigger{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border-radius:12px;border:none;background:#1a1a1a;color:#fff;font-size:18px;font-weight:500;line-height:1.4;text-align:left;cursor:pointer}.profile-mobile-menu-trigger svg{width:20px;height:20px;color:currentColor;flex-shrink:0}.profile-mobile-menu-trigger svg path{stroke:currentColor}.profile-mobile-menu-chevron{margin-left:auto;width:8px;height:8px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg);transition:transform .15s ease}.profile-mobile-menu-chevron--open{transform:rotate(-135deg)}.profile-mobile-menu-list{max-height:0;opacity:0;transform:translateY(-6px);overflow:hidden;pointer-events:none;margin-top:8px;padding:8px;border:none;border-radius:12px;background:#fff;transition:max-height .45s cubic-bezier(.22,1,.36,1),opacity .35s ease,transform .38s ease}.profile-mobile-menu-list--open{max-height:360px;opacity:1;transform:translateY(0);pointer-events:auto;flex-direction:column;gap:4px}.profile-mobile-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:rgba(0,0,0,0);color:#1a1a1a;font-size:15px;font-weight:400;line-height:1.35;text-align:left;cursor:pointer;transition:all .15s ease}.profile-mobile-menu-item svg{width:18px;height:18px;color:currentColor;flex-shrink:0}.profile-mobile-menu-item svg path{stroke:currentColor}.profile-mobile-menu-item:hover{background:#1a1a1a;color:#f5f5f5}.profile-mobile-menu-item--active{background:#1a1a1a;color:#f5f5f5;font-weight:500}.profile-mobile-menu-item--active:hover{background:#1a1a1a;color:#f5f5f5}.profile-mobile-menu-item--logout{color:#b91c1c}.profile-tab{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;font-size:16px;font-weight:400;line-height:150%;color:#1a1a1a;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .15s ease;white-space:nowrap;text-align:left;width:100%}.profile-tab svg{width:20px;height:20px;flex-shrink:0;color:currentColor}.profile-tab svg path{stroke:currentColor}.profile-tab:hover{background:#141414;color:#f5f5f5}.profile-tab--active{font-weight:500}.profile-tab--active,.profile-tab--active:hover{background:#1a1a1a;color:#f5f5f5}.profile-content{flex:1;min-width:0}@media(max-width:768px){.profile-content{width:100%}}.profile-content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.profile-content-title{font-size:24px;font-weight:500;line-height:150%;color:#1a1a1a}.profile-panel .profile-content-header{margin-bottom:16px}@media(max-width:768px){.profile-panel .profile-content-header{margin-bottom:18px}}.profile-header-actions{display:flex;align-items:center;gap:12px}@media(max-width:768px){.profile-header-actions{width:100%}.profile-header-actions .dark-btn,.profile-header-actions .outline-btn{width:100%;justify-content:center}}.profile-edit-btn-top{display:inline-flex}@media(max-width:768px){.profile-edit-btn-top{display:none!important}}.profile-edit-btn-bottom{display:none!important}@media(max-width:768px){.profile-edit-btn-bottom{display:flex!important;justify-content:center;align-self:stretch;width:100%!important;margin-top:8px}}.profile-mobile-edit-actions{display:none}@media(max-width:768px){.profile-mobile-edit-actions{display:flex;flex-direction:column;gap:10px;margin-top:10px}.profile-mobile-edit-actions .dark-btn,.profile-mobile-edit-actions .outline-btn{width:100%;justify-content:center}}.profile-form{display:flex;flex-direction:column;gap:10px;max-width:380px}@media(max-width:768px){.profile-form{max-width:none;width:100%;gap:14px}}.profile-field{display:flex;flex-direction:column;gap:4px}.profile-label{font-size:16px;font-weight:400;line-height:1.5;color:#1a1a1a}.profile-company-fields{overflow:hidden;max-height:0;opacity:0;transform:translateY(-4px);margin-top:-10px;transition:max-height .35s cubic-bezier(.22,1,.36,1),opacity .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1),margin-top .3s cubic-bezier(.22,1,.36,1)}.profile-company-fields--visible{max-height:260px;opacity:1;transform:translateY(0);margin-top:0}.profile-company-fields-inner{display:flex;flex-direction:column;gap:10px}.profile-input{border-radius:4px;border:1px solid #000;padding:8px 16px;font-weight:400;line-height:150%;font-size:16px;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s ease}.profile-input::placeholder{color:#bbb}.profile-input:focus{border-color:#1a1a1a}.profile-input--readonly{background:#f5f5f5;color:#b0b0b0;cursor:default}.profile-country-select{margin-bottom:.5rem}.profile-data-list{display:flex;flex-direction:column;max-width:420px;gap:16px}@media(max-width:768px){.profile-data-list{max-width:none;width:100%}}.profile-data-item{display:flex;flex-direction:column;gap:8px;padding:0}.profile-data-item--type{gap:8px}.profile-data-label{font-weight:500}.profile-data-label,.profile-data-value{font-size:16px;line-height:150%;color:#1a1a1a}.profile-data-value{font-weight:400;word-break:break-word}.profile-error{font-size:.75rem;color:#dc2626}.profile-form-actions{display:flex;align-items:center;gap:12px;padding-top:10px}.profile-cancel-btn{padding:8px 20px;border:1px solid #141414;border-radius:8px;font-size:.85rem;font-weight:600;color:#b0b0b0;background:#fff;cursor:pointer;transition:all .15s ease}.profile-cancel-btn:hover{background:#fdfdfd}.profile-save-btn{padding:8px 24px;border:none;border-radius:8px;font-size:.85rem;font-weight:700;color:#1a1a1a;background:#ffda00;cursor:pointer;transition:background .15s ease}.profile-save-btn:hover{background:#e6c300}.profile-save-btn:disabled{opacity:.6;cursor:not-allowed}.profile-empty{color:#b0b0b0;font-size:.9rem;padding:32px 0}.profile-empty-state{text-align:center;padding:48px 0;color:#b0b0b0;font-size:.9rem}.profile-link{display:inline-block;margin-top:12px;color:#e6c300;font-weight:600;font-size:.85rem}.profile-link:hover{text-decoration:underline}.profile-wishlist-empty{position:relative;padding:40px 28px;border:1px solid #141414;border-radius:14px}@media(max-width:768px){.profile-wishlist-empty{padding:28px 18px}}.profile-wishlist-empty__icon{width:62px;height:62px;margin:0 auto 16px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#0f172a}.profile-wishlist-empty__icon svg{width:28px;height:28px}.profile-wishlist-empty__title{margin:0;font-size:24px;font-weight:500;line-height:1.35;color:#1a1a1a}@media(max-width:768px){.profile-wishlist-empty__title{font-size:20px}}.profile-wishlist-empty__text{max-width:620px;margin:10px auto 0;font-size:16px;line-height:1.6;color:#5a5a5a}.profile-wishlist-empty__actions{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:12px}@media(max-width:640px){.profile-wishlist-empty__actions{flex-direction:column}}.profile-wishlist-empty__btn{min-width:220px;text-align:center}@media(max-width:640px){.profile-wishlist-empty__btn{width:100%;min-width:0}}.profile-orders-empty{position:relative;padding:40px 28px;border:1px solid #141414;border-radius:14px}@media(max-width:768px){.profile-orders-empty{padding:28px 18px}}.profile-orders-empty__icon{width:62px;height:62px;margin:0 auto 16px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#0f172a}.profile-orders-empty__icon svg{width:28px;height:28px}.profile-orders-empty__title{margin:0;font-size:24px;font-weight:500;line-height:1.35;color:#1a1a1a}@media(max-width:768px){.profile-orders-empty__title{font-size:20px}}.profile-orders-empty__text{max-width:620px;margin:10px auto 0;font-size:16px;line-height:1.6;color:#5a5a5a}.profile-orders-empty__actions{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:12px}@media(max-width:640px){.profile-orders-empty__actions{flex-direction:column}}.profile-orders-empty__btn{min-width:220px;text-align:center}@media(max-width:640px){.profile-orders-empty__btn{width:100%;min-width:0}}.profile-addresses-empty{position:relative;padding:40px 28px;border:1px solid #141414;border-radius:14px}@media(max-width:768px){.profile-addresses-empty{padding:28px 18px}}.profile-addresses-empty__icon{width:62px;height:62px;margin:0 auto 16px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#0f172a}.profile-addresses-empty__icon svg{width:28px;height:28px}.profile-addresses-empty__title{margin:0;font-size:24px;font-weight:500;line-height:1.35;color:#1a1a1a}@media(max-width:768px){.profile-addresses-empty__title{font-size:20px}}.profile-addresses-empty__text{max-width:620px;margin:10px auto 0;font-size:16px;line-height:1.6;color:#5a5a5a}.profile-addresses-empty__actions{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:12px}@media(max-width:640px){.profile-addresses-empty__actions{flex-direction:column}}.profile-addresses-empty__btn{min-width:220px;text-align:center}@media(max-width:640px){.profile-addresses-empty__btn{width:100%;min-width:0}}.profile-wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.profile-wishlist-card{display:flex;flex-direction:column;background:#fff;border:1px solid #ececec;border-radius:12px;overflow:hidden;position:relative;transition:box-shadow .15s ease}.profile-wishlist-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.06)}.profile-wishlist-img-wrap{display:block;aspect-ratio:1;background:#f5f5f5;overflow:hidden}.profile-wishlist-img{width:100%;height:100%;object-fit:cover}.profile-wishlist-img-placeholder{width:100%;height:100%;background:#ebebeb}.profile-wishlist-info{padding:12px}.profile-wishlist-name{display:block;font-size:.85rem;font-weight:600;color:#1a1a1a;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-wishlist-name:hover{color:#e6c300}.profile-wishlist-price{font-size:.8rem;color:#b0b0b0;font-weight:500}.profile-wishlist-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.9);border:1px solid #e5e5e5;color:#b0b0b0;cursor:pointer;transition:all .15s ease}.profile-wishlist-remove:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.profile-orders{display:flex;flex-direction:column;gap:12px}@media(max-width:768px){.profile-orders{gap:10px}}.profile-order-card{display:block;padding:25px;background:#fff;border:1px solid #b0b0b0;border-radius:14px}@media(max-width:768px){.profile-order-card{padding:14px;border-radius:10px}}.profile-order-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}@media(max-width:768px){.profile-order-top{margin-bottom:10px;align-items:flex-start;flex-direction:column}}.profile-order-id{font-size:20px;font-weight:500;line-height:150%;color:#1a1a1a}@media(max-width:768px){.profile-order-id{font-size:18px}}.profile-order-status{display:inline-block;padding:6px 12px;border:1px solid rgba(0,0,0,0);border-radius:9999px;font-size:14px;font-weight:500;line-height:1}@media(max-width:768px){.profile-order-status{padding:6px 12px}}.profile-order-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}@media(max-width:768px){.profile-order-bottom{gap:8px;align-items:flex-start;flex-direction:column}}.profile-order-date{font-size:16px;line-height:150%;color:#1a1a1a}@media(max-width:768px){.profile-order-date{font-size:15px}}.profile-order-total{font-size:16px;font-weight:500;line-height:150%;color:#1a1a1a}@media(max-width:768px){.profile-order-total{font-size:16px}}.profile-order-actions{display:flex;justify-content:flex-end;margin-top:16px;padding-top:14px;border-top:1px solid #ebebeb}@media(max-width:768px){.profile-order-actions{margin-top:12px;padding-top:12px}.profile-orders-view .profile-content-header{margin-bottom:14px;justify-content:flex-start}}.profile-type-badge{display:inline-flex;align-items:center;gap:.3rem;width:fit-content;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.2;border:1px solid #d7d7d7}.profile-type-badge--individual{background:#f7f7f7;color:#2b2b2b;border-color:#d7d7d7}.profile-type-badge--company{background:#f2f4f8;color:#39465f;border-color:#d1d8e3}.profile-addr-add-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 16px;border:none;border-radius:8px;font-size:13px;font-weight:600;line-height:1;color:#fff;background:#1a1a1a;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.profile-addr-add-btn:hover{opacity:.85;transform:translateY(-1px)}.profile-addr-add-btn__plus{display:inline-flex;align-items:center;justify-content:center;margin-right:10px;font-size:20px;line-height:1}@media(max-width:768px){.profile-addr-add-btn--header{display:none!important}}.profile-addr-add-btn--mobile{display:none!important}@media(max-width:768px){.profile-addr-add-btn--mobile{width:100%;display:inline-flex!important;align-items:center;justify-content:center;margin-top:16px}}.profile-addr-list{display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.profile-addr-list{gap:12px}}.profile-addr-card{border:1px solid #b0b0b0;border-radius:14px;padding:25px}@media(max-width:768px){.profile-addr-card{border-radius:10px;padding:14px}}.profile-addr-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}@media(max-width:768px){.profile-addr-card__header{margin-bottom:6px}}.profile-addr-card__label{color:#1a1a1a;font-size:20px;font-weight:500;line-height:150%}.profile-addr-card__primary{display:inline-flex;align-items:center;gap:4px;margin-left:auto;font-size:14px;font-weight:400;line-height:1.5;color:#00a63e}@media(max-width:768px){.profile-addr-card__primary{display:none}}.profile-addr-card__default-pill{display:none}.profile-addr-card__body{font-size:16px;color:gray;line-height:1.5;margin-bottom:16px}@media(max-width:768px){.profile-addr-card__body{margin-bottom:12px}}.profile-addr-card__body p{margin:0}.profile-addr-card__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-addr-card__actions button{display:flex;align-items:center;justify-content:center;gap:3px;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;line-height:1}@media(max-width:768px){.profile-addr-card__actions button{min-height:34px;padding:8px 16px;border-radius:8px}}.profile-addr-card__set-primary{border:1px solid #b0b0b0;color:#1a1a1a;background:#fff;cursor:pointer;transition:all .15s ease}.profile-addr-card__set-primary:hover{border-color:#1a1a1a;background:#fdfdfd}@media(max-width:768px){.profile-addr-card__set-primary{width:100%;justify-content:center;order:3}}.profile-addr-card__edit{border:1px solid #b0b0b0;color:#1a1a1a;background:#fff;cursor:pointer;transition:all .15s ease}.profile-addr-card__edit:hover{background-color:#1a1a1a;border-color:#1a1a1a;color:#fff}.profile-addr-card__edit:hover svg{color:#fff}.profile-addr-card__edit:hover svg path{stroke:#fff}.profile-addr-card__delete{border:1px solid #b0b0b0;color:#dc2626;background:#fff;cursor:pointer;transition:all .15s ease}.profile-addr-card__delete:hover{background:darkred;border-color:darkred;color:#fff}.profile-addr-card__delete:hover svg{color:#fff}.profile-addr-card__delete:hover svg path{stroke:#fff}@media(max-width:768px){.profile-addr-card__delete,.profile-addr-card__edit{order:1}.profile-addr-card__default-pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:8px 14px;border:1px solid #b0b0b0;border-radius:8px;color:#00a63e;background:#f6f6f6;font-weight:500;line-height:1;order:3;width:fit-content}.profile-addresses-view .profile-content-header{margin-bottom:14px;justify-content:flex-start}}.profile-addr-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:9000;padding:16px}.profile-addr-modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2)}.profile-addr-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;margin-bottom:20px}.profile-addr-modal__title{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin:0}.profile-addr-modal__close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#888;padding:4px;border-radius:6px;transition:color .15s ease,background .15s ease}.profile-addr-modal__close:hover{color:#1a1a1a;background:#f5f5f5}.profile-addr-modal__form{display:flex;flex-direction:column;gap:16px;padding:0 24px 24px}.profile-addr-modal__field{display:flex;flex-direction:column;gap:6px}.profile-addr-modal__field label{font-size:.82rem;font-weight:600;color:#1a1a1a}.profile-addr-modal__field input{padding:10px 14px;border:1px solid #d4d4d4;border-radius:8px;font-size:.9rem;color:#1a1a1a;background:#fff;transition:border-color .15s ease}.profile-addr-modal__field input:focus{outline:none;border-color:#1a1a1a}.profile-addr-modal__field input::placeholder{color:#bbb}.profile-addr-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-addr-modal__checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.88rem;font-weight:500;color:#1a1a1a;user-select:none}.profile-addr-modal__checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.profile-addr-modal__checkbox input[type=checkbox]:checked+.profile-addr-modal__check-mark{background:#1a1a1a;border-color:#1a1a1a}.profile-addr-modal__checkbox input[type=checkbox]:checked+.profile-addr-modal__check-mark:after{display:block}.profile-addr-modal__check-mark{position:relative;display:inline-block;width:18px;height:18px;border:2px solid #d4d4d4;border-radius:4px;flex-shrink:0;transition:all .15s ease}.profile-addr-modal__check-mark:after{content:"";display:none;position:absolute;left:4px;top:1px;width:6px;height:10px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg)}.profile-addr-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:4px}.profile-addr-modal__submit{padding:13px 24px;border:none;border-radius:8px;font-size:.9rem;font-weight:700;color:#fff;background:#1a1a1a;cursor:pointer;transition:opacity .15s ease}.profile-addr-modal__submit:hover{opacity:.85}.profile-addr-modal__submit:disabled{opacity:.5;cursor:not-allowed}.profile-addr-modal .swal-addr-field{gap:.25rem}.profile-addr-modal .swal-addr-field label{color:#1a1a1a;font-size:16px;font-weight:500;line-height:150%}.profile-addr-modal .swal-addr-field input[type=text]{border-radius:4px;border:1px solid #000;padding:8px 16px;font-size:16px;font-weight:400;line-height:150%;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s ease}.profile-addr-modal .swal-addr-field input[type=text]::placeholder{color:#bbb}.profile-addr-modal .swal-addr-field input[type=text]:focus{border-color:#1a1a1a}.profile-addr-modal .swal-addr-field input[type=text][readonly]{background:#f5f5f5;color:#b0b0b0}.profile-addr-modal .swal-addr-field .ss-store .ss-trigger{height:42px;min-height:42px;border-radius:4px;border:1px solid #000;padding:0 16px;font-size:16px;font-weight:400;line-height:150%;color:#1a1a1a;background:#fff}.profile-addr-modal .swal-addr-field .ss-store .ss-trigger.ss-trigger--open,.profile-addr-modal .swal-addr-field .ss-store .ss-trigger:hover{border-color:#1a1a1a}.profile-addr-modal .swal-addr-field .ss-store .ss-trigger.ss-trigger--open{box-shadow:none}.profile-addr-modal .swal-addr-field .ss-store .ss-chevron,.profile-addr-modal .swal-addr-field .ss-store .ss-trigger-placeholder{color:#bbb}.od-view{display:flex;flex-direction:column;gap:16px}.od-header{margin-bottom:4px}.od-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:6px}@media(max-width:768px){.od-title-row{flex-direction:column;align-items:stretch;gap:10px}}.od-title-row__main{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:768px){.od-title-row .dark-btn{width:100%;justify-content:center}}.od-title{font-size:24px;font-weight:500;line-height:150%;color:#1a1a1a;margin:0}@media(max-width:768px){.od-title{font-size:20px}}.od-status-pill{display:inline-flex;align-items:center;padding:5px 14px;border:1px solid rgba(0,0,0,0);border-radius:9999px;font-size:13px;font-weight:500;line-height:1;letter-spacing:.01em}.od-date{font-size:14px;color:#1a1a1a;line-height:1.5}@media(max-width:768px){.od-date{margin-top:16px}}.od-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:1024px){.od-grid{grid-template-columns:1fr}}.od-card{border:1px solid #141414;border-radius:14px;overflow:hidden}@media(max-width:768px){.od-card{border-radius:10px}}.od-card__title{padding:14px 22px;font-size:15px;font-weight:600;line-height:1.4;color:#1a1a1a;border-bottom:1px solid #141414;background:#ffda00}@media(max-width:768px){.od-card__title{padding:12px 16px;font-size:14px}}.od-card__body{padding:20px 22px;display:flex;flex-direction:column;gap:4px;font-size:15px;color:#1a1a1a;line-height:1.6}.od-card__body p{margin:0}@media(max-width:768px){.od-card__body{padding:14px 16px;font-size:14px}}.od-card__name{font-size:16px}.od-card__key,.od-card__name{font-weight:500;color:#1a1a1a}.od-card__notes{margin-top:8px;padding-top:10px;border-top:1px solid #141414}.od-card__notes p{margin-top:4px}.od-card__muted{color:#b0b0b0;font-style:italic}.od-items{display:flex;flex-direction:column}.od-item{display:flex;align-items:center;gap:16px;padding:16px 22px;border-bottom:1px solid #141414}.od-item__img{width:56px;height:56px;box-sizing:border-box;object-fit:contain;padding:4px;background:#f5f5f0;border-radius:8px;flex-shrink:0;border:1px solid #141414}@media(max-width:768px){.od-item__img{width:44px;height:44px}}.od-item__info{flex:1;min-width:0}.od-item__name{font-size:15px;font-weight:500;color:#1a1a1a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.od-item__meta{font-size:13px;color:#1a1a1a;margin:3px 0 0}.od-item__total{font-size:15px;font-weight:600;color:#1a1a1a;white-space:nowrap}@media(max-width:768px){.od-item__total{font-size:14px}.od-item{padding:12px 16px;gap:12px}}.od-totals{display:flex;flex-direction:column;gap:6px;padding:16px 22px;align-items:stretch;margin-left:auto;width:fit-content}@media(max-width:768px){.od-totals{padding:12px 16px;width:100%;margin-left:0}}.od-totals__row{display:flex;align-items:center;justify-content:space-between;gap:32px;font-size:15px;color:#1a1a1a}.od-totals__row span:last-child{font-weight:500;color:#1a1a1a;text-align:left}@media(max-width:768px){.od-totals__row{gap:12px}}.od-totals__row--discount span:last-child{color:#16a34a}.od-totals__row--total{margin-top:6px;padding-top:12px;border-top:1px solid #141414;font-size:16px}.od-totals__row--total span{font-weight:600;color:#1a1a1a}.od-totals__row--total span:last-child{font-size:18px;font-weight:700}.od-timeline{list-style:none;padding:0 0 0 1.5rem;margin:0;position:relative}.od-timeline:before{content:"";position:absolute;left:.4375rem;top:0;bottom:0;width:2px;background:#141414}.od-timeline__item{position:relative;padding-bottom:1.25rem}.od-timeline__item:last-child{padding-bottom:0}.od-timeline__dot{position:absolute;left:-1.5rem;top:.2rem;width:.875rem;height:.875rem;border-radius:50%;border:2px solid;display:block}.od-timeline__content{display:flex;flex-direction:column;gap:2px}.od-timeline__status{font-size:14px;font-weight:500;color:#1a1a1a;margin:0}.od-timeline__meta{font-size:13px;color:#1a1a1a;margin:0}.faq-page{min-height:calc(100vh - 130px);padding:48px 0}@media(max-width:1024px){.faq-page{padding:28px 0 36px}}.faq-container{width:100%;max-width:790px;margin:0 auto}@media(max-width:1024px){.faq-container{padding:0 16px}}.faq-header{text-align:center;margin-bottom:40px}@media(max-width:1024px){.faq-header{margin-bottom:24px}}.faq-title{text-align:center;color:#1a1a1a;font-size:24px;font-weight:600;line-height:150%;margin-bottom:24px}@media(max-width:1024px){.faq-title{font-size:22px;margin-bottom:12px}}.faq-subtitle{text-align:center;color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%;margin-bottom:0}@media(max-width:1024px){.faq-subtitle{font-size:14px;max-width:340px;margin:0 auto}}.faq-list{background:rgba(0,0,0,0);border-radius:0;overflow:visible;display:flex;flex-direction:column;gap:24px}@media(max-width:1024px){.faq-list{gap:16px}}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:none;cursor:pointer;text-align:left;padding:2px 0}.faq-item__question{color:#1a1a1a;font-size:20px;font-weight:500;line-height:150%;flex:1}@media(max-width:1024px){.faq-item__question{font-size:16px}}.faq-item__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;color:#1a1a1a;opacity:.9;transition:transform .22s ease}@media(max-width:1024px){.faq-item__icon{width:18px;height:18px}}.faq-item__answer{display:grid;grid-template-rows:0fr;opacity:0;margin-top:16px;transition:grid-template-rows .28s ease,opacity .22s ease}.faq-item__answer .faq-item__answer-inner{overflow:hidden;padding:0;transition:padding .24s ease}.faq-item__answer p{color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%;margin:0}@media(max-width:1024px){.faq-item__answer p{font-size:14px}}.faq-item--open .faq-item__icon{transform:rotate(45deg)}.faq-item--open .faq-item__answer{grid-template-rows:1fr;opacity:1}.faq-item--open .faq-item__answer-inner{padding:0 0 .75rem}@media(max-width:1024px){.faq-item--open .faq-item__answer-inner{padding:0 0 .6rem}}.faq-loading{display:flex;flex-direction:column;gap:1px;background:#e8e8e8;border-radius:4px;overflow:hidden}.faq-skeleton{height:54px;background:#fff;animation:faq-pulse 1.4s ease-in-out infinite}.faq-skeleton:nth-child(2){animation-delay:.15s}.faq-skeleton:nth-child(3){animation-delay:.3s}.faq-skeleton:nth-child(4){animation-delay:.45s}@keyframes faq-pulse{0%,to{opacity:1}50%{opacity:.55}}.faq-empty{text-align:center;color:#666;font-size:.9rem;padding:2rem 0}@media(max-width:1024px){.faq-empty{font-size:14px;padding:1.2rem 0}}.faq-cta{text-align:center;margin-top:40px}@media(max-width:1024px){.faq-cta{margin-top:28px}}.faq-cta .outline-btn{display:inline-flex;margin-inline:auto;justify-content:center}@media(max-width:1024px){.faq-cta .outline-btn{min-width:110px;min-height:44px}}.faq-cta__title{color:#1a1a1a;font-size:24px;font-weight:500;line-height:150%;margin-bottom:8px}@media(max-width:1024px){.faq-cta__title{font-size:22px}}.faq-cta__text{color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%;margin-bottom:24px}@media(max-width:1024px){.faq-cta__text{font-size:14px;margin-bottom:16px}}.about-page{background:#fff}.about-container{width:100%;max-width:780px;margin:0 auto;padding:3rem 1rem}.about-title{text-align:center;font-size:2.2rem;font-weight:800;color:#1a1a1a;letter-spacing:.04em;margin:0 0 2rem}.about-image-wrapper{width:100%;border-radius:4px;overflow:hidden;margin-bottom:2rem;background:#f0f0f0}.about-image{width:100%;display:block;object-fit:cover}.about-text{text-align:center;font-size:.92rem;color:#444;line-height:1.7;max-width:640px;margin:0 auto}.about-text p{margin:0 0 1rem}.about-text p:last-child{margin-bottom:0}.about-text b,.about-text strong{font-weight:700;color:#1a1a1a}.about-locations{background:#fff;padding-bottom:2rem}.about-locations__title{text-align:center;font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.about-locations__subtitle{text-align:center;font-size:.92rem;color:#666;line-height:1.5;margin:0 0 1.5rem}.about-locations__divider{width:100%;height:1px;background:#e0e0e0;margin-bottom:2rem}.about-locations__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media(max-width:640px){.about-locations__grid{grid-template-columns:1fr}}.about-locations__list{display:flex;flex-direction:column;gap:1.5rem}.about-location-card{display:flex;gap:1rem;align-items:stretch;background:none;border:none;padding:.6rem .75rem;border-radius:6px;cursor:pointer;text-align:left;width:100%;transition:background .15s}.about-location-card:hover{background:#f5f5f5}.about-location-card__accent{width:3px;min-height:100%;background:rgba(0,0,0,0);border-radius:2px;flex-shrink:0;transition:background .15s}.about-location-card--active .about-location-card__accent{background:#1a1a1a}.about-location-card--active{background:#f9f9f9}.about-location-card__name{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem}.about-location-card__address{font-size:.88rem;color:#666;margin:0;line-height:1.4}.about-locations__map{border-radius:4px;overflow:hidden;min-height:280px;background:#f0f0f0}.about-locations__iframe{width:100%;height:100%;min-height:280px;border:0;display:block}.about-skeleton-title{width:280px;height:36px;margin:0 auto 2rem}.about-skeleton-image,.about-skeleton-title{background:#eee;border-radius:4px;animation:about-pulse 1.4s ease-in-out infinite}.about-skeleton-image{width:100%;height:320px;margin-bottom:2rem;animation-delay:.15s}.about-skeleton-text{width:80%;height:80px;margin:0 auto;background:#eee;border-radius:4px;animation:about-pulse 1.4s ease-in-out infinite;animation-delay:.3s}@keyframes about-pulse{0%,to{opacity:1}50%{opacity:.55}}.order-confirm-page{padding:3rem 1rem}@media(max-width:1024px){.order-confirm-page{padding-top:1.5rem;padding-bottom:2rem}}.order-confirm-wrap{max-width:644px;margin:0 auto;padding:24px}@media(max-width:1024px){.order-confirm-wrap{max-width:100%;padding:0}}.order-confirm-header{text-align:center;margin-bottom:24px}.order-confirm-check{display:inline-flex;align-items:center;justify-content:center;color:#666;margin-bottom:16px}.order-confirm-title{font-size:24px;font-weight:600;line-height:150%;color:#1a1a1a;margin-bottom:12px}@media(max-width:1024px){.order-confirm-title{font-size:22px;margin-bottom:8px}}.order-confirm-subtitle{color:#1a1a1a;text-align:center;font-size:16px;font-weight:400;line-height:150%;max-width:560px;margin:0 auto}@media(max-width:1024px){.order-confirm-subtitle{font-size:14px}}.order-confirm-body{background:rgba(0,0,0,0);border:none;border-radius:0;overflow:visible;display:flex;flex-direction:column;gap:24px}@media(max-width:1024px){.order-confirm-body{gap:18px}}.order-confirm-ips{display:grid;grid-template-columns:200px minmax(0,1fr);align-items:center;gap:24px;background:rgba(0,0,0,0);padding:24px 0}@media(max-width:1024px){.order-confirm-ips{grid-template-columns:1fr;justify-items:center;text-align:center;gap:14px;padding:16px 0}}@media(max-width:768px){.order-confirm-ips{grid-template-columns:1fr;align-items:center;text-align:center}}.order-confirm-ips-qr{flex-shrink:0}.order-confirm-ips-qr svg{display:block;border-radius:6px}@media(max-width:1024px){.order-confirm-ips-qr svg{width:170px;height:170px}}.order-confirm-ips-qr-placeholder{width:200px;height:200px;background:#ddd;border-radius:6px;border:1px solid #bbb}@media(max-width:1024px){.order-confirm-ips-qr-placeholder{width:170px;height:170px}}.order-confirm-ips-qr-placeholder.order-confirm-ips-qr-loading{animation:qr-pulse 1.2s ease-in-out infinite}@keyframes qr-pulse{0%,to{opacity:1}50%{opacity:.5}}.order-confirm-ips-info{font-size:.8125rem;color:#666;line-height:1.5}@media(max-width:1024px){.order-confirm-ips-info{width:100%}}.order-confirm-ips-company{font-size:16px;font-weight:500;color:#1a1a1a;margin-bottom:12px}.order-confirm-ips-address{font-size:16px;font-weight:400;color:#666;margin-bottom:12px}.order-confirm-ips-label{font-size:16px;font-weight:500;color:#1a1a1a;margin-bottom:2px}.order-confirm-ips-account{font-size:16px;font-weight:500;color:#1a1a1a;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #141414}.order-confirm-ips-hint{font-size:14px;font-weight:400;color:#666}.order-confirm-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-top:24px}@media(max-width:1024px){.order-confirm-meta{flex-direction:column;gap:.75rem;margin-top:8px}}@media(max-width:640px){.order-confirm-meta{flex-direction:column;gap:.75rem}}.order-confirm-meta-col--right{text-align:right}@media(max-width:1024px){.order-confirm-meta-col--right{text-align:left}}.order-confirm-meta-label{color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%;margin-bottom:8px}.order-confirm-meta-value{color:#1a1a1a;font-size:16px;font-weight:500;line-height:150%}.order-confirm-delivery-box{display:flex;align-items:flex-start;gap:12px;padding:24px;border-radius:10px;border:1px solid #c4c4c4;background:#fffbd9}@media(max-width:1024px){.order-confirm-delivery-box{padding:14px;border-radius:8px}}.order-confirm-delivery-icon{width:1rem;height:1rem;stroke:#b0b0b0;flex-shrink:0}.order-confirm-delivery-label{font-size:16px;color:#1a1a1a;font-weight:500;line-height:150%;margin-bottom:8px}.order-confirm-delivery-dates{font-size:16px;color:#1a1a1a;font-weight:400;line-height:150%}.order-confirm-section-title,.order-confirm-shipping-title{color:#1a1a1a;font-size:16px;font-weight:500;line-height:150%;margin-bottom:8px}.order-confirm-payment-grid{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.5rem 1.5rem}@media(max-width:1024px){.order-confirm-payment-grid{grid-template-columns:1fr;gap:.2rem}}.order-confirm-payment-label{font-size:.75rem;color:#666;font-weight:600}@media(max-width:1024px){.order-confirm-payment-label{margin-top:.45rem}}.order-confirm-payment-value{font-size:.82rem;color:#1a1a1a;word-break:break-word}.order-confirm-payment-value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;word-break:break-all}.order-confirm-payment-value--status{font-weight:600}.order-confirm-payment-value--status.is-paid{color:#16a34a}.order-confirm-payment-value--status.is-failed{color:#dc2626}.order-confirm-shipping-info{color:#1a1a1a;font-size:16px;font-weight:400;line-height:150%;margin-bottom:24px}@media(max-width:1024px){.order-confirm-shipping-info{margin-bottom:16px;font-size:14px}}.order-confirm-shipping-info p{margin:0}.order-confirm-items-title{color:#1a1a1a;font-size:20px;font-weight:500;line-height:150%;margin-bottom:24px}@media(max-width:1024px){.order-confirm-items-title{font-size:18px;margin-bottom:14px}}.order-confirm-items{display:flex;flex-direction:column;gap:24px;border-bottom:1px solid #141414;margin-bottom:24px}@media(max-width:1024px){.order-confirm-items{gap:14px;margin-bottom:14px}}.order-confirm-item{display:flex;align-items:flex-start;gap:24px;padding:1rem 0;border-bottom:1px solid #141414}@media(max-width:1024px){.order-confirm-item{gap:12px;padding:.75rem 0}}.order-confirm-item:last-child{border-bottom:none}@media(max-width:640px){.order-confirm-item{gap:.7rem}}.order-confirm-item-img{width:96px;height:96px;border-radius:4px;background:#e8e8e8;flex-shrink:0;overflow:hidden}@media(max-width:1024px){.order-confirm-item-img{width:72px;height:72px}}.order-confirm-item-img img{width:100%;height:100%;box-sizing:border-box;object-fit:contain;padding:6px}.order-confirm-item-name{flex:1;min-width:0}.order-confirm-item-name p{margin:0;font-size:16px;color:#1a1a1a;font-weight:500;line-height:24px}@media(max-width:1024px){.order-confirm-item-name p{font-size:14px;line-height:1.4}}.order-confirm-item-qty{font-size:16px;color:#1a1a1a;font-weight:500;line-height:24px}@media(max-width:1024px){.order-confirm-item-qty{font-size:14px;line-height:1.4}}.order-confirm-item-price{font-size:16px;font-weight:500;color:#1a1a1a;white-space:nowrap}@media(max-width:1024px){.order-confirm-item-price{font-size:14px;line-height:1.4}}@media(max-width:640px){.order-confirm-item-price{font-size:.92rem}}.order-confirm-totals{display:flex;flex-direction:column;gap:.35rem}.order-confirm-total-row{display:flex;justify-content:space-between;align-items:baseline}.order-confirm-total-row .order-confirm-total-label{font-size:14px;font-weight:400;line-height:21px;color:#666}@media(max-width:1024px){.order-confirm-total-row .order-confirm-total-label{line-height:1.4}}.order-confirm-total-row .order-confirm-total-value{font-size:16px;font-weight:500;line-height:22px;color:#1a1a1a}@media(max-width:1024px){.order-confirm-total-row .order-confirm-total-value{font-size:14px;line-height:1.4}}.order-confirm-total-row--grand{border-top:1px solid #141414;padding-top:.55rem;margin-top:.25rem;margin-bottom:40px}@media(max-width:1024px){.order-confirm-total-row--grand{margin-bottom:24px}}.order-confirm-total-row--grand .order-confirm-total-label{font-size:16px;font-weight:500;line-height:24px;color:#1a1a1a}@media(max-width:1024px){.order-confirm-total-row--grand .order-confirm-total-label{font-size:15px}}.order-confirm-total-row--grand .order-confirm-total-value{font-size:20px;font-weight:500;line-height:30px;color:#1a1a1a}@media(max-width:1024px){.order-confirm-total-row--grand .order-confirm-total-value{font-size:18px;line-height:1.3}}.order-confirm-actions{padding:1rem 0 0;display:flex;justify-content:center;border-top:none}@media(max-width:1024px){.order-confirm-actions .dark-btn{width:100%}}.order-confirm-back-btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:2.35rem;padding:0 1.35rem;border-radius:6px;background:#1a1a1a;color:#fff;font-size:.78rem;font-weight:600;text-decoration:none;transition:opacity .18s}.order-confirm-back-btn:hover{opacity:.85}.payment-return-page{padding:4rem 1rem;min-height:60vh;display:flex;align-items:flex-start;justify-content:center}.payment-return-card{max-width:480px;width:100%;text-align:center;background:#fff;border-radius:16px;border:1px solid #141414;padding:2.5rem 2rem}.payment-return-card h1{font-size:1.5rem;font-weight:800;color:#1a1a1a;margin-bottom:.75rem}.payment-return-card p{font-size:.9rem;color:#b0b0b0;line-height:1.6;margin-bottom:0}.payment-return-icon{width:3.5rem;height:3.5rem;border-radius:50%;border:2px solid #1a1a1a;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.payment-return-icon svg{width:1.5rem;height:1.5rem;stroke:#1a1a1a}.payment-return-icon--error{border-color:#dc2626}.payment-return-icon--error svg{stroke:#dc2626}.payment-return-card--success .payment-return-icon{border-color:#16a34a}.payment-return-card--success .payment-return-icon svg{stroke:#16a34a}.payment-return-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}.payment-return-btn{display:inline-block;padding:.65rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:8px;background:#ffda00;color:#1a1a1a;text-decoration:none;transition:background .15s ease}.payment-return-btn:hover{background:#e6c300}.payment-return-btn--secondary{background:rgba(0,0,0,0);border:1px solid #141414;color:#b0b0b0}.payment-return-btn--secondary:hover{background:#fdfdfd}.payment-return-spinner{width:3rem;height:3rem;border:3px solid #141414;border-top-color:#ffda00;border-radius:50%;margin:0 auto 1.25rem;animation:payment-spin .7s linear infinite}@keyframes payment-spin{to{transform:rotate(1turn)}}.payment-return-timeout{margin-top:1rem;font-size:.8rem;color:#b0b0b0}.payment-return-timeout a{color:#1a1a1a;text-decoration:underline}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:0 16px;animation:cookie-slide-up .4s cubic-bezier(.4,0,.2,1) .3s}@media(min-width:768px){.cookie-consent{padding:0 64px}}.cookie-consent__inner{max-width:1440px;margin:0 auto 1rem;display:flex;flex-direction:column;gap:1rem;align-items:center;background:#fdfdfd;border:1px solid #141414;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 -4px 24px rgba(0,0,0,.08)}@media(min-width:768px){.cookie-consent__inner{flex-direction:row;justify-content:space-between;padding:1.25rem 2rem}}.cookie-consent__text{flex:1}.cookie-consent__text p{margin:0;font-size:.9rem;line-height:1.5;color:#b0b0b0}.cookie-consent__actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent__btn{padding:.6rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .15s ease,color .15s ease;border:none}.cookie-consent__btn--accept{background:#ffda00;color:#1a1a1a}.cookie-consent__btn--accept:hover{background:#e6c300}.cookie-consent__btn--decline{background:rgba(0,0,0,0);color:#b0b0b0;border:1px solid #141414}.cookie-consent__btn--decline:hover{background:#f5f5f5;color:#1a1a1a}@keyframes cookie-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.blog-content{line-height:1.75;color:#374151;font-size:15px}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{font-weight:700;color:#111827;margin-top:1.75em;margin-bottom:.75em;line-height:1.3}.blog-content h1{font-size:1.75rem}.blog-content h2{font-size:1.4rem}.blog-content h3{font-size:1.2rem}.blog-content h4{font-size:1.05rem}.blog-content p{margin-bottom:1.25em}.blog-content a{color:#1a1a1a;text-decoration:underline;text-underline-offset:2px}.blog-content a:hover{opacity:.7}.blog-content ol,.blog-content ul{margin-bottom:1.25em;padding-left:1.5em}.blog-content ul{list-style-type:disc}.blog-content ol{list-style-type:decimal}.blog-content li{margin-bottom:.35em}.blog-content img{max-width:100%;height:auto;border-radius:12px;margin:1.5em 0}.blog-content blockquote{border-left:4px solid #e5e7eb;padding-left:1em;margin:1.5em 0;color:#6b7280;font-style:italic}.blog-content code,.blog-content pre{background:#f3f4f6;border-radius:6px;font-family:monospace;font-size:.875em}.blog-content pre{padding:1em;overflow-x:auto;margin-bottom:1.25em}.blog-content code{padding:.2em .4em}.blog-content table{width:100%;border-collapse:collapse;margin-bottom:1.5em;font-size:.9em}.blog-content td,.blog-content th{border:1px solid #e5e7eb;padding:.6em .8em;text-align:left}.blog-content th{background:#f9fafb;font-weight:600}.blog-content hr{border:none;border-top:1px solid #e5e7eb;margin:2em 0}.page-progress-track{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none}.page-progress-bar{height:100%;width:0;opacity:0;background:linear-gradient(90deg,#e6c300,#ffda00);border-radius:0 2px 2px 0;box-shadow:0 0 8px rgba(230,195,0,.6);will-change:width,opacity}.reveal{opacity:0;transform:translateY(28px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.reveal--visible{opacity:1;transform:translateY(0)}.reveal--fade{transform:none}.reveal--left{transform:translateX(-32px)}.reveal--left.reveal--visible{transform:translateX(0)}.reveal--right{transform:translateX(32px)}.reveal--right.reveal--visible{transform:translateX(0)}.reveal--scale{transform:scale(.93) translateY(12px)}.reveal--scale.reveal--visible{transform:scale(1) translateY(0)}.reveal--delay-1{transition-delay:.07s}.reveal--delay-2{transition-delay:.14s}.reveal--delay-3{transition-delay:.21s}.reveal--delay-4{transition-delay:.28s}.reveal--delay-5{transition-delay:.35s}@media(prefers-reduced-motion:reduce){.reveal,.reveal--left,.reveal--right,.reveal--scale{opacity:0;transform:none;transition:opacity .2s ease}.reveal--left.reveal--visible,.reveal--right.reveal--visible,.reveal--scale.reveal--visible,.reveal.reveal--visible{opacity:1;transform:none}[class*=reveal--delay-]{transition-delay:0s}}@keyframes skeleton-pulse{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:800px 100%;animation:skeleton-pulse 1.4s ease-in-out infinite;border-radius:8px}}