.video-shop{padding:48px 0;background:var(--color-background, #FBF4E8)}.video-shop__inner{max-width:1200px;margin:0 auto;padding:0 16px}.video-shop__heading{font-size:1.75rem;margin:0 0 4px;text-align:center;color:var(--color-foreground-heading, #4a1420)}.video-shop__subheading{text-align:center;margin:0 0 24px;opacity:.75}.video-shop__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}.video-shop__track::-webkit-scrollbar{height:6px}.video-shop__track::-webkit-scrollbar-thumb{background:#c9a227;border-radius:6px}.video-shop__card{position:relative;flex:0 0 auto;width:240px;aspect-ratio:9 / 16;border-radius:16px;overflow:hidden;scroll-snap-align:start;background:#111;box-shadow:0 2px 12px #00000026;display:flex;flex-direction:column;isolation:isolate}.video-shop__media{position:relative;flex:1;min-height:0}.video-shop__media[data-open-lightbox]{cursor:pointer}.video-shop__video,.video-shop__poster{width:100%;height:100%;object-fit:cover;display:block;z-index:0}.video-shop__play-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.video-shop__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;background:#7a1e2b;font-size:.85rem;text-align:center;padding:16px}.video-shop__card--embed{width:min(340px,88vw);aspect-ratio:auto;background:transparent;box-shadow:none}.video-shop__card--embed .video-shop__media{flex:none}.video-shop__ig-embed{border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000026}.video-shop__ig-embed iframe{min-width:100%!important}.video-shop__footer--static{margin-top:0;padding-top:10px;background:none;color:var(--color-foreground, #222)}.video-shop__actions{position:absolute;right:8px;bottom:12px;display:flex;flex-direction:column;align-items:center;gap:14px;z-index:3;pointer-events:auto}.video-shop__action-btn{display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:none;color:#fff;cursor:pointer;text-decoration:none;filter:drop-shadow(0 1px 3px rgba(0,0,0,.6));pointer-events:auto}.video-shop__action-btn svg{transition:transform .15s ease}.video-shop__action-btn:active svg{transform:scale(.85)}.video-shop__action-btn[aria-pressed=true]{color:#ff4d6d}.video-shop__action-btn--whatsapp{color:#25d366}.video-shop__count{font-size:.7rem;font-weight:600}.video-shop__footer{position:relative;z-index:2;padding:70px 12px 12px;background:linear-gradient(to top,#000000bf,#0000);margin-top:-70px;color:#fff}.video-shop__caption{font-size:.8rem;margin:0 0 6px;line-height:1.3}.video-shop__product-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.video-shop__product-info{display:flex;flex-direction:column;min-width:0}.video-shop__product-title{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.video-shop__product-price{font-size:.75rem;font-weight:700;color:#c9a227}.video-shop__buy-now{flex-shrink:0;background:#7a1e2b;color:#fff;font-size:.75rem;font-weight:600;padding:8px 14px;border-radius:20px;text-decoration:none;white-space:nowrap}.video-shop__buy-now:hover{background:#5c1620}.video-shop__empty{text-align:center;opacity:.6;padding:32px 0}@media(min-width:750px){.video-shop__card{width:260px}}.video-shop__lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000;overflow:hidden}.video-shop__lightbox.is-open{display:block}.video-shop__lightbox-close{position:absolute;top:max(16px,env(safe-area-inset-top));right:16px;z-index:10;width:40px;height:40px;border-radius:50%;border:none;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-shop__lightbox-track{height:100%;width:100%;touch-action:none;will-change:transform}.video-shop__lightbox-slide{position:relative;height:100%;width:100%;background:#000;display:flex;align-items:center;justify-content:center}.video-shop__lightbox-video{width:100%;height:100%;object-fit:contain;background:#000}.video-shop__lightbox-mute{position:absolute;top:max(16px,env(safe-area-inset-top));left:16px;z-index:5;width:38px;height:38px;border-radius:50%;border:none;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-shop__actions--lightbox{position:absolute;right:14px;bottom:190px;gap:24px;z-index:5}.video-shop__actions--lightbox .video-shop__count{font-size:.78rem}.video-shop__lightbox-footer{position:absolute;left:0;right:0;bottom:0;z-index:4;padding:16px 70px 24px 16px;background:linear-gradient(to top,#000000d9,#0000);color:#fff}.video-shop__lightbox-footer .video-shop__caption{font-size:.9rem}.video-shop__lightbox-footer .video-shop__product-title{max-width:200px;font-size:.85rem}.video-shop__lightbox-footer .video-shop__product-price{font-size:.85rem}.video-shop__lightbox-footer .video-shop__buy-now{font-size:.85rem;padding:10px 18px}.video-shop__swipe-hint{position:absolute;left:50%;bottom:130px;transform:translate(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:2px;color:#fff;opacity:0;pointer-events:none;transition:opacity .25s ease}.video-shop__swipe-hint span{font-size:.75rem;font-weight:600}.video-shop__swipe-hint.is-visible{opacity:1;animation:video-shop-swipe-bounce 1.1s ease-in-out infinite}@keyframes video-shop-swipe-bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-10px)}}.video-shop__product-carousel{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;padding-left:var(--vs-carousel-pad, 18%);padding-right:var(--vs-carousel-pad, 18%);-webkit-overflow-scrolling:touch}.video-shop__product-card{flex:0 0 auto;width:var(--vs-card-width, 64%);scroll-snap-align:center;scroll-snap-stop:always;display:flex;flex-direction:row;align-items:center;gap:6px;background:#1414148c;border-radius:12px;padding:6px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.video-shop__product-card img{width:42px;height:42px;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;display:block;flex-shrink:0}.video-shop__product-card-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 0;overflow:hidden}.video-shop__product-card-title{font-size:.68rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-shop__product-card-price{font-size:.68rem;font-weight:700;color:#c9a227;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-shop__product-card-buy{flex-shrink:0;display:flex;align-items:center;gap:3px;background:linear-gradient(135deg,#f0c550,#c9962b);color:#3a1608;font-size:.64rem;font-weight:800;text-align:center;padding:7px 9px;border-radius:18px;text-decoration:none;white-space:nowrap;box-shadow:0 3px 10px #0006,inset 0 1px #fff6;transition:transform .15s ease}.video-shop__product-card-buy svg{width:11px;height:11px;flex-shrink:0}.video-shop__product-card-buy:active{transform:scale(.95)}.video-shop__floating-widget{position:fixed;right:16px;bottom:216px;z-index:400;width:100px;height:168px;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000059;border:3px solid #C9A227;cursor:pointer;background:#111;animation:video-shop-widget-pulse 2.2s ease-in-out infinite}.video-shop__floating-widget-video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.video-shop__floating-widget-badge{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;background:#0006;color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:none}.video-shop__floating-widget-likes{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 4px;background:linear-gradient(to top,#000c,#0000);color:#fff;font-size:.72rem;font-weight:700;pointer-events:none}.video-shop__floating-widget-likes svg{width:13px;height:13px;fill:#ff4d6d;flex-shrink:0}@keyframes video-shop-widget-pulse{0%,to{box-shadow:0 4px 16px #00000059,0 0 #c9a22780}50%{box-shadow:0 4px 16px #00000059,0 0 0 8px #c9a22700}}.video-shop__floating-widget.is-hidden{display:none}@media(min-width:750px){.video-shop__floating-widget{width:124px;height:208px;bottom:230px;right:24px}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/video-shop.css.map */
