.product-showcase{display:block;width:100%;max-width:100%;overflow-x:clip;box-sizing:border-box}.product-showcase *,.product-showcase *:before,.product-showcase *:after{box-sizing:border-box}.product-showcase__inner{min-width:0}.product-showcase__inner:not(.page-width){padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:750px){.product-showcase__inner:not(.page-width){padding-left:5rem;padding-right:5rem}}.product-showcase__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--ps-gap, 2.4rem);align-items:start;width:100%;max-width:100%;min-width:0}.product-showcase__media-col,.product-showcase__content-col{min-width:0;max-width:100%;width:100%}.product-showcase__layout--mobile-content_first .product-showcase__media-col{order:2}.product-showcase__layout--mobile-content_first .product-showcase__content-col{order:1}.product-showcase__gallery{display:block;width:100%;max-width:100%;min-width:0}.product-showcase__stage{position:relative;overflow:hidden;border-radius:var(--ps-media-radius, 2.4rem);background:#ffffff59;aspect-ratio:1 / 1;width:100%;touch-action:pan-y;-webkit-user-select:none;user-select:none}.product-showcase__stage.is-swiping{cursor:grabbing}.product-showcase__stage img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.product-showcase__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease;z-index:0}.product-showcase__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.product-showcase__slide img,.product-showcase__slide video,.product-showcase__slide iframe,.product-showcase__slide .placeholder-svg,.product-showcase__slide .deferred-media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.product-showcase__video{position:relative;width:100%;height:100%}.product-showcase__video-el,.product-showcase__video .deferred-media,.product-showcase__video .deferred-media__poster,.product-showcase__video iframe{width:100%;height:100%;object-fit:cover}.product-showcase__play{position:absolute;left:50%;top:50%;z-index:2;width:var(--ps-control-size, 6.4rem);height:var(--ps-control-size, 6.4rem);display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;transform:translate(-50%,-50%);background:var(--ps-control-bg, #ffffffe8);color:var(--ps-control-color, #2f4a3c);box-shadow:0 8px 24px #0000001f;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;cursor:pointer}.product-showcase__play .icon{width:1.8rem;height:1.8rem;display:block}.product-showcase__play .icon-play{margin-left:.2rem}.product-showcase__pause-icon,.product-showcase__video[data-playing=true] .product-showcase__play-icon{display:none}.product-showcase__video[data-playing=true] .product-showcase__pause-icon{display:block}@media screen and (min-width:769px){.product-showcase__video:hover .product-showcase__play,.product-showcase__video:focus-within .product-showcase__play{opacity:1;pointer-events:auto}}@media screen and (max-width:768px){.product-showcase__video[data-controls-visible=true] .product-showcase__play{opacity:1;pointer-events:auto}}.product-showcase__nav{position:absolute;top:50%;z-index:1;width:var(--ps-arrow-size, 3.6rem);height:var(--ps-arrow-size, 3.6rem);display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;transform:translateY(-50%);background:#ffffffe8;color:var(--ps-arrow-color, #2c2c2c);box-shadow:0 4px 16px #00000014;cursor:pointer}.product-showcase__nav--prev{left:1.2rem}.product-showcase__nav--next{right:1.2rem}.product-showcase__nav .svg-wrapper,.product-showcase__nav .icon{width:1.2rem;height:1.2rem;display:block}.product-showcase__nav--prev .svg-wrapper{transform:rotate(90deg)}.product-showcase__nav--next .svg-wrapper{transform:rotate(-90deg)}.product-showcase__thumbs-wrap{position:relative;display:flex;align-items:center;gap:.8rem;margin-top:2rem;width:100%;max-width:100%;min-width:0;padding:0 1.6rem}.product-showcase__thumbs-wrap.thumbnail-slider{padding:0 1.6rem}.product-showcase__thumbs{display:flex;flex:1 1 auto;flex-wrap:nowrap;gap:1.8rem;margin:0;padding:.4rem 0;list-style:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;min-width:0;max-width:100%;width:100%;cursor:grab;touch-action:pan-x;overscroll-behavior-x:contain;-webkit-user-select:none;user-select:none}.product-showcase__thumbs:active,.product-showcase__thumbs.is-dragging{cursor:grabbing}.product-showcase__thumbs.is-dragging{scroll-behavior:auto;scroll-snap-type:none}.product-showcase__thumbs::-webkit-scrollbar{display:none}.product-showcase__thumb-item{position:relative;width:calc((100% - 3.6rem) / 3);max-width:none;flex:0 0 calc((100% - 3.6rem) / 3);scroll-snap-align:start;min-width:0;margin:0;padding:0}.product-showcase__thumbs.slider .product-showcase__thumb-item.slider__slide,.product-showcase__thumbs.slider--mobile .product-showcase__thumb-item.slider__slide,.product-showcase__thumbs.slider--tablet-up .product-showcase__thumb-item.slider__slide{padding:0;margin-bottom:0}.product-showcase__thumbs.slider--mobile{margin-bottom:0;scroll-padding-left:0}.product-showcase__thumbs.slider--mobile:after{display:none}.product-showcase__thumb-item:before{content:"";display:block;padding-bottom:100%}.product-showcase__thumb{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;border:0;border-radius:var(--ps-thumb-radius, 2rem);overflow:hidden;background-color:#fbf7f0;cursor:pointer;opacity:1}.product-showcase__thumb.is-active,.product-showcase__thumb[aria-current]{border-color:transparent;box-shadow:none;outline:none}.product-showcase__thumb:hover,.product-showcase__thumb:focus,.product-showcase__thumb:focus-visible{opacity:1}.product-showcase__thumb img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;border-radius:var(--ps-thumb-radius, 2rem);pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product-showcase__thumbs-wrap .product-showcase__thumbs-nav,.product-showcase__thumbs-wrap .slider-button.product-showcase__thumbs-nav{display:none!important}@media screen and (max-width:749px){.product-showcase__thumbs{gap:1.4rem}.product-showcase__thumb-item{width:calc((100% - 2.8rem) / 3);flex:0 0 calc((100% - 2.8rem) / 3)}}@media screen and (min-width:750px){.product-showcase__thumbs-wrap,.product-showcase__thumbs-wrap.thumbnail-slider{padding:0 2.9rem}.product-showcase__thumb-item{width:calc((100% - 5.4rem)/4);flex:0 0 calc((100% - 5.4rem)/4)}}.product-showcase__eyebrow{margin:0 0 1rem;font-size:var(--ps-eyebrow-size, 1.2rem);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ps-eyebrow-color, #847f75)}.product-showcase__heading{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--ps-heading-weight, 600);font-size:var(--ps-heading-size, 3.2rem);line-height:1.15;letter-spacing:-.02em;color:var(--ps-heading-color, #2c2c2c);overflow-wrap:anywhere;word-break:break-word;max-width:100%}.product-showcase__heading p{margin:0}.product-showcase__description{margin:1.4rem 0 0;font-size:var(--ps-text-size, 1.5rem);line-height:1.55;color:var(--ps-text-color, #5c5c5c);overflow-wrap:anywhere;word-break:break-word;max-width:100%}.product-showcase__description p{margin:0}.product-showcase__features{list-style:none;margin:2.4rem 0 0;padding:0;display:grid;gap:var(--ps-feature-gap, 1.2rem)}.product-showcase__feature{display:flex;align-items:flex-start;gap:1rem;min-width:0;max-width:100%}.product-showcase__check{flex-shrink:0;width:var(--ps-check-size, 2.2rem);height:var(--ps-check-size, 2.2rem);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--ps-check-bg, #c9d7c4);color:var(--ps-check-color, #ffffff);margin-top:.1rem}.product-showcase__check svg{width:62%;height:62%;display:block}.product-showcase__feature-text{font-size:var(--ps-feature-size, 1.4rem);line-height:1.45;color:var(--ps-feature-color, #3a3a3a);overflow-wrap:anywhere;word-break:break-word;min-width:0}.product-showcase__variants{margin-top:2.4rem;max-width:100%;min-width:0}.product-showcase__option{margin:0;padding:0;border:0;max-width:100%;min-width:0}.product-showcase__option-label{margin:0 0 1rem;font-size:1.4rem;font-weight:600;color:#43423d;overflow-wrap:anywhere}.product-showcase__option-label [data-selected-value]{color:#847f75;font-weight:400}.product-showcase .product-form__input--pill{display:flex;flex-wrap:wrap;gap:1rem;margin:0;max-width:100%;min-width:0}.product-showcase .product-form__input--pill input[type=radio]+label{background-color:transparent!important;display:inline-flex!important;padding:8px 16px!important}.product-showcase .product-form__input--pill input[type=radio]:checked+label{background-color:#fbf7f0!important}.product-showcase .product-form.product-showcase__form .button:after,.product-showcase__submit:after{content:none!important;box-shadow:none!important;display:none!important}.product-showcase .product-form__input--pill input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.product-showcase .product-form__input--pill label{display:inline-flex;align-items:center;gap:.9rem;margin:0;padding:.85rem 1.5rem .85rem 1rem;border:.1rem solid var(--ps-pill-border, #d9d3cb);border-radius:var(--ps-pill-radius, 40px);background:#fffcf8;color:#847f75;font-size:1.4rem;line-height:1.2;cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease;max-width:100%;min-width:0}.product-showcase .product-form__input--pill input:checked+label{border-color:var(--ps-pill-border-active, #2c2c2c);background:#f7f3ee;color:#2c2c2c}.product-showcase .product-form__input--pill input:checked+label .product-showcase__option-name{color:#2c2c2c}.product-showcase .product-form__input--pill input.disabled+label{opacity:.45}.product-showcase__swatch{width:16px;height:16px;border-radius:50%;background-size:cover;background-position:center;background-color:#d7d7d7;box-shadow:inset 0 0 0 .1rem #00000014;flex-shrink:0;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.product-showcase__swatch img{width:100%;height:100%;object-fit:cover;display:block}.product-showcase__option-name{white-space:normal;overflow-wrap:anywhere;min-width:0}.product-showcase__purchase{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 1.6rem;margin-top:2.4rem;max-width:100%;min-width:0}.product-showcase__price{flex:0 0 auto;max-width:100%;min-width:0}.product-showcase__price .price-item{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:400;font-size:var(--ps-price-size, 3rem);line-height:1;color:var(--ps-price-color, #2c2c2c);letter-spacing:-.02em}.product-showcase__price .price__container{margin:0}.product-showcase__form,.product-showcase__purchase .product-form{flex:1 1 18rem;min-width:0;max-width:100%;margin:0}.product-showcase__submit{width:auto;min-height:auto;border:0;border-radius:var(--ps-button-radius, 40px)!important;background:var(--ps-button-bg, #8fa88a)!important;color:var(--ps-button-color, #ffffff)!important;font-size:16px;font-weight:400;box-shadow:0 4px 14px #0000001a!important;padding:14.6px 27px;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.product-showcase__submit:hover:not([disabled]){filter:brightness(.96);transform:translateY(-3px);box-shadow:0 4px 4px #0000002e,0 4px 8px #00000014!important}.product-showcase__submit:disabled{opacity:.55;cursor:not-allowed;transform:none}@media(prefers-reduced-motion:reduce){.product-showcase__submit{transition:box-shadow .2s ease,filter .2s ease}.product-showcase__submit:hover:not([disabled]){transform:none}}.product-showcase__trust{margin:1.2rem 0 0;font-size:var(--ps-trust-size, 1.3rem);line-height:1.4;color:var(--ps-trust-color, #847f75)}@media screen and (max-width:991px){.product-showcase__layout{grid-template-columns:minmax(0,1fr);gap:var(--ps-gap, 2.4rem)}.product-showcase__media-col,.product-showcase__content-col,.product-showcase__gallery,.product-showcase__thumbs-wrap,.product-showcase__variants,.product-showcase__purchase{width:100%;max-width:100%;min-width:0}.product-showcase__heading{font-size:36px}.product-showcase__purchase{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:1.2rem}.product-showcase__price{width:auto;flex:0 0 auto}.product-showcase__price .price-item{font-size:30px}.product-showcase__form,.product-showcase__purchase .product-form{flex:1 1 auto;min-width:0;width:auto;max-width:100%}.product-showcase__submit{width:auto;max-width:100%;box-shadow:0 4px 14px #0000001a!important}.product-showcase .product-form__input--pill label{max-width:100%}.product-showcase__option-name{white-space:normal}.product-showcase__feature-text{overflow-wrap:anywhere;word-break:break-word}}@media screen and (min-width:992px){.product-showcase__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:var(--ps-gap-desktop, 6.4rem);align-items:center}.product-showcase__layout--media_right{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.product-showcase__layout--media_right .product-showcase__media-col{order:2}.product-showcase__layout--media_right .product-showcase__content-col{order:1}.product-showcase__layout--mobile-content_first .product-showcase__media-col,.product-showcase__layout--mobile-content_first .product-showcase__content-col{order:initial}.product-showcase__layout--media_right.product-showcase__layout--mobile-content_first .product-showcase__media-col{order:2}.product-showcase__layout--media_right.product-showcase__layout--mobile-content_first .product-showcase__content-col{order:1}.product-showcase__heading{font-size:var(--ps-heading-size-desktop, 4.8rem)}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/section-product-showcase.css.map */
