o16-product-gallery{display:block}.o16-gallery{display:flex;flex-direction:column;gap:.75rem;width:100%}.o16-gallery__stage{position:relative;width:100%}.o16-gallery__main-frame{position:relative;width:100%;overflow:hidden;background:#f7f7f7;touch-action:pan-y}.o16-gallery__main-frame img,.o16-gallery__main-frame video{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}@media(hover:hover)and (pointer:fine){.o16-gallery__main-frame{cursor:grab}}.o16-gallery__main-frame.is-dragging{cursor:grabbing}.o16-gallery__main-frame[style*=auto]{aspect-ratio:unset}.o16-gallery__main-frame:not([style*=auto]){aspect-ratio:var(--o16-ratio, 4/5)}.o16-gallery-swipe-hint{display:none}@media screen and (max-width:749px){.o16-gallery-swipe-hint{display:inline-flex;align-items:center;position:absolute;left:50%;bottom:.7rem;transform:translate(-50%);z-index:2;pointer-events:none;white-space:nowrap;font-family:var(--font-body-family);font-size:1rem;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--color-foreground));background:rgba(var(--color-background),.7);opacity:.72;padding:.35rem .7rem;border-radius:999px;transition:opacity .35s ease}.o16-gallery-swipe-hint--hidden{opacity:0}.o16-gallery__main-frame:has(.o16-preback-label:not([hidden])) .o16-gallery-swipe-hint,.o16-gallery__main-frame:has(.o16-restock-label:not([hidden])) .o16-gallery-swipe-hint{bottom:3.2rem}@media(prefers-reduced-motion:reduce){.o16-gallery-swipe-hint{transition:none}}}.o16-preback-label:not([hidden]){position:absolute;left:.8rem;right:.8rem;bottom:.8rem;z-index:4;pointer-events:none;display:block;text-align:center;font-family:var(--font-body-family);font-size:1rem;letter-spacing:.08em;line-height:1.2;text-transform:uppercase;color:rgb(var(--color-foreground));background:rgba(var(--color-background),.86);padding:.6rem .8rem;white-space:normal}@media screen and (max-width:749px){.o16-preback-label:not([hidden]){bottom:.7rem}}.o16-restock-label:not([hidden]){position:absolute;left:.8rem;right:.8rem;bottom:.8rem;z-index:4;pointer-events:none;display:block;text-align:center;font-family:var(--font-body-family);font-size:1rem;letter-spacing:.08em;line-height:1.2;text-transform:uppercase;color:rgb(var(--color-foreground));background:rgba(var(--color-background),.86);padding:.6rem .8rem;white-space:normal}@media screen and (max-width:749px){.o16-restock-label:not([hidden]){bottom:.7rem}}.o16-gallery__media-item{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.o16-gallery__media-item.is-active{display:block}.o16-gallery__main-frame[style*=auto] .o16-gallery__media-item{position:relative;inset:auto;height:auto}.o16-gallery__media-item img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.o16-gallery__main-frame[style*=auto] .o16-gallery__media-item img{height:auto}.o16-gallery__deferred{display:block;width:100%;height:100%}.o16-gallery__play-btn{all:unset;display:block;cursor:pointer;width:100%;height:100%;position:relative}.o16-gallery__play-poster{display:block;width:100%;height:100%}.o16-gallery__play-poster img{display:block;width:100%;height:100%;object-fit:cover}.o16-gallery__play-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.o16-gallery__play-icon svg{width:52px;height:52px;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}.o16-gallery__deferred video,.o16-gallery__deferred iframe{display:block;width:100%;height:100%;object-fit:cover}.o16-gallery__tabs{position:absolute;top:.75rem;left:.75rem;right:.75rem;z-index:10;display:flex;flex-direction:row;gap:.25rem;pointer-events:all;--o16-tab-fit: 1}.o16-gallery__tab{all:unset;display:inline-flex;align-items:center;gap:.3rem;padding-block:.3rem;padding-inline:calc(.4rem * var(--o16-tab-fit, 1));background:#ffffffd1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.1);border-radius:2px;cursor:pointer;color:#4d4d4d;transition:color .15s ease,background .15s ease,border-color .15s ease;min-height:28px;position:relative;flex-shrink:0}.o16-gallery__tab:before{content:"";position:absolute;top:-8px;right:-4px;bottom:-8px;left:-4px}.o16-gallery__tab:hover{color:#000;background:#fffffff5;border-color:#00000038}.o16-gallery__tab.is-active{color:#000;background:#fff;border-color:#000}.o16-gallery__tab-icon{width:calc(13px * var(--o16-tab-fit, 1));height:calc(13px * var(--o16-tab-fit, 1));flex-shrink:0}.o16-gallery__tab-label{font-family:var(--font-body-family, "Helvetica Neue", Helvetica, Arial, sans-serif);font-style:var(--font-body-style, normal);font-weight:var(--font-body-weight, 400);font-size:calc(.65rem * var(--o16-tab-fit, 1));letter-spacing:.04em;text-transform:uppercase;line-height:1;white-space:nowrap}@media screen and (max-width:749px){.o16-gallery__tabs--icons-hidden .o16-gallery__tab-icon{display:none}}.o16-gallery__thumbs{display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;-ms-overflow-style:none;scrollbar-width:none}.o16-gallery__thumbs::-webkit-scrollbar{display:none}.o16-gallery__thumb{all:unset;cursor:pointer;flex-shrink:0;width:64px;height:64px;overflow:hidden;border:1.5px solid transparent;transition:border-color .15s ease,opacity .15s ease;position:relative}.o16-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.o16-gallery__thumb:hover{opacity:.8}.o16-gallery__thumb.is-active{border-color:#000}.o16-gallery__thumb--video .o16-gallery__thumb-play{position:absolute;bottom:4px;right:4px;width:18px;height:18px;background:#0000008c;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.o16-gallery__thumb--video .o16-gallery__thumb-play svg{width:9px;height:9px}.o16-gallery__thumb[hidden]{display:none}@media screen and (min-width:750px){.o16-gallery{flex-direction:column;align-items:stretch;gap:.75rem;max-width:min(64rem,calc((100vh - 19rem) * var(--o16-ratio-num, .8)));margin-inline:auto}.o16-gallery__stage{flex:0 0 auto;min-width:0}.o16-gallery__thumbs{flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none;width:100%;flex-shrink:1;padding-bottom:2px;padding-right:0;gap:.5rem;-ms-overflow-style:none;scrollbar-width:none}.o16-gallery__thumbs::-webkit-scrollbar{display:none}.o16-gallery__thumb{width:72px;height:72px}}@media(prefers-reduced-motion:reduce){.o16-gallery__tab,.o16-gallery__thumb{transition:none}}.o16-gallery__media-item.o16-gallery__motion-ph.is-active{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;background:rgb(var(--color-background-secondary, 245, 245, 245))}.o16-gallery__motion-ph-icon{display:flex;color:rgba(var(--color-foreground),.45)}.o16-gallery__motion-ph-icon svg{width:4.4rem;height:4.4rem}.o16-gallery__motion-ph-text{margin:0;font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.5)}.o16-gallery__thumb--motion-ph{display:flex;align-items:center;justify-content:center;background:rgb(var(--color-background-secondary, 245, 245, 245));color:rgba(var(--color-foreground),.45)}@media screen and (min-width:1100px){.product-section .product__outer--static-column-aside{--o16-media-w: min(64rem, calc((100vh - 19rem)*.8) );--o16-gutter: 6rem}.product-section .product__outer--static-column-aside .product__main{width:50%;position:sticky;top:6.4rem;align-self:flex-start;margin:0}.product-section .product__outer--static-column-aside .product__info-container{width:50%;position:static;margin:0 0 6.4rem}.product-section .product__outer--static-column-aside .o16-gallery{max-width:var(--o16-media-w);margin-inline-start:auto;margin-inline-end:var(--o16-gutter)}.product-section .product__outer--static-column-aside .product__info-container .product__info-main{width:100%;max-width:var(--o16-media-w);margin:0;margin-inline-start:var(--o16-gutter);margin-inline-end:auto}.product-section .product__outer--static-column-aside .product__info-container .product__info-main>*{max-width:var(--o16-media-w)}}.product-section .product-form__submit.button--tertiary{background-color:rgb(var(--o16-green, 0, 121, 19));color:#fff;border-color:rgb(var(--o16-green, 0, 121, 19))}.product-section .product-form__submit.button--tertiary span{position:relative;z-index:2;color:#fff}.product-section .product-form__submit.button--tertiary:after{display:none}.product-section .product-form__submit.button--tertiary:hover{background-color:rgb(var(--o16-green, 0, 121, 19));color:#fff;opacity:.85}.product-section .product-form__submit.button--tertiary:disabled{opacity:.4}.product-section .product-form__buttons-row .quantity,.product-section .product-form__buttons-row quantity-input.quantity,.product-section .product-form__submit{min-height:4.2rem}.product-section .product-form__buttons-row .quantity__button,.product-section .product-form__buttons-row .quantity__input{min-height:4.2rem;height:4.2rem}.product-section .product__outer .product-form__controls-group input.disabled{pointer-events:auto}.product-section .product__outer .product-form__controls-group input.disabled+label{pointer-events:auto;cursor:pointer}.product-section{--o16-pdp-emphasis: 2.4rem}.product-section .product__info-main .price-wrapper .price,.product-section .product__info-main .price-wrapper .price__regular .price-item,.product-section .product__info-main .price-wrapper .price__sale .price-item{font-size:var(--o16-pdp-emphasis)}.product-section .product__info-main .custom-liquid:not(:has(*)){display:none}.o16-pdp-provenance-fact{margin:0 0 1.6rem;font-size:1rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-foreground),.3)}@media screen and (min-width:750px){.product-section .product__info-main .o16-pdp-kicker,.product-section .product__info-main .product__title__wrapper,.product-section .product__info-main .price-wrapper,.product-section .product__info-main .o16-pdp-variant-note,.product-section .product__info-main .product-parameters,.product-section .product__info-main .o16-pdp-provenance-fact,.product-section .product__info-main .product__buy_buttons,.product-section .product__info-main .o16-pdp-reassurance{margin-top:0;margin-bottom:1.6rem}}.o16-pdp-reassurance{display:flex;flex-direction:column;gap:1.6rem}@media screen and (max-width:749px){.o16-pdp-reassurance{margin-bottom:3.2rem}}.o16-pdp-reassurance>*{margin:0}.product-section .o16-pdp-reassurance .o16-dispatch-info__line:last-child{margin-bottom:0}[id*=complete_the_kitchen_o16] .section-heading__heading,[id*=shared_from_home_o16] .section-heading__heading{white-space:nowrap}@media screen and (max-width:749px){[id*=complete_the_kitchen_o16] .section-heading__heading,[id*=shared_from_home_o16] .section-heading__heading{font-size:clamp(1.5rem,5.6vw,2.1rem)}}.product-section .complementary-products .complementary-products-heading{flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start;gap:.4rem;text-align:left}.complementary-products__subheading{font-family:var(--font-body-family, inherit);font-size:.9375rem;line-height:1.7;color:rgba(var(--color-foreground),.5);letter-spacing:.005em;margin:0 0 .5rem}@media screen and (min-width:990px){.complementary-products__subheading{font-size:clamp(.75rem,1.5vw,1rem);line-height:1.75}}.complementary-products .js-recommendation-swiper.swiper{overflow:visible!important;touch-action:pan-x pan-y!important;position:relative}.complementary-products .o16-pairs-cue{position:absolute;right:.6rem;z-index:3;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));pointer-events:auto;cursor:pointer;border:none;-webkit-appearance:none;appearance:none;padding:0;transform:translateY(-50%);animation:o16-pairs-cue-bounce 1.6s ease-in-out infinite}.complementary-products .o16-pairs-cue svg{width:1.8rem;height:1.8rem}@keyframes o16-pairs-cue-bounce{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(.45rem)}}@media(prefers-reduced-motion:reduce){.complementary-products .o16-pairs-cue{animation:none}}.complementary-products .js-recommendation-swiper>.swiper-wrapper{display:flex!important;flex-wrap:nowrap!important;gap:2.4rem!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;transform:none!important;will-change:auto!important;touch-action:pan-x pan-y!important}.complementary-products .js-recommendation-swiper>.swiper-wrapper::-webkit-scrollbar{display:none}.complementary-products .js-recommendation-swiper>.swiper-wrapper>.swiper-slide{flex:0 0 44%!important;max-width:44%!important;scroll-snap-align:start!important;margin-right:0!important}.complementary-products .js-recommendation-swiper>.swiper-wrapper>.swiper-slide:last-child{scroll-snap-align:end!important}@media screen and (min-width:750px){.complementary-products .js-recommendation-swiper>.swiper-wrapper>.swiper-slide{flex-basis:46%!important;max-width:46%!important}}.complementary-products .product-recommendations__slider-nav{display:none!important}.complementary-products .js-recommendation-swiper>.o16-cs-dots{display:flex;justify-content:center;gap:.8rem;margin-top:1.6rem;padding:.4rem 0}.o16-cs-dot{width:.7rem;height:.7rem;padding:0;border:none;border-radius:50%;background:rgba(var(--color-foreground, 0, 0, 0),.2);cursor:pointer;-webkit-appearance:none;appearance:none;transition:background .2s ease,transform .2s ease}.o16-cs-dot--active{background:rgba(var(--color-foreground, 0, 0, 0),.75);transform:scale(1.15)}.o16-cs-dot:focus-visible{outline:2px solid rgb(var(--color-foreground, 0, 0, 0));outline-offset:2px}@media screen and (max-width:749px){.o16-cs-btn{font-size:calc(var(--font-button-scale) * .9rem);letter-spacing:calc(var(--font-button-letter-spacing) * .1);touch-action:pan-x pan-y}}.o16-cs-atc{display:flex;width:100%}.product-recommendations__product .card__inner{position:relative}.product-recommendations__product .card__inner .o16-cs-atc{position:absolute;left:.8rem;right:.8rem;bottom:.8rem;width:auto;margin:0;z-index:5}.o16-cs-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.2rem 1rem;background:rgb(var(--o16-green, 0, 121, 19));color:#fff;font-family:var(--font-body-family, inherit);font-size:calc(var(--font-button-scale) * .9rem);letter-spacing:calc(var(--font-button-letter-spacing) * .1);white-space:nowrap;border:none;cursor:pointer;min-height:2.2rem;transition:opacity .18s ease;-webkit-appearance:none;appearance:none;text-decoration:none}.o16-cs-btn:hover,.o16-cs-btn:focus-visible{background:rgb(var(--o16-green, 0, 121, 19));color:#fff;opacity:.85;outline:none}.o16-cs-btn[aria-disabled=true]{pointer-events:none;opacity:.5}.o16-cs-btn .o16-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:o16-spin .7s linear infinite}@keyframes o16-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.o16-cs-btn .o16-spinner{animation-duration:2s}}.o16-buybar-spacer,.o16-buybar-sentinel{height:0;width:100%;pointer-events:none}.product__buy_buttons.o16-buybar--docked{position:fixed;left:0;right:0;bottom:0;z-index:40;margin:0;display:flex;flex-direction:column;gap:.8rem;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -.2rem 1.6rem #00000012;padding:1.2rem clamp(1.6rem,5vw,4rem);padding-bottom:calc(1.2rem + env(safe-area-inset-bottom));animation:o16-buybar-rise .28s ease}.product__buy_buttons.o16-buybar--docked>*{width:100%;max-width:64rem;margin-inline:auto}@keyframes o16-buybar-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.product__buy_buttons.o16-buybar--docked{animation:none}}.o16-buybar-info{display:none}.product__buy_buttons.o16-buybar--docked .o16-buybar-info{display:flex;align-items:baseline;gap:.8rem;width:100%;max-width:64rem;margin:0 auto .2rem;font-family:var(--font-body-family);font-size:1.3rem;line-height:1.3;color:#000;white-space:nowrap;overflow:hidden}.o16-buybar-info__title{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.02em}.o16-buybar-info__variant{flex:0 0 auto;color:#4d4d4d}.o16-buybar-info__variant:empty{display:none}.o16-buybar-info__variant:not(:empty):before{content:"\b7";margin-right:.8rem;color:#4d4d4d}.o16-buybar-info__price{flex:0 0 auto;margin-left:auto;font-variant-numeric:tabular-nums}.o16-gallery__tabs--below-badge{top:4.2rem}.o16-buybar-info__compare{text-decoration:line-through;color:#4d4d4d;margin-left:.6rem}.o16-buybar-info__savings{color:rgb(var(--o16-green, 0, 121, 19));margin-left:.4rem}.product__tax .o16-totals__tax-note{font-size:1.1rem;color:#4d4d4d;margin:0;line-height:1.5}.product__tax .o16-totals__duties-note{font-size:1.1rem;color:#4d4d4d;margin:.6rem 0 0;line-height:1.5}
/*# sourceMappingURL=/cdn/shop/t/4/assets/o16-product-gallery.css.map */
