.tabbed-collection{width:100%}.tabbed-collection__header{margin-bottom:3rem}.tabbed-collection__heading{margin-bottom:1rem}.tabbed-collection__subheading{color:rgba(var(--color-foreground),.75);font-size:1.6rem}.tabbed-collection__nav-wrapper{margin-bottom:4rem;display:flex;justify-content:center}.tabbed-collection__tabs{display:flex;align-items:flex-end;gap:40px;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:center}.tabbed-collection__tab{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.6;transition:all .3s ease;max-width:150px;text-align:center}.tabbed-collection__tab.active{opacity:1}.tabbed-collection__tab-image{width:120px;height:80px;display:flex;align-items:center;justify-content:center}.tabbed-collection__tab-image img{max-width:100%;max-height:100%;object-fit:contain}.tabbed-collection__tab-title{font-size:1.4rem;font-weight:700;text-transform:uppercase;padding:8px 24px;border:1px solid rgba(var(--color-foreground),.3);border-radius:50px;white-space:nowrap;transition:all .3s ease}.tabbed-collection__tab.active .tabbed-collection__tab-title{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.tabbed-collection__content{position:relative}.tabbed-collection__model-summary{max-width:1000px;margin:-2.4rem auto 3rem;padding:1.2rem 2rem;border-radius:8px;background:rgba(var(--color-foreground),.045);color:rgba(var(--color-foreground),.82);font-family:var(--font-body-family);font-size:1.6rem;font-weight:600;line-height:1.45;text-align:center}.tabbed-collection__panel{display:none;animation:fadeIn .4s ease-out}.tabbed-collection__panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tabbed-collection__main-layout{display:flex;flex-wrap:wrap;gap:0px;margin-bottom:3rem;align-items:flex-start}.tabbed-collection__product-info{min-width:300px;width:45%;display:flex;flex-direction:column}.tabbed-collection__video-section{flex:1;min-width:300px}.tabbed-collection__price-wrapper{font-size:2.4rem;font-weight:700;font-family:var(--font-heading-family);font-variant-numeric:lining-nums tabular-nums;letter-spacing:0;display:flex;align-items:center;justify-content:center;gap:1rem}.tabbed-collection__price--compare{font-size:1.6rem;font-weight:700;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.tabbed-collection__image-container{position:relative;width:100%}.tabbed-collection__bg-text{position:absolute;top:0%;left:0;transform:translateY(-50%);font-size:14rem;font-weight:900;color:rgba(var(--color-foreground),.1);line-height:1;white-space:nowrap;pointer-events:none;z-index:1;text-transform:uppercase}.tabbed-collection__main-image{position:relative;z-index:2;display:flex;justify-content:center}.tabbed-collection__main-image img{max-width:100%;height:auto;object-fit:contain;transform:translate(10%) scale(1.05)}.tabbed-collection__cta{text-align:center;display:flex;justify-content:center;column-gap:20px}.tabbed-collection__button{min-width:170px;border-radius:50px}.tabbed-collection__video-wrapper{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:16 / 9;background:#f0f0f0}.tabbed-collection__video-cover{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tabbed-collection__video-wrapper:hover .tabbed-collection__video-cover{transform:scale(1.05)}.tabbed-collection__video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;padding:0;cursor:pointer;z-index:3;transition:transform .3s ease}.tabbed-collection__video-play:hover{transform:translate(-50%,-50%) scale(1.1)}.tabbed-collection__specs{border-radius:10px}.tabbed-collection__specs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:900px;margin:0 auto}.tabbed-collection__spec-item{text-align:center}.tabbed-collection__spec-value{font-size:2.7rem;font-family:var(--font-heading-family);font-weight:700;line-height:1.2;letter-spacing:0;font-variant-numeric:lining-nums tabular-nums}.tabbed-collection__spec-label{font-size:1.4rem;font-family:var(--font-body-family);font-weight:700;line-height:1.35;letter-spacing:0;color:rgba(var(--color-foreground),.78);margin-top:.5rem}.tabbed-collection__modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:1000;justify-content:center;align-items:center}.tabbed-collection__modal.active{display:flex}.tabbed-collection__modal-content{position:relative;width:90%;max-width:1000px;aspect-ratio:16 / 9}.tabbed-collection__modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:10px}.tabbed-collection__modal-video{width:100%;height:100%}.tabbed-collection__modal-video video{width:100%;height:100%;background:#000}@media screen and (max-width:989px){.tabbed-collection__bg-text{font-size:8rem}.tabbed-collection__specs-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media screen and (max-width:749px){.tabbed-collection__model-summary{max-width:100%;margin-top:-.8rem;margin-bottom:2.4rem;padding:1rem 1.4rem;font-size:1.4rem}.tabbed-collection__nav-wrapper{overflow:visible;justify-content:stretch;margin:0 0 2.4rem;padding:0}.tabbed-collection__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;width:100%;gap:1.2rem}.tabbed-collection__tab{width:100%;min-width:0;max-width:none;gap:.8rem}.tabbed-collection__tab-image{width:100%;height:5.6rem}.tabbed-collection__tab-title{width:100%;padding:.8rem .6rem;font-size:1.3rem;line-height:1.2}.tabbed-collection__cta{display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin-top:.8rem}.tabbed-collection__price-wrapper{gap:.8rem;font-size:2.6rem}.tabbed-collection__price--compare{font-size:1.4rem}.tabbed-collection__button{width:min(100%,28rem);min-width:0}.tabbed-collection__product-info{width:100%;min-width:0}.tabbed-collection__bg-text{top:50%;left:0;transform:translateY(-50%);font-size:5.2rem}.tabbed-collection__main-layout{display:block;margin-bottom:0}.tabbed-collection__main-image{align-items:center;height:clamp(24rem,68vw,29rem);overflow:hidden}.tabbed-collection__main-image img{width:100%;height:100%;object-fit:contain;transform:none}.tabbed-collection__specs{width:100%;margin-top:3rem}.tabbed-collection__specs-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;min-width:0;gap:2.4rem 1.2rem}.tabbed-collection__spec-item{min-width:0;padding:0 .4rem}.tabbed-collection__spec-value{font-size:clamp(1.8rem,5vw,2.1rem);white-space:nowrap}.tabbed-collection__spec-label{margin-top:.4rem;font-size:1.3rem}.tabbed-collection__video-section{width:100%;min-width:0;margin-top:3rem}.tabbed-collection__video-wrapper{border-radius:16px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/component-tabbed-products.css.map */
