.section-home-video-carousel{position:relative;overflow:hidden}.section-home-video-carousel .slider-controls-wrapper{display:none!important}.home-video-carousel__wrapper slider-component{display:block;position:relative}.home-video-carousel__scroller{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.6rem;padding:0;margin:0}.home-video-carousel__wrapper slider-component.slider-component-full-width{--desktop-margin-left-first-item: .75rem}.home-video-carousel__scroller.slider--desktop{scroll-padding-left:.75rem!important}.home-video-carousel__scroller.slider--desktop .home-video-carousel__item:first-child{margin-left:.75rem!important;scroll-margin-left:.75rem!important}.home-video-carousel__scroller.slider--desktop:after{padding-left:.75rem!important;margin-left:calc(-1 * var(--grid-desktop-horizontal-spacing))}.home-video-carousel__scroller.slider--tablet{scroll-padding-left:.75rem!important}.home-video-carousel__scroller.slider--tablet:after{padding-left:.75rem!important;margin-left:calc(-1 * var(--grid-desktop-horizontal-spacing))}.home-video-carousel__scroller::-webkit-scrollbar{display:none}@media screen and (min-width:990px){.home-video-carousel__scroller{padding:0 .75rem;gap:2rem}}@media screen and (max-width:749px){.home-video-carousel__scroller{padding-left:.75rem;padding-right:.75rem}}.home-video-carousel__item{display:list-item;position:relative;flex-shrink:0;scroll-snap-align:start;overflow:hidden;border-radius:12px;width:28rem;height:48rem;list-style:none}@media screen and (max-width:749px){.home-video-carousel__item{width:66vw;height:100vw}}.home-video-carousel__card{display:block;position:relative;width:100%;height:100%;overflow:hidden;border-radius:12px;background:#000}.home-video-carousel__media-wrapper{display:block;position:relative;width:100%;height:100%;cursor:pointer}.home-video-carousel__media-wrapper:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:linear-gradient(180deg,#0003,#0000 30%,#0000001a)}.home-video-carousel__media{display:block;width:100%;height:100%;object-fit:cover}.home-video-carousel__badges{display:flex;flex-direction:column;align-items:flex-start;position:absolute;top:1rem;left:1rem;gap:.5rem;z-index:2;pointer-events:none}.home-video-carousel__badges .badge{display:inline-block;padding:.5rem 1.3rem;font-size:1rem;font-weight:700;letter-spacing:.1rem;line-height:1;text-transform:uppercase;border-radius:var(--badge-corner-radius)}.home-video-carousel__badges .badge--ribbon{display:block;position:relative;padding:5px 10px;font-size:10px;margin-bottom:5px}.home-video-carousel__badge{display:inline-block;padding:.4rem 1rem;font-size:1.1rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:4px;background:#fffffff2;color:#000;box-shadow:0 2px 4px #0000001a}.home-video-carousel__overlay{display:flex;flex-direction:column;justify-content:flex-end;position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;background:linear-gradient(0deg,#000000e6,#0009 60%,#0000);z-index:0}.home-video-carousel__overlay-link{display:block;text-decoration:none;color:#fff}.home-video-carousel__info{display:block;margin-bottom:1.2rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.home-video-carousel__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 .4rem;font-size:1.4rem;font-weight:600;line-height:1.3;color:#fff}.home-video-carousel__price{display:block;font-size:1.3rem;font-weight:700;color:#fff}.home-video-carousel__shop-btn{display:block;width:100%;padding:1rem;border:none;border-radius:4px;font-size:1.4rem;font-weight:700;letter-spacing:.05em;text-align:center;text-transform:uppercase;cursor:pointer;transition:opacity .2s}.home-video-carousel__shop-btn:hover{opacity:.9}.slider-button{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:#fff;box-shadow:0 4px 12px #0000001a;color:rgb(var(--color-foreground));cursor:pointer;z-index:10;transition:all .2s ease}.slider-button:hover{background-color:#f3f4f6;transform:translateY(-50%) scale(1.05)}.slider-button[disabled]{display:flex;opacity:.5;background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;pointer-events:none;box-shadow:none}.slider-button--prev{left:.75rem}.slider-button--next{right:.75rem}.slider-button .svg-wrapper{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.slider-button .icon{display:block;width:100%;height:100%}@media screen and (max-width:749px){.slider-button{display:none!important}}.home-video-carousel__modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:900px;margin:0;padding:0;border:none;background:transparent;overflow:visible;z-index:8}.home-video-carousel__modal[open]{display:block}@media screen and (max-width:749px){.home-video-carousel__modal{width:100%;max-width:100%;height:100vh;max-height:100vh;margin:0;border-radius:0;touch-action:none}}@media screen and (max-width:374px){.home-video-carousel__modal{width:100%;max-width:100%}}.home-video-carousel__modal::backdrop{background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:7}.home-video-carousel__modal-content{display:flex;flex-direction:column;position:relative;width:100%;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 10px 25px #00000080}@media screen and (max-width:749px){.home-video-carousel__modal-content{height:100vh;border-radius:0;box-shadow:none;background:#000}}.home-video-carousel__modal-body{display:flex;flex-direction:column;width:100%;overflow:hidden;max-height:90vh;height:auto;min-height:60vh}@media screen and (max-width:749px){.home-video-carousel__modal-body{position:relative;height:100vh;max-height:100vh;min-height:100vh;touch-action:pan-y;-webkit-overflow-scrolling:touch}}@media screen and (min-width:750px){.home-video-carousel__modal-body{flex-direction:row;max-height:90vh;height:auto;min-height:70vh;overflow-y:hidden}}@media screen and (max-width:374px){.home-video-carousel__modal-body{max-height:95vh;min-height:50vh}}.home-video-carousel__close-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:10px;right:10px;width:36px;height:36px;border:none;border-radius:50%;background:#0009;color:#fff;cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s}@media screen and (max-width:749px){.home-video-carousel__close-btn{top:15px;right:15px;width:40px;height:40px}}.home-video-carousel__close-btn:hover{background:#000c;transform:scale(1.05)}.home-video-carousel__mute-btn{display:flex;align-items:center;justify-content:center;position:absolute;bottom:10px;right:10px;width:36px;height:36px;border:none;border-radius:50%;background:#0009;color:#fff;cursor:pointer;z-index:15;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s}.home-video-carousel__nav-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;background:#ffffffe6;color:#000;cursor:pointer;z-index:25;box-shadow:0 4px 12px #00000026;transition:all .2s ease}.home-video-carousel__nav-btn:hover:not([disabled]){background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0003}.home-video-carousel__nav-btn[disabled]{opacity:.3;cursor:not-allowed;pointer-events:none}@media screen and (min-width:750px){.home-video-carousel__nav-btn--prev{left:-60px}.home-video-carousel__nav-btn--next{right:-60px}}.home-video-carousel__nav-btn svg{width:24px;height:24px;display:block}@media screen and (max-width:749px){.home-video-carousel__nav-btn{display:none!important}}@media screen and (max-width:749px){.home-video-carousel__mute-btn{top:15px;right:65px;bottom:auto;width:40px;height:40px}}@media screen and (min-width:750px){.home-video-carousel__mute-btn{top:10px;bottom:auto}}.home-video-carousel__mute-btn:hover{background:#000c;transform:scale(1.05)}.home-video-carousel__mute-btn svg{display:block;width:20px;height:20px}.home-video-carousel__modal-media{display:flex;align-items:center;justify-content:center;position:relative;width:100%;flex-shrink:0;min-height:0;max-width:100%;aspect-ratio:9 / 16;background:#000}@media screen and (max-width:749px){.home-video-carousel__modal-media{position:absolute;top:0;left:0;width:100%;height:100vh;aspect-ratio:unset;touch-action:none;user-select:none;-webkit-user-select:none;will-change:transform;transform:translateY(0);transition:transform .3s ease-out}}@media screen and (min-width:750px){.home-video-carousel__modal-media{width:50%;flex:0 0 50%;height:auto;max-height:100%;min-height:0;aspect-ratio:9 / 16;max-width:50vw}}@media screen and (min-width:1200px){.home-video-carousel__modal-media{max-width:450px}}@media screen and (min-width:750px)and (max-width:989px){.home-video-carousel__modal-media{max-width:45vw}}@media screen and (max-width:374px){.home-video-carousel__modal-media{aspect-ratio:9 / 16;max-width:100vw}}.home-video-carousel__modal-video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}@media screen and (max-width:749px){.home-video-carousel__modal-video{object-fit:cover;pointer-events:none;transition:opacity .3s ease}}@media screen and (min-width:750px){.home-video-carousel__modal-video{max-width:100%;max-height:100%}}.home-video-carousel__modal-info[style*="display: none"]~*,.home-video-carousel__modal-body:has(.home-video-carousel__modal-info[style*="display: none"]) .home-video-carousel__modal-media{width:100%!important;max-width:100%!important;flex:1 1 100%!important}@media screen and (min-width:750px){.home-video-carousel__modal-body:has(.home-video-carousel__modal-info[style*="display: none"]) .home-video-carousel__modal-media{width:100%!important;max-width:100%!important;flex:1 1 100%!important}}.home-video-carousel__modal-info{display:flex;flex-direction:column;width:100%;padding:1.5rem;overflow-y:auto;gap:1rem;background:#fff;flex:1;min-height:0;-webkit-overflow-scrolling:touch}.home-video-carousel__modal-body:has(.home-video-carousel__modal-info[style*="display: none"]) .home-video-carousel__modal-media{width:100%!important;max-width:100%!important;flex:1 1 100%!important}@media screen and (max-width:749px){.home-video-carousel__modal-info{position:absolute;bottom:0;left:0;right:0;width:100%;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.85) 70%,transparent 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;flex:none;overflow:visible;will-change:transform;transform:translateY(0);transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.home-video-carousel__modal-info *{pointer-events:auto}}@media screen and (min-width:750px){.home-video-carousel__modal-info{width:50%;flex:0 0 50%;height:100%;padding:2rem;gap:1.5rem}}.home-video-carousel__product-details{display:flex;flex-direction:column;gap:.5rem;height:100%}@media screen and (max-width:749px){.home-video-carousel__product-details{display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto auto;align-items:start;gap:1rem;height:auto}.home-video-carousel__product-image-wrapper{display:flex!important;grid-column:1;grid-row:1 / 3;margin:0}.home-video-carousel__product-title{grid-column:2;grid-row:1;margin:0 0 .3rem;padding-left:1rem}.home-video-carousel__product-price{grid-column:2;grid-row:2;margin:0;padding-left:1rem}.home-video-carousel__actions,.home-video-carousel__actions--mobile{grid-column:1 / -1;grid-row:3;margin-top:1rem}}.home-video-carousel__product-image-wrapper{display:block}@media screen and (max-width:749px){.home-video-carousel__product-image-wrapper{display:flex!important}}.home-video-carousel__product-thumb{display:block;width:120px;height:120px;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0}@media screen and (max-width:749px){.home-video-carousel__product-thumb{width:80px;height:80px;border:2px solid rgba(255,255,255,.3);flex-shrink:0}}.home-video-carousel__product-title{display:block;margin:0;font-size:1.8rem;font-weight:700;line-height:1.2;color:#333}@media screen and (max-width:749px){.home-video-carousel__product-title{font-size:1.4rem;color:#fff}}.home-video-carousel__product-description{display:block;font-size:1.4rem;color:#666;line-height:1.5;margin:.5rem 0}@media screen and (max-width:749px){.home-video-carousel__product-description{display:none}}.home-video-carousel__product-price{display:block;margin:1rem 0}@media screen and (max-width:749px){.home-video-carousel__product-price{margin:0}.home-video-carousel__product-price .price-label-wrapper{gap:.2rem}.home-video-carousel__product-price .price-label{display:none}}.home-video-carousel__product-price .price-label-wrapper{display:flex;flex-direction:column;gap:.5rem}.home-video-carousel__product-price .price-label{display:none;font-size:1.4rem;font-weight:600;color:#333}.home-video-carousel__product-price .price{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.home-video-carousel__product-price .price__container{display:flex;align-items:center;gap:1rem}.home-video-carousel__product-price .price__regular{display:flex;align-items:center}.home-video-carousel__product-price .price__sale{display:flex;align-items:center;gap:1rem}.home-video-carousel__product-price .price__sale~.price__regular{display:none}.home-video-carousel__product-price .price-item{display:inline-block;font-size:1.6rem;font-weight:600;color:#000;line-height:1}.home-video-carousel__product-price .price-item--sale{color:#d32f2f}.home-video-carousel__product-price .price-item--regular:not(.price-item--sale){color:#000}.home-video-carousel__product-price s.price-item{display:inline-block;font-size:1.4rem;font-weight:400;color:#999;text-decoration:line-through}.home-video-carousel__product-compare-price{display:inline-block;font-size:1.4rem;color:#888;margin-left:.5rem}@media screen and (max-width:749px){.home-video-carousel__product-price .price-item{font-size:1.3rem;color:#fff}.home-video-carousel__product-price .price-item--sale{color:#4caf50!important}.home-video-carousel__product-price .price-item--regular:not(.price-item--sale){color:#fff!important}.home-video-carousel__product-price s.price-item{color:#ffffffb3;font-size:1.1rem}}.home-video-carousel__variant-picker{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:749px){.home-video-carousel__variant-picker{display:none}}.home-video-carousel__option-group{display:block;border:none;padding:0;margin:0}.home-video-carousel__option-label{display:block;font-size:1.4rem;font-weight:600;color:#333;margin-bottom:.8rem}.home-video-carousel__option-label span{font-weight:400;color:#666}.home-video-carousel__option-values{display:flex;flex-wrap:wrap;gap:.8rem}.home-video-carousel__option-values--color{gap:1rem}.home-video-carousel__swatch-wrapper{display:block;position:relative}.home-video-carousel__swatch-input{display:none;position:absolute;opacity:0;pointer-events:none}.home-video-carousel__swatch-label{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.8rem 1.2rem;border:2px solid #ddd;border-radius:4px;background:#fff;font-size:1.4rem;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease}.home-video-carousel__swatch-label:hover{border-color:#999}.home-video-carousel__swatch-input:checked+.home-video-carousel__swatch-label{border-color:#000;background:#f5f5f5}.home-video-carousel__swatch-input:disabled+.home-video-carousel__swatch-label{display:inline-flex;position:relative;opacity:.4;cursor:not-allowed}.home-video-carousel__swatch-input:disabled+.home-video-carousel__swatch-label:after{content:"";display:block;position:absolute;top:50%;left:10%;right:10%;height:1px;background:#999;transform:rotate(-45deg)}.home-video-carousel__swatch-label--color{display:inline-flex;position:relative;width:36px;height:36px;min-width:36px;min-height:36px;padding:0;border-radius:50%;border:2px solid transparent;background:transparent;overflow:visible}.home-video-carousel__swatch-label--color:hover{border-color:#0000004d}.home-video-carousel__swatch-input:checked+.home-video-carousel__swatch-label--color{border-color:#000;box-shadow:0 0 0 1px #fff,0 0 0 3px #000}.home-video-carousel__swatch-label--color .swatch{display:block;width:32px;height:32px;border-radius:50%}.home-video-carousel__actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}@media screen and (max-width:749px){.home-video-carousel__product-form--desktop{display:none}.home-video-carousel__actions--mobile{display:flex;margin-top:1rem}.home-video-carousel__actions:not(.home-video-carousel__actions--mobile){display:none}}@media screen and (min-width:750px){.home-video-carousel__actions--mobile{display:none}.home-video-carousel__product-form--desktop{display:block}}.home-video-carousel__shop-now-btn{display:block;width:100%;padding:1rem;border:none;border-radius:8px;font-size:1.4rem;font-weight:700;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#fff;color:#000;cursor:pointer;transition:opacity .2s}.home-video-carousel__shop-now-btn:hover{opacity:.9}.home-video-carousel__add-to-cart{display:block;width:100%;padding:1.2rem;border:none;background-color:#000;color:#fff;font-weight:700;text-transform:uppercase;cursor:pointer;transition:opacity .2s}.home-video-carousel__add-to-cart:disabled{opacity:.6;cursor:not-allowed;background-color:#555}.home-video-carousel__more-info{display:inline-block;width:100%;padding:1rem;border:1px solid #000;border-radius:0;font-weight:600;text-align:center;text-decoration:none;text-transform:uppercase;color:#000;transition:background-color .2s}.home-video-carousel__more-info:hover{background-color:#f0f0f0}.visually-hidden{position:absolute;display:block;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-home-video-carousel.css.map */
