.error-page{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-4);max-width:32em;margin:0 auto;padding:var(--space-9) var(--layout-gutter);font-family:var(--font-primary--family);color:var(--color-ink)}.error-page__code{font-size:var(--text-mono-2xl);font-weight:600;color:var(--color-text-muted)}.error-page__heading{margin:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card);letter-spacing:-.025em}.error-page__cta{margin-top:var(--space-2)}.announcement-bar{display:flex;justify-content:center;padding:var(--space-2) var(--layout-gutter);text-align:center}.announcement-bar__message{margin:0;font-size:var(--text-body-xs);line-height:1.5;color:var(--scheme-text, inherit)}.announcement-bar__message--link{color:var(--scheme-heading, inherit);text-decoration:underline;text-underline-offset:3px}@media(max-width:989px){.announcement-bar--desktop-only{display:none}}.article-page{max-width:var(--layout-content-max);margin:0 auto;padding:var(--space-6) var(--layout-gutter) var(--space-8);font-family:var(--font-primary--family);color:var(--color-ink)}.article-page__breadcrumb{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-xs);color:var(--color-text-muted);padding-bottom:var(--space-4)}.article-page__breadcrumb a{color:var(--color-text-muted);text-decoration:none}.article-page__image{aspect-ratio:16/9;background:var(--color-placeholder-a);overflow:hidden;margin-bottom:var(--space-5)}.article-page__image img{width:100%;height:100%;object-fit:cover}.article-page__title{margin:0 0 var(--space-2);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-category);letter-spacing:-.03em}.article-page__meta{margin:0 0 var(--space-6);font-size:var(--text-mono-xs);color:var(--color-text-subtle)}.article-page__body{font-size:var(--text-body-base);line-height:1.7}.article-page__body :is(h2,h3){font-family:var(--font-display--family);font-weight:var(--font-display--weight);letter-spacing:-.02em;margin:var(--space-6) 0 var(--space-3)}.article-page__body p{margin:0 0 var(--space-4)}.article-page__body a{color:var(--color-signal-deep)}.article-page__comments{margin-top:var(--space-7);padding-top:var(--space-6);border-top:1px solid var(--color-driftwood)}.article-page__comments h2{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-subsection);letter-spacing:-.025em;margin:0 0 var(--space-4)}.article-page__comment{padding:var(--space-4) 0;border-bottom:1px solid var(--color-driftwood)}.article-page__comment-author{font-weight:600;margin-right:var(--space-2)}.article-page__comment-date{font-size:var(--text-mono-xs);color:var(--color-text-subtle)}.article-page__comment-form{margin-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.article-page__comment-form h3{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card);margin:0}.article-page__comment-field{display:flex;flex-direction:column;gap:var(--space-1)}.article-page__comment-field label{font-size:var(--text-body-xs);font-weight:600}.article-page__comment-field input,.article-page__comment-field textarea{padding:var(--space-3);border:1px solid var(--color-border-input);font-family:inherit;font-size:var(--text-body-sm)}.article-page__comment-submit{align-self:flex-start}.blog-page{padding:var(--space-6) var(--layout-gutter) var(--space-8);font-family:var(--font-primary--family);color:var(--color-ink)}.blog-page__breadcrumb{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-xs);color:var(--color-text-muted);padding-bottom:var(--space-4)}.blog-page__breadcrumb a{color:var(--color-text-muted);text-decoration:none}.blog-page__title{margin:0 0 var(--space-6);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-category);letter-spacing:-.03em}.blog-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.blog-page__card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-driftwood)}.blog-page__card-image{display:block;aspect-ratio:4/3;background:var(--color-placeholder-a);overflow:hidden}.blog-page__card-image img{width:100%;height:100%;object-fit:cover}.blog-page__card-body{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4)}.blog-page__card-meta{font-size:var(--text-mono-xs);color:var(--color-text-subtle)}.blog-page__card-title{font-family:var(--font-display--family);font-weight:600;font-size:var(--text-body-lg);color:var(--color-ink);text-decoration:none}.blog-page__card-excerpt{margin:0;font-size:var(--text-body-sm);color:var(--color-text-muted);line-height:1.55}.blog-page__pagination{display:flex;justify-content:center;padding-top:var(--space-6)}@media(max-width:989px){.blog-page__grid{grid-template-columns:1fr}}.brand-row{border-bottom:1px solid var(--scheme-border, var(--color-driftwood));margin-top:var(--section-space-top, var(--space-7));margin-bottom:var(--section-space-bottom, 0);background:var(--scheme-background, transparent)}.brand-row__track{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);padding:var(--space-6) var(--layout-gutter);overflow-x:auto}.brand-row__name{font-family:var(--font-display--family);font-weight:600;font-size:var(--text-body-lg);letter-spacing:.04em;color:var(--scheme-muted, var(--color-text-subtle));text-decoration:none;white-space:nowrap}.brand-row__logo{display:block;height:32px;width:auto;max-width:160px;object-fit:contain;filter:grayscale(1);opacity:.75}a.brand-row__name:hover .brand-row__logo{filter:none;opacity:1}a.brand-row__name:hover{color:var(--scheme-heading, var(--color-ink))}.buying-guide-promo{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);margin:var(--section-space-top, var(--space-7)) 0 var(--section-space-bottom, 0);padding:0 var(--layout-gutter)}.buying-guide-promo__content{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-7) var(--space-6);background:var(--scheme-background, var(--color-deep-water));color:var(--scheme-heading, var(--color-sand))}.buying-guide-promo__content>.font-mono{font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--scheme-accent, var(--color-text-on-green))}.buying-guide-promo__content h3{margin:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card);line-height:1.1;letter-spacing:-.025em}.buying-guide-promo__content p{margin:0;max-width:26em;font-size:var(--text-body-base);line-height:1.6;color:var(--scheme-text, var(--color-text-on-green))}.buying-guide-promo__cta{align-self:flex-start;margin-top:var(--space-1)}.buying-guide-promo__image{position:relative;min-height:280px;background:var(--color-placeholder-a);border:1px solid var(--color-driftwood);overflow:hidden}.buying-guide-promo__image img{width:100%;height:100%;object-fit:cover}@media(max-width:989px){.buying-guide-promo{grid-template-columns:1fr;margin:var(--section-space-top, var(--space-6)) 0 var(--section-space-bottom, 0)}}.buying-guide{padding:var(--space-6) var(--layout-gutter);max-width:1080px;margin-inline:auto}@media(min-width:1200px){.buying-guide{max-width:1360px}}.buying-guide__widget{display:block}.buying-guide__panel{border:1.5px solid var(--color-driftwood);border-radius:var(--radius-flat);background:var(--color-surface-alt);box-shadow:var(--shadow-raised);padding:clamp(var(--space-4),3vw,var(--space-6))}.buying-guide__quicknav{margin:var(--space-6) 0 0;display:flex;flex-wrap:wrap;gap:var(--space-2)}.buying-guide__quicknav-pill{display:inline-flex;align-items:center;min-height:44px;padding:0 var(--space-3);border:1px solid var(--color-driftwood);border-radius:var(--radius-pill);color:var(--color-ink);font-size:13px;text-decoration:none;background:#fff}.buying-guide__quicknav-pill:hover{border-color:var(--color-deep-water)}.buying-guide__quicknav-pill:focus-visible{box-shadow:var(--focus-ring)}.buying-guide__hero{display:grid;grid-template-columns:1fr;gap:var(--space-6);margin-bottom:var(--space-8);align-items:start}@media(min-width:1200px){.buying-guide__hero{grid-template-columns:minmax(300px,360px) 1fr;gap:var(--space-8)}}.buying-guide__eyebrow{display:block;color:var(--color-signal-deep);text-transform:uppercase;letter-spacing:.08em;font-family:var(--font-mono--family);font-size:13px;margin-bottom:var(--space-2)}.buying-guide__heading{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:clamp(28px,4vw,44px);color:var(--color-ink);margin:0 0 var(--space-3)}.buying-guide__intro{max-width:60ch;color:var(--color-ink)}.buying-guide__trust-chips{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:var(--space-4) 0 0;padding:0;list-style:none}.buying-guide__trust-chip{display:flex;align-items:center;gap:var(--space-2);background:#fff;border:1px solid var(--color-driftwood);padding:var(--space-2) var(--space-3);font-size:13px;color:var(--color-ink)}.buying-guide__trust-chip svg{flex:none;color:var(--color-deep-water)}.buying-guide__hero-cta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);margin-top:var(--space-5)}.buying-guide__hero-widget{min-width:0}.buying-guide__card-header{display:flex;justify-content:flex-end;margin-bottom:var(--space-3)}.buying-guide__mode-switch{display:flex}.buying-guide__mode-link{background:none;border:0;padding:0;color:var(--color-signal-deep);text-decoration:underline;font-family:var(--font-primary--family);font-size:14px;cursor:pointer;min-height:44px}.buying-guide__mode-link:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-flat)}.buying-guide__steps{display:grid;gap:0;counter-reset:bg-step}.buying-guide__progress{margin-bottom:var(--space-5)}.buying-guide__progress-text{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-subtle, var(--color-seaweed));margin-bottom:var(--space-2)}.buying-guide__progress-segments{display:flex;gap:4px}.buying-guide__progress-segment{flex:1;height:4px;background:var(--color-surface-muted);border-radius:var(--radius-pill);transition:background-color .2s ease}.buying-guide__progress-segment.is-filled{background:var(--color-signal)}.buying-guide__step{border:0;border-top:1px solid var(--color-surface-muted);padding:var(--space-5) 0 0;margin:0 0 var(--space-5)}.buying-guide__step:first-of-type{border-top:0;padding-top:0}.buying-guide__step-heading{font-family:var(--font-display--family);font-weight:600;font-size:19px;color:var(--color-ink);display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);padding:0}.buying-guide__step-heading:before{counter-increment:bg-step;content:counter(bg-step);flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;border-radius:var(--radius-pill);background:var(--color-deep-water);color:#fff;font-family:var(--font-mono--family);font-size:13px;font-weight:600}.buying-guide__step-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.buying-guide__cards{display:grid;grid-template-columns:1fr;gap:var(--space-3);align-items:stretch}@media(min-width:430px){.buying-guide__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:560px){.buying-guide__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.buying-guide__cards--spots{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:560px){.buying-guide__cards--spots{grid-template-columns:repeat(3,minmax(0,1fr))}}.buying-guide__card{position:relative;display:flex;flex-direction:column;gap:4px;min-height:68px;padding:var(--space-3);border:1px solid var(--color-driftwood);border-radius:var(--radius-flat);cursor:pointer;background:#fff;transition:border-color .15s ease,background-color .15s ease}.buying-guide__card:hover{border-color:var(--color-deep-water)}.buying-guide__card:has(input:checked){border-color:var(--color-deep-water);box-shadow:inset 0 0 0 1px var(--color-deep-water);background:var(--color-surface-selected)}.buying-guide__card:has(input:focus-visible){box-shadow:var(--focus-ring)}.buying-guide__card input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.buying-guide__card-label{font-weight:600;color:var(--color-ink);overflow-wrap:break-word}.buying-guide__card-help{font-size:13px;color:var(--color-text-subtle, var(--color-seaweed))}.buying-guide__card-help--warning{color:var(--color-stock-low)}.buying-guide__card--discipline svg{color:var(--color-deep-water);margin-bottom:2px}.buying-guide__card--discipline:has(input:checked) svg{color:var(--color-signal)}.buying-guide__step-nav{display:flex;gap:var(--space-3);margin-top:var(--space-5)}.buying-guide__step-nav [data-step-next]{margin-left:auto}.buying-guide__weight-field,.buying-guide__wind-override{display:grid;gap:var(--space-2)}.buying-guide__weight-number{display:flex;align-items:baseline;gap:var(--space-2)}.buying-guide__weight-number input{font-size:28px;width:6ch;border:1.5px solid var(--color-driftwood);border-radius:var(--radius-flat);padding:var(--space-2);background:var(--color-sand);color:var(--color-ink)}.buying-guide__weight-number input:focus-visible{box-shadow:var(--focus-ring);outline:none}.buying-guide__expert-panel{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:var(--space-4);border:1.5px solid var(--color-driftwood)}.buying-guide__steps[hidden],.buying-guide__expert-panel[hidden]{display:none}.buying-guide__expert-field{display:grid;gap:var(--space-1)}.buying-guide__expert-field select,.buying-guide__expert-field input{padding:var(--space-2);border:1.5px solid var(--color-driftwood);border-radius:var(--radius-flat);background:var(--color-sand);color:var(--color-ink);min-height:44px}.buying-guide__results{max-width:1100px;margin:var(--space-6) auto 0;padding:var(--space-4);border:1.5px solid var(--color-driftwood);background:var(--color-sand);display:grid;gap:var(--space-3);container-type:inline-size}.buying-guide__results-heading{font-family:var(--font-mono--family);font-size:var(--text-mono-2xs, 11px);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-subtle, var(--color-seaweed));margin:0}.buying-guide__results-placeholder{margin:0;color:var(--color-text-subtle, var(--color-seaweed));font-size:var(--text-body-sm, 14px)}.buying-guide__results-placeholder[hidden]{display:none}.buying-guide__results h3{font-family:var(--font-display--family);font-size:15px;margin:var(--space-2) 0 0;color:var(--color-ink)}.buying-guide__tier-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);margin-bottom:var(--space-4)}@container (max-width: 559px){.buying-guide__tier-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-bottom:var(--space-4);-webkit-overflow-scrolling:touch}.buying-guide__tier-row>.buying-guide__result-card{flex:0 0 82%;scroll-snap-align:start}}.buying-guide__result-card{border:1px solid var(--color-driftwood);padding:var(--space-3);display:grid;gap:4px;align-items:start;position:relative;background:#fff}.buying-guide__result-card:has(.buying-guide__result-thumb){grid-template-columns:56px 1fr;gap:var(--space-3)}.buying-guide__result-card--recommended{border-color:var(--color-signal);border-width:2px}.buying-guide__result-thumb{display:block;grid-row:1 / -1;width:56px;aspect-ratio:1 / 1;border:1px solid var(--color-driftwood);background:var(--color-surface-alt)}.buying-guide__result-thumb img{width:100%;height:100%;object-fit:contain;display:block}.buying-guide__result-thumb:empty,.buying-guide__result-thumb img:not([src]){visibility:hidden}.buying-guide__result-body{display:grid;gap:4px;min-width:0}.buying-guide__result-badge{display:inline-block;background:var(--color-signal);color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:var(--radius-pill);width:fit-content}.buying-guide__result-title{font-weight:600;color:var(--color-ink)}.buying-guide__result-meta{font-family:var(--font-mono--family);font-variant-numeric:tabular-nums;color:var(--color-text-subtle, var(--color-seaweed));font-size:14px}.buying-guide__result-price{font-family:var(--font-mono--family);font-variant-numeric:tabular-nums;color:var(--color-ink);font-weight:600}.buying-guide__result-link{display:inline-block;padding:var(--space-2) 0;color:var(--color-signal-deep);font-weight:600}.buying-guide__estimated-note{font-size:12px;color:var(--color-text-subtle, var(--color-seaweed));font-style:italic}.buying-guide__result-delivery{display:block;font-size:12px;color:var(--color-stock-ok, var(--color-seaweed))}.buying-guide__result-delivery--out{color:var(--color-stock-out, var(--color-seaweed))}.buying-guide__result-klarna{font-size:12px;color:var(--color-text-subtle, var(--color-seaweed))}.buying-guide__result-card--rig .buying-guide__result-meta{display:flex;align-items:center;gap:var(--space-2)}.buying-guide__rig-items{display:flex;flex-direction:column;margin:var(--space-2) 0;min-width:0}.buying-guide__rig-item{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) 0;border-top:1px solid var(--color-driftwood);min-width:0}.buying-guide__rig-item:first-child{border-top:none;padding-top:0}.buying-guide__rig-item-thumb{flex:none;width:40px;height:40px;background:var(--color-sand);overflow:hidden}.buying-guide__rig-item-thumb img{width:100%;height:100%;object-fit:contain}.buying-guide__rig-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.buying-guide__rig-item-label{font-family:var(--font-mono--family);text-transform:uppercase;letter-spacing:.02em;font-size:11px;font-weight:600;color:var(--color-text-subtle)}.buying-guide__rig-item-title{font-size:13px;color:var(--color-ink);overflow-wrap:break-word}.buying-guide__rig-item-price{flex:none;font-family:var(--font-mono--family);font-variant-numeric:tabular-nums;font-size:13px;color:var(--color-ink)}.buying-guide__rig-total{display:flex;align-items:baseline;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-1)}.buying-guide__rig-price-original{font-size:13px;color:var(--color-text-subtle);text-decoration:line-through}.buying-guide__rig-discount-badge{display:inline-block;background:var(--color-signal);color:#fff;font-size:11px;font-weight:600;padding:1px 6px;border-radius:var(--radius-pill)}.buying-guide__rig-klarna{display:block;margin-top:var(--space-2)}.buying-guide__rig-intro{font-size:14px;color:var(--color-text-subtle, var(--color-seaweed));margin-top:calc(-1 * var(--space-2));margin-bottom:var(--space-2)}.buying-guide__no-match{padding:var(--space-3);border:1.5px dashed var(--color-driftwood)}.buying-guide__begagnat-card{display:flex;flex-direction:column;gap:2px;padding:var(--space-2) var(--space-3);margin:0 0 var(--space-4);border:1px dashed var(--color-driftwood);font-size:13px;color:var(--color-text-subtle, var(--color-seaweed));text-decoration:none}.buying-guide__begagnat-card-delivery{font-size:12px;opacity:.85}.buying-guide__begagnat-card:hover{border-color:var(--color-deep-water);color:var(--color-ink)}.buying-guide__spot-explanation{margin:0 0 var(--space-3);font-size:var(--text-body-base);color:var(--color-ink)}.buying-guide__spot-season-note{margin:0 0 var(--space-3);font-size:13px;color:var(--color-text-subtle, var(--color-seaweed))}.buying-guide__spot-warnings-note{margin:var(--space-3) 0 0;padding-top:var(--space-3);border-top:1px solid var(--color-driftwood);font-size:13px;color:var(--color-text-subtle, var(--color-seaweed))}.buying-guide__out-of-stock-actions{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-2)}.buying-guide__ask-us{border-top:1.5px solid var(--color-driftwood);padding-top:var(--space-4);max-width:480px}.buying-guide__ask-us [name="contact[email]"],.buying-guide__ask-us textarea{display:block;width:100%;margin:var(--space-2) 0;padding:var(--space-2);border:1.5px solid var(--color-driftwood);border-radius:var(--radius-flat);background:#fff;min-height:44px}.buying-guide__ask-us .button{width:100%}.buying-guide__share-button{background:none;border:1.5px solid var(--color-driftwood);border-radius:var(--radius-button);padding:var(--space-2) var(--space-3);min-height:44px;cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cart-drawer[hidden]{display:none}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14211e80;opacity:0;transition:opacity .2s ease}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,100%);background:var(--color-sand);color:var(--color-ink);transform:translate(100%);transition:transform .2s ease;box-shadow:var(--shadow-raised)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__content{display:flex;flex-direction:column;height:100%}.cart-drawer.is-busy{pointer-events:none;opacity:.7}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 var(--space-4) 0 var(--space-5);border-bottom:1px solid var(--color-driftwood);flex-shrink:0}.cart-drawer__title{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card-title)}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px}.cart-drawer__error{margin:var(--space-3) var(--space-5) 0;padding:var(--space-3) var(--space-4);background:var(--color-signal);color:#fff;font-size:var(--text-body-xs);border-radius:var(--radius-button)}.cart-drawer__form{display:flex;flex-direction:column;flex:1;min-height:0}.cart-drawer__items{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-4) var(--space-5)}.cart-drawer__guide-cta{margin:0 var(--space-5) var(--space-3)}.cart-drawer__footer{flex-shrink:0;padding:var(--space-4) var(--space-5) var(--space-5);border-top:1px solid var(--color-driftwood);box-shadow:var(--shadow-raised)}.cart-page{display:block;padding:var(--space-6) var(--layout-gutter) var(--space-8);font-family:var(--font-primary--family);color:var(--color-ink)}.cart-page__title{margin:0 0 var(--space-5);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-category);letter-spacing:-.03em}.cart-page__error{padding:var(--space-3) var(--space-4);background:var(--color-signal);color:#fff;font-size:var(--text-body-xs);border-radius:var(--radius-button);margin:0 0 var(--space-4)}.cart-page__layout{display:grid;grid-template-columns:1fr 360px;gap:var(--space-6);align-items:start}.cart-page__guide-cta{grid-column:1;margin-top:var(--space-3)}.cart-page__items{display:flex;flex-direction:column;border-top:1px solid var(--color-driftwood)}.cart-page__summary{display:flex;flex-direction:column;padding:var(--space-5);background:var(--color-surface-alt);border:1px solid var(--color-driftwood)}@media(max-width:989px){.cart-page__layout{grid-template-columns:1fr}}.cart-page__price-error{max-width:640px;margin-top:var(--space-6);padding:var(--space-4) var(--space-5);background:var(--color-surface-alt);border-left:3px solid var(--color-seaweed)}.cart-page__price-error-heading{margin:0 0 var(--space-2);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-rig-title)}.cart-page__price-error-text{font-family:var(--font-primary--family);font-size:var(--text-body-xs);color:var(--color-text-muted);line-height:1.5}.cart-page__price-error-text p{margin:0}.cart-page__price-error-text p+p{margin-top:var(--space-2)}.collection-page{display:block;font-family:var(--font-primary--family);color:var(--color-ink)}.collection-page.is-loading{opacity:.6;pointer-events:none}.collection-page__breadcrumb{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-xs);color:var(--color-text-muted);padding:var(--space-3) var(--layout-gutter)}.collection-page__breadcrumb a{color:var(--color-text-muted);text-decoration:none}.collection-page__hero{position:relative;margin:0 0 var(--space-6);min-height:200px;display:flex;align-items:flex-end;background:var(--color-night-water);overflow:hidden}.collection-page__hero-image{position:absolute;top:0;right:0;bottom:0;left:0}.collection-page__hero-image img{width:100%;height:100%;object-fit:cover}.collection-page__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#14211ee0,#14211e4d 70%)}.collection-page__hero-content{position:relative;z-index:1;padding:var(--space-6) var(--space-6) var(--space-6);max-width:640px}.collection-page__hero-content h1{margin:0 0 var(--space-2);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-category);letter-spacing:-.03em;color:var(--color-sand)}.collection-page__hero-description{color:var(--color-text-on-dark-muted);font-size:var(--text-body-sm);line-height:1.55}.collection-page__layout{display:flex;align-items:flex-start;gap:var(--space-6);padding:0 var(--layout-gutter) var(--space-8)}.collection-page__filters{flex:0 0 248px;border:1px solid var(--color-driftwood);background:#fff}.collection-page__filters-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-4);background:var(--color-surface-muted);border-bottom:1px solid var(--color-driftwood);font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.16em;text-transform:uppercase}.collection-page__filters-header .button--textlank{text-transform:none;letter-spacing:normal}.collection-page__filter-group{border-bottom:1px solid var(--color-driftwood);padding:var(--space-4)}.collection-page__filter-group summary{display:flex;align-items:center;justify-content:space-between;font-size:var(--text-body-sm);font-weight:600;cursor:pointer;list-style:none}.collection-page__filter-group summary::-webkit-details-marker{display:none}.collection-page__filter-values{display:flex;flex-direction:column;gap:var(--space-2);padding-top:var(--space-3)}.collection-page__filter-checkbox-input{display:flex;align-items:center;gap:var(--space-2);text-decoration:none;color:var(--color-ink);cursor:pointer}.collection-page__filter-checkbox-box{display:flex;align-items:center;justify-content:center;width:17px;height:17px;border:1.5px solid var(--color-border-input);background:#fff;flex-shrink:0;color:#fff}.collection-page__filter-checkbox-input.is-checked .collection-page__filter-checkbox-box{background:var(--color-deep-water);border-color:var(--color-deep-water)}.collection-page__filter-checkbox-label{flex:1;font-size:var(--text-body-sm)}.collection-page__filter-checkbox-count{font-size:var(--text-mono-xs);color:var(--color-text-subtle)}.collection-page__filter-price-row{display:flex;align-items:center;gap:var(--space-2);padding-top:var(--space-3)}.collection-page__filter-price-row input{width:0;flex:1;height:38px;padding:0 var(--space-2);border:1px solid var(--color-border-input);font-size:var(--text-body-xs)}.collection-page__filter-apply{margin-top:var(--space-2);width:100%}.collection-page__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-4)}.collection-page__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:#fff;border:1px solid var(--color-driftwood)}.collection-page__toolbar-left,.collection-page__toolbar-right{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3);min-width:0}.collection-page__toolbar-divider{width:1px;height:18px;background:var(--color-driftwood)}.collection-page__active-pills{display:flex;flex-wrap:wrap;gap:var(--space-2)}.collection-page__pill{display:inline-flex;align-items:center;gap:var(--space-2);height:28px;padding:0 var(--space-3);background:var(--color-deep-water);color:var(--color-sand);border-radius:var(--radius-pill);font-size:var(--text-body-2xs);text-decoration:none}.collection-page__filter-toggle{display:none}.collection-page__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 var(--space-1);background:var(--color-signal);color:#fff;border-radius:var(--radius-pill);font-size:11px}.collection-page__sort{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2);min-width:0;font-size:var(--text-body-xs)}.collection-page__sort select{height:36px;border:1px solid var(--color-border-input);padding:0 var(--space-2);background:#fff;flex:1 1 auto;min-width:0;max-width:100%}.collection-page__sort-apply{font-size:var(--text-body-2xs)}.is-js-enhanced .collection-page__sort-apply{display:none}.collection-page__shareable-url{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--color-surface-muted);border:1px dashed var(--color-border-input);font-size:var(--text-mono-xs);overflow-x:auto}.collection-page__shareable-url span:first-child{flex-shrink:0;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-subtle)}.collection-page__shareable-url-text{white-space:nowrap}.collection-page__grid{display:grid;grid-template-columns:repeat(var(--collection-columns-mobile, var(--grid-products)),1fr);gap:clamp(var(--space-2),2vw,var(--space-4))}@media(min-width:700px){.collection-page__grid{grid-template-columns:repeat(var(--grid-products),1fr)}}@media(min-width:990px){.collection-page__grid{grid-template-columns:repeat(var(--collection-columns-desktop, var(--grid-products)),1fr)}}.collection-page__empty{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);padding:var(--space-8) 0}.collection-page__load-more{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding-top:var(--space-3)}.collection-page__progress{display:block;width:220px;height:3px;background:var(--color-driftwood)}.collection-page__progress span{display:block;height:3px;background:var(--color-deep-water)}.collection-page__guide-banner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);margin-top:var(--space-5);padding:var(--space-5) var(--space-6);background:var(--color-deep-water);color:var(--color-sand)}.collection-page__guide-banner h3{margin:0 0 var(--space-1);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card)}.collection-page__guide-banner p{margin:0;font-size:var(--text-body-sm);color:var(--color-text-on-dark-muted)}.collection-page__guide-banner .button{flex-shrink:0;white-space:nowrap}@media(max-width:989px){.collection-page__layout{flex-direction:column}.collection-page__filters{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;transform:translate(-100%);transition:transform .2s ease;overflow-y:auto;width:85%}.collection-page__filters.is-open{transform:translate(0)}.collection-page__filter-toggle{display:flex}.collection-page__guide-banner{flex-direction:column;align-items:flex-start}}.collection-page>.shopify-block,.collection-page__layout>.shopify-block{display:contents}.collection-page__layout:not(:has(.collection-page__filters)) .collection-page__filter-toggle{display:none}.collections-page{padding:var(--space-6) var(--layout-gutter) var(--space-8);font-family:var(--font-primary--family);color:var(--color-ink)}.collections-page__title{margin:0 0 var(--space-6);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-category);letter-spacing:-.03em}.collections-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections-page__grid.collections--compact{--collection-card-size: 160px}.collections-page__grid.collections--full{--collection-card-size: 280px}.collections-page__card{display:flex;flex-direction:column;gap:var(--space-2);text-decoration:none;color:var(--color-ink)}.collections-page__card-image{display:block;aspect-ratio:4/3;background:var(--color-placeholder-a);overflow:hidden;border:1px solid var(--color-driftwood)}.collections-page__card-image img{width:100%;height:100%;object-fit:cover}.collections-page__card-title{font-family:var(--font-display--family);font-weight:600;font-size:var(--text-body-base)}.custom-section{padding:var(--cs-padding-top) var(--layout-gutter) var(--cs-padding-bottom)}.custom-section__inner{display:flex;flex-direction:column;gap:var(--cs-gap);margin-inline:auto}.custom-section--wide .custom-section__inner{max-width:var(--layout-nav-max)}.custom-section--narrow .custom-section__inner{max-width:var(--layout-content-max)}.custom-section__inner--left{align-items:flex-start}.custom-section__inner--center{align-items:center;text-align:center}.custom-section__inner>.shopify-block:has(>:is(.image-block,.group-block,.accordion-block)){align-self:stretch}@media(max-width:989px){.custom-section{padding-top:min(var(--cs-padding-top),var(--space-7));padding-bottom:min(var(--cs-padding-bottom),var(--space-7))}}.featured-collection{padding:var(--section-space-top, var(--space-7)) var(--layout-gutter) var(--section-space-bottom, 0);background:var(--scheme-background, transparent)}.featured-collection__header{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:var(--space-5);margin-bottom:var(--space-5);border-bottom:1px solid var(--scheme-border, var(--color-driftwood))}.featured-collection__header h2{margin:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-section);letter-spacing:-.025em;color:var(--scheme-heading, var(--color-ink))}.featured-collection__grid{display:grid;grid-template-columns:repeat(var(--grid-products),1fr);gap:clamp(var(--space-2),1.5vw,var(--space-3))}.site-footer{background:var(--color-night-water);color:var(--color-sand);font-family:var(--font-primary--family)}.site-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:var(--space-7);padding:var(--space-8) var(--layout-gutter) var(--space-5)}.site-footer__brand{display:flex;flex-direction:column;gap:var(--space-3)}.site-footer__wordmark{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card);letter-spacing:-.02em}.site-footer__description{margin:0;max-width:30em;font-size:var(--text-body-sm);color:var(--color-text-on-dark-subtle);line-height:1.65}.site-footer__contact{color:var(--color-text-on-dark-muted);font-size:var(--text-body-xs);line-height:1.8}.site-footer__social{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);font-size:var(--text-body-xs)}.site-footer__social a{color:var(--color-text-on-dark-muted);text-decoration:underline;text-underline-offset:3px}.site-footer__social a:hover{color:var(--color-sand)}.site-footer__column{display:flex;flex-direction:column;gap:var(--space-3)}.site-footer__column-title{font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-on-dark-muted)}.site-footer__column ul{display:flex;flex-direction:column;gap:var(--space-2)}.site-footer__column a{color:var(--color-text-on-dark-muted);text-decoration:none;font-size:var(--text-body-sm)}.site-footer__column a:hover{color:var(--color-sand)}.site-footer__column-contact{display:block;font-style:normal;font-size:var(--text-mono-fine);line-height:1.8;color:var(--color-text-on-dark-faint);margin-top:var(--space-3)}.site-footer__accordion{display:none}.site-footer__newsletter{border-top:1px solid var(--color-dark-border)}.site-footer__newsletter-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4);padding:var(--space-5) var(--layout-gutter)}.site-footer__newsletter-heading{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card-title)}.site-footer__newsletter-fields{display:flex;flex-wrap:wrap;gap:var(--space-2)}.site-footer__newsletter-fields input{height:46px;padding:0 var(--space-4);background:var(--color-dark-surface-alt);border:1px solid var(--color-dark-border-strong);color:var(--color-sand);border-radius:var(--radius-button);flex:1 1 200px;min-width:0}.site-footer__newsletter-fields .button{flex:1 1 auto}.site-footer__newsletter-error{color:var(--color-accent-on-dark);font-size:var(--text-body-xs);margin:var(--space-2) 0 0}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4);padding:var(--space-5) var(--layout-gutter) var(--space-6);border-top:1px solid var(--color-dark-border)}.site-footer__bottom-info{font-size:var(--text-mono-fine);line-height:1.8;color:var(--color-text-on-dark-faint)}.site-footer__bottom-info address{display:inline;font-style:normal}.site-footer__bottom-contact{display:none}.site-footer__bottom-links{display:flex;gap:var(--space-4);font-size:var(--text-mono-fine);line-height:1.8}.site-footer__bottom-links a{color:var(--color-text-on-dark-faint);text-decoration:none}.site-footer__bottom-links a:hover{color:var(--color-sand)}.site-footer__payment{display:flex;gap:var(--space-2)}@media(max-width:989px){.site-footer{background:var(--color-dark-surface-alt)}.site-footer__top{display:flex;flex-direction:column;gap:0;padding:var(--space-7) var(--space-4) 0}.site-footer__column,.site-footer__description,.site-footer__contact{display:none}.site-footer__bottom-contact{display:revert}.site-footer__accordion{display:block;border-top:1px solid var(--color-dark-border);padding:var(--space-4) 0}.site-footer__accordion summary{display:flex;align-items:center;justify-content:space-between;font-size:var(--text-body-sm);font-weight:600;cursor:pointer;list-style:none}.site-footer__accordion summary::-webkit-details-marker{display:none}.site-footer__accordion[open] summary span{transform:rotate(45deg)}.site-footer__accordion ul{display:flex;flex-direction:column;gap:var(--space-3);padding-top:var(--space-4)}.site-footer__accordion a{color:var(--color-text-on-dark-muted);text-decoration:none;font-size:var(--text-body-sm)}.site-footer__newsletter-inner{flex-direction:column;align-items:flex-start}.site-footer__newsletter-fields{flex-direction:column;width:100%}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.forecast-page__hero{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);background:var(--color-night-water);color:var(--color-sand);padding:var(--space-7) var(--layout-gutter) var(--space-8)}.forecast-page__eyebrow{font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-signal)}.forecast-page__heading{margin:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-page);line-height:1;letter-spacing:-.03em}.forecast-page__text{margin:0;max-width:var(--layout-content-max);font-size:var(--text-body-base);color:var(--color-text-on-dark-body)}.forecast-page__hero-cta{margin-top:var(--space-2)}@media(max-width:989px){.forecast-page__heading{font-size:var(--text-display-page-mobile)}}.forecast-page__tabs{display:flex;gap:0;padding:0 var(--layout-gutter);border-bottom:1px solid var(--color-dark-border);overflow-x:auto}.forecast-page__tab{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-1);flex-shrink:0;padding:var(--space-3) var(--space-4);background:transparent;border:1px solid var(--color-dark-border);border-bottom:0;border-radius:0;color:var(--color-text-on-dark-muted);cursor:pointer}.forecast-page__tab+.forecast-page__tab{margin-left:-1px}.forecast-page__tab[aria-selected=true]{background:var(--color-deep-water);border-color:var(--color-deep-water);color:var(--color-sand)}.forecast-page__tab-name{font-size:15px;font-weight:600}.forecast-page__tab-id{font-size:10.5px;color:var(--color-seaweed)}@media(max-width:989px){.forecast-page__tabs{height:40px}.forecast-page__tab{justify-content:center;border-radius:var(--radius-button)}}.forecast-page__widget{display:block;margin:var(--space-6) var(--layout-gutter);border:1px solid var(--color-dark-border-strong);background:var(--color-dark-surface-alt)}.forecast-page__widget-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:13px 18px;background:var(--color-night-water);border-bottom:1px solid var(--color-dark-border)}.forecast-page__widget-badge-group{display:flex;align-items:center;gap:var(--space-3)}.forecast-page__widget-badge{display:inline-flex;align-items:center;height:26px;padding:0 11px;background:var(--color-sand);color:var(--color-ink);font-size:11.5px;font-weight:600}.forecast-page__widget-meta{font-size:13.5px;color:var(--color-text-on-dark-body)}.forecast-page__widget-source{font-size:var(--text-mono-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-seaweed)}.forecast-page__widget-frame{position:relative;min-height:300px;padding:18px;background:#fff;border:1px solid var(--color-dark-border);overflow-x:auto}.forecast-page__widget-consent,.forecast-page__widget-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--color-dark-surface-alt)}.forecast-page__widget-consent[hidden],.forecast-page__widget-fallback[hidden]{display:none}.forecast-page__widget-consent-box,.forecast-page__widget-fallback-box{display:flex;flex-direction:column;gap:var(--space-3);max-width:28em;width:100%;padding:var(--space-6) var(--space-4);text-align:center}.forecast-page__widget-consent-box{border:1px dashed var(--color-dark-border-strong);background:var(--color-night-water)}.forecast-page__widget-fallback-box{border:1px solid #5c3a2c;background:#241e1b}.forecast-page__widget-consent-heading,.forecast-page__widget-fallback-heading{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card);color:var(--color-sand)}.forecast-page__widget-consent-text{margin:0;font-size:var(--text-body-sm);color:var(--color-text-on-dark-body)}.forecast-page__widget-fallback-text{margin:0;font-size:var(--text-body-sm);color:#c4b5ad}.forecast-page__widget-consent-show{margin-top:var(--space-1)}.forecast-page__widget-consent-direct{padding-top:2px;font-size:var(--text-body-xs);color:#c7d8d3;text-decoration:none}.forecast-page__widget-fallback-actions{display:flex;gap:var(--space-2);justify-content:center}.forecast-page__widget-scroll-hint{display:none;margin:0;padding:0 18px var(--space-3);font-size:var(--text-mono-2xs);color:var(--color-seaweed)}@media(max-width:989px){.forecast-page__widget-scroll-hint{display:block}}.forecast-page__widget-footnote{margin:0;padding:var(--space-3) 18px;font-size:11px;color:var(--color-seaweed)}.forecast-page__sortiment{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:var(--space-6) var(--layout-gutter)}.forecast-page__sortiment-card{display:flex;flex-direction:column;gap:var(--space-2);padding:20px;background:var(--color-deep-water);color:var(--color-sand);text-decoration:none}.forecast-page__sortiment-heading{font-size:var(--text-mono-lg);font-weight:600;font-variant-numeric:tabular-nums}.forecast-page__sortiment-text{margin:0;font-size:14.5px;color:var(--color-text-on-green)}.forecast-page__sortiment-link{font-size:var(--text-body-sm);font-weight:600;color:var(--color-accent-on-dark)}@media(max-width:989px){.forecast-page__sortiment{grid-template-columns:1fr}}.forecast-page__cta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-6);background:var(--color-sand);color:var(--color-ink);padding:var(--space-7) var(--layout-gutter)}.forecast-page__cta-copy{display:flex;flex-direction:column;gap:var(--space-2);max-width:620px}.forecast-page__cta-heading{margin:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card)}.forecast-page__cta-text{margin:0;font-size:var(--text-body-sm);color:var(--color-text-muted)}@media(max-width:989px){.forecast-page__cta{flex-direction:column;align-items:flex-start}}.forecast-teaser{background:var(--scheme-background, var(--color-night-water));color:var(--scheme-heading, var(--color-sand));padding:var(--space-8) 0;margin-top:var(--section-space-top, var(--space-7));margin-bottom:var(--section-space-bottom, 0)}.forecast-teaser__header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-6);padding:0 var(--layout-gutter) var(--space-6)}.forecast-teaser__eyebrow{display:block;font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--scheme-link, var(--color-accent-on-dark));margin-bottom:var(--space-2)}.forecast-teaser__header h2{margin:0 0 var(--space-2);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-section);letter-spacing:-.025em}.forecast-teaser__header p{margin:0;max-width:32em;color:var(--scheme-muted, var(--color-text-on-dark-muted));font-size:var(--text-body-sm)}.forecast-teaser__cta{flex-shrink:0}.forecast-teaser__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);padding:0 var(--layout-gutter)}.forecast-teaser__attribution{margin:var(--space-4) 0 0;padding:0 var(--layout-gutter);font-size:var(--text-mono-2xs);color:var(--scheme-muted, var(--color-text-on-dark-subtle))}.forecast-teaser__attribution a{color:inherit}.forecast-teaser__card{display:flex;flex-direction:column;gap:var(--space-2);min-height:208px;padding:var(--space-4);background:var(--color-dark-surface-alt);border:1px solid var(--color-dark-border);border-radius:var(--radius-flat);text-decoration:none;color:inherit}.forecast-card__top{display:flex;align-items:center;justify-content:space-between;font-size:var(--text-body-sm);font-weight:600}.forecast-card__arrow{display:flex;color:var(--color-signal);transform:rotate(var(--rotation, 0deg));transition:transform .2s ease}.forecast-card__chart table.visually-hidden{table-layout:fixed;white-space:normal}.forecast-card__speed{display:block;font-size:var(--text-mono-xl);font-weight:600;line-height:1;min-height:1em}.forecast-card__detail{display:block;font-size:var(--text-mono-xs);color:var(--color-text-on-dark-subtle);min-height:1.4em}.forecast-card__chart{padding-top:var(--space-1)}.forecast-card__bars{display:flex;align-items:flex-end;gap:3px;height:52px}.forecast-card__bar{position:relative;flex:1;display:flex;align-items:flex-end;height:100%;min-width:0}.forecast-card__bar:before{content:"";display:block;width:100%;height:var(--h, 0%);min-height:2px;background:var(--color-chart-bar-on-dark);transition:background-color .15s ease}.forecast-card__bar:hover:before{background:var(--color-accent-on-dark)}.forecast-card__bar:after{content:attr(data-label);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);z-index:1;padding:4px 7px;background:var(--color-sand);color:var(--color-night-water);font-family:var(--font-mono--family, monospace);font-size:var(--text-mono-2xs);font-variant-numeric:tabular-nums;line-height:1.2;white-space:nowrap;border-radius:var(--radius-flat);opacity:0;pointer-events:none;transition:opacity .12s ease}.forecast-card__bar:hover:after{opacity:1}.forecast-card__bar:first-child:after{left:0;transform:none}.forecast-card__bar:last-child:after{left:auto;right:0;transform:none}@media(prefers-reduced-motion:reduce){.forecast-card__bar:before,.forecast-card__bar:after{transition:none}}.forecast-card__chart-label{font-size:var(--text-mono-2xs);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-on-dark-subtle)}[data-forecast-card][data-state=loading] .forecast-card__speed,[data-forecast-card][data-state=loading] .forecast-card__detail{display:block;background:var(--color-dark-border);border-radius:var(--radius-flat);animation:forecast-shimmer 1.4s ease-in-out infinite}[data-forecast-card][data-state=loading] .forecast-card__speed{width:60%}[data-forecast-card][data-state=loading] .forecast-card__detail{width:80%}@keyframes forecast-shimmer{0%,to{opacity:.5}50%{opacity:1}}@media(prefers-reduced-motion:reduce){[data-forecast-card][data-state=loading] .forecast-card__speed,[data-forecast-card][data-state=loading] .forecast-card__detail{animation:none}}@media(max-width:989px){.forecast-teaser__header{flex-direction:column;align-items:flex-start}.forecast-teaser__cards{grid-template-columns:1fr;gap:var(--space-2)}}.shopify-section[id$=__header]{position:relative;z-index:30}.site-header{display:block;position:relative;background:var(--color-deep-water);color:var(--color-sand);font-family:var(--font-primary--family)}.site-header__top{display:flex;align-items:center;gap:var(--space-6);height:112px;padding:0 var(--layout-gutter)}.site-header__menu-toggle{display:none;align-items:center;justify-content:center;color:var(--color-sand);min-width:48px;min-height:48px;margin-left:calc(var(--space-3) * -1)}.site-header__logo{display:flex;flex:1;justify-content:center;align-items:center;min-width:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:calc(var(--text-display-card-title) * 1.5);letter-spacing:-.02em;color:var(--color-sand);text-decoration:none;white-space:nowrap}.site-header__nav-row{display:flex;align-items:center;height:52px;padding:0 var(--layout-gutter);border-top:1px solid var(--color-dark-border-strong)}.site-header__nav-row>ul{display:flex;align-items:stretch;justify-content:center;flex:1;height:52px}.site-header__nav-item{display:flex}.site-header__nav-link{display:flex;align-items:center;position:relative;height:52px;padding:0 var(--space-3);color:var(--color-sand);text-decoration:none;font-size:var(--text-body-sm);font-weight:500;white-space:nowrap}.site-header__logo-image{max-height:82.5px;max-width:100%;width:auto;height:auto;display:block}.mobile-nav__logo-image{max-height:32px;width:auto;display:block}.site-header__nav-link.is-active:after{content:"";position:absolute;left:var(--space-3);right:var(--space-3);bottom:0;height:3px;background:var(--color-signal)}.mega-menu{display:none;position:absolute;top:164px;left:0;right:0;z-index:1;background:var(--color-sand);color:var(--color-ink);border-bottom:1px solid var(--color-driftwood);box-shadow:var(--shadow-raised)}.site-header__nav-item.is-open .mega-menu{display:block}.mega-menu__inner{display:grid;grid-template-columns:auto 1fr;gap:var(--space-6);padding:var(--space-6) var(--layout-gutter);max-width:var(--layout-nav-max);margin-inline:auto}.mega-menu__columns{display:grid;grid-auto-flow:column;grid-auto-columns:180px;gap:var(--space-6);align-items:start}.mega-menu__column{display:flex;flex-direction:column;gap:var(--space-3)}.mega-menu__column-title{display:block;font-family:var(--font-mono--family);font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:var(--color-text-muted);padding-bottom:var(--space-2);border-bottom:1px solid var(--color-driftwood)}.mega-menu__column-title:hover{color:var(--color-signal-deep)}.mega-menu__column ul{display:flex;flex-direction:column;gap:var(--space-3)}.mega-menu__column a:not(.mega-menu__column-title){text-decoration:none;color:var(--color-ink);font-size:var(--text-body-sm)}.mega-menu__column a:not(.mega-menu__column-title):hover{color:var(--color-signal-deep)}.mega-menu__column .mega-menu__see-all{align-self:flex-start}.mega-menu__promos{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.mega-menu__promo{position:relative;display:flex;align-items:flex-end;min-height:240px;background:var(--color-night-water);text-decoration:none;overflow:hidden}.mega-menu__promo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mega-menu__promo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#14211ee6,#14211e1a 62%)}.mega-menu__promo-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-4)}.mega-menu__promo-eyebrow{font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent-on-dark)}.mega-menu__promo-heading{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card-title);color:var(--color-sand)}.site-header__actions{display:flex;align-items:center;gap:var(--space-2)}.site-header__search{display:flex;align-items:center;gap:var(--space-2);background:var(--color-night-water);border:1px solid var(--color-dark-border-strong);border-radius:var(--radius-button);padding:0 var(--space-3);height:38px;width:180px;color:var(--color-text-on-dark-muted)}.site-header__search input{background:none;border:0;color:var(--color-sand);width:100%;font-size:var(--text-body-xs)}.site-header__search input::placeholder{color:var(--color-text-on-dark-muted)}.site-header__lang{display:flex;align-items:center;gap:2px;padding:2px;border:1px solid var(--color-dark-border-strong);border-radius:999px}.site-header__lang-link{display:flex;align-items:center;justify-content:center;min-width:30px;height:26px;padding:0 var(--space-2);border-radius:999px;color:var(--color-text-on-green);text-decoration:none;font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.04em}.site-header__lang-link.is-active{background:var(--color-night-water);color:var(--color-sand)}.site-header__icon-link{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--color-sand);text-decoration:none}.site-header__icon-link svg{width:19px;height:19px}.site-header__cart-toggle{background:var(--color-signal);border-radius:var(--radius-button);gap:var(--space-2);width:auto;padding:0 var(--space-3)}.site-header__cart-count{font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600}.mobile-nav{display:none}@media(min-width:1250px){.site-header__top{position:relative}.site-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);flex:none}.site-header__actions{margin-left:auto}}@media(min-width:1250px)and (max-width:1414px){.site-header__nav-link{padding:0 var(--space-2)}.site-header__nav-link.is-active:after{left:var(--space-2);right:var(--space-2)}}@media(max-width:1249px){.site-header__menu-toggle{display:flex;align-items:center;justify-content:center}.site-header__nav-row,.site-header__search{display:none}.mobile-nav[data-mobile-nav]{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.mobile-nav[hidden]{display:none}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14211e80;opacity:0;transition:opacity .2s ease}.mobile-nav.is-open .mobile-nav__backdrop{opacity:1}.mobile-nav__panel{position:absolute;top:0;right:12%;bottom:0;left:0;display:flex;flex-direction:column;background:var(--color-sand);transform:translate(-100%);transition:transform .2s ease}[data-drawer-side=right] .mobile-nav__panel{top:0;right:0;bottom:0;left:12%;transform:translate(100%)}[data-drawer-side=right] .site-header__menu-toggle{order:3;margin-left:auto;margin-right:calc(var(--space-3) * -1)}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 var(--space-3) 0 var(--space-4);background:var(--color-deep-water);flex-shrink:0}.mobile-nav__logo{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-body-lg);color:var(--color-sand);text-decoration:none}.mobile-nav__close{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--color-sand)}.mobile-nav__panels{position:relative;flex:1;overflow-y:auto}.mobile-nav__level[hidden]{display:none}.mobile-nav__item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);width:100%;min-height:56px;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-driftwood);text-decoration:none;color:var(--color-ink);font-family:var(--font-display--family);font-weight:600;font-size:var(--text-body-lg);text-align:left}.mobile-nav__back{display:flex;align-items:center;gap:var(--space-2);height:56px;padding:0 var(--space-4);color:var(--color-ink);font-weight:600;background:var(--color-driftwood);width:100%}.mobile-nav__level-heading{display:flex;align-items:baseline;justify-content:space-between;padding:var(--space-4);background:var(--color-seaweed);color:var(--color-sand)}.mobile-nav__level-heading span{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card)}.mobile-nav__group-title{display:block;font-family:var(--font-mono--family);font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:var(--color-text-muted);padding:var(--space-4) var(--space-4) var(--space-2);background:var(--color-surface-muted)}}.hero{position:relative;display:flex;align-items:center;min-height:600px;background:var(--color-night-water);overflow:hidden;color:var(--color-sand);margin-top:var(--section-space-top, 0)}.hero__track{position:relative;width:100%;min-height:600px}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .6s ease;pointer-events:none}.hero__slide.is-active{opacity:1;visibility:visible;pointer-events:auto}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#14211edb,#14211e8c 45%,#14211e0d)}.hero__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--space-5);max-width:640px;padding:0 var(--layout-gutter);margin-left:var(--layout-gutter)}.hero__eyebrow{font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent-on-dark)}.hero__heading{margin:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-hero);line-height:.98;letter-spacing:-.035em}.hero__text{margin:0;font-size:var(--text-body-lg);line-height:1.6;color:var(--color-text-on-dark-muted);max-width:32em}.hero__actions{display:flex;gap:var(--space-3);padding-top:var(--space-1)}.hero__arrow{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;transform:translateY(-50%);background:#14211e8c;color:var(--color-sand);border:1px solid rgba(243,238,230,.35);font-size:1.5rem;line-height:1;cursor:pointer}.hero__arrow:hover{background:#14211ecc}.hero__arrow--prev{left:var(--space-4)}.hero__arrow--next{right:var(--space-4)}.hero__dots{position:absolute;left:50%;bottom:var(--space-4);z-index:2;display:flex;gap:var(--space-2);transform:translate(-50%)}.hero__dot{width:24px;height:24px;box-sizing:border-box;padding:8px;border-radius:999px;background-color:#f3eee666;background-clip:content-box;border:none;cursor:pointer}.hero__dot.is-active{background-color:var(--color-sand)}.hero:not(:has(~.trust-bar)),.trust-bar{margin-bottom:var(--section-space-bottom, 0)}.trust-bar{display:flex;align-items:center;height:52px;background:var(--scheme-background, var(--color-driftwood));border-bottom:1px solid var(--scheme-border, var(--color-border-input));overflow-x:auto}.trust-bar__track{display:flex;align-items:center;padding:0 var(--layout-gutter);gap:var(--space-6)}.trust-bar__item{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-xs);color:var(--scheme-text, var(--color-ink));white-space:nowrap}.trust-bar__marker{width:5px;height:5px;background:var(--scheme-accent, var(--color-seaweed));transform:rotate(45deg)}@media(max-width:989px){.hero,.hero__track{min-height:480px}.hero,.hero__slide{align-items:flex-end}.hero__slide:after{background:linear-gradient(0deg,#14211eed 15%,#14211e40 70%)}.hero__content{margin-left:0;padding:0 var(--layout-gutter) var(--space-6);max-width:100%}.hero__heading{font-size:var(--text-display-hero-mobile)}.hero__text{font-size:var(--text-body-lg-mobile)}.hero__actions{flex-direction:column}.hero__arrow{width:36px;height:36px}}.content-page{max-width:var(--layout-content-max);margin:0 auto;padding:var(--space-6) var(--layout-gutter) var(--space-8);font-family:var(--font-primary--family);color:var(--color-ink)}.content-page__breadcrumb{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-xs);color:var(--color-text-muted);padding-bottom:var(--space-4)}.content-page__breadcrumb a{color:var(--color-text-muted);text-decoration:none}.content-page__title{margin:0 0 var(--space-5);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-category);letter-spacing:-.03em}.content-page__body{font-size:var(--text-body-base);line-height:1.7}.content-page__body :is(h2,h3){font-family:var(--font-display--family);font-weight:var(--font-display--weight);letter-spacing:-.02em;margin:var(--space-6) 0 var(--space-3)}.content-page__body p{margin:0 0 var(--space-4)}.content-page__body a{color:var(--color-signal-deep)}.content-page__guide-cta{margin:0 0 var(--space-6)}.content-page__contact-info{margin:0 0 var(--space-6);font-size:var(--text-body-base);line-height:1.7}.content-page__contact-info p{margin:0 0 var(--space-2)}.content-page__contact-info a{color:var(--color-signal-deep)}.content-page__form-heading{margin:0 0 var(--space-4);font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card);letter-spacing:-.02em}.content-page__form-field{display:flex;flex-direction:column;gap:var(--space-1);max-width:32em;margin:0 0 var(--space-4)}.content-page__form-field label{font-size:var(--text-body-sm);font-weight:600}.content-page__form-field input,.content-page__form-field textarea{padding:var(--space-2) var(--space-3);border:1px solid var(--color-border-input);border-radius:0;font-family:inherit;font-size:var(--text-body-base);color:var(--color-ink);background:var(--color-sand)}.content-page .contact-form .button{width:100%;max-width:32em}.content-page__form-success{padding:var(--space-3) var(--space-4);margin:0 0 var(--space-4);background:var(--color-driftwood);max-width:32em}.content-page__form-errors{padding:var(--space-3) var(--space-4);margin:0 0 var(--space-4);border:1px solid var(--color-signal);max-width:32em}.content-page__form-errors p{margin:0 0 var(--space-2);font-weight:600}.content-page__form-errors ul{margin:0;padding-left:var(--space-4)}.product-info-wrap{display:block;font-family:var(--font-primary--family);color:var(--color-ink);padding:var(--space-4) var(--layout-gutter) var(--space-8)}.product-info__breadcrumb{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-body-xs);color:var(--color-text-muted);padding:var(--space-3) 0}.product-info__breadcrumb a{color:var(--color-text-muted);text-decoration:none}.product-info__top{display:grid;grid-template-columns:1fr 456px;gap:var(--space-6);padding-top:var(--space-3);max-width:1288px;margin-inline:auto}.product-info__details{display:flex;flex-direction:column;gap:var(--space-4)}.product-info__rail{display:none}@media(min-width:1860px){.product-info__top{grid-template-columns:800px 456px 1fr;max-width:none;margin-inline:0;padding-left:180px;padding-right:calc(var(--layout-gutter) * 2)}.product-info__rail{display:flex;flex-direction:column;gap:var(--space-4);background:var(--color-deep-water);color:var(--color-text-on-green);padding:var(--space-5)}}.product-info__rail-heading{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-subsection);letter-spacing:-.025em;color:var(--color-text-on-green);padding-bottom:var(--space-3);border-bottom:1px solid rgba(255,255,255,.2)}.product-info__rail-list{display:flex;flex-direction:column;gap:var(--space-3)}.product-info__heading{display:flex;flex-direction:column;gap:var(--space-2)}.product-info__vendor{font-family:var(--font-mono--family);font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted)}.product-info__title{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-product);letter-spacing:-.03em;line-height:1}.product-info__subtitle{margin:0;font-size:var(--text-body-base);color:var(--color-text-muted)}.product-info__price-row{display:flex;align-items:baseline;gap:var(--space-3)}.product-info__price{font-size:var(--text-mono-xl);font-weight:600}.product-info__price-note{font-size:var(--text-body-xs);color:var(--color-text-muted)}.product-info__variants{display:flex;flex-direction:column;gap:var(--space-2);margin:0;padding:0;border:0}.product-info__variants-header{display:block;padding:0;font-size:var(--text-body-sm);font-weight:600}.product-info__variant-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-2)}.product-info__variant{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;height:74px;background:#fff;border:1px solid var(--color-border-input);overflow:hidden}.product-info__variant[aria-pressed=true]{background:var(--color-deep-water);border:2px solid var(--color-deep-water);color:var(--color-sand)}.product-info__variant[data-unavailable]{background:var(--color-surface-muted);color:var(--color-text-subtle)}.product-info__variant[data-unavailable]:after{content:"";position:absolute;top:50%;left:-10%;width:120%;height:1px;background:var(--color-border-input);transform:rotate(-18deg)}.product-info__variant-liter{font-size:var(--text-mono-md);font-weight:600}.product-info__variant-status{font-family:var(--font-mono--family);font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-stock-ok)}.product-info__variant[data-low-stock] .product-info__variant-status{color:var(--color-stock-low)}.product-info__variant[aria-pressed=true] .product-info__variant-status{color:var(--color-text-on-dark-muted)}.product-info__variant-hint{font-family:var(--font-mono--family);font-size:var(--text-mono-xs);color:var(--color-text-subtle)}.guide-cta-inline{display:block;margin-top:var(--space-1)}.product-info__sold-out-guide-note{margin:var(--space-1) 0 0}.product-info__spec-card{border:1.5px solid var(--color-deep-water);background:#fff}.product-info__spec-card[hidden]{display:none}.product-info__spec-card-header{padding:var(--space-3) var(--space-4);background:var(--color-deep-water);color:var(--color-sand);font-family:var(--font-mono--family);font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.16em;text-transform:uppercase}.product-info__spec-grid{display:grid;grid-template-columns:1fr 1fr}.product-info__spec{display:flex;align-items:baseline;justify-content:space-between;padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--color-driftwood);border-right:1px solid var(--color-driftwood);font-size:var(--text-body-xs)}.product-info__spec span:last-child{font-weight:600}.product-info__spec-note{padding:var(--space-2) var(--space-4);background:var(--color-surface-alt);font-size:var(--text-body-xs);color:var(--color-text-muted)}.product-info__form{display:flex;flex-direction:column;gap:var(--space-2)}.product-info__add-to-cart{width:100%;height:56px;font-size:var(--text-body-lg-mobile)}.product-info__form-error{color:var(--color-signal-deep);font-size:var(--text-body-xs);margin:0}.product-info__shipping{display:flex;flex-direction:column;border:1px solid var(--color-driftwood)}.product-info__shipping-row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-3);font-size:var(--text-body-xs)}.product-info__shipping-row+.product-info__shipping-row{border-top:1px solid var(--color-driftwood)}.product-info__pickup{color:var(--color-stock-ok)}.product-info__rig{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4);background:var(--color-night-water);color:var(--color-sand)}.product-info__rig-header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3)}.product-info__rig-header-title{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-rig-title)}.product-info__rig-adapted{font-size:var(--text-mono-xs);color:var(--color-text-on-dark-subtle);white-space:nowrap}.product-info__rig-role{display:block;font-family:var(--font-mono--family);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-seaweed)}.product-info__rig-spec{display:block;font-size:var(--text-mono-xs);color:var(--color-text-on-dark-subtle)}.product-info__rig-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) 0;border-top:1px solid var(--color-dark-border);cursor:pointer}.product-info__rig-thumb{width:44px;height:44px;flex-shrink:0;background:var(--color-dark-surface-alt);overflow:hidden}.product-info__rig-thumb img{width:100%;height:100%;object-fit:cover}.product-info__rig-info{flex:1;display:flex;flex-direction:column;gap:2px}.product-info__rig-title{display:block;font-size:var(--text-body-sm);font-weight:600}.product-info__rig-price{font-size:var(--text-mono-sm);font-weight:600}.product-info__rig-add{width:100%;margin-top:var(--space-1);font-size:var(--text-body-sm)}.product-info__content{display:flex;align-items:flex-start;gap:var(--space-6);padding-top:var(--space-7)}.product-info__sidenav{flex:0 0 248px;position:sticky;top:var(--space-4);display:flex;flex-direction:column;border-left:2px solid var(--color-driftwood)}.product-info__sidenav-label{font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-subtle);padding:0 0 var(--space-2) var(--space-4)}.product-info__sidenav a{padding:var(--space-2) var(--space-4);font-size:var(--text-body-sm);color:var(--color-text-muted);text-decoration:none;border-left:2px solid transparent;margin-left:-2px}.product-info__sidenav a.is-active{color:var(--color-ink);font-weight:600;border-left-color:var(--color-signal)}.product-info__sections{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-7)}.product-info__section h2{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-subsection);letter-spacing:-.025em;margin-bottom:var(--space-3)}.product-info__rich-text{font-size:var(--text-body-base);line-height:1.7;max-width:60em}.product-info__rich-text h3{font-family:var(--font-display--family);font-weight:600;font-size:var(--text-display-card-title);letter-spacing:-.015em;color:var(--color-ink);margin-bottom:var(--space-2)}.product-info__rich-text p+p,.product-info__rich-text h3{margin-top:var(--space-4)}.product-info__overview>:first-child{margin-top:0}.product-info__overview>:last-child{margin-bottom:0}.product-info__subtable-title{font-family:var(--font-display--family);font-weight:600;font-size:var(--text-display-card-title);letter-spacing:-.015em;color:var(--color-ink);margin:var(--space-5) 0 var(--space-2)}.product-info__section-image{margin-top:var(--space-4)}.product-info__section-image img{display:block;width:100%;height:auto}.product-info__table-wrap{border:1px solid var(--color-driftwood);background:#fff;overflow-x:auto}.product-info__spec-table{width:100%;border-collapse:collapse;font-family:var(--font-mono--family);font-size:var(--text-mono-sm)}.product-info__spec-table thead tr{background:var(--color-night-water)}.product-info__spec-table th{text-align:right;height:42px;padding:var(--space-3) var(--space-4);color:var(--color-sand);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.product-info__spec-table th:first-child,.product-info__spec-table td:first-child{text-align:left;font-weight:600}.product-info__spec-table td:first-child{color:var(--color-ink)}.product-info__spec-table tbody tr:nth-child(odd){background:#fff}.product-info__spec-table tbody tr:nth-child(2n){background:var(--color-surface-alt)}.product-info__spec-table td{text-align:right;height:42px;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-driftwood);color:var(--color-text-muted);white-space:nowrap}.product-info__spec-table td[data-selected]{background:var(--color-surface-selected);font-weight:600}.product-info__performance-list{display:flex;flex-direction:column;gap:var(--space-3)}.product-info__performance-row{display:grid;grid-template-columns:180px 1fr 44px;align-items:center;gap:var(--space-4)}.product-info__performance-label{font-size:var(--text-body-sm);color:var(--color-text-muted)}.product-info__performance-bar{display:block;height:6px;background:var(--color-driftwood)}.product-info__performance-bar-fill{display:block;height:100%;width:var(--fill);background:var(--color-signal)}.product-info__performance-value{font-size:var(--text-mono-sm);font-variant-numeric:tabular-nums;text-align:right;color:var(--color-ink)}.product-info__pro-tip{display:flex;background:var(--color-deep-water)}.product-info__pro-tip-photo{flex:0 0 260px;background:var(--color-dark-surface-alt);overflow:hidden}.product-info__pro-tip-photo img{width:100%;height:100%;object-fit:cover;display:block}.product-info__pro-tip-body{flex:1;display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-6) var(--space-6)}.product-info__pro-tip-quote{margin:0;font-family:var(--font-display--family);font-weight:500;font-size:var(--text-display-quote);line-height:1.4;color:var(--color-sand)}.product-info__pro-tip-attribution{display:flex;flex-direction:column;gap:3px}.product-info__pro-tip-name{font-size:var(--text-body-sm);font-weight:600;color:var(--color-sand)}.product-info__pro-tip-role{font-size:var(--text-mono-xs);color:var(--color-text-on-dark-muted)}.product-info__gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.product-info__gallery-item{aspect-ratio:4/3;overflow:hidden;border:1px solid var(--color-driftwood)}.product-info__gallery-item img{display:block;width:100%;height:100%;object-fit:cover}.product-info__videos{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.product-info__video{display:flex;flex-direction:column;color:inherit;text-decoration:none}.product-info__video-thumb{position:relative;aspect-ratio:16/9;background:var(--color-night-water);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-info__video-thumb-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-info__video-play{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:var(--color-signal-deep)}.product-info__video-iframe{display:block;width:100%;aspect-ratio:16/9;border:0}.product-info__video-length{position:absolute;bottom:var(--space-3);right:var(--space-3);font-size:var(--text-body-xs);color:var(--color-sand);background:#14211eb3;padding:3px 7px}.product-info__video-title{padding-top:var(--space-3);font-family:var(--font-display--family);font-weight:600;font-size:var(--text-display-card-title);letter-spacing:-.015em;color:var(--color-ink)}.product-info__video-description{padding-top:var(--space-1);font-size:var(--text-mono-2xs);color:var(--color-text-muted)}.product-info__faq{border:1px solid var(--color-driftwood);background:#fff}.product-info__faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--color-driftwood);font-size:var(--text-body-base);color:var(--color-ink);cursor:pointer;list-style:none}.product-info__faq-item summary::-webkit-details-marker{display:none}.product-info__faq-icon{font-family:var(--font-mono--family);font-size:var(--text-body-base);color:var(--color-seaweed);transition:transform .15s ease}.product-info__faq-item[open] .product-info__faq-icon{transform:rotate(45deg)}.product-info__faq-item:last-child summary{border-bottom:0}.product-info__faq-item[open] summary{border-bottom:1px solid var(--color-driftwood)}.product-info__faq-answer{padding:0 var(--space-4) var(--space-4);font-size:var(--text-body-sm);line-height:1.6;color:var(--color-text-muted)}@media(max-width:989px){.product-info-wrap{padding-bottom:calc(var(--space-8) + 76px)}.product-info__top{grid-template-columns:1fr}.product-info__title{font-size:var(--text-display-product-mobile)}.product-info__price{font-size:var(--text-mono-xl-mobile)}.product-info__variant-grid{grid-template-columns:repeat(3,1fr)}.product-info__variant{height:66px}.product-info__pro-tip{flex-direction:column}.product-info__pro-tip-photo{flex:0 0 150px}.product-info__pro-tip-body{padding:var(--space-5) var(--space-4)}.product-info__pro-tip-quote{font-size:var(--text-display-quote-mobile);line-height:1.45}.product-info__gallery-grid{grid-template-columns:repeat(2,1fr)}.product-info__performance-row{grid-template-columns:110px 1fr 36px;gap:var(--space-2)}.product-info__videos{grid-template-columns:1fr}.product-info__variant-liter{font-size:var(--text-mono-md-mobile)}.product-info__variant-status{font-size:8.5px}.product-info__content{flex-direction:column;align-items:stretch}.product-info__sidenav{position:static;flex-direction:row;overflow-x:auto;min-width:0;border-left:0;border-bottom:1px solid var(--color-driftwood)}.product-info__sidenav-label{display:none}.product-info__sidenav a{border-left:0;border-bottom:2px solid transparent;white-space:nowrap}.product-info__sidenav a.is-active{border-left:0;border-bottom-color:var(--color-signal)}}@media(min-width:480px)and (max-width:989px){.product-info__variant-grid{grid-template-columns:repeat(4,1fr)}}.product-info__details>.shopify-block,.product-info__sections>.shopify-block{display:contents}.product-info-wrap.product-info-wrap--main{padding-bottom:0}.product-info-wrap.product-info-wrap--details{padding-top:0}.related-products{padding:0 var(--layout-gutter) var(--space-8)}.related-products__header{padding-bottom:var(--space-5);border-bottom:1px solid var(--color-driftwood);margin-bottom:var(--space-5)}.related-products__header h2{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-subsection);letter-spacing:-.025em}.related-products__grid{display:grid;grid-template-columns:repeat(var(--grid-products),1fr);gap:clamp(var(--space-2),2vw,var(--space-4))}@media(min-width:1860px){.related-products{display:none}}.search-page{padding:var(--space-6) var(--layout-gutter) var(--space-8);font-family:var(--font-primary--family);color:var(--color-ink)}.search-page__header{display:flex;flex-direction:column;gap:var(--space-4);padding-bottom:var(--space-6);border-bottom:1px solid var(--color-driftwood);margin-bottom:var(--space-6)}.search-page__header h1{margin:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-category);letter-spacing:-.03em}.search-page__form{display:flex;gap:var(--space-2);max-width:480px}.search-page__form input{flex:1;height:46px;padding:0 var(--space-4);border:1px solid var(--color-border-input);font-size:var(--text-body-sm)}.search-page__count{font-size:var(--text-body-sm);color:var(--color-text-muted);margin:0 0 var(--space-5)}.search-page__empty{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);padding:var(--space-6) 0}.search-page__grid{display:grid;grid-template-columns:repeat(var(--grid-products),1fr);gap:clamp(var(--space-2),1.5vw,var(--space-3))}.search-page__other-result{display:flex;flex-direction:column;gap:var(--space-2);text-decoration:none;color:var(--color-ink);border:1px solid var(--color-driftwood);background:#fff}.search-page__other-result-image{display:block;aspect-ratio:4/3;background:var(--color-placeholder-a);overflow:hidden}.search-page__other-result-image img{width:100%;height:100%;object-fit:cover}.search-page__other-result-type{font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);padding:0 var(--space-3)}.search-page__other-result-title{font-weight:600;font-size:var(--text-body-sm);padding:0 var(--space-3) var(--space-3)}.search-page__pagination{display:flex;justify-content:center;padding-top:var(--space-6)}.sport-grid{padding:var(--section-space-top, var(--space-7)) var(--layout-gutter) var(--section-space-bottom, 0);background:var(--scheme-background, transparent)}.sport-grid__header{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:var(--space-5)}.sport-grid__header h2{margin:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-section);letter-spacing:-.025em;color:var(--scheme-heading, var(--color-ink))}.sport-grid__intro{font-size:var(--text-body-sm);color:var(--scheme-muted, var(--color-text-muted))}.sport-grid__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-3)}.sport-grid__tile{position:relative;display:flex;flex-direction:column;justify-content:flex-end;aspect-ratio:1 / 1;padding:var(--space-4);text-decoration:none;background:var(--color-night-water);overflow:hidden}.sport-grid__tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sport-grid__tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#14211ee6,#14211e26 60%)}.sport-grid__tile-name{position:relative;z-index:1;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-card-title);letter-spacing:-.02em;color:var(--color-sand)}.sport-grid__tile-count{position:relative;z-index:1;font-size:var(--text-mono-xs);color:var(--color-text-on-dark-muted);padding-top:var(--space-1)}@media(max-width:989px){.sport-grid__header{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.sport-grid__grid{grid-template-columns:1fr 1fr;gap:var(--space-2)}.sport-grid__tile{padding:var(--space-3)}}.used-gear-promo{background:var(--scheme-background, var(--color-night-water));padding:var(--space-7) 0;margin-top:var(--section-space-top, var(--space-7));margin-bottom:var(--section-space-bottom, 0)}.used-gear-promo__header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-4);padding:0 var(--layout-gutter) var(--space-5)}.used-gear-promo__header>div>.font-mono{display:block;font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--scheme-link, var(--color-accent-on-dark));margin-bottom:var(--space-2)}.used-gear-promo__header h2{margin:0;font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:var(--text-display-section);letter-spacing:-.025em;color:var(--scheme-heading, var(--color-sand))}.used-gear-promo__header .button--lank-mork{flex-shrink:0;white-space:nowrap}.used-gear-promo__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);padding:0 var(--layout-gutter)}@media(max-width:989px){.used-gear-promo__header{flex-direction:column;align-items:flex-start}.used-gear-promo__grid{grid-template-columns:1fr 1fr;gap:var(--space-2)}}.shopify-section[id$=__wind-ticker]{position:relative;z-index:20}.site-header__wind-ticker-bg{background:var(--color-night-water);border-top:1px solid var(--color-dark-border-strong)}.site-header__wind-ticker{display:flex;align-items:center;gap:0;height:44px;padding:0 var(--layout-gutter)}.site-header__wind-ticker-label{font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-on-dark-muted);padding-right:var(--space-5);white-space:nowrap}.site-header__wind-ticker-label--short{display:none}.site-header__wind-ticker-track{display:flex;align-items:center;flex:1;overflow-x:auto;scrollbar-width:none}.site-header__wind-ticker-track::-webkit-scrollbar{display:none}.site-header__wind-spot{display:flex;align-items:center;gap:var(--space-2);padding:0 var(--space-5);height:44px;text-decoration:none;color:var(--color-sand);border-left:1px solid var(--color-dark-border);white-space:nowrap;flex-shrink:0}.site-header__wind-arrow{display:flex;color:var(--color-signal);transform:rotate(var(--rotation))}.site-header__wind-spot-speed{font-size:var(--text-body-xs);font-weight:600}.site-header__wind-ticker-cta{margin-left:var(--space-4);white-space:nowrap}@media(max-width:1249px){.site-header__wind-ticker-label--full{display:none}.site-header__wind-ticker-label--short{display:inline}}.accordion-block{border:1px solid var(--scheme-border, var(--color-driftwood));background:var(--scheme-surface, #fff);text-align:left}.shopify-block:has(>.accordion-block)+.shopify-block:has(>.accordion-block){margin-block-start:calc(-1 * var(--group-gap, var(--cs-gap, 0px)))}.shopify-block:has(>.accordion-block)+.shopify-block>.accordion-block{border-top:0}.accordion-block__summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4);font-size:var(--text-body-base);color:var(--scheme-heading, var(--color-ink));cursor:pointer;list-style:none}.accordion-block__summary::-webkit-details-marker{display:none}.accordion-block__icon{font-size:var(--text-body-base);color:var(--color-seaweed);transition:transform .15s ease}.accordion-block[open] .accordion-block__icon{transform:rotate(45deg)}.accordion-block[open] .accordion-block__summary{border-bottom:1px solid var(--scheme-border, var(--color-driftwood))}.accordion-block__content{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);font-size:var(--text-body-sm);line-height:1.6;color:var(--scheme-muted, var(--color-text-muted))}.accordion-block__text>:first-child{margin-top:0}.accordion-block__text>:last-child{margin-bottom:0}.button-block{display:flex}.button-block--center{justify-content:center}.button-block--right{justify-content:flex-end}.button-block .button--primar,.button-block .button--primar-mork{background:var(--scheme-button, #c4471b);color:var(--scheme-button-text, #ffffff)}.button-block .button--primar:hover,.button-block .button--primar-mork:hover{background:color-mix(in srgb,var(--scheme-button, #c4471b) 85%,#000)}.eyebrow-block{margin:0;text-align:var(--eyebrow-align, left);font-size:var(--text-mono-xs);font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--scheme-accent, inherit)}.group-block{display:flex;gap:var(--group-gap);align-items:var(--group-align);justify-content:var(--group-justify);padding:var(--group-padding);width:100%;min-width:0}.group-block--column{flex-direction:column}.group-block--row{flex-direction:row;flex-wrap:wrap}.group-block--equal>.shopify-block{flex:1 1 0;min-width:0}.group-block--stretch{align-items:stretch}.group-block--stretch>.shopify-block>.group-block{height:100%}@media(max-width:989px){.group-block{padding:min(var(--group-padding),var(--space-5))}.group-block--stack{flex-direction:column}.group-block--stack.group-block--equal>.shopify-block{flex-basis:auto}}.heading-block{margin:0;text-align:var(--heading-align, left);font-family:var(--font-display--family);font-weight:var(--font-display--weight);line-height:1.1;letter-spacing:-.025em;color:var(--scheme-heading, inherit);text-wrap:balance}.heading-block p{margin:0}.heading-block--hero{font-size:var(--text-display-hero-mobile)}.heading-block--page{font-size:var(--text-display-page-mobile)}.heading-block--section{font-size:var(--text-display-section-mobile)}.heading-block--subsection{font-size:var(--text-display-subsection-mobile)}.heading-block--card{font-size:var(--text-display-card)}.heading-block--small{font-size:var(--text-display-demo-subheading)}@media(min-width:990px){.heading-block--hero{font-size:var(--text-display-hero)}.heading-block--page{font-size:var(--text-display-page)}.heading-block--section{font-size:var(--text-display-section)}.heading-block--subsection{font-size:var(--text-display-subsection)}}.image-block{position:relative;width:100%;overflow:hidden;background:var(--color-placeholder-a)}.image-block__link{display:block;height:100%}.image-block__img{display:block;width:100%;height:auto}.image-block--cropped .image-block__img{aspect-ratio:var(--image-ratio);height:100%}.image-block--cover .image-block__img{object-fit:cover}.image-block--contain .image-block__img{object-fit:contain}.group-block--stretch>.shopify-block>.image-block,.group-block--stretch>.shopify-block>.image-block .image-block__img{height:100%}.rich-text-block{line-height:1.6;color:var(--scheme-text, inherit)}.rich-text-block--narrow{max-width:26em}.rich-text-block--reading{max-width:var(--layout-content-max)}.rich-text-block--align-center{text-align:center;margin-inline:auto}.rich-text-block--align-right{text-align:right;margin-inline-start:auto}.rich-text-block--base{font-size:var(--text-body-base)}.rich-text-block--large{font-size:var(--text-body-lg-mobile)}.rich-text-block--small{font-size:var(--text-body-sm)}@media(min-width:990px){.rich-text-block--large{font-size:var(--text-body-lg)}}.rich-text-block>:first-child{margin-top:0}.rich-text-block>:last-child{margin-bottom:0}.rich-text-block a{color:var(--scheme-link, inherit)}.rich-text-block :is(h2,h3,h4){font-family:var(--font-display--family);font-weight:var(--font-display--weight);line-height:1.2;letter-spacing:-.02em;color:var(--scheme-heading, inherit)}.spacer-block{height:var(--spacer-mobile)}@media(min-width:990px){.spacer-block{height:var(--spacer-desktop)}}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border:0;border-radius:var(--radius-button);font-family:var(--font-primary--family);font-size:15px;font-weight:600;letter-spacing:.01em;line-height:1;text-decoration:none;cursor:pointer;min-width:44px;min-height:44px}.button--compact{height:40px;padding:0 16px}.button__body{display:inline-flex;align-items:center;gap:8px}.button__body :where(svg,img){width:18px;height:18px;flex-shrink:0}.button--loading .button__body{visibility:hidden}.button__spinner{display:none}.button--loading .button__spinner{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:18px;height:18px;border:2px solid currentcolor;border-right-color:transparent;border-radius:var(--radius-pill);animation:button-spin .6s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.button--primar{background:#c4471b;color:#fff}.button--primar:hover{background:#a63a12}.button--primar:active{background:#8c300d}.button--primar:disabled,.button--primar[aria-disabled=true]{background:#d8cfbe;color:#7a7264;cursor:not-allowed}.button--sekundar{background:transparent;color:#396059;border:1.5px solid #396059}.button--sekundar:hover{background:#396059;color:#f3eee6}.button--lag{background:#e2d9c9;color:#14211e}.button--textlank{background:transparent;color:#9e3813;padding:0;height:auto;min-height:44px;text-decoration:underline}.button--bevaka{background:transparent;color:#14211e;border:1.5px solid #c9bfac}.button--primar-mork{background:#c4471b;color:#fff}.button--ghost-mork{background:transparent;color:#f3eee6;border:1.5px solid #6b8f84}.button--lank-mork{background:transparent;color:#c7d8d3;padding:0;height:auto;min-height:44px;border-bottom:1px solid #4a716a;border-radius:0}.buying-guide__content{margin:var(--space-8) 0 0}.buying-guide__content-section{max-width:1080px;margin:0 auto var(--space-8);padding:0 var(--layout-gutter)}.buying-guide__content-heading{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:clamp(22px,3vw,28px);color:var(--color-ink);margin:0 0 var(--space-5);scroll-margin-top:var(--space-6)}.buying-guide__content-intro{max-width:65ch;color:var(--color-ink);margin:0 0 var(--space-5)}.buying-guide__content-note{max-width:65ch;color:var(--color-ink);margin:var(--space-4) 0 0}.buying-guide__factor-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:700px){.buying-guide__factor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.buying-guide__factor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.buying-guide__factor-card{border:1px solid var(--color-driftwood);background:#fff;padding:var(--space-4);scroll-margin-top:var(--space-6)}.buying-guide__factor-card svg{color:var(--color-deep-water);margin-bottom:var(--space-2)}.buying-guide__factor-title{font-family:var(--font-display--family);font-weight:600;font-size:17px;color:var(--color-ink);margin:0 0 var(--space-2)}.buying-guide__factor-card p{font-size:14px;color:var(--color-ink);margin:0}.buying-guide__factor-link{display:inline-block;margin-top:var(--space-2);font-size:13px;color:var(--color-signal-deep, var(--color-signal));font-weight:600}.buying-guide__sailscale{margin:0 0 var(--space-5)}.buying-guide__sailscale-track{position:relative;height:8px;background:var(--color-surface-muted)}.buying-guide__sailscale-highlight{position:absolute;top:0;height:100%;background:var(--color-signal)}.buying-guide__sailscale-labels{display:flex;justify-content:space-between;margin-top:var(--space-2);font-family:var(--font-mono--family);font-size:12px;color:var(--color-text-subtle, var(--color-seaweed))}.buying-guide__sailscale-rec{color:var(--color-signal-deep, var(--color-signal));font-weight:600}.buying-guide__weight-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.buying-guide__weight-card{display:flex;flex-direction:column;align-items:center;gap:2px;border:1px solid var(--color-driftwood);background:#fff;padding:var(--space-3);text-align:center}.buying-guide__weight-card-kg{font-size:13px;color:var(--color-text-subtle, var(--color-seaweed))}.buying-guide__weight-card-m2{font-size:20px;font-weight:600;color:var(--color-ink)}.buying-guide__equipment-grid{display:grid;grid-template-columns:1fr;gap:var(--space-3)}@media(min-width:560px){.buying-guide__equipment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.buying-guide__equipment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.buying-guide__equipment-card{display:flex;flex-direction:column;gap:4px;border:1px solid var(--color-driftwood);background:#fff;padding:var(--space-3);text-decoration:none;color:inherit}a.buying-guide__equipment-card:hover{border-color:var(--color-deep-water)}.buying-guide__equipment-title{font-weight:600;color:var(--color-ink)}.buying-guide__equipment-text{font-size:13px;color:var(--color-text-subtle, var(--color-seaweed))}.buying-guide__equipment-card--static{color:inherit}.buying-guide__equipment-card--unavailable{background:var(--color-sand);border-style:dashed}.buying-guide__equipment-badge{align-self:flex-start;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-subtle, var(--color-seaweed));border:1px solid var(--color-driftwood);padding:2px 7px;margin-top:2px}.buying-guide__comparison-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:700px){.buying-guide__comparison-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.buying-guide__comparison-card{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2);border:1px solid var(--color-driftwood);background:#fff;padding:var(--space-4)}.buying-guide__comparison-badge{font-family:var(--font-mono--family);font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-signal)}.buying-guide__comparison-title{font-family:var(--font-display--family);font-weight:600;font-size:18px;color:var(--color-ink);margin:0}.buying-guide__comparison-card p{font-size:14px;color:var(--color-ink);margin:0 0 var(--space-2)}.buying-guide__used{background:var(--color-signal);padding:var(--space-8) var(--layout-gutter);margin:0 0 var(--space-8)}.buying-guide__used-inner{max-width:1080px;margin:0 auto}.buying-guide__used-heading,.buying-guide__used-intro{color:#fff}.buying-guide__used-intro{max-width:65ch;margin:0 0 var(--space-5)}.buying-guide__used-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4);margin-bottom:var(--space-5)}@media(min-width:700px){.buying-guide__used-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.buying-guide__used-card{background:#fff;padding:var(--space-4)}.buying-guide__used-card-title{font-family:var(--font-display--family);font-weight:600;font-size:16px;color:var(--color-ink);margin:0 0 var(--space-2)}.buying-guide__used-card p{font-size:14px;color:var(--color-ink);margin:0}.buying-guide__kontakt{background:var(--color-night-water, var(--color-ink));padding:var(--space-8) var(--layout-gutter)}.buying-guide__kontakt-inner{max-width:1080px;margin:0 auto}.buying-guide__kontakt-heading{color:#fff}.buying-guide__kontakt-intro{max-width:65ch;color:#d8ddd9;margin:0 0 var(--space-5)}.buying-guide__kontakt-details{color:#d8ddd9;margin:0 0 var(--space-5)}.buying-guide__kontakt-details p{margin:0 0 var(--space-2)}.buying-guide__kontakt-name{color:#fff;font-weight:600}.buying-guide__kontakt-details a{color:#fff}.buying-guide__example{margin:var(--space-8) 0 0}.buying-guide__example-heading{font-family:var(--font-display--family);font-weight:var(--font-display--weight);font-size:clamp(22px,3vw,28px);color:var(--color-ink);margin:0 0 var(--space-2)}.buying-guide__example-intro{max-width:60ch;color:var(--color-text-subtle, var(--color-seaweed));margin:0 0 var(--space-5)}.buying-guide__example-row{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:700px){.buying-guide__example-row{grid-template-columns:repeat(3,minmax(0,1fr))}}.buying-guide__example-card{position:relative;display:flex;flex-direction:column;gap:4px;border:1px solid var(--color-driftwood);background:#fff;padding:var(--space-4)}.buying-guide__example-tag{position:absolute;top:var(--space-3);right:var(--space-3);font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-subtle, var(--color-seaweed));border:1px solid var(--color-driftwood);padding:2px 7px}.buying-guide__example-thumb{display:block;width:100%;aspect-ratio:1 / 1;background:var(--color-sand);margin-bottom:var(--space-2)}.buying-guide__example-thumb img{width:100%;height:100%;object-fit:contain}.buying-guide__example-meta{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-subtle, var(--color-seaweed))}.buying-guide__example-title{font-weight:600;color:var(--color-ink)}.buying-guide__example-spec,.buying-guide__example-price{font-size:14px;color:var(--color-ink)}.buying-guide__example-stock{font-size:12px}.buying-guide__example-stock--in{color:var(--color-stock-ok, var(--color-deep-water))}.buying-guide__example-stock--out{color:var(--color-stock-low, var(--color-seaweed))}.buying-guide__example-link{margin-top:var(--space-2);color:var(--color-signal-deep, var(--color-signal));font-weight:600}.buying-guide__example-actions{margin-top:var(--space-5);display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4)}.buying-guide__example-phone{color:var(--color-ink);font-family:var(--font-mono--family)}.cart-empty{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-4);padding:var(--space-6) 0}.cart-empty--compact{padding:var(--space-6) var(--space-5)}.cart-line{display:grid;grid-template-columns:96px 1fr auto;align-items:start;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--color-driftwood)}.cart-line--compact{grid-template-columns:72px 1fr auto;gap:var(--space-3)}.cart-line__image{display:block;width:96px;aspect-ratio:4/5;background:var(--color-placeholder-a);overflow:hidden}.cart-line--compact .cart-line__image{width:72px}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line__details{display:flex;flex-direction:column;gap:var(--space-1);min-width:0}.cart-line__title{color:var(--color-ink);text-decoration:none;font-weight:600;font-size:var(--text-body-base)}.cart-line--compact .cart-line__title{font-size:var(--text-body-sm)}.cart-line__variant{color:var(--color-text-muted);font-size:var(--text-body-xs)}.cart-line__stock{font-size:var(--text-body-2xs);font-weight:600}.cart-line__stock--low{color:var(--color-stock-low)}.cart-line__stock--out{color:var(--color-stock-out)}.cart-line__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-2)}.cart-line__qty{display:flex;align-items:center;border:1px solid var(--color-border-input);border-radius:var(--radius-button)}.cart-line__qty button{width:44px;height:44px}.cart-line--compact .cart-line__qty button{position:relative;width:28px;height:28px}.cart-line--compact .cart-line__qty button:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px}.cart-line__qty input{width:40px;text-align:center;border:0;background:none;-moz-appearance:textfield}.cart-line--compact .cart-line__qty input{width:32px}.cart-line__qty input::-webkit-outer-spin-button,.cart-line__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-line__price{font-size:var(--text-mono-base);font-weight:600;white-space:nowrap}.cart-line__remove{display:flex;align-items:center;justify-content:center;align-self:flex-start;width:44px;height:44px;color:var(--color-text-subtle)}@media(max-width:989px){.cart-line:not(.cart-line--compact){grid-template-columns:72px 1fr auto;gap:var(--space-3)}.cart-line:not(.cart-line--compact) .cart-line__image{width:72px}}.cart-summary__note{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-4)}.cart-summary__note label{font-size:var(--text-body-xs);font-weight:600}.cart-summary__note textarea{min-height:80px;padding:var(--space-3);border:1px solid var(--color-border-input);font-family:inherit;font-size:var(--text-body-xs);resize:vertical}.cart-summary__subtotal{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--space-3);font-weight:600}.cart-summary__subtotal .font-mono{font-size:var(--text-mono-lg)}.cart-summary__tax-note{margin:0 0 var(--space-3);font-size:var(--text-body-2xs);color:var(--color-text-muted)}.cart-summary__price-error-banner{margin:0 0 var(--space-3);padding:var(--space-2) var(--space-3);background:var(--color-surface-alt);border-left:3px solid var(--color-seaweed);font-family:var(--font-primary--family);font-size:var(--text-body-2xs);color:var(--color-text-muted);line-height:1.4}.cart-summary__actions{display:flex;flex-direction:column;gap:var(--space-3)}.cart-summary__update,.cart-summary__checkout{width:100%}.delivery-choice{display:flex;flex-direction:column;gap:var(--space-2);margin:0;margin-block:var(--space-4);padding:0;border:0;min-width:0}.delivery-choice__legend{padding:0;margin-bottom:var(--space-2);font-family:var(--font-primary--family);font-size:var(--text-body-sm);color:var(--color-text-subtle)}.delivery-choice__option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-3);min-height:64px;border:1px solid var(--color-border-input);border-radius:var(--radius-button);background:var(--color-background);padding:var(--space-3);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.delivery-choice__option:not(.is-selected):not(.is-disabled):hover{border-color:var(--color-deep-water);background:var(--color-surface-alt)}.delivery-choice__option.is-selected,.delivery-choice__option:has(.delivery-choice__input:checked){border-width:2px;border-color:var(--color-deep-water);background:var(--color-surface-selected);padding:calc(var(--space-3) - 1px)}.delivery-choice__option.is-disabled,.delivery-choice__option:has(.delivery-choice__input:disabled){opacity:.45;cursor:not-allowed}.delivery-choice__option:has(.delivery-choice__input:focus-visible){box-shadow:var(--focus-ring)}.delivery-choice__icon{display:flex;width:22px;height:22px;color:var(--color-deep-water)}.delivery-choice__option.is-disabled .delivery-choice__icon,.delivery-choice__option:has(.delivery-choice__input:disabled) .delivery-choice__icon{color:var(--color-text-subtle)}.delivery-choice__icon svg{width:100%;height:100%}.delivery-choice__body{display:flex;flex-direction:column;gap:2px;min-width:0}.delivery-choice__label{font-family:var(--font-display--family);font-size:15px;font-weight:600;color:var(--color-foreground)}.delivery-choice__note{display:flex;align-items:flex-start;gap:var(--space-2);font-family:var(--font-primary--family);font-size:var(--text-body-sm);color:var(--color-text-subtle)}.delivery-choice__dot{width:8px;height:8px;margin-top:.4em;flex-shrink:0;border-radius:var(--radius-pill)}.delivery-choice__dot--ok{background:var(--color-stock-ok)}.delivery-choice__dot--out{background:var(--color-stock-out)}.delivery-choice__mark{position:relative;width:18px;height:18px;flex-shrink:0;border:1px solid var(--color-border-input);border-radius:var(--radius-pill)}.delivery-choice__option.is-selected .delivery-choice__mark,.delivery-choice__option:has(.delivery-choice__input:checked) .delivery-choice__mark{border-color:var(--color-deep-water)}.delivery-choice__option.is-selected .delivery-choice__mark:after,.delivery-choice__option:has(.delivery-choice__input:checked) .delivery-choice__mark:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:var(--color-deep-water);border-radius:var(--radius-pill)}.guide-cta-inline{display:inline-block;color:var(--color-signal-deep);font-weight:600}.guide-cta-card{display:flex;flex-direction:column;justify-content:center;gap:var(--space-2);min-height:100%;padding:var(--space-4);border:1.5px dashed var(--color-driftwood);background:var(--color-surface-alt);color:var(--color-ink);text-decoration:none}.guide-cta-card:hover{border-color:var(--color-deep-water)}.guide-cta-card__icon{font-family:var(--font-mono--family);color:var(--color-signal-deep);font-size:22px}.guide-cta-card__text{font-weight:600}.guide-cta-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4) var(--layout-gutter);border-top:1.5px solid var(--color-driftwood);border-bottom:1.5px solid var(--color-driftwood);background:var(--color-surface-alt)}.guide-cta-banner__text{margin:0;font-weight:600;color:var(--color-ink);max-width:48em}.product-card{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--color-driftwood);font-family:var(--font-primary--family);transition:border-color .15s ease}@media(hover:hover){.product-card:hover{border-color:var(--color-deep-water)}}.product-card__image{position:relative;z-index:2;display:block;aspect-ratio:1/1;background:var(--color-placeholder-a);overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.product-card__image-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(hover:hover)and (pointer:fine){.product-card__image:hover .product-card__image-primary{opacity:0}.product-card__image:hover .product-card__image-hover{opacity:1}}.product-card__badge{position:absolute;top:var(--space-2);left:var(--space-2);height:23px;display:inline-flex;align-items:center;padding:0 var(--space-2);background:var(--color-signal);color:#fff;font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.product-card__body{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4);flex:1}.product-card__vendor{font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted)}.product-card__title{font-family:var(--font-display--family);font-weight:600;font-size:var(--text-display-card-title);line-height:1.2;color:var(--color-ink);text-decoration:none}.product-card__title:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card__title:hover{color:var(--color-signal-deep)}.product-card__subtitle{font-size:var(--text-body-xs);color:var(--color-text-muted);line-height:1.45}.product-card__sizes{display:flex;flex-wrap:wrap;gap:var(--space-1);padding-top:var(--space-1)}.product-card__size{display:inline-flex;align-items:center;height:22px;padding:0 var(--space-2);border:1px solid var(--color-driftwood);background:var(--color-surface-alt);font-family:var(--font-mono--family);font-size:var(--text-mono-xs);color:var(--color-text-muted)}.product-card__price-row{display:flex;align-items:baseline;gap:var(--space-2);margin-top:auto;padding-top:var(--space-1)}.product-card__price{font-size:var(--text-mono-base);font-weight:600;color:var(--color-ink)}.product-card__compare-price{font-size:var(--text-mono-sm);color:var(--color-text-subtle);text-decoration:line-through}.product-gallery{display:flex;flex-direction:column;gap:var(--space-2)}.product-gallery__main{position:relative;aspect-ratio:1/1;background:var(--color-placeholder-a);overflow:hidden}.product-gallery__main-image{width:100%;height:100%;object-fit:contain}.product-gallery__placeholder{width:100%;height:100%}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--color-driftwood);background:#ffffffd9;color:var(--color-ink);cursor:pointer}.product-gallery__nav svg{width:20px;height:20px}.product-gallery__nav--prev{left:var(--space-3)}.product-gallery__nav--next{right:var(--space-3)}.product-gallery__nav:hover{background:#fff}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--space-2)}.product-gallery__thumb{aspect-ratio:1;padding:0;border:1px solid var(--color-driftwood);overflow:hidden;cursor:pointer}.product-gallery__thumb.is-active{border-color:var(--color-deep-water);border-width:2px}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-rail-item{display:flex;align-items:center;gap:var(--space-3);text-decoration:none;color:var(--color-text-on-green);background:#ffffff14;border-radius:var(--radius-button);padding:var(--space-3);transition:background .15s ease}.product-rail-item:hover{background:#ffffff29}.product-rail-item__image{flex:0 0 120px;width:120px;height:120px;background:var(--color-placeholder-a);overflow:hidden}.product-rail-item__image-el{width:100%;height:100%;object-fit:cover}.product-rail-item__body{display:flex;flex-direction:column;gap:var(--space-1);min-width:0;justify-content:center;text-align:right;flex:1 1 auto}.product-rail-item__title{font-family:var(--font-primary--family);font-weight:600;font-size:var(--text-body-sm);line-height:1.3;color:var(--color-text-on-green);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rail-item__size{font-size:var(--text-mono-xs);color:#d2dedbbf}.product-rail-item__price{font-size:var(--text-mono-base);font-weight:600;color:var(--color-text-on-green)}.product-reviews{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-4);max-width:60em}.product-reviews__summary{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--color-driftwood);background:#fff}.product-reviews__score{font-size:var(--text-mono-xl);font-weight:600;color:var(--color-ink)}.product-reviews__count{font-size:var(--text-body-sm);color:var(--color-text-muted)}.product-reviews__login{margin:0;font-size:var(--text-body-sm);color:var(--color-text-muted)}.product-reviews__login a{color:#396059}.product-reviews__form{display:flex;flex-direction:column;gap:var(--space-4);width:100%;max-width:40em;padding:var(--space-5);border:1px solid var(--color-driftwood);background:var(--color-surface-alt)}.product-reviews__form-field{display:flex;flex-direction:column;gap:var(--space-2)}.product-reviews__form-label,.product-reviews__form-field label{font-size:var(--text-body-sm);font-weight:600;color:var(--color-ink)}.product-reviews__form-field input[type=text],.product-reviews__form-field textarea{border:1px solid var(--color-border-input);background:#fff;padding:var(--space-2) var(--space-3);font-family:var(--font-primary--family);font-size:var(--text-body-base);color:var(--color-ink)}.product-reviews__form-field textarea{resize:vertical}.product-reviews__honeypot{position:absolute;width:1px;height:1px;overflow:hidden;left:-9999px}.product-reviews__form-actions{display:flex;align-items:center;gap:var(--space-4)}.product-reviews__form-message{margin:0;font-size:var(--text-body-sm);color:var(--color-stock-ok)}.product-reviews__form-message--error{color:var(--color-signal-deep)}.product-reviews__list{display:flex;flex-direction:column;gap:var(--space-4);width:100%}.product-reviews__empty{margin:0;font-size:var(--text-body-sm);color:var(--color-text-muted)}.product-reviews__card{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4);border:1px solid var(--color-driftwood);background:#fff}.product-reviews__card-header{display:flex;align-items:center;gap:var(--space-3)}.product-reviews__badge{font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-stock-ok)}.product-reviews__card-title{margin:0;font-family:var(--font-display--family);font-weight:600;font-size:var(--text-display-card-title);letter-spacing:-.015em;color:var(--color-ink)}.product-reviews__card-body{margin:0;font-size:var(--text-body-sm);line-height:1.6;color:var(--color-text-muted)}.product-reviews__card-meta{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-body-xs);color:var(--color-text-subtle)}.product-reviews__load-more{align-self:center}.star-rating{--star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.5l2.99 6.06 6.69.97-4.84 4.72 1.14 6.66L12 17.77l-5.98 3.14 1.14-6.66-4.84-4.72 6.69-.97L12 2.5z'/%3E%3C/svg%3E");position:relative;display:inline-block;width:calc(var(--star-size) * 5);height:var(--star-size);flex-shrink:0}.star-rating--sm{--star-size: 14px}.star-rating--md{--star-size: 18px}.star-rating--lg{--star-size: 30px}.star-rating__track,.star-rating__fill{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask-image:var(--star-mask);mask-image:var(--star-mask);-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;-webkit-mask-size:var(--star-size) var(--star-size);mask-size:var(--star-size) var(--star-size);pointer-events:none}.star-rating__track{background:var(--color-driftwood);width:100%}.star-rating__fill{background:#c4471b;width:calc(var(--rating) / 5 * 100%);overflow:hidden}.star-rating--interactive{cursor:pointer;touch-action:none}.star-rating--interactive .star-rating__fill{transition:width .05s ease}.star-rating__range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;pointer-events:none}.star-rating--interactive:focus-within{outline:none;box-shadow:0 0 0 3px #f3eee6,0 0 0 6px #396059}.sticky-buy{position:fixed;inset:auto 0 0 0;z-index:40;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--layout-gutter);padding-bottom:calc(var(--space-3) + env(safe-area-inset-bottom));background:var(--color-sand);border-top:1px solid var(--color-driftwood);box-shadow:0 -6px 20px #14211e1f;transform:translateY(100%);transition:transform .22s ease}.sticky-buy[hidden]{display:none}.sticky-buy.is-visible{transform:translateY(0)}.sticky-buy__info{flex:1;min-width:0;display:flex;flex-direction:column}.sticky-buy__title{font-size:var(--text-body-xs);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-buy__price{font-size:var(--text-mono-md);font-weight:600}.sticky-buy__btn{flex-shrink:0;min-height:48px;padding-inline:var(--space-5)}.sticky-buy__btn[disabled]{background:#d8cfbe;color:#7a7264;cursor:not-allowed}@media(min-width:990px){.sticky-buy{display:none!important}}@media(prefers-reduced-motion:reduce){.sticky-buy{transition:none}}.stock-status__label{font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-flat)}.stock-status--pdp{display:flex;flex-direction:column;gap:2px}.stock-status--pdp .stock-status__label{align-self:flex-start;padding:3px var(--space-2);border:1px solid currentcolor}.stock-status__note{font-size:var(--text-body-sm);color:var(--color-text-subtle)}.stock-status--store{color:var(--color-stock-ok)}.stock-status--web{color:var(--color-text-subtle)}.warehouse-status{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-body-2xs);color:var(--color-text-muted)}.warehouse-status__location{display:flex;align-items:center;gap:var(--space-2)}.warehouse-status__dot{width:7px;height:7px;border-radius:50%}.warehouse-status__dot--ok{background:var(--color-stock-ok)}.warehouse-status__dot--out{background:var(--color-stock-out)}.used-product-card{display:flex;flex-direction:column;background:var(--color-dark-surface-alt);border:1px solid var(--color-dark-border);font-family:var(--font-primary--family)}.used-product-card__image{position:relative;aspect-ratio:1/1;background:var(--color-dark-border);overflow:hidden}.used-product-card__image img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.used-product-card__image-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(hover:hover)and (pointer:fine){.used-product-card__image:hover .used-product-card__image-primary{opacity:0}.used-product-card__image:hover .used-product-card__image-hover{opacity:1}}.used-product-card__badge{position:absolute;top:var(--space-2);left:var(--space-2);height:22px;display:inline-flex;align-items:center;padding:0 var(--space-2);background:var(--color-signal);color:#fff;font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.used-product-card__body{display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-3)}.used-product-card__vendor{font-family:var(--font-mono--family);font-size:var(--text-mono-2xs);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-on-dark-muted)}.used-product-card__title{font-family:var(--font-display--family);font-weight:600;font-size:var(--text-body-lg-mobile);color:var(--color-sand);text-decoration:none}.used-product-card__note{font-size:var(--text-body-xs);color:var(--color-text-on-dark-subtle);line-height:1.45}.used-product-card__price-row{display:flex;align-items:baseline;gap:var(--space-2);padding-top:var(--space-1)}.used-product-card__price{font-size:var(--text-mono-base);font-weight:600;color:var(--color-accent-on-dark)}.used-product-card__compare-price{font-size:var(--text-mono-sm);color:var(--color-text-on-dark-muted);text-decoration:line-through}
/*# sourceMappingURL=/cdn/shop/t/14/compiled_assets/styles.css.map */
