.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;cursor:zoom-in}.sport-product__gallery-zoom-icon{position:absolute;top:.75rem;right:.75rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:#fff;color:#1f1f1f;box-shadow:0 2px 10px rgba(0,0,0,.12);pointer-events:none;opacity:0;transition:opacity .2s ease}.sport-product__gallery-main.is-zooming .sport-product__gallery-zoom-icon,.sport-product__gallery-main:hover .sport-product__gallery-zoom-icon{opacity:1}.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;transform-origin:var(--sport-gallery-zoom-x,50%) var(--sport-gallery-zoom-y,50%);transition:transform .25s ease;will-change:transform}.sport-product__gallery-main.is-zooming .sport-product__gallery-main-img{transform:scale(var(--sport-gallery-zoom-scale,1.85))}.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:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border:1px solid var(--sport-border,#d4d4d4);border-radius:999px;background:#fff;color:var(--sport-text,#1f1f1f);cursor:pointer;flex-shrink:0;touch-action:manipulation;transition:border-color .2s ease,color .2s ease,transform .2s ease}.sport-product__thumbs-arrow:focus-visible{outline:2px solid var(--sport-primary,#1da384);outline-offset:2px}.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:2.75rem;height:2.75rem;flex-shrink:0}.sport-product__thumb{--sport-thumb-basis:max(2.75rem,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);min-height:2.75rem;padding:0;margin:0;overflow:hidden;aspect-ratio:1;border:1px solid var(--sport-border,#d4d4d4);border-radius:.375rem;background:#fff;cursor:pointer;touch-action:manipulation;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.sport-product__thumb:focus-visible{outline:2px solid var(--sport-primary,#1da384);outline-offset:2px}.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__gallery-main-img,.sport-product__thumb,.sport-product__thumbs,.sport-product__thumbs-arrow{transition:none}.sport-product__gallery-main.is-zooming .sport-product__gallery-main-img,.sport-product__gallery-main:hover .sport-product__gallery-main-img{transform:none}.sport-product__gallery-main{cursor:default}.sport-product__gallery-main-fade{opacity:1;transform:none}}.sport-product__meta{display:flex;flex-direction:column;gap:.35rem;font-size:var(--sport-body-size,16px);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);-webkit-backdrop-filter:blur(8px);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)}.sport-product__tabs{width:100%}.sport-product__tablist{display:flex;flex-wrap:wrap;gap:0;margin:0;padding:0;border-bottom:1px solid #dcdcdc}.sport-product__tab{margin:0;padding:.85rem 1.35rem;border:1px solid transparent;border-bottom:none;background:#fff;color:#666;font-size:.95rem;font-weight:600;line-height:1.2;cursor:pointer;position:relative;bottom:-1px;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.sport-product__tab:hover{color:#1f1f1f}.sport-product__tab.is-active{background:#efefef;color:#1f1f1f;border-color:#dcdcdc #dcdcdc #efefef}.sport-product__tabpanel{background:#efefef;border:1px solid #dcdcdc;border-top:none;padding:1.75rem 1.5rem}.sport-product__tabpanel[hidden]{display:none}.sport-product__tabpanel-title{margin:0 0 1rem;font-size:1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#1f1f1f}.sport-product__tabpanel-body :where(p,ul,ol){font-size:var(--sport-body-size,16px);line-height:1.8;color:color-mix(in srgb,var(--sport-text,#1f1f1f) 88%,transparent)}.sport-product__tabpanel-body :where(p+p){margin-top:.85rem}.sport-product__tabpanel-body :where(ul){margin:0;padding-left:1.15rem}.sport-product__tabpanel-body :where(li+li){margin-top:.35rem}.sport-product__tabpanel-body :where(a){color:var(--sport-primary,#1da384);text-decoration:underline;text-underline-offset:2px}.sport-product__attributes{display:grid;gap:0;margin:0;grid-template-columns:1fr}@media (min-width:768px){.sport-product__attributes{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2rem}}.sport-product__attribute-row{margin:0;padding:.65rem 0;border-bottom:0}.sport-product__attribute-row dt{margin:0 0 .15rem;font-size:.875rem;font-weight:700;color:#1f1f1f}.sport-product__attribute-row dd{margin:0;font-size:.875rem;line-height:1.5;color:color-mix(in srgb,var(--sport-text,#1f1f1f) 82%,transparent)}.sport-product__reviews{color:color-mix(in srgb,var(--sport-text,#1f1f1f) 84%,transparent)}.sport-product__reviews p{margin:0 0 1rem;font-size:var(--sport-body-size,16px);line-height:1.8}.sport-product__review-form{margin-top:1.25rem}.sport-product__review-field{margin-bottom:1rem}.sport-product__review-field label{display:block;margin-bottom:.45rem;font-size:.95rem;font-weight:500;color:#1f1f1f}.sport-product__review-stars{display:flex;align-items:center;gap:.2rem}.sport-product__review-star{border:0;background:transparent;padding:0;color:#222;font-size:1.35rem;line-height:1;cursor:pointer}.sport-product__review-field input,.sport-product__review-field textarea{width:100%;border:1px solid #dcdcdc;background:#fff;padding:.85rem .95rem;font-size:1rem;line-height:1.6;color:#1f1f1f;box-sizing:border-box}.sport-product__review-field textarea{min-height:9rem;resize:vertical}.sport-product__review-checkbox{display:flex;align-items:flex-start;gap:.45rem;margin:.5rem 0 1rem;font-size:.95rem;line-height:1.6;color:color-mix(in srgb,var(--sport-text,#1f1f1f) 82%,transparent)}.sport-product__review-checkbox input{margin-top:.2rem}.sport-product__review-submit{display:inline-flex;align-items:center;justify-content:center;border:0;background:#e7e7e7;color:#555;padding:.8rem 1.1rem;font-size:.95rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease}.sport-product__review-submit:hover{background:#dbdbdb}.sport-product__related{padding-top:.5rem}.sport-product__related-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem 1rem;margin-bottom:1.25rem}.sport-product__related-head h2{margin:0;font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.15;color:var(--sport-text,#1f1f1f)}.sport-product__related-head a{color:var(--sport-primary,#1da384);font-size:.9375rem;font-weight:700;text-decoration:none}.sport-product__related-head a:hover{text-decoration:underline;text-underline-offset:2px}.sport-product__related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem .5625rem}@media (min-width:768px){.sport-product__related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem .625rem}}@media (min-width:1024px){.sport-product__related-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem .75rem}}.sport-product .sport-product-card h2.sport-product-card__title{margin:0;padding:.35rem .65rem .9rem;width:100%;flex:1 1 auto;font-size:var(--sport-body-size,16px);font-weight:600;line-height:1.35;letter-spacing:0;color:#1f1f1f;text-align:center;background:#fff}