.sport-product{color:var(--sport-text,#1f1f1f)}.sport-product__crumbs{display:flex;flex-wrap:wrap;gap:.35rem .5rem;margin:0 0 1.25rem;padding:0;list-style:none;font-size:.875rem;font-weight:500}.sport-product__crumbs a{color:var(--sport-primary,#1da384);text-decoration:none}.sport-product__crumbs a:hover{text-decoration:underline;text-underline-offset:2px}.sport-product__crumbs-sep{color:color-mix(in srgb,var(--sport-text,#1f1f1f) 45%,transparent)}.sport-product__gallery-main{position:relative;overflow:hidden;border-radius:.375rem;background:#f6f6f6}.sport-product__gallery-main-fade{opacity:0;transform:translateY(6px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.sport-product__gallery-main-fade.is-ready{opacity:1;transform:translateY(0)}.sport-product__gallery-main-img{display:block;width:100%;height:auto;object-fit:cover}.sport-product__thumbs-carousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.4rem}.sport-product__thumbs-viewport{min-width:0;overflow:hidden}.sport-product__thumbs{--sport-thumb-gap:0.5rem;--sport-thumbs-visible:5;display:flex;flex-wrap:nowrap;gap:var(--sport-thumb-gap);width:100%;will-change:transform;transition:transform .75s cubic-bezier(.22,1,.36,1)}.sport-product__thumbs-arrow{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--sport-border,#d4d4d4);border-radius:999px;background:#fff;color:var(--sport-text,#1f1f1f);cursor:pointer;flex-shrink:0;transition:border-color .2s ease,color .2s ease,transform .2s ease}.sport-product__thumbs-arrow:hover:not(:disabled){border-color:var(--sport-primary,#1da384);color:var(--sport-primary,#1da384);transform:scale(1.05)}.sport-product__thumbs-arrow:disabled{opacity:.35;cursor:default}.sport-product__thumbs-arrow-spacer{width:0;height:0}.sport-product__thumb{--sport-thumb-basis:calc((100% - (var(--sport-thumbs-visible) - 1) * var(--sport-thumb-gap)) / var(--sport-thumbs-visible));display:block;flex:0 0 var(--sport-thumb-basis);width:var(--sport-thumb-basis);min-width:var(--sport-thumb-basis);max-width:var(--sport-thumb-basis);padding:0;margin:0;overflow:hidden;aspect-ratio:1;border:1px solid var(--sport-border,#d4d4d4);border-radius:.375rem;background:#fff;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.sport-product__thumb:hover{transform:translateY(-1px)}.sport-product__thumb.is-active{border-color:var(--sport-primary,#1da384);box-shadow:0 0 0 1px var(--sport-primary,#1da384)}.sport-product__thumb-img{display:block;width:100%;height:100%;object-fit:cover}@media (prefers-reduced-motion:reduce){.sport-product__gallery-main-fade,.sport-product__thumb,.sport-product__thumbs,.sport-product__thumbs-arrow{transition:none}.sport-product__gallery-main-fade{opacity:1;transform:none}}.sport-product__meta{display:flex;flex-direction:column;gap:.35rem;font-size:.9375rem;line-height:1.4;color:color-mix(in srgb,var(--sport-text,#1f1f1f) 72%,transparent)}.sport-product__meta-row{display:flex;flex-wrap:wrap;gap:.35rem .5rem;align-items:baseline}.sport-product__meta-label{font-weight:700;color:var(--sport-text,#1f1f1f)}.sport-product__meta a{color:var(--sport-primary,#1da384);text-decoration:none;font-weight:600}.sport-product__meta a:hover{text-decoration:underline;text-underline-offset:2px}.sport-product__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.375rem;background:var(--sport-primary,#1da384);color:#fff;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;cursor:pointer;transition:background .15s ease}.sport-product__cta:hover{background:var(--sport-accent,#178a70);color:#fff}.sport-product__sticky-cta{position:fixed;inset-inline:0;bottom:0;z-index:40;border-top:1px solid var(--sport-border,#d4d4d4);background:rgb(255 255 255/.95);backdrop-filter:blur(8px)}@media (width >= 768px){.sport-product__sticky-cta{display:none}}.sport-product__excerpt :where(ul){margin:0;padding-left:1.15rem}.sport-product__excerpt :where(li+li){margin-top:.35rem}.sport-product__excerpt :where(a){color:var(--sport-primary,#1da384);text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.sport-product__excerpt :where(a:hover){color:var(--sport-primary-dark,#146f5c)}