@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Chivo:ital,wght@0,400;0,500;0,700;1,400&family=Martian+Mono:wght@400;600&display=swap";:root{--ink:#07050f;--void:#0d0a1b;--surface:#150f29;--surface-2:#1d1638;--line:#2b2150;--line-bright:#46356f;--chalk:#efeafb;--chalk-dim:#b5abd6;--muted:#857ba6;--accent:#a472ff;--accent-bright:#c4a0ff;--accent-deep:#9a7ae0;--on-accent:#150634;--pulsar:#ff5fa0;--aurora:#6fe3c4;--warning:#ffc46b;--danger:#ff6b6b;--font-display:"Bricolage Grotesque", Georgia, serif;--font-body:"Chivo", "Helvetica Neue", Arial, sans-serif;--font-mono:"Martian Mono", ui-monospace, "SFMono-Regular", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.5rem;--text-2xl:2rem;--text-3xl:2.75rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--shell:62rem;--radius:6px;--radius-lg:12px;--ease:cubic-bezier(.2, .7, .3, 1)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:auto}body{background:var(--ink);color:var(--chalk);font:400 var(--text-base) / 1.6 var(--font-body);min-height:100vh;margin:0;position:relative}body:before{content:"";z-index:-1;pointer-events:none;background-image:radial-gradient(1.6px 1.6px at 8% 12%,#fffdffd9,#0000 60%),radial-gradient(1.4px 1.4px at 41% 8%,#c4a0ffcc,#0000 60%),radial-gradient(1.6px 1.6px at 73% 22%,#fffdff99,#0000 60%),radial-gradient(1.2px 1.2px at 20% 45%,#c4a0ff99,#0000 60%),radial-gradient(1.6px 1.6px at 60% 63%,#fffdff8c,#0000 60%),radial-gradient(1.2px 1.2px at 90% 75%,#c4a0ff8c,#0000 60%),radial-gradient(1.4px 1.4px at 33% 88%,#fffdff73,#0000 60%);background-repeat:no-repeat;background-size:100% 100%;position:fixed;inset:0}body:after{content:"";z-index:100;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}h1,h2,h3,h4{font-family:var(--font-display);margin:0 0 var(--space-4);color:var(--chalk);font-weight:800;line-height:1.15}h1{font-size:clamp(2rem, 5vw, var(--text-3xl))}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}p{margin:0 0 var(--space-3);color:var(--chalk-dim)}a{color:var(--accent-bright);text-decoration:none}a:hover{text-decoration:underline}strong,b{color:var(--chalk)}em{font-style:italic}ul,ol{margin:0 0 var(--space-3);color:var(--chalk-dim);padding-left:1.25em}li{margin-bottom:var(--space-1)}img{max-width:100%;display:block}.tread{background-image:repeating-linear-gradient(108deg, var(--line) 0 3px, transparent 3px 16px);border-block:1px solid var(--line);opacity:.8;height:20px}input,select,textarea{font:inherit;width:100%;min-height:2.75rem;padding:0 var(--space-3);border:1px solid var(--line-bright);border-radius:var(--radius);background:var(--void);color:var(--chalk);transition:border-color .15s var(--ease), box-shadow .15s var(--ease)}textarea{padding:var(--space-3);min-height:4.5rem}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #a472ff33}label{color:var(--chalk-dim);margin-bottom:var(--space-1);font-weight:500;font-size:var(--text-sm);display:block}button{font:inherit;cursor:pointer;border:1px solid var(--line-bright);background:var(--surface-2);color:var(--chalk);border-radius:var(--radius);padding:var(--space-2) var(--space-4);transition:border-color .15s var(--ease), background .15s var(--ease), transform .1s var(--ease)}button:hover{border-color:var(--accent)}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{padding:var(--space-2) var(--space-4);border-radius:var(--radius);cursor:pointer;font:inherit;background:linear-gradient(165deg, var(--accent-bright), var(--accent-deep));color:var(--on-accent);border:none;font-weight:700;text-decoration:none;display:inline-block}.btn-primary:hover{filter:brightness(1.08);text-decoration:none}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.center{text-align:center}.radio-row{align-items:center;gap:var(--space-2);margin-left:var(--space-2);margin-bottom:var(--space-2);flex-wrap:wrap;display:flex}.radio-pill,.checkbox-row{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-2);border:2px solid var(--line-bright);border-radius:var(--radius);background:var(--surface-2);color:var(--chalk-dim);cursor:pointer;transition:border-color .2s var(--ease), background-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);font-weight:500;display:inline-flex;position:relative}.radio-pill input,.checkbox-row input{opacity:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}:is(.radio-pill:has(input:hover),.checkbox-row:has(input:hover)){border-color:var(--line-bright);transform:translateY(-1px)}:is(.radio-pill:has(input:checked),.checkbox-row:has(input:checked)){background:var(--surface);border-color:var(--accent);color:var(--chalk)}:is(.radio-pill:has(input:focus-visible),.checkbox-row:has(input:focus-visible)){outline:2px solid var(--accent-bright);outline-offset:2px}:is(.radio-pill:has(input:disabled),.checkbox-row:has(input:disabled)){opacity:.5;cursor:not-allowed}.resole-mail-address{margin-left:var(--space-2)}.promotion-text{color:var(--aurora)}.resole-note{color:var(--warning);font-size:var(--text-sm)}.resole-price-green{color:var(--aurora)}.resole-price-warn{color:var(--warning)}.resole-price-danger{color:var(--danger)}.pricelist-discount-card{border-width:2px;position:relative}.deals-active-badge{font-size:var(--text-xs);letter-spacing:.06em;color:var(--on-accent);padding:var(--space-1) var(--space-3);margin-bottom:var(--space-3);border-radius:999px;font-weight:700;display:inline-block}.pricelist-discount-header{align-items:center;gap:var(--space-2);font-family:var(--font-display);font-weight:700;font-size:var(--text-lg);margin-bottom:var(--space-2);display:flex}.deal-discount-label{color:var(--chalk);letter-spacing:.04em;font-weight:700;font-size:var(--text-sm)}.pricelist-shoe-list{gap:var(--space-6);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.deal-brand-group{min-width:10rem}.deal-brand-name{margin-bottom:var(--space-1);font-weight:700;display:block}.deal-brand-group ul{margin:0;padding-left:1.1em}.deal-banner{padding:var(--space-4) var(--space-6) 0;border-width:2px;overflow:hidden}.deal-banner-summary{align-items:baseline;column-gap:var(--space-3);row-gap:var(--space-1);flex-wrap:wrap;display:flex}.deal-banner-badge{font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--on-accent);padding:var(--space-1) var(--space-3);border-radius:999px;font-weight:700;display:inline-block}.deal-banner-title{font-family:var(--font-display);font-weight:700;font-size:var(--text-lg)}.deal-banner-discount{color:var(--chalk-dim);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.02em;flex-basis:100%}.deal-banner-details{transition:grid-template-rows .3s var(--ease), margin-top .3s var(--ease);grid-template-rows:0fr;margin-top:0;display:grid}.deal-banner-details.is-open{margin-top:var(--space-4);grid-template-rows:1fr}.deal-banner-details-inner{min-height:0;overflow:hidden}.deal-banner-toggle{justify-content:flex-end;align-items:center;gap:var(--space-2);width:calc(100% + var(--space-6) + var(--space-6));margin:var(--space-4) calc(-1 * var(--space-6)) 0;padding:var(--space-2) var(--space-6);color:var(--chalk-dim);font-size:var(--text-xl);background:0 0;border:none;border-radius:0;line-height:1;display:flex}.deal-banner-toggle:hover{color:var(--chalk)}.deal-banner-toggle-label{font-family:var(--font-body);font-size:var(--text-sm);font-weight:600}.deal-banner-chevron{transition:transform .2s var(--ease)}.deal-banner-toggle[aria-expanded=true] .deal-banner-chevron{transform:rotate(180deg)}.resole-condition-cards{gap:var(--space-4);margin:var(--space-4) 0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.resole-condition-card{background:var(--void);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.resole-condition-card img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.resole-condition-img-split{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.resole-condition-img-split img{width:100%;height:100%;position:absolute;inset:0}.resole-condition-img-split img:first-child{clip-path:polygon(0 0,100% 0,0 100%)}.resole-condition-img-split img:last-child{clip-path:polygon(100% 0,100% 100%,0 100%)}.resole-condition-body{padding:var(--space-3)}.resole-condition-title{color:var(--chalk);margin-bottom:var(--space-1);font-weight:700}.resole-condition-surcharge{font-family:var(--font-mono);margin-bottom:var(--space-2);font-weight:600}.resole-condition-body p{font-size:var(--text-sm);margin:0}.resole-shoe-block{position:relative}.resole-rubber-info{margin:var(--space-1) 0 0;padding-left:var(--space-2);color:var(--muted);font-size:var(--text-sm)}.resole-rubber-info .fi{margin-right:var(--space-1)}.resole-shoe-block-title{font-family:var(--font-display);font-weight:800;font-size:var(--text-lg);color:var(--accent-bright);margin-bottom:var(--space-4)}.resole-surcharge-section{margin:0 0 var(--space-4)}.resole-extras{gap:var(--space-6);margin-bottom:var(--space-4);display:flex}.resole-remove-shoe-btn{border-color:var(--danger);color:var(--danger);margin-top:var(--space-4);background:0 0}.resole-remove-shoe-btn:hover{background:#ff6b6b1a}.resole-shoe-price-breakdown{border-top:1px solid var(--line);margin-top:var(--space-4);padding-top:var(--space-3)}.resole-shoe-price-row{font-size:var(--text-sm);padding:var(--space-1) 0;color:var(--chalk-dim);justify-content:space-between;display:flex}.resole-shoe-price-divider{border-top:1px solid var(--line);margin:var(--space-2) 0}.resole-shoe-price-total-row{color:var(--chalk);font-weight:700;font-size:var(--text-base)}.resole-shoe-price-total{font-family:var(--font-mono);color:var(--accent-bright)}.resole-summary-line{padding:var(--space-2) 0;border-bottom:1px solid var(--line);color:var(--chalk-dim);justify-content:space-between;display:flex}.resole-summary-total{font-family:var(--font-display);font-weight:800;font-size:var(--text-xl);padding:var(--space-4) 0;color:var(--chalk);justify-content:space-between;display:flex}.resole-checkout-btn{font-size:var(--text-lg);padding:var(--space-3) var(--space-8)}.resole-modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--space-4);background:#07050fcc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.resole-modal-overlay[hidden]{display:none}.resole-modal{background:linear-gradient(165deg, var(--surface-2), var(--surface));border:1px solid var(--line-bright);border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6) var(--space-6);width:100%;max-width:28rem;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 40px 80px -30px #000000e6}.resole-modal-close{top:var(--space-3);right:var(--space-3);font-size:var(--text-xl);color:var(--muted);padding:var(--space-1) var(--space-2);background:0 0;border:none;line-height:1;position:absolute}.resole-modal-close:hover{color:var(--chalk);border-color:#0000}.resole-modal-order-id{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--accent-bright);margin-bottom:var(--space-3);font-size:var(--text-sm)}.resole-modal-shoe-line{font-size:var(--text-sm);color:var(--chalk-dim);padding:var(--space-1) 0;justify-content:space-between;display:flex}.resole-modal-total{font-weight:700;font-size:var(--text-lg);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:var(--space-3) 0;margin:var(--space-3) 0 var(--space-4);justify-content:space-between;display:flex}.resole-modal-status{color:var(--danger);font-size:var(--text-sm)}.resole-modal-pay-buttons{gap:var(--space-3);display:grid}.resole-modal-pay-btn{padding:var(--space-3);font-weight:700;font-size:var(--text-base)}.resole-modal-pay-helcim{color:#fff;background:#0b5ed7;border:none}.resole-modal-pay-cash{background:var(--aurora);color:var(--on-accent);border:none}.resole-modal-pay-free{background:linear-gradient(165deg, var(--accent-bright), var(--accent-deep));color:var(--on-accent);border:none}.pricelist-items{margin:0;padding:0;list-style:none}.pricelist-items li{justify-content:space-between;align-items:baseline;gap:var(--space-4);padding:var(--space-3) 0;border-bottom:1px solid var(--line);display:flex}.pricelist-items li:last-child{border-bottom:none}.item-name{color:var(--chalk);font-weight:500}.item-name .fi{margin-right:var(--space-2)}.pricelist-item-desc{color:var(--muted);font-size:var(--text-sm);font-weight:400;display:block}.price{font-family:var(--font-mono);color:var(--chalk-dim);white-space:nowrap}.rubber-sale-from{color:var(--muted);text-decoration:line-through}.rubber-sale-price{color:var(--aurora)}.last-country-label{margin-bottom:var(--space-2)}.last-tier-label{font-family:var(--font-display);color:var(--chalk-dim);margin:var(--space-2) 0 var(--space-2);font-weight:700}.last-tier-price{color:var(--accent-bright);font-family:var(--font-mono)}.last-local-price{color:var(--muted);font-size:var(--text-sm);font-family:var(--font-body)}.last-file-card-grid{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.last-file-card{background:linear-gradient(165deg, var(--surface-2), var(--surface));border:1px solid var(--line);border-radius:var(--radius-lg);transition:border-color .15s var(--ease);flex-direction:column;display:flex;position:relative;overflow:hidden}.last-file-card.in-cart{border-color:var(--accent)}.last-file-card-img{aspect-ratio:1;object-fit:cover;background:var(--void);width:100%}.last-file-card-body{padding:var(--space-4);flex:1}.last-file-card-header{justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.last-file-card-title{color:var(--chalk);font-weight:700}.last-file-card-price{font-family:var(--font-mono);color:var(--accent-bright);white-space:nowrap}.last-file-card-desc{font-size:var(--text-sm);margin-bottom:var(--space-2)}.last-series-fit-note{font-size:var(--text-xs);color:var(--muted);margin:0}.last-series-badge{font-size:var(--text-xs);color:var(--warning);margin-bottom:var(--space-2);font-weight:700;display:inline-block}.last-add-to-cart-btn{margin:0 var(--space-4) var(--space-4)}.last-add-to-cart-btn.in-cart{background:var(--danger);color:#fff;border:none}.last-file-card-coming-soon{opacity:.6}.last-file-coming-soon-label{top:var(--space-3);right:var(--space-3);background:var(--warning);color:var(--on-accent);font-weight:700;font-size:var(--text-xs);padding:var(--space-1) var(--space-2);border-radius:999px;position:absolute}.last-cart-bar{z-index:40;background:color-mix(in srgb, var(--ink) 92%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line-bright);padding:var(--space-4);position:sticky;bottom:0}.last-cart-inner{max-width:var(--shell);gap:var(--space-6);flex-wrap:wrap;align-items:flex-end;margin:0 auto;display:flex}.last-cart-col{flex:1;min-width:200px}.last-cart-country{margin-bottom:var(--space-2);font-weight:700}.last-cart-items{gap:var(--space-2);flex-wrap:wrap;display:flex}.last-cart-item-tag{background:var(--surface-2);border:1px solid var(--line-bright);padding:var(--space-1) var(--space-2);font-size:var(--text-sm);align-items:center;gap:var(--space-2);border-radius:999px;display:flex}.last-cart-item-price{color:var(--accent-bright)}.last-cart-item-remove{color:var(--muted);background:0 0;border:none;padding:0;font-size:1rem}.last-cart-col-total{text-align:right;min-width:220px}.last-cart-total-label{font-size:var(--text-sm);color:var(--muted)}.last-cart-total-value{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800}.last-cart-local-total{color:var(--muted);font-size:var(--text-sm);margin-bottom:var(--space-2)}.last-cart-note{font-size:var(--text-xs);color:var(--danger);min-height:1.2em;margin:var(--space-1) 0}.last-cart-buy-btn,#last-cart-buy-btn{width:100%}.pay-card-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.pay-card{background:linear-gradient(165deg, var(--surface-2), var(--surface));border:1px solid var(--line);border-radius:var(--radius-lg);transition:border-color .15s var(--ease), transform .15s var(--ease);display:block;overflow:hidden}.pay-card:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-2px)}.pay-card-header{padding:var(--space-4);font-family:var(--font-display);font-weight:800;font-size:var(--text-lg)}.pay-card-header-helcim{color:#fff;background:#0b5ed7}.pay-card-body{padding:var(--space-4)}.pay-card-body p{margin:0}.thankyou-body{min-height:100vh;padding:var(--space-6);justify-content:center;align-items:center;display:flex}.thankyou-wrap{background:linear-gradient(165deg, var(--surface-2), var(--surface));border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-12) var(--space-8);text-align:center;width:100%;max-width:32rem;box-shadow:0 40px 80px -30px #000000e6}.thankyou-wrap img{width:80px;margin:0 auto var(--space-6);opacity:.9}.thankyou-order-id{background:var(--void);border:1px solid var(--line-bright);border-radius:var(--radius);padding:var(--space-2) var(--space-4);margin-bottom:var(--space-4);display:inline-block}.thankyou-order-id[hidden]{display:none}.thankyou-order-id-label{color:var(--muted);font-size:var(--text-xs);letter-spacing:.05em;display:block}.thankyou-order-id-value{font-family:var(--font-mono);color:var(--aurora);font-size:var(--text-lg);font-weight:700}.thankyou-receipt,.thankyou-cash{text-align:left;margin:var(--space-4) 0}.receipt-table{border-collapse:collapse;width:100%;font-size:var(--text-sm);color:var(--chalk-dim)}.receipt-table td{padding:var(--space-1) 0}.receipt-table td:last-child{text-align:right}.receipt-shoe-header{color:var(--chalk);border-top:1px solid var(--line);font-weight:700;padding-top:var(--space-3)!important}.receipt-shoe-total td{color:var(--aurora);font-weight:700}.receipt-notes{font-size:var(--text-xs);color:var(--muted)}.receipt-grand-total td{border-top:2px solid var(--chalk);padding-top:var(--space-2);color:var(--chalk);font-weight:800}.cash-envelope{font-family:var(--font-mono);background:var(--void);padding:var(--space-4);border-radius:var(--radius);line-height:2}.thankyou-back{margin-top:var(--space-4);display:inline-block}
