.reels-tiendas{background:var(--rt-bg, #0b0b0d);color:var(--rt-text, #ffffff);padding:64px 20px;font-family:inherit}.reels-tiendas__inner{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:32px}@media(min-width:900px){.reels-tiendas__inner{flex-direction:row;align-items:center;gap:48px}}.reels-tiendas__side{flex:0 0 auto;width:100%}@media(min-width:900px){.reels-tiendas__side{width:300px}}.reels-tiendas__eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--rt-bg, #0b0b0d);background:var(--rt-accent, #ff5a1f);padding:6px 14px;border-radius:999px;margin-bottom:16px}.reels-tiendas__heading{font-size:clamp(28px,3.4vw,40px);font-weight:900;text-transform:uppercase;letter-spacing:-.5px;line-height:1.05;margin:0 0 12px}.reels-tiendas__subheading{font-size:15px;opacity:.7;margin:0 0 18px;line-height:1.5}.reels-tiendas__rating{display:flex;align-items:center;gap:8px;margin-bottom:22px;flex-wrap:wrap}.reels-tiendas__stars{display:inline-flex;gap:2px}.reels-tiendas__rating-text{font-size:13px;opacity:.75}.reels-tiendas__slider{position:relative;flex:1 1 auto;min-width:0;width:100%}.reels-tiendas__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 4px 8px;margin:-4px -4px -8px;scroll-behavior:smooth}.reels-tiendas__track::-webkit-scrollbar{display:none}.reels-tiendas__arrow{position:absolute;top:40%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;border:none;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #00000059;transition:background .2s ease,color .2s ease,transform .15s ease,opacity .2s ease}.reels-tiendas__arrow--prev{left:-6px}.reels-tiendas__arrow--next{right:-6px}@media(min-width:700px){.reels-tiendas__arrow{width:46px;height:46px}.reels-tiendas__arrow--prev{left:-20px}.reels-tiendas__arrow--next{right:-20px}}.reels-tiendas__arrow:hover:not(:disabled){background:var(--rt-accent, #ff5a1f);color:#fff;transform:translateY(-50%) scale(1.08)}.reels-tiendas__arrow:disabled{opacity:.35;cursor:default}.reels-tiendas__card{position:relative;flex:0 0 auto;width:var(--rt-card-width, 240px);scroll-snap-align:start;background:var(--rt-card-bg, #17181c);border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.06)}.reels-tiendas__card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #0006}.reels-tiendas__video-wrap{position:relative;width:100%;aspect-ratio:var(--rt-aspect, 3 / 4);background:#000;overflow:hidden}.reels-tiendas__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.reels-tiendas__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#fff6;font-size:12px;text-align:center;padding:16px;border:1px dashed rgba(255,255,255,.2);margin:8px;border-radius:12px}.reels-tiendas__play-btn{position:absolute;z-index:3;top:50%;left:50%;width:52px;height:52px;transform:translate(-50%,-50%);border-radius:50%;border:none;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #00000059;transition:opacity .25s ease,transform .25s ease,background .2s ease}.reels-tiendas__play-btn svg{margin-left:2px}.reels-tiendas__play-btn:hover{background:var(--rt-accent, #ff5a1f);color:#fff;transform:translate(-50%,-50%) scale(1.08)}.reels-tiendas__card-info{padding:14px 14px 18px}.reels-tiendas__tag{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--rt-accent, #ff5a1f);margin-bottom:6px}.reels-tiendas__title{font-size:15px;font-weight:800;line-height:1.35;margin:0 0 6px}.reels-tiendas__address{font-size:12.5px;opacity:.6;margin:0 0 10px;line-height:1.4}.reels-tiendas__cta{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--rt-accent, #ff5a1f);text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s ease,gap .2s ease}.reels-tiendas__cta:hover{border-color:var(--rt-accent, #ff5a1f);gap:10px}.reels-tiendas__cta svg{transition:transform .2s ease}.reels-tiendas__cta:hover svg{transform:translate(2px)}.reels-tiendas__empty{text-align:center;padding:40px;opacity:.6;border:1px dashed rgba(255,255,255,.2);border-radius:12px;width:100%}.reels-tiendas__modal[hidden]{display:none!important}.reels-tiendas__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.reels-tiendas__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#08080a8c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.reels-tiendas__modal-content{position:relative;z-index:1;width:100%;max-width:420px;aspect-ratio:var(--rt-aspect, 3 / 4);max-height:88vh;border-radius:18px;overflow:hidden;background:#000;box-shadow:0 24px 70px #0000008c;animation:rt-modal-in .25s ease}@keyframes rt-modal-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.reels-tiendas__modal-video{width:100%;height:100%;display:block;object-fit:contain;background:#000}.reels-tiendas__modal-close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border-radius:50%;border:none;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease,transform .15s ease}.reels-tiendas__modal-close:hover{background:var(--rt-accent, #ff5a1f);transform:scale(1.06)}
/*# sourceMappingURL=/cdn/shop/t/23/assets/reels-tiendas.css.map */
