.carrusel{position:relative;width:100%;height:100%;overflow:hidden;background:#1a1208}.carrusel__diapositiva,.carrusel__pista{position:absolute;inset:0}.carrusel__diapositiva{opacity:0;transition:opacity .9s ease}.carrusel__diapositiva--activa{opacity:1}.carrusel__overlay{inset:0;z-index:10;pointer-events:none}.carrusel__flecha,.carrusel__overlay{position:absolute;display:flex;align-items:center;justify-content:center}.carrusel__flecha{top:50%;transform:translateY(-50%);z-index:20;width:52px;height:52px;border-radius:50%;border:none;background:hsla(0,0%,100%,.18);color:#fff;font-size:2rem;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s,transform .2s;pointer-events:all}.carrusel__flecha:hover{background:hsla(0,0%,100%,.38);transform:translateY(-50%) scale(1.08)}.carrusel__flecha--izq{left:1.5rem}.carrusel__flecha--der{right:1.5rem}.carrusel__puntos{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:20;display:flex;gap:.5rem;pointer-events:all}.carrusel__punto{width:10px;height:10px;border-radius:50%;border:2px solid hsla(0,0%,100%,.8);background:rgba(0,0,0,0);cursor:pointer;padding:0;transition:background .2s,transform .2s}.carrusel__punto--activo{background:#fff;transform:scale(1.3)}.ph{display:flex;flex-direction:column;gap:.35rem}.ph__precio-wrap{display:flex;align-items:baseline;gap:.5rem}.ph__precio-tachado{font-size:.9rem;color:#5a7a85;text-decoration:line-through}.ph__precio,.ph__precio-rango{font-size:1.5rem;font-weight:700;color:#4d707d}.ph__precio--oferta{color:#c0392b}.ph__precio-unidad{font-size:.85rem;font-weight:400;color:#5a7a85;margin-left:2px}.ph__desglose{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.ph__pareja{font-size:.8rem;font-weight:600;color:#5a7a85;background:#e8f0f3;padding:.15rem .5rem;border-radius:50px}.ph__finde{font-size:.75rem;color:#5a7a85}.ph__notas{list-style:none;padding:0;margin:.1rem 0 0;display:flex;flex-direction:column;gap:.15rem}.ph__notas li{font-size:.72rem;color:#5a7a85;padding-left:.75rem;position:relative}.ph__notas li:before{content:"·";position:absolute;left:0;color:#c5d8df}.ph__nota--fianza{color:#4d707d!important;font-weight:500}.ph--completo .ph__precio,.ph--completo .ph__precio-rango{font-size:1.9rem}.ph--completo .ph__notas{margin-top:.5rem;border-top:1px solid #c5d8df;padding-top:.5rem;gap:.3rem}.ph--completo .ph__notas li{font-size:.8rem}