.shoppable-video{--sv-card-width: min(clamp(130px, 10.65vw, 150px), calc(56.25dvh - 67.5px) );--sv-launcher-width: clamp(150px, 11.75vw, 162px);--sv-control-size: 34px;--sv-radius: 16px;--sv-overlay-z-index: 102;--sv-launcher-z-index: 100;position:fixed;bottom:max(var(--sv-bottom-offset),env(safe-area-inset-bottom));z-index:var(--sv-launcher-z-index);font-family:var(--font-body-family);color:#171717;transition:bottom .3s ease}.shoppable-video--left{left:max(var(--sv-side-offset),env(safe-area-inset-left));bottom:max(calc(var(--sv-bottom-offset) + 72px),env(safe-area-inset-bottom))}.shoppable-video--right{right:max(var(--sv-side-offset),env(safe-area-inset-right))}.shoppable-video [hidden]{display:none!important}.shoppable-video button,.shoppable-video a{-webkit-tap-highlight-color:transparent}.shoppable-video svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.shoppable-video__teaser{position:relative;width:var(--sv-card-width);max-width:calc(100vw - 56px)}.shoppable-video__teaser-card{display:block;position:relative;width:100%;aspect-ratio:9 / 16;max-height:calc(100dvh - 120px);overflow:hidden;padding:0;border:1px solid rgba(0,0,0,.09);border-radius:var(--sv-radius);background:#fff;box-shadow:0 16px 45px #0000002e;cursor:pointer}.shoppable-video__teaser-poster,.shoppable-video__teaser-preview{display:block;width:100%;height:100%;object-fit:cover;opacity:1}.shoppable-video__teaser-brand{display:none}.shoppable-video__teaser-brand img{width:min(72%,190px);height:auto;max-height:88px;object-fit:contain}.shoppable-video__teaser-brand strong{font-family:var(--font-heading-family);font-size:clamp(28px,2.5vw,40px);line-height:.98}.shoppable-video__teaser-brand span{font-size:12px;line-height:1.3;letter-spacing:.04em}.shoppable-video__teaser-close{position:absolute;top:-8px;right:-8px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:50%;color:#171717;background:#fff;box-shadow:0 2px 8px #00000029;cursor:pointer}.shoppable-video__watch{display:flex;align-items:center;justify-content:center;gap:5px;width:116px;min-width:0;min-height:35px;margin:8px 8px 0 auto;padding:6px 10px;position:relative;border:0;border-radius:999px;color:#fff;background:#171717;box-shadow:0 2px 8px #0003;cursor:pointer;font-size:10px}.shoppable-video__live-dot{width:6px;height:6px;border-radius:50%;background:#f04444;box-shadow:0 0 0 2px #f0444433}.shoppable-video__watch-copy{display:flex;flex-direction:column;gap:1px;line-height:1.1;text-align:left}.shoppable-video__watch-copy strong{font-size:10px;font-weight:700}.shoppable-video__watch-copy small{color:#ffffffc2;font-size:9px}.shoppable-video__launcher{position:relative;width:var(--sv-launcher-width);height:48px;min-height:48px;border-radius:24px;background:#fff;box-shadow:0 4px 16px #00000029;overflow:hidden}.shoppable-video__launcher-open{display:grid;grid-template-columns:48px minmax(0,1fr) 16px;align-items:center;width:100%;height:48px;min-height:48px;padding:0 11px 0 0;overflow:hidden;border:0;border-radius:inherit;text-align:left;color:#171717;background:transparent;cursor:pointer}.shoppable-video__launcher-thumb{position:relative;align-self:stretch;height:48px;min-height:0;overflow:hidden;border-radius:38px 12px 12px 38px}.shoppable-video__launcher-thumb,.shoppable-video__chevron{display:block}.shoppable-video__launcher-thumb{border-radius:24px 8px 8px 24px}.shoppable-video__launcher-thumb img{display:block;width:100%;height:48px;object-fit:cover}.shoppable-video__play-icon{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#111;background:#ffffffe6;transform:translate(-50%,-50%)}.shoppable-video__play-icon svg{width:12px;height:12px;margin-left:2px;fill:currentColor;stroke:none}.shoppable-video__launcher-copy{display:flex;flex-direction:column;gap:2px;padding:0 8px;line-height:1.15;text-align:left}.shoppable-video__launcher-copy strong{font-size:12px;white-space:nowrap}.shoppable-video__launcher-copy span{font-size:10px;color:#6b6b6b}.shoppable-video__chevron{width:16px;height:16px}.shoppable-video__launcher-dismiss{position:absolute;top:-8px;right:8px;display:none;place-items:center;width:32px;height:32px;padding:0;border:1px solid #ececec;border-radius:50%;color:#3c3c3c;background:#fff;box-shadow:0 4px 12px #00000024;cursor:pointer}.shoppable-video__launcher-dismiss svg{width:14px;height:14px}.shoppable-video__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--sv-overlay-z-index);display:grid;place-items:center;width:100vw;height:100dvh;padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}.shoppable-video__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#070708e6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:default}.shoppable-video__modal-close{position:absolute;top:max(44px,env(safe-area-inset-top));right:max(calc(50% - 530px),env(safe-area-inset-right));z-index:5;display:grid;place-items:center;width:34px;height:40px;padding:0;border:2px solid rgba(255,255,255,.9);border-radius:0;color:#fff;background:transparent;cursor:pointer}.shoppable-video__modal-close svg{width:26px;height:26px}.shoppable-video__viewer{position:relative;z-index:2;display:flex;align-items:center;height:min(82dvh,628px)}.shoppable-video__stage{position:relative;width:min(46dvh,354px);height:min(82dvh,628px);max-width:calc(100vw - 260px);overflow:hidden;border-radius:22px;color:#fff;background:#0c0c0d;box-shadow:0 20px 70px #0000008c;outline:none;touch-action:pan-x}.shoppable-video__stage:focus-visible{box-shadow:0 0 0 3px #fff,0 20px 70px #0000008c}.shoppable-video__media,.shoppable-video__media video,.shoppable-video__media iframe,.shoppable-video__fallback-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.shoppable-video__media video,.shoppable-video__fallback-poster{object-fit:cover}.shoppable-video__media iframe{border:0}.shoppable-video__progress{position:absolute;top:10px;right:12px;left:12px;z-index:5;height:3px;overflow:hidden;border-radius:99px;background:#ffffff47}.shoppable-video__progress span{display:block;width:0;height:100%;border-radius:inherit;background:#fff}.shoppable-video__loader{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;background:#00000029}.shoppable-video__loader>span:first-child{width:42px;height:42px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:shoppable-video-spin .75s linear infinite}.shoppable-video__error{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;text-align:center;background:#0000009e}.shoppable-video__error p{margin:0;font-size:16px}.shoppable-video__error button{min-height:44px;padding:8px 18px;border:1px solid #fff;border-radius:99px;color:#111;background:#fff}.shoppable-video__sound{position:absolute;top:24px;right:14px;z-index:6;display:grid;place-items:center;width:var(--sv-control-size);height:var(--sv-control-size);padding:0;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:#fff;background:#0006;cursor:pointer}.shoppable-video__sound svg{width:22px;height:22px}.shoppable-video__sound:not(.is-muted) .shoppable-video__icon-muted,.shoppable-video__sound.is-muted .shoppable-video__icon-sound{display:none}.shoppable-video__actions{position:absolute;z-index:6;right:12px;bottom:210px;display:flex;align-items:center;flex-direction:column;gap:12px}.shoppable-video__actions button{display:flex;align-items:center;flex-direction:column;gap:3px;min-width:48px;min-height:48px;padding:4px;border:0;color:#fff;background:transparent;filter:drop-shadow(0 2px 5px rgba(0,0,0,.75));cursor:pointer}.shoppable-video__actions svg{width:28px;height:28px}.shoppable-video__actions span{font-size:10px}.shoppable-video__actions [aria-pressed=true] svg{fill:#f04b64;color:#f04b64}.shoppable-video__product{position:absolute;right:12px;bottom:36px;left:12px;z-index:6;display:grid;grid-template-columns:70px minmax(0,1fr);gap:10px;min-height:110px;padding:8px;border:1px solid rgba(255,255,255,.25);border-radius:18px;color:#171717;background:#fffffff5;box-shadow:0 8px 28px #00000040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.shoppable-video__product>img{width:70px;height:88px;border-radius:10px;object-fit:cover}.shoppable-video__product-info{min-width:0}.shoppable-video__product h2{display:-webkit-box;overflow:hidden;margin:1px 0 4px;font-size:13px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shoppable-video__price{display:flex;align-items:center;flex-wrap:wrap;gap:5px 8px;margin-bottom:6px;font-size:12px;font-weight:700}.shoppable-video__price s{color:#777;font-weight:400}.shoppable-video__discount{padding:2px 6px;border-radius:99px;color:#8c2432;background:#ffe5e9;font-size:10px}.shoppable-video__view-more{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 14px;border:0;border-radius:8px;color:#fff;text-decoration:none;background:#7856ef;font-size:11px;font-weight:700}.shoppable-video__buynow.rzp-buynow-skin{display:inline-block;width:auto;border-radius:8px}.shoppable-video__buynow .rzp-buynow{min-height:32px;padding:4px 8px;gap:6px}.shoppable-video__buynow .rzp-buynow__label{font-size:11px;letter-spacing:.08rem}.shoppable-video__buynow .rzp-buynow__badge{width:18px;height:18px}.shoppable-video__buynow .rzp-buynow__badge svg{width:11px;height:11px}.shoppable-video__buynow .rzp-buynow__chevron svg{width:12px;height:12px}.shoppable-video__buynow .rzp-buynow__powered{display:none}.shoppable-video__buynow-subtext{margin:4px 0 0;font-size:9px;color:#6b6b6b;line-height:1.2}.shoppable-video__buynow .shopify-payment-button__button{border-radius:8px!important}.shoppable-video__nav{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:50px;height:50px;padding:0;border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#fff;background:#00000073;transform:translateY(-50%);cursor:pointer}.shoppable-video__nav:disabled{opacity:.25;cursor:default}.shoppable-video__nav--previous{left:-72px}.shoppable-video__nav--next{right:-72px}.shoppable-video__next-preview{position:absolute;z-index:-1;top:50%;left:calc(100% + 92px);width:min(33dvh,280px);height:min(62dvh,560px);overflow:hidden;border-radius:20px;opacity:.55;transform:translateY(-50%)}.shoppable-video__next-preview img{width:100%;height:100%;object-fit:cover}body.shoppable-video-open{overflow:hidden}body.shoppable-video-open .whatsapp-chat-button{visibility:hidden}@media(max-width:749px){body.sticky-buy-active .whatsapp-chat-button{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}}@keyframes shoppable-video-spin{to{transform:rotate(360deg)}}@media(max-width:989px){.shoppable-video{--sv-card-width: min(110px, calc(100vw - 40px) )}.shoppable-video__next-preview{display:none}.shoppable-video__stage{max-width:calc(100vw - 110px)}.shoppable-video__nav--previous{left:-56px}.shoppable-video__nav--next{right:-56px}}@media(max-width:749px){.shoppable-video{--sv-mobile-nav-clearance: 72px;right:max(12px,env(safe-area-inset-right));bottom:max(calc(var(--sv-bottom-offset) + var(--sv-mobile-nav-clearance)),calc(env(safe-area-inset-bottom) + var(--sv-mobile-nav-clearance)));left:max(12px,env(safe-area-inset-left))}.shoppable-video__teaser{margin-left:auto}.shoppable-video__launcher{width:var(--sv-launcher-width);margin-left:auto}.shoppable-video__modal{padding:0}.shoppable-video__viewer{width:100%;height:100dvh}.shoppable-video__stage{width:100%;height:100%;max-width:none;border-radius:0}.shoppable-video__modal-close{top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));width:46px;height:46px}.shoppable-video__sound{top:max(68px,calc(env(safe-area-inset-top) + 58px))}.shoppable-video__progress{top:max(8px,env(safe-area-inset-top));right:66px}.shoppable-video__product{bottom:max(12px,calc(env(safe-area-inset-bottom) + 8px))}.shoppable-video__actions{bottom:max(206px,calc(env(safe-area-inset-bottom) + 202px))}.shoppable-video__nav{top:50%;width:44px;height:44px}.shoppable-video__nav--previous{left:10px}.shoppable-video__nav--next{right:10px}}@media(prefers-reduced-motion:reduce){.shoppable-video *,.shoppable-video *:before,.shoppable-video *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-shoppable-video.css.map */
