.paired-product-showcase{position:relative;display:block;width:100%;min-width:0;overflow:hidden;color:rgb(var(--color-foreground));background:rgb(var(--color-background))}.paired-product-showcase__track{display:flex;width:100%;height:auto;max-height:var(--paired-showcase-desktop-max-height);min-width:0;overflow-x:auto;overflow-y:hidden;aspect-ratio:2 / 1;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.paired-product-showcase__track::-webkit-scrollbar{display:none}.paired-product-showcase__track:focus-visible{outline:var(--focused-base-outline);outline-offset:calc(-1 * var(--focused-base-outline-offset))}.paired-product-showcase__slide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));flex:0 0 100%;width:100%;height:100%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.paired-product-showcase__product-panel,.paired-product-showcase__scene-panel{position:relative;min-width:0;min-height:0;overflow:hidden}.paired-product-showcase__product-panel{background:rgb(var(--color-background))}.paired-product-showcase__product-link{display:grid;grid-template-rows:minmax(0,1fr) auto;width:100%;height:100%;padding:clamp(4rem,6vw,8rem) clamp(3rem,5vw,7rem) clamp(9rem,11vh,12rem);color:inherit;text-align:center;text-decoration:none}.paired-product-showcase__product-link:focus-visible{outline:var(--focused-base-outline);outline-offset:calc(-1 * var(--focused-base-outline-offset))}.paired-product-showcase__product-media{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0}.paired-product-showcase__product-image,.paired-product-showcase__product-placeholder{display:block;width:min(78%,58rem);height:100%;max-height:48rem;object-fit:contain}.paired-product-showcase__product-content{position:relative;z-index:1;display:grid;justify-items:center;gap:.5rem;max-width:52rem;margin:clamp(2rem,3vh,3.6rem) auto 0}.paired-product-showcase__vendor,.paired-product-showcase__product-title,.paired-product-showcase__price{margin:0}.paired-product-showcase__vendor{font-size:1.1rem;line-height:1.4;letter-spacing:.08em;opacity:.68}.paired-product-showcase__product-title{max-width:34ch;font-family:var(--font-body-family);font-size:clamp(1.4rem,1.2vw,1.8rem);font-weight:400;line-height:1.35;letter-spacing:-.01em}.paired-product-showcase__price{font-size:1.4rem;line-height:1.5;opacity:.68}.paired-product-showcase__scene-panel{background:rgba(var(--color-foreground),.06)}.paired-product-showcase__scene-panel:after{content:"";position:absolute;top:50%;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.56))}.paired-product-showcase__scene-picture,.paired-product-showcase__scene-image,.paired-product-showcase__scene-placeholder{display:block;width:100%;height:100%}.paired-product-showcase__scene-image,.paired-product-showcase__scene-placeholder{object-fit:cover}.paired-product-showcase__scene-heading{position:absolute;right:clamp(2.4rem,4vw,6rem);bottom:clamp(3.2rem,5vw,6.4rem);left:clamp(2.4rem,4vw,6rem);z-index:2;max-width:24ch;margin:0;color:#fff;font-family:var(--font-heading-family);font-size:clamp(2.6rem,2.4vw,4.4rem);font-weight:var(--font-heading-weight);line-height:1.08;letter-spacing:-.025em;text-wrap:balance;text-shadow:0 .2rem 1.8rem rgba(0,0,0,.34)}.paired-product-showcase__arrows{position:absolute;top:0;right:50%;bottom:0;left:0;z-index:3;pointer-events:none}.paired-product-showcase__arrow{position:absolute;top:50%;display:grid;width:4.8rem;height:4.8rem;padding:0;border:0;border-radius:50%;place-items:center;color:#171717;background:#fffffff0;box-shadow:0 .8rem 2.4rem #0000001f;transform:translateY(-50%);transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease;cursor:pointer;pointer-events:auto}.paired-product-showcase__arrow[hidden]{display:none}.paired-product-showcase__arrow--previous{left:clamp(1.6rem,2.4vw,4rem)}.paired-product-showcase__arrow--next{right:clamp(1.6rem,2.4vw,4rem);left:auto}.paired-product-showcase__arrow svg{width:2.4rem;height:2.4rem}.paired-product-showcase__arrow:hover{background:#fff;box-shadow:0 1rem 3rem #0000002e}.paired-product-showcase__arrow:active{transform:translateY(-50%) scale(.96)}.paired-product-showcase__arrow:focus-visible,.paired-product-showcase__dot:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.paired-product-showcase__pagination{position:absolute;bottom:clamp(2.4rem,3.5vh,3.6rem);left:25%;z-index:3;display:flex;gap:1.2rem;align-items:center;justify-content:center;transform:translate(-50%)}.paired-product-showcase__dot{position:relative;width:1.6rem;height:1.6rem;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.paired-product-showcase__dot:before{content:"";position:absolute;top:.5rem;right:.5rem;bottom:.5rem;left:.5rem;border-radius:inherit;background:rgb(var(--color-foreground));opacity:.22;transition:opacity .18s ease,transform .18s ease}.paired-product-showcase__dot[aria-current=true]:before{opacity:1;transform:scale(1.25)}@media(hover:hover)and (pointer:fine){.paired-product-showcase__product-link:hover .paired-product-showcase__product-title{text-decoration:underline;text-underline-offset:.3rem}}@media screen and (max-width:749px){.paired-product-showcase__track{height:auto;max-height:none;aspect-ratio:auto}.paired-product-showcase__slide{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;height:auto}.paired-product-showcase__product-panel,.paired-product-showcase__scene-panel{aspect-ratio:4 / 5}.paired-product-showcase__scene-panel{grid-row:1}.paired-product-showcase__product-panel{grid-row:2}.paired-product-showcase__product-link{height:100%;padding:clamp(2.4rem,8vw,4rem) 2.4rem clamp(7.2rem,18vw,9rem)}.paired-product-showcase__product-image,.paired-product-showcase__product-placeholder{width:min(82%,52rem);max-height:none}.paired-product-showcase__product-content{margin-top:2.4rem}.paired-product-showcase__scene-heading{right:2.4rem;bottom:3.2rem;left:2.4rem;font-size:clamp(2.8rem,8vw,4.2rem)}.paired-product-showcase__arrows{top:50%;right:0;bottom:0;left:0}.paired-product-showcase__arrow{top:50%;width:4.4rem;height:4.4rem}.paired-product-showcase__arrow--previous{left:1.6rem}.paired-product-showcase__arrow--next{right:1.6rem;left:auto}.paired-product-showcase__pagination{bottom:2.8rem;left:50%}}@media(prefers-reduced-motion:reduce){.paired-product-showcase__track{scroll-behavior:auto}.paired-product-showcase__arrow,.paired-product-showcase__dot:before{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/section-paired-product-showcase.css.map */
