.collection-tabs{position:relative}.collection-tabs__product-grid[hidden],.collection-tabs__description-panel[hidden]{display:none}.collection-tabs__slider{margin-bottom:0}.collection-tabs__slide{position:relative;height:var(--collection-tabs-slide-height, 70svh);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;overflow:hidden;padding:4rem 2rem 3rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.collection-tabs__slide{padding:6rem 4rem 4rem}}.collection-tabs__slide--aspect-ratio{height:auto;aspect-ratio:var(--collection-tabs-slide-aspect-ratio, 1 / 1)}.collection-tabs__slide-image-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(70%,46rem);max-height:55%;display:flex;align-items:center;justify-content:center;z-index:2}.collection-tabs__slide-image-wrapper img{display:block;width:80%;height:auto;max-height:100%;object-fit:contain}.collection-tabs__slide-heading{z-index:1;display:flex;flex-direction:column;gap:.3rem;margin-bottom:2rem}.collection-tabs__heading-top,.collection-tabs__heading-bottom{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:uppercase;letter-spacing:.05rem;font-size:clamp(3.6rem,9vw,6.4rem);line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:all .4s ease;width:100%}.collection-tabs__slide.is-active .collection-tabs__heading-top{transform:translate(-50%,-330%) scale(1);transition:all .4s ease}.collection-tabs__slide.is-active .collection-tabs__heading-bottom{transform:translate(-50%,220%) scale(1);transition:all .4s ease}.collection-tabs__scroll-down{position:relative;z-index:1;width:4rem;height:4rem;border:.1rem solid currentColor;background:transparent;color:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transform:rotate(90deg)}.collection-tabs__scroll-down .icon{width:1.4rem;height:1.4rem}.splide__arrow{position:absolute;top:45%;transform:translateY(-50%);z-index:2;width:4.4rem;height:4.4rem;border-radius:0;border:.1rem solid currentColor;background:var(--collection-tabs-arrow-background, transparent);color:var(--collection-tabs-arrow-color, currentColor);opacity:1}.splide__arrow svg{width:1rem;height:1rem;fill:currentColor}.splide__arrow--prev{left:1.5rem}.splide__arrow--next{right:1.5rem}@media screen and (min-width:750px){.splide__arrow--prev{left:24.2%}.splide__arrow--next{right:24.2%}}.splide__slide{margin-inline-end:-1px}.collection-tabs__bar{position:sticky;bottom:0;z-index:5;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;transition:background-color .3s ease,color .3s ease}.collection-tabs__bar::-webkit-scrollbar{display:none}.collection-tabs__bar-inner{display:flex;gap:.5rem;padding:0 1.5rem;width:max-content;min-width:100%;justify-content:center}.collection-tabs__tab{flex-shrink:0;border:none;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.3rem;font-weight:400;letter-spacing:.03rem;text-transform:uppercase;padding:.8rem 1.6rem;border-radius:var(--buttons-radius, 3rem);cursor:pointer;transition:background-color .2s ease,color .2s ease;white-space:nowrap;font-family:var(--font-body-family)}.collection-tabs__tab--active{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.collection-tab__inner{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:background-color .3s ease,color .3s ease}.collection-tabs__description{max-width:76rem;margin:0 auto;padding:4rem 1.5rem 2rem;text-align:center}.collection-tabs__description-heading{margin:0 0 1.2rem}.collection-tabs__description-text{color:rgba(var(--color-foreground),.75)}.collection-tabs__products{padding:0}.collection-tabs__product-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(var(--collection-tabs-columns-mobile, 2),1fr);gap:0}@media screen and (min-width:750px){.collection-tabs__product-grid{grid-template-columns:repeat(var(--collection-tabs-columns-desktop, 4),1fr)}}.collection-tabs__product{position:relative;overflow:hidden;aspect-ratio:1 / 1;display:flex;flex-direction:column;justify-content:flex-start;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));text-decoration:none}.collection-tabs__product-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.collection-tabs__product-image img{display:block;width:100%;height:100%;object-fit:contain;padding:0}.collection-tabs__product-image--primary{position:relative;z-index:1;transition:opacity .4s ease}.collection-tabs__product-image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;transition:opacity .4s ease}.collection-tabs__product:hover .collection-tabs__product-image--secondary,.collection-tabs__product:focus-visible .collection-tabs__product-image--secondary{opacity:1}.collection-tabs__product-badge{position:absolute;top:1rem;left:1rem;z-index:2;background:rgb(var(--color-button, 200, 40, 40));color:rgb(var(--color-button-text, 255, 255, 255));font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.03rem;padding:.3rem .8rem}.collection-tabs__product-title{position:relative;z-index:1;padding:1.2rem;font-family:var(--font-body-family);font-style:var(--font-heading-style);font-weight:400;text-transform:uppercase;letter-spacing:.02rem;font-size:1.4rem;line-height:1.2;text-align:center;padding:2rem;transition:all .4s ease}.collection-tabs__product-item:hover .collection-tabs__product-title{font-weight:600;transition:all .4s ease;font-family:var(--font-heading-family)}.collection-tabs__product-subtitle{display:block;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);text-transform:none;font-size:1.1rem;opacity:.85;margin-top:.3rem}@media(max-width:749px){.collection-tabs__slide--aspect-ratio{aspect-ratio:9 / 16}.collection-tabs__slide-image-wrapper img{width:100%}.collection-tabs__slide.is-active .collection-tabs__heading-top{transform:translate(-50%,-450%) scale(1)}.collection-tabs__slide.is-active .collection-tabs__heading-bottom{transform:translate(-50%,330%) scale(1)}.collection-tabs__slide-image-wrapper{width:min(80%,46rem)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-collection-tabs-slider.css.map */
