.shoppable-video{display:block}.shoppable-video__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.shoppable-video__heading{margin:0;font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--color-heading, var(--color-body))}.shoppable-video__nav{display:flex;align-items:center;gap:8px;flex-shrink:0}.shoppable-video__nav-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--color-border, #dadce0);border-radius:50%;background:var(--bg-body, #fff);color:var(--color-body);cursor:pointer}.shoppable-video__nav-button svg path{stroke:currentColor}.shoppable-video__nav-button.swiper-button-disabled{opacity:.35;cursor:default}.shoppable-video__viewport{overflow:hidden}.shoppable-video__swiper .swiper-slide{width:160px;height:auto}.shoppable-video__card{height:100%;cursor:pointer}.shoppable-video__media{position:relative;aspect-ratio:9 / 16;overflow:hidden;border-radius:16px;background:var(--color-border, #dadce0)}.shoppable-video__poster,.shoppable-video__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.shoppable-video__poster img,.shoppable-video__media video{width:100%;height:100%;object-fit:cover;display:block}.shoppable-video__poster{z-index:1;transition:opacity .2s ease}.shoppable-video__poster--placeholder svg{width:100%;height:100%;object-fit:cover}.shoppable-video__media video{z-index:0}.shoppable-video__card.is-playing .shoppable-video__poster{opacity:0;pointer-events:none}.shoppable-video__card.is-playing video{z-index:1}.shoppable-video__play{position:absolute;bottom:10px;left:10px;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background-color:#0000001a!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer}.shoppable-video__icon{display:flex;align-items:center;justify-content:center;line-height:0}.shoppable-video__icon[hidden]{display:none}.shoppable-video__play svg,.shoppable-video__play svg path,.shoppable-video__play svg rect{fill:currentColor}.shoppable-video__chip{position:absolute;left:8px;right:8px;bottom:8px;z-index:3}.shoppable-video .product-card-small{display:flex;align-items:center;width:100%;max-width:100%;padding:6px;border:0;border-radius:calc(var(--block-border-radius, 16px) / 2);background:#fffffff2;box-shadow:0 2px 8px #0000001f}.shoppable-video .product-card-small--image{flex-shrink:0;width:36px;margin-right:8px;border-radius:6px;overflow:hidden}[dir=rtl] .shoppable-video .product-card-small--image{margin-right:0;margin-left:8px}.shoppable-video .product-card-small--image img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;display:block}.shoppable-video .product-card-small--info{flex:1;min-width:0;font-size:.75rem}.shoppable-video .product-card-small--link{display:block;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:500;line-height:1.3;color:var(--color-body)}.shoppable-video .product-card-small--add-to-cart{position:relative;display:flex;align-items:center;justify-content:space-between;gap:4px;overflow:visible}.shoppable-video .product-card-small--add-to-cart .price{font-size:.6875rem;transform:none}.shoppable-video .product-card-small:hover .price{transform:none}.shoppable-video .product-card-small--add-to-cart-button{position:relative;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-height:28px;padding:0;border:0;border-radius:50%;background:var(--color-accent, #e76493);color:#fff;transform:none;cursor:pointer}.shoppable-video .product-card-small:hover .product-card-small--add-to-cart-button{transform:none}.shoppable-video .product-card-small--add-to-cart-icon{position:static;width:auto;height:auto;display:flex;align-items:center;justify-content:center}.shoppable-video .product-card-small--add-to-cart-icon svg path{fill:currentColor}.shoppable-video .product-card-small--add-to-cart-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.shoppable-video .product-card-small--add-to-cart-button .loading-overlay{position:absolute;top:50%;left:50%;width:14px;height:14px;transform:translate(-50%,-50%)}.shoppable-video .product-card-small--add-to-cart-button.loading .product-card-small--add-to-cart-icon>svg{opacity:0}.shoppable-video .product-card-small--add-to-cart-button.loading .loading-overlay{display:flex}@media(min-width:768px){.shoppable-video__heading{font-size:1.25rem}.shoppable-video__header{margin-bottom:20px}.shoppable-video__swiper .swiper-slide{width:200px}}.shoppable-video--compact{margin:24px 0}.shoppable-video--compact .shoppable-video__header{margin-bottom:12px}.shoppable-video--compact .shoppable-video__heading{font-size:1rem}.shoppable-video--compact .shoppable-video__nav-button{width:28px;height:28px}.shoppable-video--compact .shoppable-video__swiper .swiper-slide{width:140px}.shoppable-video--compact .shoppable-video__chip{left:4px;right:4px;bottom:4px}.shoppable-video--compact .product-card-small{padding:4px}.shoppable-video--compact .product-card-small--image{width:24px;margin-right:4px}[dir=rtl] .shoppable-video--compact .product-card-small--image{margin-right:0;margin-left:4px}.shoppable-video--compact .product-card-small--link{display:none}@media(min-width:768px){.shoppable-video--compact .shoppable-video__swiper .swiper-slide{width:180px;margin-right:8px}}.shoppable-video-modal{box-sizing:border-box;position:fixed;top:0;left:0;width:100%;height:100%;margin:0;opacity:0;padding:20px;visibility:hidden;z-index:-1;overflow:auto;background:rgba(var(--color-overlay-rgb, 0, 0, 0),.45);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.shoppable-video-modal:focus-visible,.shoppable-video-modal__content:focus-visible{outline:none}.shoppable-video-modal[open]{opacity:1;visibility:visible;z-index:101}.shoppable-video-modal__content{position:relative;width:100%;max-width:100%;max-height:100vh;margin:0 auto;padding:20px 16px 16px;overflow:auto;background:var(--bg-body, #fff);border-radius:var(--block-border-radius, 16px);box-shadow:0 4px 40px #00000040}@media(min-width:768px){.shoppable-video-modal__content{max-width:420px}}.shoppable-video-modal__close{position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:var(--color-border, #dadce0);color:var(--color-body);cursor:pointer}.shoppable-video-modal__close svg{width:12px;height:12px}.shoppable-video-modal__close svg path{stroke:currentColor}.shoppable-video-modal__title{margin:0 40px 16px 0;font-size:1.125rem;font-weight:600;line-height:1.3}.shoppable-video-modal__thumbs{margin-bottom:12px;overflow:hidden}.shoppable-video-modal__thumbs .swiper-slide{width:56px;height:56px;border-radius:50%}.shoppable-video-modal__thumbs .swiper-wrapper{padding:5px}.shoppable-video-modal__thumb{width:56px;height:56px;overflow:hidden;border-radius:50%;cursor:pointer;opacity:.55}.shoppable-video-modal__thumb img,.shoppable-video-modal__thumb svg{width:100%;height:100%;object-fit:cover;display:block}.shoppable-video-modal__thumbs .swiper-slide-thumb-active .shoppable-video-modal__thumb{opacity:1;outline:1px solid var(--color-accent, #333);outline-offset:1px;border-radius:50%}.shoppable-video-modal__viewer{position:relative}.shoppable-video-modal__main{overflow:hidden}.shoppable-video-modal__media{position:relative;aspect-ratio:9 / 16;overflow:hidden;border-radius:var(--block-border-radius, 16px);background:var(--color-border, #dadce0)}.shoppable-video-modal__poster,.shoppable-video-modal__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.shoppable-video-modal__poster img,.shoppable-video-modal__media video{width:100%;height:100%;object-fit:cover;display:block}.shoppable-video-modal__poster{z-index:1}.shoppable-video-modal__main .swiper-slide.is-playing .shoppable-video-modal__poster{opacity:0;pointer-events:none}.shoppable-video-modal__main .swiper-slide.is-playing video{z-index:1}.shoppable-video-modal__nav-wrap{position:absolute;top:0;left:0;right:0;aspect-ratio:9 / 16;pointer-events:none;z-index:2}.shoppable-video-modal__nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;transform:translateY(-50%);background:#ffffffeb;color:var(--color-body);box-shadow:0 2px 8px #0000001f;cursor:pointer;pointer-events:auto}.shoppable-video-modal__nav svg path{stroke:currentColor}.shoppable-video-modal__nav--prev{left:8px}.shoppable-video-modal__nav--next{right:8px}.shoppable-video-modal__nav.swiper-button-disabled{opacity:.35;cursor:default}.shoppable-video-modal__product{margin-top:12px;position:absolute;bottom:0;left:0;z-index:2;width:100%;padding:10px}.shoppable-video-modal .product-card-small{display:flex;align-items:center;width:100%;max-width:100%;padding:10px;border:1px solid var(--color-border, #dadce0);border-radius:12px;background:var(--bg-body, #fff)}.shoppable-video-modal .product-card-small--image{flex-shrink:0;width:56px;margin-right:12px;border-radius:8px;overflow:hidden}[dir=rtl] .shoppable-video-modal .product-card-small--image{margin-right:0;margin-left:12px}.shoppable-video-modal .product-card-small--image img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;display:block}.shoppable-video-modal .product-card-small--info{flex:1;min-width:0;font-size:.8125rem}.shoppable-video-modal .product-card-small--link{display:block;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;color:var(--color-body);width:80%}.shoppable-video-modal .product-card-small--add-to-cart{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px;overflow:visible}.shoppable-video-modal .product-card-small--add-to-cart .price,.shoppable-video-modal .product-card-small:hover .price{font-size:.8125rem;transform:none}.shoppable-video-modal .product-card-small--add-to-cart-button{position:relative;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-height:36px;padding:0;border:0;border-radius:50%;background:var(--color-accent, #e76493);color:#fff;transform:none;cursor:pointer}.shoppable-video-modal .product-card-small:hover .product-card-small--add-to-cart-button{transform:none}.shoppable-video-modal .product-card-small--add-to-cart-icon{position:static;width:auto;height:auto;display:flex;align-items:center;justify-content:center}.shoppable-video-modal .product-card-small--add-to-cart-icon svg path{fill:currentColor}.shoppable-video-modal .product-card-small--add-to-cart-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.shoppable-video-modal .product-card-small--add-to-cart-button .loading-overlay{position:absolute;top:50%;left:50%;width:14px;height:14px;transform:translate(-50%,-50%)}.shoppable-video-modal .product-card-small--add-to-cart-button.loading .product-card-small--add-to-cart-icon>svg{opacity:0}.shoppable-video-modal .product-card-small--add-to-cart-button.loading .loading-overlay{display:flex}@media(min-width:768px){.shoppable-video-modal{padding:24px;width:100%}.shoppable-video-modal__content{padding:24px}}.shoppable-video-modal .cart-discount-price{display:none}
/*# sourceMappingURL=/cdn/shop/t/14/assets/shoppable-video.css.map */
