.product__media{grid-row:1;grid-column:1 / 7;display:flex;flex-direction:row;overflow-x:scroll;scroll-snap-type:x mandatory;background-color:#fff}.product__media--item{width:100vw;height:auto;scroll-snap-align:center;aspect-ratio:4 / 5}.product__media--image{width:inherit;height:100%;aspect-ratio:inherit}.product__media--item:nth-child(1) img,.product__media--item:nth-child(2) img{object-fit:contain}.product__content-wrapper{grid-row:2;grid-column:1 / 7;display:flex;flex-direction:column;padding:var(--space-2xl) var(--page-margin);background-color:var(--color-background)}.product__content-top{display:flex;flex-direction:column;row-gap:var(--space-3xl)}.product__content-bottom{display:flex;flex-direction:column;row-gap:var(--space-2xl)}.product__content-bottom{margin-top:var(--space-6xl)}.product__content-header{display:flex;flex-direction:column;row-gap:var(--space-xs)}.product__title-wrapper{display:flex;flex-direction:row;align-items:start;justify-content:space-between;column-gap:var(--space-sm)}.product__title{width:calc(100% / 6 * 5)}.product__title-wrapper .icon{fill:rgb(var(--color-foreground));width:1.4rem;height:1.4rem}.product__price{font-weight:500}.product__content-details{display:flex;flex-direction:column;row-gap:var(--space-sm)}.product__description{width:calc(100% / 6 * 5)}.product__color-picker{display:flex;flex-direction:column;row-gap:var(--space-sm)}.product__color-picker--items-wrapper{display:grid;grid-template-rows:0fr;transition:all var(--easing-medium);overflow:hidden;padding-bottom:0;container-type:inline-size;container-name:layout}.product__color-picker--items-inner{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:var(--space-sm);column-gap:var(--space-sm);min-height:calc(((100cqw - (3*var(--space-sm))) / 4) / 3 * 2)}.product__color-picker--items-wrapper.show{grid-template-rows:1fr}.product-color-swatch{width:calc((100% - (3 * var(--space-sm))) / 4);height:auto;aspect-ratio:3/2}.product-color-swatch__link{display:block;width:100%;height:100%}.product-color-swatch__image,.product-color-swatch__image .optimal-image-inner,.product-color-swatch__image .optimal-image-inner img{width:inherit;height:inherit}.product-color-swatch{position:relative}.product-color-swatch:after{content:"";position:absolute;top:0;left:0;height:100%;border-bottom:solid calc(var(--button-stroke-width)*1.5) rgb(var(--color-foreground));pointer-events:none;box-sizing:border-box;transition:width var(--easing-medium);width:0}.product-color-swatch:hover:after{width:100%}.product-color-swatch--selected:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-bottom:solid calc(var(--button-stroke-width)*1.5) rgb(var(--color-foreground));pointer-events:none;box-sizing:border-box}.product-color-swatch__image .optimal-image-inner{background-color:#f7f7f7}.product-color-swatch__image img{mix-blend-mode:multiply}.product__color-picker--show-all{color:rgb(var(--color-foreground),.5);display:flex;flex-direction:row;column-gap:calc(var(--space-xs)/2);align-items:center;width:fit-content}.product__color-picker--show-all-text{font-size:.85rem}.product__color-picker--show-all:hover{cursor:pointer}.product__color-picker--show-all .icon{width:.7rem;height:.7rem;fill:rgb(var(--color-foreground));opacity:.5;transition:transform var(--easing-medium)}.product__color-picker--show-all .icon path{stroke:rgb(var(--color-foreground));stroke-width:.05rem;paint-order:stroke}.product__color-picker--show-all .icon .icon-plus__horizontal{transition:transform var(--easing-medium);transform-origin:center}.product__color-picker--items-wrapper.show~.product__color-picker--show-all .icon{transform:rotate(90deg)}.product__color-picker--items-wrapper.show~.product__color-picker--show-all .icon .icon-plus__horizontal{transform:rotate(90deg) translate(-.02rem) translateY(.02rem)}.product-form__buttons-wrapper{display:flex;flex-direction:column;align-items:center;row-gap:var(--space-xs)}.product-form__buttons-wrapper .button--secondary:hover{color:rgb(var(--color-background))}.button--add-to-cart{width:100%;padding:var(--space-md) var(--space-md)}.button--optical-partner{display:flex;justify-content:center;align-items:center;text-align:center;column-gap:var(--space-sm);padding:var(--space-md) var(--space-md)}.button--optical-partner .product-form__button--icon svg{fill:rgb(var(--color-button-text));transition:fill .3s ease-in-out;width:auto;height:1.25rem}.button--optical-partner:hover .product-form__button--icon svg{fill:rgb(var(--color-foreground))}.product-form__shipping-notice{font-size:.75rem;font-weight:300;line-height:110%}.product__quick-buy{position:fixed;bottom:-5rem;left:0;display:flex;flex-direction:row;justify-content:space-between;row-gap:var(--space-sm);column-gap:var(--space-2xl);align-items:center;width:100vw;background-color:rgb(var(--color-background));padding:var(--space-md) var(--page-margin);border-top:solid var(--button-stroke-width) rgb(var(--color-foreground));z-index:99;transition:bottom var(--easing-medium)}.product__quick-buy.show{bottom:-1px}.product__quick-buy--title{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.product__quick-buy--product-info{display:flex;flex-direction:row;column-gap:var(--space-sm);width:calc(100% / 6 * 5);align-items:end;min-width:0;max-width:100%;flex-basis:0;flex-grow:1;overflow:hidden}.product__quick-buy--product-info>*{padding:var(--space-xs) 0}.product__quick-buy--price{line-height:1rem}.product__quick-buy--form{min-width:fit-content;flex-basis:0}.product__quick-buy--form .button--optical-partner{padding:var(--space-sm) var(--space-md) var(--space-sm) var(--space-lg)}.product__content-wrapper--bottom{grid-row:3;padding-bottom:var(--space-4xl);padding-top:var(--space-3xl)}@media screen and (max-width: 767px){.product__quick-buy--product-info{display:none}.product__quick-buy--form{width:100%;flex-grow:1}.product__quick-buy--form .button--quick-buy{width:100%}.product__quick-buy--form .button--optical-partner{padding:var(--space-sm) var(--space-md)}}.trust-icons__wrapper{display:flex;flex-direction:row;justify-content:center;column-gap:var(--space-md)}.trust-icons.has-border-top{padding-top:var(--space-md);border-top:solid var(--button-stroke-width) rgba(var(--color-foreground),.3)}.trust-icons.has-border-bottom{padding-bottom:var(--space-md);border-bottom:solid var(--button-stroke-width) rgba(var(--color-foreground),.3)}.trust-icons__item{display:flex;flex-direction:column;align-items:center;row-gap:var(--space-xs);text-align:center;width:fit-content}.trust-icons__item-icon svg{width:1.4rem;height:1.4rem;fill:rgb(var(--color-foreground))}.trust-icons__item-title{font-size:.825rem}.specs-dropdown--wrapper{display:flex;flex-direction:column}.specs-dropdown__item{display:flex;flex-direction:column;border-bottom:solid var(--button-stroke-width) rgb(var(--color-foreground))}.specs-dropdown__title-wrapper{display:flex;flex-direction:row;justify-content:space-between;column-gap:var(--space-lg);align-items:center;cursor:pointer;padding:var(--space-sm) 0;transition:padding-bottom var(--easing-medium)}.specs-dropdown__item-title{width:calc(100% / 6 * 5);font-weight:500;letter-spacing:-.015rem}.specs-dropdown__title-wrapper .icon{width:1.4rem;height:1.4rem;fill:rgb(var(--color-foreground));transition:transform var(--easing-medium)}.specs-dropdown__title-wrapper .icon .icon-plus__horizontal{transition:transform var(--easing-medium);transform-origin:center}.specs-dropdown__item[aria-expanded=true] .icon{transform:rotate(90deg)}.specs-dropdown__item[aria-expanded=true] .icon .icon-plus__horizontal{transform:rotate(90deg) translate(-.02rem) translateY(.02rem)}.specs-dropdown__info{display:grid;grid-template-rows:0fr;transition:all var(--easing-medium);overflow:hidden;padding-bottom:0;width:calc(100% / 6 * 5)}.specs-dropdown__info--inner{min-height:0}.specs-dropdown__item[aria-expanded=true] .specs-dropdown__info{grid-template-rows:1fr;padding-bottom:var(--space-lg)}.specs-dropdown__item[aria-expanded=true] .specs-dropdown__title-wrapper{padding-bottom:var(--space-md)}.richtext.specs-dropdown__info--specs p{margin-bottom:0}.specs-dropdown__line{display:block}.related-product{display:flex;flex-direction:column;row-gap:var(--space-lg)}.related-product__content{width:100%;display:flex;flex-direction:row;column-gap:var(--space-lg)}.related-product__image-container{width:50%;background-color:#f8f8f8}.related-product__image-container .optimal-image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.related-product__details{flex:1;display:flex;flex-direction:column;row-gap:var(--space-md);justify-content:center}.related-product__product-title{font-size:1rem;text-transform:initial}.related-product__price .price{font-weight:300;font-size:.825rem;line-height:.825rem}.related-product .button{display:grid;grid-template-columns:auto 0fr}.related-product__button-add{grid-row:1;grid-column:1;overflow:hidden;min-width:0}.related-product__button-added{grid-row:1;grid-column:2;overflow:hidden;min-width:0}.related-product .button.added{grid-template-columns:0fr auto;--color-foreground: 160, 160, 160;pointer-events:none}@media screen and (min-width: 768px){.product{grid-template-rows:auto 1fr}.product__media{grid-row:1 / 3;grid-column:1/9;padding-left:var(--page-margin);padding-right:var(--page-margin);display:flex;flex-wrap:wrap;row-gap:var(--space-sm);column-gap:var(--space-sm);overflow:unset;padding-bottom:var(--space-7xl)}.product__media--watch{padding-top:var(--space-2xl)}.product__media--item{width:calc(50% - (var(--space-sm) / 2));min-width:unset;aspect-ratio:unset;scroll-snap-align:unset}.product__media--item:nth-child(1){width:100%}.product__media--item:last-child:nth-child(2n){width:100%}.product__media--image{width:100%}.product__content-wrapper{grid-column:9 / 13}.product__content-wrapper--top{grid-row:1;padding:calc(2 * var(--space-8xl)) var(--page-margin) var(--space-2xl) var(--space-3xl);min-height:100vh;row-gap:0;justify-content:space-between}.product__content-wrapper--bottom{grid-row:2;padding:var(--space-3xl) var(--page-margin) var(--space-4xl) var(--space-3xl)}.product__content-blocks-wrapper{padding:var(--space-3xl) var(--page-margin) var(--space-lg) var(--space-3xl)}.trust-icons__item-icon svg{width:1.3rem;height:1.3rem}.trust-icons__item-title{font-size:.75rem}.specs-dropdown__title-wrapper{padding:var(--space-md) 0}.specs-dropdown__title-wrapper .icon{width:1rem;height:1rem}.related-product__content{flex-direction:column;row-gap:var(--space-sm)}.related-product__image-container{width:100%;aspect-ratio:4/3}.related-product__title{font-size:1.3rem}.related-product__details{flex-direction:row;align-items:center;justify-content:space-between;column-gap:var(--space-md)}}@media screen and (min-width: 1024px){.related-product__content{flex-direction:row}.related-product__image-container{width:calc(66% - var(--space-lg));aspect-ratio:4/3}.related-product__details{flex-direction:column;align-items:start;justify-content:center;column-gap:var(--space-md)}}
/*# sourceMappingURL=/cdn/shop/t/206/assets/product.css.map */
