stack-shoppable-slides-section{display:block}.stack--shoppable-slides{width:100%;overflow:hidden;position:relative;background:var(--bg-color, transparent);padding:var(--padding-top, 60px) 0 var(--padding-bottom, 60px) 0}.stack--shoppable-slides-container{position:relative;max-width:var(--container-width, 1400px);margin:0 auto;padding:0 20px}.stack--shoppable-slides-wrapper{position:relative;width:100%}.stack--shoppable-slides-header{text-align:center;margin-bottom:50px}.stack--shoppable-slides-title{font-size:var(--title-font-size, 48px);line-height:1.2;margin-bottom:20px;color:var(--title-color, #000000);font-family:var(--heading-font-stack, inherit);font-style:var(--heading-font-style, normal);font-weight:var(--heading-font-weight, 700)}.stack--shoppable-slides-description{font-size:var(--description-font-size, 18px);color:var(--description-color, #666666);line-height:1.6;max-width:700px;margin:0 auto;font-family:var(--body-font-stack, inherit);font-style:var(--body-font-style, normal);font-weight:var(--body-font-weight, 400)}.stack--shoppable-slides-swiper{position:relative;width:100%}.stack--shoppable-slides-swiper.swiper{overflow:visible}.stack--shoppable-slides-swiper .swiper-wrapper{display:flex;align-items:stretch}.stack--shoppable-slides-swiper .swiper-slide{width:var(--desktop-slide-width, 300px);height:auto;display:flex;transition:transform .3s ease,opacity .3s ease}.stack--shoppable-slides-swiper[data-highlight=true] .swiper-slide:not(.swiper-slide-active){opacity:.6}.stack--shoppable-slides-swiper .swiper-slide-shadow-left,.stack--shoppable-slides-swiper .swiper-slide-shadow-right{border-radius:var(--slide-border-radius, 20px)}.stack--shoppable-slides-slide{position:relative;width:100%;border-radius:var(--slide-border-radius, 20px);overflow:hidden;background:#000;aspect-ratio:9/16;display:flex;flex-direction:column}.stack--shoppable-slides-video-container{position:relative;width:100%;height:100%;overflow:hidden}.stack--shoppable-slides-video{width:100%;height:100%;object-fit:cover;display:block}.stack--shoppable-slides-video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af;gap:20px}.stack--shoppable-slides-placeholder-img{width:100%;height:100%;object-fit:cover}.stack--shoppable-slides-play-button{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0;width:var(--play-button-size, 50px);height:var(--play-button-size, 50px);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stack--shoppable-slides-play-button:hover{background:#ffffff4d;transform:scale(1.05)}.stack--shoppable-slides-play-button:focus{outline:2px solid #ffffff;outline-offset:2px}.stack--shoppable-slides-play-icon,.stack--shoppable-slides-pause-icon{width:80%;height:80%;color:#fff}.stack--shoppable-slides-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,var(--overlay-opacity, .6)) 0%,transparent 50%);pointer-events:none;z-index:1}.stack--shoppable-slides-content{position:absolute;bottom:0;left:0;right:0;padding:40px 30px;z-index:2;display:flex;flex-direction:column;gap:15px}.stack--shoppable-slides-text-group{display:flex;flex-direction:column;gap:8px}.stack--shoppable-slides-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%}.stack--shoppable-slides-slide-title{font-size:var(--slide-title-font-size, 28px);line-height:1.2;color:var(--slide-title-color, #ffffff);font-family:var(--heading-font-stack, inherit);font-style:var(--heading-font-style, normal);font-weight:var(--heading-font-weight, 700);margin:0}.stack--shoppable-slides-slide-description{font-size:var(--slide-description-font-size, 16px);color:var(--slide-description-color, #f3f4f6);line-height:1.5;font-family:var(--body-font-stack, inherit);font-style:var(--body-font-style, normal);font-weight:var(--body-font-weight, 400)}.stack--shoppable-slides-button{display:inline-flex;align-items:center;justify-content:center;background:var(--button-bg-color, #ffffff);color:var(--button-text-color, #000000);padding:14px 28px;border-radius:8px;font-size:var(--button-font-size, 16px);font-weight:600;text-decoration:none;transition:all .3s ease;font-family:var(--body-font-stack, inherit);border:none;cursor:pointer;white-space:nowrap}.stack--shoppable-slides-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.stack--shoppable-slides-button:focus{outline:2px solid #ffffff;outline-offset:2px}.stack--shoppable-slides-swiper .swiper-button-next,.stack--shoppable-slides-swiper .swiper-button-prev{color:#fff;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;width:50px;height:50px;margin-top:-25px;transition:all .2s ease}.stack--shoppable-slides-swiper .swiper-button-next:hover,.stack--shoppable-slides-swiper .swiper-button-prev:hover{background:#ffffff4d;transform:scale(1.05)}.stack--shoppable-slides-swiper .swiper-button-next:after,.stack--shoppable-slides-swiper .swiper-button-prev:after{font-size:20px;font-weight:900}.stack--shoppable-slides-placeholder-wrap{text-align:center;padding:100px 20px;border:2px dashed #d1d5db;border-radius:20px;background:#f8fafc}.stack--shoppable-slides-placeholder-text{margin:0;color:#6b7280;font-size:20px;font-weight:500}.stack--shoppable-slides-fade.stack--shoppable-slides-initial-load .swiper-wrapper>.swiper-slide:not(.swiper-slide-duplicate){opacity:0;animation:stack-shoppable-slides-fade-in .8s ease-out forwards}.stack--shoppable-slides-fade.stack--shoppable-slides-initial-load .swiper-wrapper>.swiper-slide:not(.swiper-slide-duplicate):nth-child(1){animation-delay:.1s}.stack--shoppable-slides-fade.stack--shoppable-slides-initial-load .swiper-wrapper>.swiper-slide:not(.swiper-slide-duplicate):nth-child(2){animation-delay:.2s}.stack--shoppable-slides-fade.stack--shoppable-slides-initial-load .swiper-wrapper>.swiper-slide:not(.swiper-slide-duplicate):nth-child(3){animation-delay:.3s}.stack--shoppable-slides-fade.stack--shoppable-slides-initial-load .swiper-wrapper>.swiper-slide:not(.swiper-slide-duplicate):nth-child(4){animation-delay:.4s}.stack--shoppable-slides-fade.stack--shoppable-slides-initial-load .swiper-wrapper>.swiper-slide:not(.swiper-slide-duplicate):nth-child(5){animation-delay:.5s}@keyframes stack-shoppable-slides-fade-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 1024px){.stack--shoppable-slides-header{margin-bottom:40px}.stack--shoppable-slides-title{font-size:calc(var(--title-font-size, 48px) * .8)}.stack--shoppable-slides-content{padding:30px 25px}.stack--shoppable-slides-slide-title{font-size:calc(var(--slide-title-font-size, 28px) * .9)}}@media screen and (max-width: 768px){.stack--shoppable-slides-title{font-size:calc(var(--title-font-size, 48px) * .65)}.stack--shoppable-slides-description{font-size:calc(var(--description-font-size, 18px) * .9)}.stack--shoppable-slides-swiper .swiper-slide{width:var(--mobile-slide-width, 300px)}.stack--shoppable-slides-content{padding:25px 20px}.stack--shoppable-slides-slide-title{font-size:calc(var(--slide-title-font-size, 28px) * .8)}.stack--shoppable-slides-button{padding:12px 20px;font-size:calc(var(--button-font-size, 16px) * .9)}.stack--shoppable-slides-actions{gap:10px}.stack--shoppable-slides-play-button{width:calc(var(--play-button-size, 50px) * .8);height:calc(var(--play-button-size, 50px) * .8)}.stack--shoppable-slides-swiper .swiper-button-next,.stack--shoppable-slides-swiper .swiper-button-prev{width:40px;height:40px;margin-top:-20px}.stack--shoppable-slides-swiper .swiper-button-next:after,.stack--shoppable-slides-swiper .swiper-button-prev:after{font-size:16px}}@media screen and (max-width: 480px){.stack--shoppable-slides-swiper .swiper-slide{width:var(--mobile-slide-width, 280px)}}@media print{.stack--shoppable-slides{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
