[tab-item]:not([tab-selected]){display:none}.hdt-tabs-head{gap:var(--tabs-head-spacing);margin-bottom:var(--tabs-head-spacing)}.hdt-tabs-head>h4{flex:0 0 auto}.hdt-tabs-collections{--text-14xl: 3.2rem}.hdt-text-14xl{font-size:var(--text-14xl)}.hdt-text-uppercase-true .hdt-tabs-item-title{text-transform:uppercase}.hdt-tabs-list{max-width:100%}.hdt-tabs-list .hdt-tabs-item-title{border:none;line-height:var(--hdt-btn-line-height);color:rgb(var(--color-foreground2));padding-bottom:12px;gap:5px}.hdt-tabs-list .hdt-tabs-item-title:hover{color:rgb(var(--color-foreground))}.hdt-tabs-underline .hdt-tabs-list .hdt-tabs-item-title:before{width:0;height:var(--tab-border-width);background-color:rgb(var(--color-foreground));content:"";position:absolute;z-index:1;bottom:0;left:0;transition:width .35s cubic-bezier(.4,0,.2,1)}.hdt-tabs-underline .hdt-tabs-list .hdt-tabs-item-title[aria-current=true]{color:rgb(var(--color-foreground))}.hdt-tabs-underline .hdt-tabs-list .hdt-tabs-item-title.hdt-font-normal[aria-current=true]{font-weight:500}.hdt-tabs-underline .hdt-tabs-list .hdt-tabs-item-title.hdt-font-medium[aria-current=true]{font-weight:600}.hdt-tabs-underline .hdt-tabs-list .hdt-tabs-item-title.hdt-font-semibold[aria-current=true]{font-weight:700}.hdt-tabs-underline .hdt-tabs-list .hdt-tabs-item-title.hdt-font-extrabold[aria-current=true]{font-weight:900}.hdt-tabs-underline .hdt-tabs-list .hdt-tabs-item-title[aria-current=true]:before{width:100%;right:0}.hdt-tabs-outline .hdt-tabs-list .hdt-tabs-item-title{border:solid;border-color:transparent;border-width:var(--tab-border-width);transition:.4s ease .1s;padding:var(--spacing-0-6) 0}.hdt-tabs-outline .hdt-tabs-list .hdt-tabs-item-title svg{margin-inline-start:10px}.hdt-tabs-outline .hdt-tabs-list .hdt-tabs-item-title.hdt-text-12xl svg{width:18px;height:18px}.hdt-tabs-outline .hdt-tabs-list .hdt-tabs-item-title.hdt-text-14xl svg{width:20px;height:20px}.hdt-tabs-outline .hdt-tabs-list .hdt-tabs-item-title:hover{color:rgb(var(--color-accent))}.hdt-tabs-outline .hdt-tabs-list .hdt-tabs-item-title[aria-current=true]{border-color:rgb(var(--color-accent));color:rgb(var(--color-accent));padding:var(--spacing-0-6) var(--spacing-2);border-radius:var(--rounded-button)}.hdt-tabs-list .hdt-slider__slide{flex:0 0 auto}.hdt-tab-bg-wrap{position:relative;overflow:hidden}.hdt-tab-bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;transition:opacity .5s ease}.hdt-tab-bg-content{position:relative;z-index:1}.hdt-tab-bg--solid .hdt-tab-bg-layer{background-color:var(--tab-bg-solid, transparent)}.hdt-tab-bg--gradient .hdt-tab-bg-layer{background:var(--tab-bg-gradient, transparent)}.hdt-tab-bg--image .hdt-tab-bg-layer{background-image:var(--tab-bg-image, none);background-size:cover;background-position:center;background-repeat:no-repeat}.hdt-tab-bg--video .hdt-tab-bg-layer{overflow:hidden}.hdt-tab-bg-video-inner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.hdt-tab-bg-video-inner video,.hdt-tab-bg-video-inner iframe{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);pointer-events:none;border:none}.hdt-tab-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--tab-bg-overlay-opacity, 0));z-index:1;pointer-events:none}@keyframes hdt-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hdt-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hdt-slide-right{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes hdt-slide-left{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes hdt-zoom-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes hdt-flip-down{0%{opacity:0;transform:perspective(600px) rotateX(-12deg)}to{opacity:1;transform:perspective(600px) rotateX(0)}}[tab-selected] .hdt-collection-products{animation-fill-mode:both;animation-timing-function:cubic-bezier(.22,1,.36,1)}.hdt-entrance-fade-up [tab-selected] .hdt-collection-products{animation-name:hdt-fade-up;animation-duration:var(--tab-anim-duration, .55s)}.hdt-entrance-fade-in [tab-selected] .hdt-collection-products{animation-name:hdt-fade-in;animation-duration:var(--tab-anim-duration, .45s)}.hdt-entrance-slide-right [tab-selected] .hdt-collection-products{animation-name:hdt-slide-right;animation-duration:var(--tab-anim-duration, .5s)}.hdt-entrance-slide-left [tab-selected] .hdt-collection-products{animation-name:hdt-slide-left;animation-duration:var(--tab-anim-duration, .5s)}.hdt-entrance-zoom-in [tab-selected] .hdt-collection-products{animation-name:hdt-zoom-in;animation-duration:var(--tab-anim-duration, .5s)}.hdt-entrance-flip-down [tab-selected] .hdt-collection-products{animation-name:hdt-flip-down;animation-duration:var(--tab-anim-duration, .6s)}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*{animation-name:hdt-fade-up;animation-fill-mode:both;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-duration:var(--tab-anim-duration, .5s)}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*:nth-child(1){animation-delay:0s}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*:nth-child(2){animation-delay:.06s}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*:nth-child(3){animation-delay:.12s}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*:nth-child(4){animation-delay:.18s}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*:nth-child(5){animation-delay:.24s}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*:nth-child(6){animation-delay:.3s}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*:nth-child(7){animation-delay:.36s}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*:nth-child(8){animation-delay:.42s}.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*:nth-child(n+9){animation-delay:.48s}@media(min-width:768px){.hdt-tabs-head.hdt-tabs-inline .hdt-tabs-head>h4{max-width:40%}.hdt-tabs-head.hdt-tabs-inline .hdt-tabs-list{max-width:60%}}@media(max-width:1149px){.hdt-tabs-list .hdt-tabs-item-title.hdt-text-12xl{font-size:24px}.hdt-tabs-list .hdt-tabs-item-title.hdt-text-14xl{font-size:26px}.hdt-tabs-list .hdt-tabs-item-title{padding-bottom:10px}}@media(max-width:767px){.hdt-tabs-head{flex-direction:column;gap:15px}.hdt-tabs-list .hdt-tabs-item-title{padding-bottom:5px}.hdt-tabs-list .hdt-tabs-item-title.hdt-text-lg{font-size:14px}.hdt-tabs-list .hdt-tabs-item-title.hdt-text-12xl{font-size:18px}.hdt-tabs-list .hdt-tabs-item-title.hdt-text-14xl{font-size:20px}.hdt-entrance-flip-down [tab-selected] .hdt-collection-products{animation-name:hdt-fade-up}}@media(prefers-reduced-motion:reduce){[tab-selected] .hdt-collection-products,.hdt-entrance-stagger [tab-selected] .hdt-collection-products>*{animation:none!important}.hdt-tab-bg-layer{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/hdt-tabs-collections.css.map */
