
/* CineDoblee Store V1 - carrusel de tienda en sidebar */
.pd-v62-home-sidebar .pd-v26-store{--box-accent:#ffc928 !important;}
.pd-v62-home-sidebar .pd-v26-store .pd-store-wrap{position:relative;min-width:0;padding:0 2px 2px;}
.pd-v62-home-sidebar .pd-store-slider{position:relative;overflow:hidden;border:1px solid rgba(255,201,40,.28);border-radius:7px;background:#050608;}
.pd-v62-home-sidebar .pd-store-track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform;}
.pd-v62-home-sidebar .pd-store-slide{min-width:100%;box-sizing:border-box;padding:0;position:relative;}
.pd-v62-home-sidebar .pd-store-slide>a{display:block;text-decoration:none;color:inherit;}
.pd-v62-home-sidebar .pd-store-image{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#080a0f;}
.pd-v62-home-sidebar .pd-store-info{padding:8px 9px 10px;background:linear-gradient(180deg,#0c0f15,#06070a);}
.pd-v62-home-sidebar .pd-store-title{margin:0;color:#fff;font:900 12px/1.2 Arial,sans-serif;text-transform:uppercase;}
.pd-v62-home-sidebar .pd-store-price{display:block;margin-top:4px;color:#ffc928;font:900 15px/1 Arial,sans-serif;}
.pd-v62-home-sidebar .pd-store-buy{display:flex;align-items:center;justify-content:center;margin-top:8px;width:100%;min-height:32px;border-radius:4px;background:linear-gradient(135deg,#ffcf32,#ff8b00);color:#111;font:900 10px/1 Arial,sans-serif;text-transform:uppercase;box-shadow:0 4px 12px rgba(255,145,0,.22);}
.pd-v62-home-sidebar .pd-store-arrow{position:absolute;top:34%;z-index:5;width:28px;height:28px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(0,0,0,.78);color:#fff;cursor:pointer;font:900 18px/25px Arial,sans-serif;text-align:center;padding:0;}
.pd-v62-home-sidebar .pd-store-arrow:hover{background:#ffc928;color:#111;border-color:#ffc928;}
.pd-v62-home-sidebar .pd-store-prev{left:7px;}
.pd-v62-home-sidebar .pd-store-next{right:7px;}
.pd-v62-home-sidebar .pd-store-dots{display:flex;justify-content:center;gap:5px;padding:7px 0 2px;}
.pd-v62-home-sidebar .pd-store-dot{width:7px;height:7px;border:1px solid #777;border-radius:50%;padding:0;background:#242832;cursor:pointer;}
.pd-v62-home-sidebar .pd-store-dot.is-active{background:#ffc928;border-color:#ffc928;box-shadow:0 0 7px rgba(255,201,40,.65);}
.pd-v62-home-sidebar .pd-store-badge{position:absolute;left:8px;top:8px;z-index:4;padding:5px 7px;border-radius:4px;background:#ff5a00;color:#fff;font:900 8px/1 Arial,sans-serif;letter-spacing:.4px;box-shadow:0 4px 10px rgba(0,0,0,.35);}
.pd-v62-home-sidebar .pd-store-note{margin:7px 2px 0;color:#858b96;text-align:center;font:700 8px/1.3 Arial,sans-serif;}
@media (max-width:540px){
 .pd-v62-home-sidebar .pd-store-image{aspect-ratio:16/9;}
}
