@layer vitamin-play{:root{--product-card-zi-root:0;--product-card-zi-link:calc(var(--product-card-zi-root));--product-card-zi-footer:calc(var(--product-card-zi-link) + 1);--product-card-zi-sticker:calc(var(--product-card-zi-link) + 1);--product-card-zi-action:calc(var(--product-card-zi-footer) + 1);--product-card-media-height:unset;--product-card-media-width:unset}.vp-product-card{--product-card-gap:var(--vp-semantic-spacing-4xs);--product-card-border-radius:var(--vp-semantic-border-radius-main) var(--vp-semantic-border-radius-main) var(--vp-semantic-border-radius-main) var(--vp-semantic-border-radius-main);--product-card-header-background-color:var(--vp-semantic-color-container-quiet);--product-card-media-aspect-ratio:1;--product-card-media-scale:var(--vp-semantic-motion-scale-s);--product-card-media-transition:var(--vp-semantic-motion-duration-quick) var(--vp-semantic-motion-easing-expressive-ease-in-out) var(--vp-semantic-motion-delay-instant);--product-card-action-padding-block-start:var(--vp-semantic-spacing-xs);--product-card-action-padding-block-end:var(--vp-semantic-spacing-xs);--product-card-action-padding-inline-start:var(--vp-semantic-spacing-xs);--product-card-action-padding-inline-end:var(--vp-semantic-spacing-xs);--product-card-body-background-color:var(--vp-semantic-color-container-neutral);--product-card-body-gap:var(--vp-semantic-spacing-2xs);--product-card-body-padding:var(--vp-semantic-spacing-m) var(--vp-semantic-spacing-l) var(--vp-semantic-spacing-4xs) var(--vp-semantic-spacing-l);--product-card-title-color:var(--vp-semantic-color-content-neutral);--product-card-title-webkit-font-smoothing:var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--product-card-title-text-case:var(--vp-semantic-typography-screen-s-body-s-text-case);--product-card-title-text-decoration:var(--vp-semantic-typography-screen-s-body-s-text-decoration);--product-card-title-letter-spacing:var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--product-card-title-font-size:var(--vp-semantic-typography-screen-s-body-s-font-size);--product-card-title-line-height:var(--vp-semantic-typography-screen-s-body-s-line-height);--product-card-title-font-weight:var(--vp-semantic-typography-screen-s-body-s-font-weight);--product-card-title-font-family:var(--vp-semantic-typography-screen-s-body-s-font-family);--product-card-description-color:var(--vp-semantic-color-content-quiet);--product-card-description-font-family:var(--vp-semantic-typography-screen-s-body-s-font-family);--product-card-description-font-size:var(--vp-semantic-typography-screen-s-body-s-font-size);--product-card-description-font-weight:var(--vp-semantic-typography-screen-s-body-s-font-weight);--product-card-description-webkit-font-smoothing:var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--product-card-description-text-case:var(--vp-semantic-typography-screen-s-body-s-text-case);--product-card-description-text-decoration:var(--vp-semantic-typography-screen-s-body-s-text-decoration);--product-card-description-letter-spacing:var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--product-card-description-line-height:var(--vp-semantic-typography-screen-s-body-s-line-height);--product-card-reviews-gap:var(--vp-semantic-spacing-2xs);--product-card-reviews-amount-color:var(--vp-semantic-color-content-quiet);--product-card-reviews-font-family:var(--vp-semantic-typography-screen-s-body-s-font-family);--product-card-reviews-font-size:var(--vp-semantic-typography-screen-s-body-s-font-size);--product-card-reviews-font-weight:var(--vp-semantic-typography-screen-s-body-s-font-weight);--product-card-reviews-webkit-font-smoothing:var(--vp-semantic-typography-screen-s-body-s-webkit-font-smoothing);--product-card-reviews-text-case:var(--vp-semantic-typography-screen-s-body-s-text-case);--product-card-reviews-text-decoration:var(--vp-semantic-typography-screen-s-body-s-text-decoration);--product-card-reviews-letter-spacing:var(--vp-semantic-typography-screen-s-body-s-letter-spacing);--product-card-reviews-line-height:var(--vp-semantic-typography-screen-s-body-s-line-height);--product-card-price-padding-top:var(--vp-semantic-spacing-xs);--product-card-link-box-shadow:var(--vp-semantic-box-shadow-focus);border-radius:var(--product-card-border-radius);display:grid;gap:var(--product-card-gap);grid-template-areas:"header" "body" "footer";position:relative}.vp-product-card--horizontal{grid-template:"header body" 1fr "header footer" auto/auto 1fr}.vp-product-card__header{background-color:var(--product-card-header-background-color);grid-area:header;height:var(--product-card-media-height,revert-layer);position:relative;width:var(--product-card-media-width,revert-layer)}.vp-product-card__media{aspect-ratio:var(--product-card-media-aspect-ratio);cursor:pointer;display:flex;overflow:hidden;position:relative}.vp-product-card__media>img,.vp-product-card__media>video{height:var(--product-card-media-height,revert-layer);-o-object-fit:cover;object-fit:cover;transition:transform var(--product-card-media-transition);width:var(--product-card-media-width,revert-layer)}.vp-product-card__media>img:hover,.vp-product-card__media>video:hover{transform:scale(var(--product-card-media-scale))}.vp-product-card__sticker{display:flex;position:absolute;z-index:var(--product-card-zi-sticker)}.vp-product-card__sticker--block-start-inline-start{inset-block-start:0;inset-inline-start:0}.vp-product-card__sticker--block-start-inline-end{inset-block-start:0;inset-inline-end:0}.vp-product-card__sticker--block-end-inline-start{inset-block-end:0;inset-inline-start:0}.vp-product-card__sticker--block-end-inline-end{inset-block-end:0;inset-inline-end:0}.vp-product-card__action{inset-block-start:0;inset-inline-end:calc(100% - var(--product-card-media-width));padding-block:var(--product-card-action-padding-block-start) var(--product-card-action-padding-block-end);padding-inline:var(--product-card-action-padding-inline-start) var(--product-card-action-padding-inline-end);position:absolute;z-index:var(--product-card-zi-action)}.vp-product-card__body{background-color:var(--product-card-body-background-color);grid-area:body;padding:var(--product-card-body-padding)}.vp-product-card__title{color:var(--product-card-title-color);font-family:var(--product-card-title-font-family);font-size:var(--product-card-title-font-size);font-weight:var(--product-card-title-font-weight);letter-spacing:var(--product-card-title-letter-spacing);line-height:var(--product-card-title-line-height);-webkit-text-decoration:var(--product-card-title-text-decoration);text-decoration:var(--product-card-title-text-decoration);text-transform:var(--product-card-title-text-case);-webkit-font-smoothing:var(--product-card-title-webkit-font-smoothing)}.vp-product-card__link:focus-visible{outline:0}.vp-product-card__link:focus-visible:after{box-shadow:var(--product-card-link-box-shadow);content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:var(--product-card-zi-link)}.vp-product-card__description{color:var(--product-card-description-color);margin:0}.vp-product-card__description,.vp-product-card__reviews{font-family:var(--product-card-description-font-family);font-size:var(--product-card-description-font-size);font-weight:var(--product-card-description-font-weight);letter-spacing:var(--product-card-description-letter-spacing);line-height:var(--product-card-description-line-height);-webkit-text-decoration:var(--product-card-description-text-decoration);text-decoration:var(--product-card-description-text-decoration);text-transform:var(--product-card-description-text-case);-webkit-font-smoothing:var(--product-card-description-webkit-font-smoothing)}.vp-product-card__reviews{color:var(--product-card-reviews-amount-color);display:flex;gap:var(--product-card-reviews-gap)}.vp-product-card__price{padding-top:var(--product-card-price-padding-top)}.vp-product-card__footer{grid-area:footer;z-index:var(--product-card-zi-footer)}.vp-product-card-skeleton{display:flex;flex-direction:column}.vp-product-card-skeleton--horizontal{flex-direction:row;width:100%}.vp-skeleton.vp-product-card-skeleton__media{--skeleton-height:100%;--skeleton-width:100%;aspect-ratio:1/1;display:block}.vp-product-card-skeleton__body{display:flex;flex:1;flex-direction:column;gap:var(--vp-semantic-spacing-s);padding:var(--vp-semantic-spacing-m) var(--vp-semantic-spacing-l) var(--vp-semantic-spacing-4xs) var(--vp-semantic-spacing-l);width:var(--skeleton-width)}}@layer vitamin-play{.vp-star-rating{align-items:center;display:flex;gap:var(--vp-semantic-spacing-4xs)}.vp-star-rating__star{color:var(--vp-semantic-color-content-neutral);height:var(--vp-semantic-sizing-m);width:var(--vp-semantic-sizing-m)}.vp-skeleton.vp-star-rating-skeleton{--skeleton-height:var(--vp-semantic-sizing-m);--skeleton-width:var(--vp-semantic-sizing-7xl)}}.badge{font-size:var(--vp-core-font-size-150);font-weight:var(--vp-core-font-weight-500)}.badge .vp-badge{width:1.2rem;background-color:var(--vp-core-color-grey-100);color:var(--vp-semantic-color-content-primary)}.btn-filter{visibility:visible}.two-range-input.svelte-i74gos{--line-height: 8px;margin:2em auto;width:20rem;--dif: calc(var(--max) - var(--min));--bg-col: var(--vp-core-color-cobalt-500);display:grid;grid-template:-webkit-max-content / 1fr 1fr;grid-template:max-content / 1fr 1fr;position:relative}.two-range-input.svelte-i74gos input[type=range]:where(.svelte-i74gos){grid-column:1 / span 2;grid-row:1;background:none;pointer-events:none}.two-range-input.svelte-i74gos input[type=range]:where(.svelte-i74gos)::-webkit-slider-runnable-track,.two-range-input.svelte-i74gos input[type=range]:where(.svelte-i74gos)::-webkit-slider-thumb,.two-range-input.svelte-i74gos input[type=range]:where(.svelte-i74gos){-webkit-appearance:none}.two-range-input.svelte-i74gos input[type=range]:where(.svelte-i74gos)::-webkit-slider-runnable-track,.two-range-input.svelte-i74gos input[type=range]:where(.svelte-i74gos)::-moz-range-track{width:100%;background:none}.two-range-input.svelte-i74gos input[type=range]:where(.svelte-i74gos)::-webkit-slider-thumb{width:var(--vp-semantic-sizing-l);height:var(--vp-semantic-sizing-l);cursor:grab;background-color:var(--vp-semantic-color-container-neutral);border:var(--vp-core-border-radius-200) solid var(--vp-semantic-color-border-brand);border-radius:var(--vp-semantic-border-radius-full);pointer-events:auto;z-index:2;position:relative}.two-range-input.svelte-i74gos .track-muted:where(.svelte-i74gos){height:var(--line-height);background-color:var(--vp-semantic-color-border-quiet);width:100%;grid-row:1;grid-column:1 / span 2;position:relative;top:calc(50% - var(--line-height) / 2);z-index:0;border-radius:var(--vp-semantic-border-radius-full)}.two-range-input.svelte-i74gos:after{grid-column:1 / span 2;grid-row:1;background:var(--bg-col);content:"";height:var(--line-height);position:absolute;top:calc(50% - var(--line-height) / 2);left:calc((var(--min-selected) - var(--min)) / (var(--dif)) * 20rem);width:calc((var(--max-selected) - var(--min-selected)) / var(--dif) * 20rem);border-radius:var(--vp-semantic-border-radius-full)}.range-input.svelte-i74gos{display:flex;gap:1em}.filters-badge.svelte-1pip6xf .vp-badge{width:1.4rem;height:1.4rem;background-color:var(--vp-core-color-grey-100);color:var(--vp-semantic-color-content-primary)}.clear.svelte-1p5xkla{text-decoration:underline}.categories.svelte-1f97efn{min-width:21em}.featured-sport-image.svelte-63o6b3{width:100%;height:100%;display:flex;justify-content:center;align-items:flex-end;text-align:center;padding:var(--vp-core-spacing-400) var(--vp-core-spacing-100);background-image:var(--override-vp-sport-image-gradiant),var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat}.featured-sport-image__title.svelte-63o6b3{color:#fff}@media (min-width: 1199px){.featured-sport-image.svelte-63o6b3{padding:var(--vp-core-spacing-400) var(--vp-core-spacing-250)}}
