.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{overflow:hidden;border-radius:.375rem;background:#f6f6f6}.sport-product__gallery-main-img{display:block;width:100%;height:auto;object-fit:cover}.sport-product__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media (width >= 640px){.sport-product__thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}}.sport-product__thumb{display:block;padding:0;margin:0;overflow:hidden;aspect-ratio:1;border:1px solid var(--sport-border,#d4d4d4);border-radius:.375rem;background:#fff;cursor:pointer}.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}.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)}