.sports-model-box{--color-theme-alt: #ff0078;--spacing: 10%;--image-aspect-ratio: 1.667;color:#000;position:relative}.sports-model-box::before{content:"";position:absolute;left:0;right:0;bottom:0;height:7rem;background:linear-gradient(transparent 0%, #fff 1rem, #fff 100%);z-index:1;pointer-events:none}.sports-model-box::after{content:"";display:block;padding-bottom:calc(100%/var(--image-aspect-ratio) + 4.5em)}.sports-model-box__main{position:absolute;inset:0;overflow:hidden;scroll-snap-type:y mandatory}.sports-model-box__main li{height:100%;position:relative;scroll-snap-align:start}.sports-model-box a{display:block;aspect-ratio:var(--image-aspect-ratio);margin:0 1rem}.sports-model-box a .ri{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;width:100%}.sports-model-box a .ri::after{content:"";display:block;height:0;padding-top:calc(100% / var(--image-aspect-ratio))}.sports-model-box a .ri::before{content:"";position:absolute;transform:scale(var(--scale, 1.05));width:100%;height:100%;background:var(--lqip, none) no-repeat center center;background-size:cover;filter:blur(var(--blur, 8px))}.sports-model-box a .ri>picture,.sports-model-box a .ri>img,.sports-model-box a .ri>video{position:absolute;width:100%;height:100%;object-fit:cover}.sports-model-box a .ri>picture>img{display:block;width:100%;height:100%}.sports-model-box a:hover{text-decoration:none}@media(hover: hover){.sports-model-box a:hover .sports-model-box__image:nth-child(2){opacity:1}}.sports-model-box__image{z-index:-1;position:absolute !important;inset:0}.sports-model-box__image:nth-child(2){opacity:0;transition:opacity .25s}.sports-model-box__labels{position:absolute;right:0;top:0;display:flex;gap:.5rem;margin:.5rem var(--spacing) 0 0}.sports-model-box__select{position:absolute;left:0;right:0;bottom:4.75rem;z-index:2;display:flex;justify-content:center;text-align:center}.sports-model-box__select>span{position:relative;font-size:var(--fs-min);background:#fff;border-radius:64px;color:#999;height:2em;line-height:2em;padding:0 .25em 0 1em;text-align:center;pointer-events:none;display:flex;gap:.5em;justify-content:center;align-items:center}.sports-model-box__select>span::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>');height:1.5em;width:1.5em}.sports-model-box__select>select{position:absolute;top:0;bottom:0;font-size:var(--fs-min);text-align:center;opacity:0}.sports-model-box__select option{color:#000}.sports-model-box__select:focus-within>span{outline:2px solid var(--color-theme-alt)}.sports-model-box__info{position:relative;display:flex;justify-content:center;align-items:baseline;gap:.5em;margin:1.5rem var(--spacing) 0;font-size:1.125rem;transition:opacity .125s;z-index:2}.sports-model-box__info__name{font-weight:var(--bold)}.sports-model-box__info__price s{color:#999;font-size:.875em}.sports-model-box__info__price span{font-weight:var(--bold)}.sports-model-box__info__price s+span{color:var(--color-theme-alt) !important}.sports-model-box__desc{position:relative;display:flex;justify-content:center;gap:1em;margin:0 var(--spacing);font-size:var(--fs-min);transition:opacity .125s;z-index:2}.sports-model-box__desc span{color:#999}.sports-model-box--transitioning .sports-model-box__info,.sports-model-box--transitioning .sports-model-box__desc{opacity:0}.sports-model-box-label{font-size:var(--fs-min);height:1.75em;line-height:1.75em;padding:0 1em 0 .5em;border-radius:64px;display:flex;align-items:center;gap:.25em;color:#fff;background:#000}.sports-model-box-label svg{width:18px;height:18px;fill:#fff}.sports-model-box-label[hidden]{display:none}.sports-model-box-label--new{background:var(--color-theme-alt);padding:0 1em}.main .sports-blogs{margin:0 var(--spacer--);padding:var(--base-l) var(--spacer);background:var(--color-smoke);text-align:center}.main .sports-blogs h2{font-size:var(--fs-h1);margin:0 auto 1em}.main .sports-blogs ul{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem;text-align:left;margin:0}.main .sports-blogs ul a{color:#000}.main .sports-blogs ul a:hover{text-decoration:none}.main .sports-blogs ul a .ri{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;width:100%}.main .sports-blogs ul a .ri::after{content:"";display:block;height:0;padding-top:calc(100% / var(--ratio))}.main .sports-blogs ul a .ri::before{content:"";position:absolute;transform:scale(var(--scale, 1.05));width:100%;height:100%;background:var(--lqip, none) no-repeat center center;background-size:cover;filter:blur(var(--blur, 8px))}.main .sports-blogs ul a .ri>picture,.main .sports-blogs ul a .ri>img,.main .sports-blogs ul a .ri>video{position:absolute;width:100%;height:100%;object-fit:cover}.main .sports-blogs ul a .ri>picture>img{display:block;width:100%;height:100%}@media(hover: hover){.main .sports-blogs ul a:hover img{transform:scale(1.05, 1.05)}}.main .sports-blogs ul .ri{margin-bottom:1rem;overflow:hidden;border-radius:2rem}.main .sports-blogs ul img{transition:transform .25s}.main .sports-blogs ul h3{margin:0}@media(max-width: 63.99em){.main .sports-blogs h2{font-size:var(--fs-h2)}.main .sports-blogs ul{margin:0 var(--spacer--) var(--base-s);padding:0 var(--spacer);scroll-padding:0 var(--spacer);gap:0 var(--spacer);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;display:grid;grid-template-columns:repeat(4, min(75vw, 20rem))}.main .sports-blogs ul::-webkit-scrollbar{display:none}.main .sports-blogs ul li{scroll-snap-align:start}.main .sports-blogs ul h3{font-size:1.125rem}}.video-player{--color-theme-alt: #ff0078;--icon-play: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M8,5.14V19.14L19,12.14L8,5.14Z"/></svg>');--icon-pause: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M14,19H18V5H14M6,19H10V5H6V19Z"/></svg>');--icon-mute-high: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.84 14,18.7V20.77C18,19.86 21,16.28 21,12C21,7.72 18,4.14 14,3.23M16.5,12C16.5,10.23 15.5,8.71 14,7.97V16C15.5,15.29 16.5,13.76 16.5,12M3,9V15H7L12,20V4L7,9H3Z"/></svg>');--icon-mute-muted: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M3,9H7L12,4V20L7,15H3V9M16.59,12L14,9.41L15.41,8L18,10.59L20.59,8L22,9.41L19.41,12L22,14.59L20.59,16L18,13.41L15.41,16L14,14.59L16.59,12Z"/></svg>');--icon-fullscreen-enter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z"/></svg>');--icon-fullscreen-exit: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M19.5,3.09L15,7.59V4H13V11H20V9H16.41L20.91,4.5L19.5,3.09M4,13V15H7.59L3.09,19.5L4.5,20.91L9,16.41V20H11V13H4Z"/></svg>');position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:2rem;overflow:hidden}.video-player .video-player__media{width:100%;height:100%;display:block;object-fit:cover;cursor:pointer;border-radius:0}.video-player .video-player__center-feedback{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:76px;height:76px;background-color:rgba(0,0,0,.6);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;z-index:10}.video-player .video-player__center-feedback::after{content:"";width:56px;height:56px;display:block}.video-player .video-player__center-feedback.video-player__center-feedback--animated{animation:player-pulse .5s ease forwards}.video-player .video-player__controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent, rgba(0, 0, 0, 0.85));padding:16px;display:flex;flex-direction:column;gap:2px;opacity:1;transition:opacity .3s ease;z-index:5}.video-player .video-player__progress{height:6px;width:100%;background-color:rgba(255,255,255,.3);cursor:pointer;border-radius:64px;position:relative;touch-action:none}.video-player .video-player__progress .video-player__progress-bar{height:100%;width:0%;background-color:var(--color-theme-alt);border-radius:64px;position:relative;pointer-events:none}.video-player .video-player__toolbar{display:flex;justify-content:space-between;align-items:center}.video-player .video-player__group{display:flex;align-items:center;gap:12px}.video-player .video-player__group.video-player__group--volume{position:relative}@media(hover: hover){.video-player .video-player__group.video-player__group--volume:hover .video-player__volume-slider{width:60px;opacity:1}}.video-player .video-player__btn{all:unset;background:none;border:none;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;outline:none !important;transition:opacity .2s ease}.video-player .video-player__btn::after{content:"";width:24px;height:24px;display:block}@media(hover: hover){.video-player .video-player__btn:hover{background:unset !important;opacity:.8}}.video-player .video-player__time{color:#fff;font-size:13px;display:flex;gap:4px;font-variant-numeric:tabular-nums}.video-player .video-player__volume-slider{width:0px;opacity:0;accent-color:var(--color-theme-alt);cursor:pointer;transition:width .2s ease,opacity .2s ease}.video-player.video-player--paused .video-player__center-feedback{opacity:1 !important}.video-player.video-player--paused .video-player__controls{opacity:0}.video-player.video-player--paused .video-player__center-feedback::after{content:var(--icon-play)}.video-player.video-player--paused .video-player__btn--play::after{content:var(--icon-play)}.video-player:not(.video-player--paused) .video-player__center-feedback::after{content:var(--icon-pause)}.video-player:not(.video-player--paused) .video-player__btn--play::after{content:var(--icon-pause)}.video-player.video-player--muted .video-player__btn--mute::after{content:var(--icon-mute-muted)}.video-player:not(.video-player--muted) .video-player__btn--mute::after{content:var(--icon-mute-high)}.video-player.video-player--fullscreen .video-player__btn--fullscreen::after{content:var(--icon-fullscreen-exit)}.video-player:not(.video-player--fullscreen) .video-player__btn--fullscreen::after{content:var(--icon-fullscreen-enter)}.video-player.video-player--idle .video-player__controls{opacity:0;pointer-events:none}@media(pointer: coarse){.video-player .video-player__progress{height:12px}.video-player .video-player__volume-slider{display:none}.video-player .video-player__btn{width:42px;height:42px}}@keyframes player-pulse{0%{opacity:1;transform:translate(-50%, -50%) scale(0.8)}50%{opacity:1;transform:translate(-50%, -50%) scale(1.1)}100%{opacity:0;transform:translate(-50%, -50%) scale(1.3)}}html{scrollbar-gutter:stable;--color-theme-alt: #ff0078;--color-theme-hl-alt: #ff0078;--sport-toolbar-height: 5rem}.main{--color-theme-hl: var(--color-theme-hl-alt)}.coupon-bubble{bottom:174px !important}#chat-widget-container{bottom:80px !important}ol.breadcrumb{margin:2rem 0;color:#333}ol.breadcrumb a{color:#333}.default-footer{margin-top:calc(var(--base-s)*-1)}.wishlist__icon-check{fill:var(--color-theme-alt);stroke:var(--color-theme-alt)}.sport-product-header{--breadcrumb-height: 5rem;min-height:calc(100dvh - var(--header-height) - var(--breadcrumb-height))}.sport-product-header__gallery{padding-bottom:var(--base-l)}.sport-product-header__gallery__main{position:relative}.sport-product-header__gallery__main ul{margin:0;display:flex;-webkit-user-select:none;user-select:none;aspect-ratio:1;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-snap-type:x mandatory}.sport-product-header__gallery__main li{flex:0 0 100%;overflow:hidden;scroll-snap-align:center}.sport-product-header__gallery__main li .ri{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;width:100%}.sport-product-header__gallery__main li .ri::after{content:"";display:block;height:0;padding-top:calc(100% / var(--ratio))}.sport-product-header__gallery__main li .ri::before{content:"";position:absolute;transform:scale(var(--scale, 1.05));width:100%;height:100%;background:var(--lqip, none) no-repeat center center;background-size:contain;filter:blur(var(--blur, 8px))}.sport-product-header__gallery__main li .ri>picture,.sport-product-header__gallery__main li .ri>img,.sport-product-header__gallery__main li .ri>video{position:absolute;width:100%;height:100%;object-fit:contain}.sport-product-header__gallery__main li .ri>picture>img{display:block;width:100%;height:100%}.sport-product-header__gallery__main li .ri,.sport-product-header__gallery__main li img,.sport-product-header__gallery__main li video{width:100%;height:100%;outline:2px solid #fff;outline-offset:-1px}.sport-product-header__gallery__main li .ri:has(img){outline:0}.sport-product-header__gallery__main li img{pointer-events:none}.sport-product-header__gallery__main li video{background:#000}.sport-product-header__gallery__thumb ul{gap:1rem;margin:0;display:flex;scrollbar-width:none;-webkit-user-select:none;user-select:none}.sport-product-header__gallery__thumb li{position:relative;border-radius:15px;overflow:hidden;outline:1px solid rgba(0,0,0,.125);outline-offset:-1px;background:#fff;width:6rem;height:6rem;flex:0 0 6rem;scroll-snap-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:outline-color .5s}.sport-product-header__gallery__thumb li:focus-visible{outline:2px solid var(--color-theme-alt) !important;outline-offset:-2px}.sport-product-header__gallery__thumb li.current{outline:2px solid var(--color-theme-alt);outline-offset:-2px}.sport-product-header__gallery__thumb li img{display:block;object-fit:cover;width:100%;height:100%;z-index:-1}.sport-product-header__gallery__tags{display:flex;justify-content:space-between;height:4rem;padding:1rem;position:absolute;top:0;left:0;right:0;z-index:1}.sport-product-header__gallery__tag-group{display:flex;align-items:flex-start;gap:.5rem}.sport-product-header__gallery__tag-group a,.sport-product-header__gallery__tag-group>span{font-size:var(--fs-smaller);font-weight:var(--semi-bold);outline:2px solid transparent;outline-offset:-2px;border-radius:64px;padding:0 .75em;height:2em;line-height:2em}.sport-product-header__gallery__tag-group>a{background:#fff;color:#000;outline-color:#000}.sport-product-header__gallery__tag-group>a:hover{text-decoration:none}.sport-product-header__gallery__tag-group>a:focus,.sport-product-header__gallery__tag-group>a:active{color:var(--color-theme-hl);outline:2px solid #7e7e7e}.sport-product-header__gallery__tag-group>span{background:linear-gradient(120deg, #FF0080, #1700DF);color:#fff}.sport-product-header__meta{padding-bottom:var(--base-l)}.sport-product-header__meta>input{display:none;position:fixed;top:50%;left:50%}.sport-product-header__meta h2{font-size:1rem;margin:0 0 1.125em;font-weight:600}.sport-product-header__meta__title{display:flex;align-items:flex-start;margin:0 0 2rem}.sport-product-header__meta__title h1{margin:0;font-size:1.75rem;line-height:1em}.sport-product-header__meta__title p{margin:.5em 0 0;font-size:var(--fs-smaller);line-height:1.125em;min-height:2.5em;color:#aaa}.sport-product-header__meta__title>span:first-child{flex:1 1 auto}.sport-product-header__meta__title>span:nth-child(2){display:flex;flex-direction:column;align-items:flex-end}.sport-product-header__meta__title>span .money{white-space:nowrap}.sport-product-header__meta__title>span .money s{font-size:var(--fs-smaller);color:#aaa}.sport-product-header__meta__title>span .money span{font-size:1.75rem;font-weight:var(--semi-bold);line-height:1em}.sport-product-header__meta__title>span .money s+span{color:#000 !important;margin-left:.25em}.sport-product-header__meta__title>span .price-off{font-weight:500;font-size:var(--fs-smaller);line-height:1.5em;padding:0 .5em;background:var(--color-theme-alt);color:#fff;border-radius:64px;white-space:nowrap;display:none}.sport-product-header__meta__title>span .price-off.show{display:block}.sport-product-header__meta__products{margin:0 0 2rem}.sport-product-header__meta__products h2{color:#aaa}.sport-product-header__meta__products h2 span:first-child{color:#000;font-weight:600}.sport-product-header__meta__products h2 span:first-child::after{content:"-";margin:0 .25em}.sport-product-header__meta__products h2 [data-frame-color],.sport-product-header__meta__products h2 [data-lens-color]{color:#aaa;font-weight:300}.sport-product-header__meta__products ul{margin:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(4rem, 1fr));gap:1rem}.sport-product-header__meta__products ul li{max-width:6rem}.sport-product-header__meta__products a{position:relative;display:block;aspect-ratio:1;border-radius:15px;color:var(--color-theme-alt);font-size:var(--fs-min);text-align:center;font-weight:var(--semi-bold);-webkit-user-select:none;user-select:none;overflow:hidden}.sport-product-header__meta__products a:hover{text-decoration:none}.sport-product-header__meta__products a::after{content:"";display:block;position:absolute;inset:0;pointer-events:none;background:rgba(0,0,0,.03)}.sport-product-header__meta__products a.current{outline:2px solid var(--color-theme-alt)}.sport-product-header__meta__products a.current::after{display:none}.sport-product-header__meta__products a.hot::before{content:"Hot";position:absolute;top:0;left:0;right:0}.sport-product-header__meta__products a.disabled::before{content:"";position:absolute;width:150%;height:3px;top:-3px;left:0;background:#fff;transform:rotate(45deg);transform-origin:top left;z-index:1}.sport-product-header__meta__products a.disabled::after{display:block}.sport-product-header__meta__products a.disabled img{opacity:.5}.sport-product-header__meta__products a:focus,.sport-product-header__meta__products a:active{outline:0 !important}.sport-product-header__meta__products a:focus-visible{outline:2px solid var(--color-theme-alt) !important}.sport-product-header__meta__products img{aspect-ratio:1;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;transform:scale(1.125)}.sport-product-header__meta__rx-option,.sport-product-header__meta__lens-type{margin:0 0 2rem}.sport-product-header__meta__rx-option>div,.sport-product-header__meta__lens-type>div{display:flex;gap:.75rem;flex-wrap:wrap}.sport-product-header__meta__rx-option label,.sport-product-header__meta__lens-type label{font-size:var(--fs-smaller);line-height:1.75em;padding:0 1em;font-weight:500;color:#000;background:var(--color-smoke);outline:2px solid var(--color-smoke);border-radius:64px;-webkit-user-select:none;user-select:none;cursor:pointer;text-transform:capitalize}.sport-product-header__meta__rx-option label sup,.sport-product-header__meta__lens-type label sup{display:none}.sport-product-header__meta__rx-option label input,.sport-product-header__meta__lens-type label input{display:none}.sport-product-header__meta__rx-option label:has(input:checked),.sport-product-header__meta__lens-type label:has(input:checked){color:var(--color-theme-alt);outline:2px solid var(--color-theme-alt);font-weight:var(--bold);background:#fff}.sport-product-header__meta__rx-option label:focus-visible,.sport-product-header__meta__lens-type label:focus-visible{outline:2px solid var(--color-theme-alt) !important}.sport-product-header__meta__features h2{color:#aaa;font-size:var(--fs-smaller)}.sport-product-header__meta__features .sport-product-features{margin:0 0 var(--base-s)}.sport-product-header__meta__features .sport-product-features svg{flex:0 0 3.5rem;width:3.5rem;height:3.5rem;fill:var(--color-theme-alt);margin:-0.5rem 0 -0.5rem -0.75rem}.sport-product-header__meta__features .sport-product-features span div:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sport-product-header__meta__actions{display:flex;justify-content:space-between;gap:1rem;margin:0 0 2rem}.sport-product-header__meta__actions button{all:unset}.sport-product-header__meta__actions a,.sport-product-header__meta__actions button{font-size:1rem;height:3rem;line-height:3rem;border-radius:64px}.sport-product-header__meta__actions a:hover,.sport-product-header__meta__actions button:hover{text-decoration:none}.sport-product-header__meta__actions a[data-for],.sport-product-header__meta__actions button[data-for]{background:var(--color-theme-alt);flex:1 1 auto;text-align:center;color:#fff;font-size:1.125rem;font-weight:var(--semi-bold);display:none;transition:none}.sport-product-header__meta__actions a[data-for]:hover,.sport-product-header__meta__actions button[data-for]:hover{background:var(--color-theme-alt) !important}.sport-product-header__meta__actions a[data-for]:focus,.sport-product-header__meta__actions a[data-for]:active,.sport-product-header__meta__actions button[data-for]:focus,.sport-product-header__meta__actions button[data-for]:active{outline:0 !important}.sport-product-header__meta__actions a[data-for]:focus-visible,.sport-product-header__meta__actions button[data-for]:focus-visible{outline:2px solid var(--color-theme-alt) !important;outline-offset:2px}.sport-product-header__meta__actions a:disabled,.sport-product-header__meta__actions button:disabled{pointer-events:none;background:#bebebe;color:#fff;font-weight:var(--semi-bold);display:none;flex:1 1 auto;text-align:center;display:none}.sport-product-header__meta__actions a.wishlist,.sport-product-header__meta__actions button.wishlist{width:3rem;flex:0 0 3rem;background:var(--color-smoke);display:flex;justify-content:center;align-items:center;color:#000}.sport-product-header__meta__actions a.wishlist svg,.sport-product-header__meta__actions button.wishlist svg{width:1.25rem;height:1.25rem}.sport-product-header__meta__actions a.wishlist:focus-visible,.sport-product-header__meta__actions button.wishlist:focus-visible{outline:2px solid var(--color-theme-alt)}@media(min-width: 64em){.sport-product-header{display:grid;grid-template-columns:1fr max(30%,320px);gap:3rem}.sport-product-header__gallery{display:grid;grid-template-columns:6rem 1fr;gap:3rem;align-items:start}.sport-product-header__gallery__main,.sport-product-header__gallery__thumb{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + .5rem)}.sport-product-header__gallery__main{grid-area:1/2/2/3}.sport-product-header__gallery__main .ri{overflow:hidden}.sport-product-header__gallery__main img,.sport-product-header__gallery__main video,.sport-product-header__gallery__main .ri{border-radius:2rem}.sport-product-header__gallery__main video{object-fit:contain}.sport-product-header__gallery__thumb{grid-area:1/1/2/2}.sport-product-header__gallery__thumb ul{flex-direction:column;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y mandatory}}@media(max-width: 63.99em){.sport-product-header__gallery{padding-bottom:var(--base-s)}.sport-product-header__gallery__main,.sport-product-header__gallery__thumb{margin:0 var(--spacer--);background:var(--color-smoke)}.sport-product-header__gallery__main video{object-fit:cover}.sport-product-header__gallery__thumb{padding:var(--base-s) 0}.sport-product-header__gallery__thumb ul{padding:0 var(--spacer);scroll-padding:var(--spacer);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory}.sport-product-header__gallery__thumb li{width:4rem;height:4rem;flex:0 0 4rem;border-radius:10px}}:has(input[name=oos]:checked) .sport-product-header__meta__actions a[data-for=rx],:has(input[name=oos]:checked) .sport-product-header__meta__actions a[data-for=plano]{display:none !important}:has(input[name=oos]:checked) .sport-product-header__meta__actions button:disabled{display:block !important}:has(input[name=oos]:checked) .sport-product-toolbar__actions div[data-for=rx],:has(input[name=oos]:checked) .sport-product-toolbar__actions div[data-for=plano]{display:none !important}:has(input[name=oos]:checked) .sport-product-toolbar__actions div[data-for=oos]{display:block !important}.sport-product-detail{background:#000;color:#fff;margin:0 var(--spacer--) var(--base-l)}.sport-product-detail h2{margin:0 0 1em}.sport-product-detail section{padding:var(--base-s) 0}.sport-product-detail__theater{position:-webkit-sticky;position:sticky;top:0;z-index:0;margin:0 !important;padding:0 !important;overflow:hidden}.sport-product-detail__theater video{display:block;width:100%;max-height:100dvh;object-fit:contain;aspect-ratio:1.7777777778;background:#000}.sport-product-detail__theater::before,.sport-product-detail__theater::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;width:calc(50% + 4px);margin:-2px;background:#000;transform:scaleX(calc(1 - var(--opening)));transition:transform .5s}.sport-product-detail__theater::before{right:unset;left:0;transform-origin:left}.sport-product-detail__theater::after{left:unset;right:0;transform-origin:right}.sport-product-detail__theater .sports-video-btns{margin:0 var(--spacer)}@media(min-width: 42em){.sport-product-detail__theater .ri{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;width:100%}.sport-product-detail__theater .ri::after{content:"";display:block;height:0;padding-top:calc(1216px / 2)}.sport-product-detail__theater .ri::before{content:"";position:absolute;transform:scale(var(--scale, 1.05));width:1216px;height:100%;background:var(--lqip, none) no-repeat center center;background-size:cover;filter:blur(var(--blur, 8px))}.sport-product-detail__theater .ri>picture,.sport-product-detail__theater .ri>img,.sport-product-detail__theater .ri>video{position:absolute;width:1216px;height:100%;object-fit:cover}.sport-product-detail__theater .ri>picture>img{display:block;width:100%;height:100%}}.sport-product-detail__meta{position:relative;z-index:1;background:rgba(0, 0, 0, calc(0.25 + 0.75 * var(--transparency)));-webkit-backdrop-filter:saturate(200%) blur(10px);backdrop-filter:saturate(200%) blur(10px);padding:var(--base-l) var(--spacer)}.sport-product-detail__performance{display:grid;grid-template-rows:-webkit-max-content auto;grid-template-rows:max-content auto;grid-template-columns:1fr 1fr;gap:0 2rem;order:-2}.sport-product-detail__performance h2{grid-area:1/1/2/3}.sport-product-detail__performance h3{font-size:1rem;margin:0 0 1em;color:#666;text-transform:uppercase}.sport-product-detail__performance ul{margin:0}.sport-product-detail__performance li{list-style-type:disc;list-style-position:inside;margin:1em 0 0}.sport-product-detail__best-for{order:-1}.sport-product-detail__best-for ul{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:1rem 2rem}.sport-product-detail__best-for ul>li div:nth-child(2){display:flex;justify-content:space-between;margin:.5rem 0 0;font-size:var(--fs-smaller)}.sport-product-detail__fold{border-top:1px solid #666;border-bottom:1px solid #666;margin:0 0 -1px;padding:0 !important}.sport-product-detail__fold__title{position:relative;display:flex;justify-content:space-between;align-items:center;height:75px;outline-color:var(--color-theme-alt);cursor:pointer}.sport-product-detail__fold__title svg{flex:0 0 4rem;margin:0 1rem 0 -0.25rem;width:4rem;height:4rem;fill:#fff}.sport-product-detail__fold__title h2{font-size:var(--fs-h3);font-weight:var(--bold);margin:0;flex:1 1 auto}.sport-product-detail__fold__title::before{content:"";position:absolute;right:0;top:37px;width:23px;height:1px;background:#fff}.sport-product-detail__fold__title::after{content:"";position:absolute;right:11px;top:26px;width:1px;height:23px;background:#fff;transform:scale(1, 0);transition:transform .25s;transform-origin:center center}.sport-product-detail__fold dl{margin:0;padding:1rem 0 var(--base-s);overflow:hidden;max-height:var(--max-height, none);transition:max-height .25s,padding .25s}.sport-product-detail__fold dl>div{margin-top:1em;line-height:1em}.sport-product-detail__fold dl>div:first-child{margin-top:0}.sport-product-detail__fold dt,.sport-product-detail__fold dd{display:inline;margin:0}.sport-product-detail__fold dt{margin-right:.25em;font-weight:var(--bold)}.sport-product-detail__fold dt::after{content:":"}.sport-product-detail__fold__dimensions dd{margin:2rem 0 0;display:flex;gap:1rem}.sport-product-detail__fold__dimensions dd>span{flex:0 0 min(10rem,30%);display:flex;flex-direction:column;align-items:center;font-size:var(--fs-smaller);color:#7f7f7f;text-align:center}.sport-product-detail__fold__dimensions svg{display:block;fill:#7f7f7f;margin-bottom:.5rem;max-width:10rem}.sport-product-detail__fold.collapse .sport-product-detail__fold__title::after{transform:none}.sport-product-detail__fold.collapse dl{max-height:0;padding:0}@media(min-width: 64em){.sport-product-detail__theater__video{position:relative;margin:4rem 10vw;border-radius:64px;overflow:hidden}.sport-product-detail__theater__video::after{content:"";box-shadow:inset 0 0 16px 16px #000;position:absolute;inset:0;border-radius:64px}.sport-product-detail__meta{display:grid;grid-template-columns:3fr 2fr;gap:4rem}.sport-product-detail__group>section:first-child{padding-top:0}}@media(max-width: 63.99em){.sport-product-detail__meta{display:flex;flex-direction:column}.sport-product-detail__group{display:contents}.sport-product-detail__include{margin-top:var(--base-m) !important}}@media(max-width: 41.99em){.sport-product-detail__theater video{aspect-ratio:.75}.sport-product-detail__performance{display:flex;flex-direction:column;gap:2rem}}:has(input[data-rx-type=plano]:checked) [data-for=plano]{display:block}:has(input[data-rx-type=rx]:checked) [data-for=rx]{display:block}.sport-product-header__meta>input[name=dept-option]:nth-of-type(1):checked~.sport-product-header__meta__rx-option label:nth-of-type(1),.sport-product-header__meta>input[name=dept-option]:nth-of-type(1):checked~.sport-product-header__meta__lens-type label:nth-of-type(1){color:var(--color-theme-alt);outline:2px solid var(--color-theme-alt);font-weight:var(--bold);background:#fff}.sport-product-header__meta>input[name=dept-option]:nth-of-type(2):checked~.sport-product-header__meta__rx-option label:nth-of-type(2),.sport-product-header__meta>input[name=dept-option]:nth-of-type(2):checked~.sport-product-header__meta__lens-type label:nth-of-type(2){color:var(--color-theme-alt);outline:2px solid var(--color-theme-alt);font-weight:var(--bold);background:#fff}.sport-product-header__meta>input[name=dept-option]:nth-of-type(3):checked~.sport-product-header__meta__rx-option label:nth-of-type(3),.sport-product-header__meta>input[name=dept-option]:nth-of-type(3):checked~.sport-product-header__meta__lens-type label:nth-of-type(3){color:var(--color-theme-alt);outline:2px solid var(--color-theme-alt);font-weight:var(--bold);background:#fff}.sport-product-header__meta>input[name=dept-option]:nth-of-type(4):checked~.sport-product-header__meta__rx-option label:nth-of-type(4),.sport-product-header__meta>input[name=dept-option]:nth-of-type(4):checked~.sport-product-header__meta__lens-type label:nth-of-type(4){color:var(--color-theme-alt);outline:2px solid var(--color-theme-alt);font-weight:var(--bold);background:#fff}.sport-product-header__meta>input[name=dept-option]:nth-of-type(5):checked~.sport-product-header__meta__rx-option label:nth-of-type(5),.sport-product-header__meta>input[name=dept-option]:nth-of-type(5):checked~.sport-product-header__meta__lens-type label:nth-of-type(5){color:var(--color-theme-alt);outline:2px solid var(--color-theme-alt);font-weight:var(--bold);background:#fff}.sport-product-header__meta>input[name=dept-option]:nth-of-type(6):checked~.sport-product-header__meta__rx-option label:nth-of-type(6),.sport-product-header__meta>input[name=dept-option]:nth-of-type(6):checked~.sport-product-header__meta__lens-type label:nth-of-type(6){color:var(--color-theme-alt);outline:2px solid var(--color-theme-alt);font-weight:var(--bold);background:#fff}.sport-product-header__meta>input[name=dept-option]:nth-of-type(7):checked~.sport-product-header__meta__rx-option label:nth-of-type(7),.sport-product-header__meta>input[name=dept-option]:nth-of-type(7):checked~.sport-product-header__meta__lens-type label:nth-of-type(7){color:var(--color-theme-alt);outline:2px solid var(--color-theme-alt);font-weight:var(--bold);background:#fff}.sport-product-header__meta>input[name=dept-option]:nth-of-type(8):checked~.sport-product-header__meta__rx-option label:nth-of-type(8),.sport-product-header__meta>input[name=dept-option]:nth-of-type(8):checked~.sport-product-header__meta__lens-type label:nth-of-type(8){color:var(--color-theme-alt);outline:2px solid var(--color-theme-alt);font-weight:var(--bold);background:#fff}.sport-product-items{margin:0 var(--spacer--) var(--base-l);padding:0 var(--spacer);text-align:center}.sport-product-items h2{font-size:var(--fs-h1);margin:0 0 1em}.sport-product-items>a{display:inline-block;background:#000;color:#fff;font-weight:var(--semi-bold);font-size:1rem;padding:0 3em;height:3em;line-height:3em;border-radius:64px;transition:color .25s,background .25s;min-width:17em;text-align:center;margin:0 auto}.sport-product-items>a:hover{text-decoration:none}.sport-product-items>a:hover{color:#fff;background:#000}@media(max-width: 48.99em){.sport-product-items h2{font-size:var(--fs-h2)}}.sport-product-list{display:grid;grid-template-columns:repeat(4, 1fr);gap:var(--base-s);text-align:left;margin:0 0 var(--base-m)}@media(max-width: 63.99em){.sport-product-list{margin:0 var(--spacer--) var(--base-m);padding:0 var(--spacer);scroll-padding:0 var(--spacer);gap:0 min(1rem,3vw);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;display:grid;grid-template-columns:repeat(4, min(75vw, 15rem))}.sport-product-list::-webkit-scrollbar{display:none}.sport-product-list li{scroll-snap-align:start}}.sport-product-toolbar{background:#fff;border-radius:1rem 1rem 0 0;border:1px solid #f2f2f2;border-bottom:0;position:fixed;left:0;right:0;bottom:0;height:var(--sport-toolbar-height);overflow:hidden;border-top:1px solid #f2f2f2;display:flex;justify-content:space-between;align-items:center;padding:0 var(--spacer);transform:translateY(100%);will-change:transform;transition:transform .5s}.sport-product-toolbar--active{transform:translateY(0)}.sport-product-toolbar--product{z-index:103}.sport-product-toolbar--rx{z-index:105}.sport-product-toolbar>span,.sport-product-toolbar>label{display:flex;align-items:center;gap:.5rem}.sport-product-toolbar>label:focus,.sport-product-toolbar>label:active{outline:0 !important}.sport-product-toolbar>label:focus-visible{outline:2px solid var(--color-theme-alt) !important;outline-offset:-2px}.sport-product-toolbar input{display:none}.sport-product-toolbar__thumb img{height:var(--sport-toolbar-height);display:block;aspect-ratio:1;object-fit:contain}.sport-product-toolbar__title{font-weight:var(--semi-bold)}.sport-product-toolbar__main{line-height:1.25em}.sport-product-toolbar__main .money{font-size:var(--fs-smaller)}.sport-product-toolbar__main .money s{font-size:var(--fs-min);color:#aaa;font-weight:var(--bold)}.sport-product-toolbar__main .money s+span{color:var(--color-theme-alt);font-weight:var(--bold);margin-left:.125em}.sport-product-toolbar__main svg{width:18px;height:18px;fill:#aaa;transition:transform .25s}.sport-product-toolbar__main input:checked+svg{transform:scaleY(-1)}.sport-product-toolbar__main>div:first-child{display:flex;align-items:center}.sport-product-toolbar__actions{display:flex;align-items:center;gap:.5rem}.sport-product-toolbar__actions>div{display:none}.sport-product-toolbar__actions button,.sport-product-toolbar__actions a{background:var(--color-theme-alt);line-height:3em;height:3em;font-weight:var(--bold);padding:0 1.75rem}.sport-product-toolbar__actions button:hover,.sport-product-toolbar__actions a:hover{background:var(--color-theme-hl-alt) !important}.sport-product-toolbar__actions button:disabled,.sport-product-toolbar__actions a:disabled{background:#bebebe;pointer-events:none;display:none}.sport-product-toolbar__actions button:focus,.sport-product-toolbar__actions button:active,.sport-product-toolbar__actions a:focus,.sport-product-toolbar__actions a:active{outline:0 !important}.sport-product-toolbar__actions button:focus-visible,.sport-product-toolbar__actions a:focus-visible{outline:2px solid var(--color-theme-alt) !important;outline-offset:2px}.sport-product-toolbar__actions div[data-for=rx] a{display:block}.sport-product-toolbar__actions div[data-for=rx] button{display:none}:has(.sport-sunglasses-rx:target) .sport-product-toolbar__actions div[data-for=rx] a{display:none}:has(.sport-sunglasses-rx:target) .sport-product-toolbar__actions div[data-for=rx] button{display:block}.sport-product-toolbar__details{background:#fff;margin:auto;padding:0 2rem 2rem;border-radius:2rem;border:0;flex-direction:column;width:min(100dvw - 2rem,576px);max-height:calc(100dvh - 2rem);overflow-x:hidden;overflow-y:auto;display:none}.sport-product-toolbar__details::-webkit-backdrop{background:rgba(0,0,0,.5)}.sport-product-toolbar__details::backdrop{background:rgba(0,0,0,.5)}.sport-product-toolbar__details[open]{display:flex}.sport-product-toolbar__details__close{all:unset;display:block;width:2.5rem;height:2.5rem;margin:calc((var(--header-height) - 2.5rem)/2);display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;position:absolute;top:0;right:0;z-index:1;outline:0 !important}.sport-product-toolbar__details__close::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>');display:block;width:24px;height:24px}.sport-product-toolbar__details__close:hover{background:unset !important}.sport-product-toolbar__details__header .ri{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;width:100%}.sport-product-toolbar__details__header .ri::after{content:"";display:block;height:0;padding-top:calc(100% / 1.5)}.sport-product-toolbar__details__header .ri::before{content:"";position:absolute;transform:scale(var(--scale, 1.05));width:100%;height:100%;background:var(--lqip, none) no-repeat center center;background-size:cover;filter:blur(var(--blur, 8px))}.sport-product-toolbar__details__header .ri>picture,.sport-product-toolbar__details__header .ri>img,.sport-product-toolbar__details__header .ri>video{position:absolute;width:100%;height:100%;object-fit:cover}.sport-product-toolbar__details__header .ri>picture>img{display:block;width:100%;height:100%}.sport-product-toolbar__details__section-title{display:flex;justify-content:space-between;align-items:baseline;font-size:1.25rem;font-weight:var(--bold);margin:0 0 .5em}.sport-product-toolbar__details__section-title>span:first-child{font-weight:var(--semi-bold)}.sport-product-toolbar__details__section-title s{font-size:.75em;color:#aaa}.sport-product-toolbar__details__section-title s+span{color:var(--color-theme-alt);margin-left:.125em}.sport-product-toolbar__details>dl{margin:0 0 var(--base-s);color:#666;font-size:var(--fs-smaller)}.sport-product-toolbar__details>dl>div{line-height:2em}.sport-product-toolbar__details>dl dt,.sport-product-toolbar__details>dl dd{display:inline;margin:0}.sport-product-toolbar__details>dl dt{font-weight:var(--normal)}.sport-product-toolbar__details>dl dt::after{content:":"}.sport-product-features{margin:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(12rem, 1fr));grid-auto-flow:row;gap:1rem}.sport-product-features li{margin:0;padding:.5rem 1rem;border-radius:8rem;background:var(--color-smoke);display:flex;align-items:center;text-align:left;line-height:1.125em;font-size:var(--fs-smaller)}.sport-product-features li>svg{flex:0 0 4rem;width:4rem;height:4rem;margin:-0.5rem .5rem -0.5rem -0.5rem}.sport-product-features li>span{flex:1 1 auto;overflow:hidden}.sport-product-features li>span>div:nth-child(2){font-size:var(--fs-min);line-height:1em;margin-top:.25em}.sport-product-features--grey li{background:rgba(255,255,255,.05);color:#fff;padding:.5rem 1rem .5rem 2rem}.sport-product-features--grey li svg{fill:#fff}.sport-product-indicator{margin:0 .8rem}.sport-product-indicator__icons{display:flex;justify-content:space-between;margin:0 -0.5rem .5rem}.sport-product-indicator__icons svg{display:block;width:2.75rem;height:2.75rem;margin:-0.5rem 0}.sport-product-indicator__marks{display:flex;justify-content:space-between;margin:.5rem 0 0;font-size:var(--fs-min)}.sport-product-progress{position:relative;height:5px;border-radius:32px;background:#eee;overflow:hidden}.sport-product-progress::after{content:"";position:absolute;inset:-1px;background:linear-gradient(90deg, #2143e2, #c58988);transition:-webkit-clip-path .5s;transition:clip-path .5s;transition:clip-path .5s, -webkit-clip-path .5s;-webkit-clip-path:inset(0 calc(100% - var(--end, 100%)) 0 var(--start, 0) round 32px);clip-path:inset(0 calc(100% - var(--end, 100%)) 0 var(--start, 0) round 32px)}body:has(.sport-product-toolbar__details[open]),body:has(.sport-sunglasses-rx:target):not(:has([data-rx-type=plano]:checked)),body:has(.sport-sunglasses-rx:target):has(.sport-product-toolbar__details[open]){position:relative;height:100vh;overflow:hidden}body:has(.sport-product-toolbar__details[open]) #chat-widget-container,body:has(.sport-product-toolbar__details[open]) .coupon-bubble,body:has(.sport-sunglasses-rx:target):not(:has([data-rx-type=plano]:checked)) #chat-widget-container,body:has(.sport-sunglasses-rx:target):not(:has([data-rx-type=plano]:checked)) .coupon-bubble,body:has(.sport-sunglasses-rx:target):has(.sport-product-toolbar__details[open]) #chat-widget-container,body:has(.sport-sunglasses-rx:target):has(.sport-product-toolbar__details[open]) .coupon-bubble{transform:translateX(120px) !important;opacity:0 !important;pointer-events:none !important}body:has(.sport-product-toolbar__details[open]) #google-merchantwidget-iframe-wrapper,body:has(.sport-sunglasses-rx:target):not(:has([data-rx-type=plano]:checked)) #google-merchantwidget-iframe-wrapper,body:has(.sport-sunglasses-rx:target):has(.sport-product-toolbar__details[open]) #google-merchantwidget-iframe-wrapper{transform:translateX(-120px) !important;opacity:0 !important;pointer-events:none !important}body:has(.sport-sunglasses-rx:target):not(:has([data-rx-type=plano]:checked)) .sport-product-toolbar--rx,body:has(.sport-sunglasses-rx:target):has(.sport-product-toolbar__details[open]) .sport-product-toolbar--rx{transform:translateY(0)}.sport-sunglasses-rx{position:fixed;inset:0;z-index:104;justify-content:stretch;align-items:flex-end;display:none;transition:display .5s allow-discrete}.sport-sunglasses-rx::before{content:"";position:fixed;inset:0;z-index:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .5s}.sport-sunglasses-rx__close{all:unset;display:block;width:1.75rem;height:1.75rem;margin:calc((var(--header-height) - 1.75rem)/2);display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;position:absolute;top:calc(var(--header-height)*-1);right:0;z-index:1;outline:2px solid #fff}.sport-sunglasses-rx__close::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"><path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>');display:block;width:24px;height:24px}.sport-sunglasses-rx__close:hover{background:unset !important}.sport-sunglasses-rx__main{position:relative;width:100%;background:var(--color-smoke);border-radius:2rem 2rem 0 0;border-bottom:0;margin:calc(var(--header-height) + var(--base-m)) 0 0;padding:0 0 var(--sport-toolbar-height);height:calc(100dvh - var(--header-height) - var(--base-m) - var(--sport-toolbar-height) + 1rem);z-index:1;transform:translateY(100%);transition:transform .5s}.sport-sunglasses-rx__steps{position:relative;margin:0 auto 1rem;padding:0 calc(50vw - 336px) 2rem;height:100%;border-radius:2rem 2rem 0 0;overflow-x:hidden;overflow-y:auto;scroll-padding-top:var(--header-height)}.sport-sunglasses-rx__steps::-webkit-scrollbar{width:8px;height:8px}.sport-sunglasses-rx__steps::-webkit-scrollbar-track{background:transparent}.sport-sunglasses-rx__steps::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.25);border-radius:4px}.sport-sunglasses-rx__steps__group{position:relative;margin:2rem 0}.sport-sunglasses-rx__steps__group>p{font-size:var(--fs-smaller);font-weight:var(--semi-bold);margin:2rem 0}.sport-sunglasses-rx__steps__group>p a{color:var(--color-theme-alt)}.sport-sunglasses-rx__steps__title{display:flex;justify-content:space-between;align-items:center;gap:2em;margin:0 -1rem;padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:1;min-height:var(--header-height);background:var(--color-smoke)}.sport-sunglasses-rx__steps__title h2{font-size:1.5rem;font-weight:var(--semi-bold);margin:0}.sport-sunglasses-rx__steps__title h2+span{font-size:var(--fs-smaller);font-weight:var(--semi-bold);white-space:nowrap}.sport-sunglasses-rx__steps__title+*{margin-top:2rem}.sport-sunglasses-rx:target{display:flex}.sport-sunglasses-rx:target .sport-sunglasses-rx__main{transform:translateY(0)}.sport-sunglasses-rx:target::before{opacity:1}@starting-style{.sport-sunglasses-rx:target{display:flex}.sport-sunglasses-rx:target .sport-sunglasses-rx__main{transform:translateY(100%)}.sport-sunglasses-rx:target::before{opacity:0}}@media(max-width: 63.99em){.sport-sunglasses-rx:target{display:block !important}.sport-sunglasses-rx__main{padding:0}.sport-sunglasses-rx__steps{padding:0 var(--spacer)}.sport-sunglasses-rx__steps__title{padding:1rem 2rem}}body:has([data-rx-type=plano]:checked) .sport-sunglasses-rx{display:none !important}.get-rx-item{display:block;background:#fff;border-radius:1.5rem;overflow:hidden;margin:4px 0 2rem}.get-rx-item__title{display:flex;align-items:center;gap:1rem;padding:2rem;font-weight:var(--semi-bold)}.get-rx-item__title svg{flex:0 0 8rem;width:8rem;height:8rem;display:block;margin:-2rem}.get-rx-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease-out}.get-rx-item__content__inner{overflow:hidden;padding:0 1rem}.get-rx-item__content__inner>p{font-size:var(--fs-smaller);margin:0 0 1rem}.get-rx-item__content__group{display:flex;align-items:center;gap:1rem;margin:0 0 1rem}.get-rx-item__content__group .sports-sunglasses-rx-table{margin:0}@media(max-width: 30em){.get-rx-item__content__group{margin:0 -0.5rem 1rem}}.get-rx-item__content__memo{background:#fef9d5;font-size:var(--fs-smaller);padding:1em 2em;border-radius:128px;margin:0 0 2rem}.get-rx-item__content__memo a{color:var(--color-theme-alt)}.get-rx-item__content__group>label,.get-rx-item__content__extra>label,.get-rx-item__content__save>label{display:inline-flex;align-items:center;gap:.5em;white-space:nowrap;font-size:var(--fs-smaller)}.get-rx-item__content__extra{margin:0 0 1rem}.get-rx-item__content__extra+div{margin:0 0 2rem}.get-rx-item__content__extra+div textarea{font-size:var(--fs-smaller);resize:none;display:block;width:100%;box-shadow:none;border-radius:1rem;padding:1em;border:0;outline:1px solid #ddd;line-height:1.5em}.get-rx-item__content__extra+div textarea:focus{outline:1px solid var(--color-theme-hl)}.get-rx-item__content__save+div{margin:0 0 2rem;padding:1rem;border:1px dashed #ddd;border-radius:1rem;display:flex;flex-direction:column;gap:1rem}.get-rx-item__content__save+div:focus-within{border-color:var(--color-theme-hl)}.get-rx-item__content__save+div>div{display:flex;align-items:baseline;gap:.5em}.get-rx-item__content__save+div label{font-size:var(--fs-smaller)}.get-rx-item__content__save+div label::after{content:":"}.get-rx-item__content__save+div input,.get-rx-item__content__save+div select{flex:1 1 auto;background:var(--color-smoke);height:2rem;line-height:2rem;border:0;padding:0 1em;border-radius:64px;font-size:var(--fs-smaller);box-shadow:none}.get-rx-item__content__save+div input:focus,.get-rx-item__content__save+div select:focus{outline:1px solid var(--color-theme-hl)}.get-rx-item__content__save,.get-rx-item__content__extra--upload{margin:0 0 2rem}.get-rx-item__content__save:has(input:checked),.get-rx-item__content__extra--upload:has(input:checked){margin:0 0 1rem}.get-rx-item:has(input[name=get-rx]:checked){outline:2px solid var(--color-theme-alt)}.get-rx-item:has(input[name=get-rx]:checked) .get-rx-item__content{grid-template-rows:1fr}.lenses-item{position:relative;display:flex;align-items:center;gap:1rem;background:#fff;border-radius:1.5rem;overflow:hidden;margin:4px 0 2rem;padding:2rem 1rem 2rem 2rem}.lenses-item>svg{flex:0 0 8rem;width:8rem;height:8rem;display:block;margin:-2rem}.lenses-item:has(input[name=sports-sunglasses-lenses]:checked){outline:2px solid var(--color-theme-alt)}.lenses-item__main{flex:1 1 auto;padding:.5rem 0 .5rem .5rem}.lenses-item__main ul{margin:0;color:#666;font-size:var(--fs-smaller);list-style-type:disc;list-style-position:inside}.lenses-item__main li{margin:0 0 .25em}.lenses-item__title{display:flex;gap:1rem;align-items:flex-end;font-weight:var(--bold);margin:0 0 1rem}.lenses-item__tag{color:#fff;background:var(--color-theme-alt);font-size:var(--fs-min);font-weight:var(--normal);line-height:2em;padding:0 1em;border-radius:64px}.lenses-item__intro{display:inline-block;color:#666;background:var(--color-smoke);font-size:var(--fs-smaller);line-height:1.25em;padding:.25em 1em;border-radius:64px;margin:0 0 1rem}.lenses-item__price{position:absolute;bottom:0;right:0;line-height:1rem;padding:1rem 2rem}.lenses-item__price s{font-size:var(--fs-min);color:#aaa}.lenses-item__price span{color:#000;font-weight:var(--bold)}.lenses-item__premium{position:absolute;top:0;right:0;line-height:1.5rem;height:1.5rem;border-bottom-left-radius:1.5rem;font-size:var(--fs-smaller);font-weight:var(--semi-bold);padding:0 1em;background:linear-gradient(90deg, #f4e9d0, #e2cba1)}.get-rx-item input[name=get-rx],.lenses-item input[name=sports-sunglasses-lenses],.saved-prescription-item input[name=saved-prescription]{all:unset;position:relative;display:block;width:20px;height:20px;border-radius:50%;background:#fff;outline:1px solid #000;transition:background .25s}.get-rx-item input[name=get-rx]::before,.get-rx-item input[name=get-rx]::after,.lenses-item input[name=sports-sunglasses-lenses]::before,.lenses-item input[name=sports-sunglasses-lenses]::after,.saved-prescription-item input[name=saved-prescription]::before,.saved-prescription-item input[name=saved-prescription]::after{all:unset}.get-rx-item input[name=get-rx]::after,.lenses-item input[name=sports-sunglasses-lenses]::after,.saved-prescription-item input[name=saved-prescription]::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"><path d="M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z" /></svg>');display:block;width:18px;height:18px;margin:1px;transform:scale(1) !important;opacity:0 !important;transition:opacity .25s}.get-rx-item input[name=get-rx]:checked,.lenses-item input[name=sports-sunglasses-lenses]:checked,.saved-prescription-item input[name=saved-prescription]:checked{outline:1px solid var(--color-theme-alt);background:var(--color-theme-alt)}.get-rx-item input[name=get-rx]:checked::after,.lenses-item input[name=sports-sunglasses-lenses]:checked::after,.saved-prescription-item input[name=saved-prescription]:checked::after{opacity:1 !important}.get-rx-item input[type=checkbox],.lenses-item input[type=checkbox]{all:unset;position:relative;display:block;width:18px;height:18px;border-radius:4px;background:#fff;outline:1px solid #000;transition:background .25s}.get-rx-item input[type=checkbox]::before,.get-rx-item input[type=checkbox]::after,.lenses-item input[type=checkbox]::before,.lenses-item input[type=checkbox]::after{all:unset}.get-rx-item input[type=checkbox]::after,.lenses-item input[type=checkbox]::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fff"><path d="M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z" /></svg>');display:block;width:18px;height:18px;margin:0;transform:scale(1) !important;opacity:0 !important;transition:opacity .25s}.get-rx-item input[type=checkbox]:checked,.lenses-item input[type=checkbox]:checked{outline:1px solid var(--color-theme-alt);background:var(--color-theme-alt)}.get-rx-item input[type=checkbox]:checked::after,.lenses-item input[type=checkbox]:checked::after{opacity:1 !important}.after-sign-in{display:inline-flex;align-items:center;background:#eee;padding:0 1rem 0 .5rem;border-radius:64px;font-size:var(--fs-smaller)}.after-sign-in>svg{display:block;width:4rem;height:4rem;margin:-0.5rem}.sports-sunglasses-rx-table-wrapper{overflow-y:auto}@media(max-width: 30em){.sports-sunglasses-rx-table-wrapper{margin:0 -0.5rem}}.sports-sunglasses-rx-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:1rem;border:1px solid #ddd;overflow:hidden;margin:0 0 1rem}.sports-sunglasses-rx-table th,.sports-sunglasses-rx-table td{line-height:1.25rem;border-bottom:1px solid #ddd;border-right:1px solid #ddd;position:relative}.sports-sunglasses-rx-table th:last-child,.sports-sunglasses-rx-table td:last-child{border-right:0}.sports-sunglasses-rx-table th{padding:.5rem 1rem;background:#eef2fc}.sports-sunglasses-rx-table th:first-child{text-align:left}.sports-sunglasses-rx-table td{padding:.5rem;text-align:center}.sports-sunglasses-rx-table td>button{position:absolute;inset:0;border-radius:0;height:unset;min-width:unset;padding:0;background:transparent;outline-offset:-2px;font-size:0}.sports-sunglasses-rx-table td>button:hover{background:transparent !important}.sports-sunglasses-rx-table td:has(.rx-dialog[open])::before{content:"Selecting...";display:inline-block;background:var(--color-smoke);color:#000;border-radius:64px;height:2rem;line-height:2rem;padding:0 1rem;font-size:var(--fs-smaller);font-weight:var(--semi-bold);position:relative}.sports-sunglasses-rx-table small{display:block;font-size:var(--fs-min);font-weight:var(--normal);color:#666;pointer-events:none}.sports-sunglasses-rx-table small::before{content:"("}.sports-sunglasses-rx-table small::after{content:")"}.sports-sunglasses-rx-table tr:first-child:not(:only-child) th,.sports-sunglasses-rx-table tr:first-child:not(:only-child) td{line-height:2em}.sports-sunglasses-rx-table tr:last-child th,.sports-sunglasses-rx-table tr:last-child td{border-bottom:none}.sports-sunglasses-rx-table tr:last-child th:last-child>button,.sports-sunglasses-rx-table tr:last-child td:last-child>button{border-bottom-right-radius:calc(1rem - 1px)}.sports-sunglasses-rx-table tr:only-child td:first-of-type>button,.sports-sunglasses-rx-table tr:only-child td:last-of-type>button{border-top-right-radius:calc(1rem - 1px);border-bottom-right-radius:calc(1rem - 1px)}@media(max-width: 30em){.sports-sunglasses-rx-table th{padding:.5rem}.sports-sunglasses-rx-table td{padding:.5rem .25rem}}.get-rx-upload{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;padding:2rem 1rem;border:1px dashed #ddd;border-radius:1rem;color:#666;font-size:var(--fs-smaller);font-weight:var(--semi-bold);margin:0 0 2rem}.get-rx-upload input{display:none}.get-rx-upload img{display:none;max-height:12rem}.get-rx-upload::before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" /></svg>');display:block;width:36px;height:36px;margin:0 0 16px}.get-rx-upload:has(input:valid),.get-rx-upload--uploaded{border-color:var(--color-theme-alt)}.get-rx-upload:has(input:valid)::before,.get-rx-upload--uploaded::before{display:none}.get-rx-upload:has(input:valid) img,.get-rx-upload--uploaded img{display:block}.get-rx-upload:has(input:valid) div,.get-rx-upload--uploaded div{display:none}.saved-prescription-item{display:block;margin:2px 0 1rem;padding:1rem;border-radius:1rem}.saved-prescription-item__title{display:flex;align-items:center;gap:.5rem}.saved-prescription-item__title:last-child{margin:0}.saved-prescription-item__title>span{font-weight:var(--bold);font-size:1.25em}.saved-prescription-item__title small{color:#666;font-weight:var(--normal);font-size:.875rem;margin-left:.5rem}.saved-prescription-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease-out}.saved-prescription-item__content__inner{overflow:hidden}.saved-prescription-item__action{display:flex;justify-content:flex-end;gap:.5rem;padding:2px}.saved-prescription-item__action button{all:unset;display:block;cursor:pointer;border-radius:64px;padding:0 1em;font-size:var(--fs-smaller);line-height:1.75em;height:1.75em;background:#fff;color:#000;outline:1px solid #000;outline-offset:-1px}.saved-prescription-item__action button:hover{background:#000;color:#fff}.saved-prescription-item__action button:last-child{background:var(--color-theme-alt);color:#fff;outline:0}.saved-prescription-item__action button:last-child:hover{background:var(--color-theme-hl-alt)}.saved-prescription-item .sports-sunglasses-rx-table-wrapper{margin:0}.saved-prescription-item:has(input[name=saved-prescription]:checked){outline:1px solid var(--color-theme-alt);background:#fff}.saved-prescription-item:has(input[name=saved-prescription]:checked) .saved-prescription-item__title{margin:0 0 1rem}.saved-prescription-item:has(input[name=saved-prescription]:checked) .saved-prescription-item__content{grid-template-rows:1fr}.rx-dialog{margin:auto;padding:0;border-radius:2rem;border:0;display:flex;flex-direction:column;width:min(100dvw - 2rem,576px);max-height:calc(100dvh - 2rem)}.rx-dialog:not([open]){display:contents}.rx-dialog:not([open]) *{display:none}.rx-dialog:not([open]) *:has(input:checked){display:contents}.rx-dialog:not([open]) label:has(input:checked){display:inline-flex;background:var(--color-smoke);color:#000;border-radius:64px;height:2rem;line-height:2rem;font-size:var(--fs-smaller);padding:0 2rem 0 1rem;position:relative;pointer-events:none}.rx-dialog:not([open]) label:has(input:checked)::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>');position:absolute;top:.25rem;right:.25rem;height:1.5rem;width:1.5rem;pointer-events:none}.rx-dialog::-webkit-backdrop{background:rgba(0,0,0,.5)}.rx-dialog::backdrop{background:rgba(0,0,0,.5)}.rx-dialog__main{flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding:0 1rem;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:.75rem}.rx-dialog__header{flex:0 0 auto;height:5rem;line-height:5rem;text-align:center;padding:0 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:var(--bold);font-size:1.125em}.rx-dialog__footer{flex:0 0 auto;height:5rem;padding:0 1rem;display:flex;justify-content:center;align-items:center;gap:1rem}.rx-dialog__footer button{all:unset;display:block;cursor:pointer;border-radius:64px;padding:0 2em;line-height:2.5em;height:2.5em;background:#fff;color:#000;outline:1px solid #000;outline-offset:-1px}.rx-dialog__footer button:hover{background:#fff !important;color:#000 !important}.rx-dialog__footer button.primary{background:var(--color-theme-alt);color:#fff;outline:0}.rx-dialog__footer button.primary:hover{background:var(--color-theme-hl-alt) !important;color:#fff !important}.rx-dialog__panel{padding:1rem;background:#eef2fc;border-radius:10px}.rx-dialog__panel>div{font-weight:var(--semi-bold);text-align:center;margin-bottom:1em}.rx-dialog__panel>ul{display:grid;grid-template-columns:repeat(auto-fit, minmax(4rem, 1fr));gap:.5rem}.rx-dialog__panel>ul>li{max-width:8rem;margin:0 !important;border:0 !important;border-radius:0 !important}.rx-dialog__panel input{display:none}.rx-dialog__panel label{font-size:.875rem;display:block;background:#fff;padding:0 1em;line-height:2rem;height:2rem;border-radius:5px;font-weight:var(--semi-bold);text-align:center;-webkit-user-select:none;user-select:none;cursor:pointer}.rx-dialog__panel label:has(input:checked){background:#000;color:#fff}@media(max-width: 30em){.rx-dialog:not([open]) label:has(input:checked){padding:0 .25rem;border-radius:10px}.rx-dialog:not([open]) label:has(input:checked)::after{display:none}}[data-price].hidden,[data-dept].hidden{display:none !important}:has(input[id=two-pd]:not(:checked)) [data-show-id=two-pd]{display:none}:has(input[id=two-pd]:checked) [data-hide-id=two-pd]{display:none}:has(input[id=rx-enter-comment]:not(:checked)) [data-show-id=rx-enter-comment]{display:none}:has(input[id=rx-enter-comment]:checked) [data-hide-id=rx-enter-comment]{display:none}:has(input[id=save-rx]:not(:checked)) [data-show-id=save-rx]{display:none}:has(input[id=save-rx]:checked) [data-hide-id=save-rx]{display:none}:has(input[id=rx-upload-comment]:not(:checked)) [data-show-id=rx-upload-comment]{display:none}:has(input[id=rx-upload-comment]:checked) [data-hide-id=rx-upload-comment]{display:none}[data-hide-id=two-pd]{border-right:0 !important}
/*# sourceMappingURL=sourcemaps/sport-sunglasses--product.css.map */

