/* Sección "Los que todos repiten" (más vendidos) del home.
   Copiado tal cual de index.html — la tarjeta de producto en sí
   (rejilla, foto, halo, precio, botón) es el componente compartido
   de assets/css/tarjeta-producto.css, no vive aquí. */
#s-mv .mv{position:relative;padding:64px 32px 74px;}
#s-mv .mv::before{content:"";position:absolute;width:600px;height:600px;border-radius:42% 58% 60% 40% / 48% 44% 56% 52%;background:radial-gradient(circle,rgba(0,165,149,.09),transparent 70%);right:-220px;top:-200px;animation:mv_morf 18s ease-in-out infinite alternate;}
@keyframes mv_morf{to{border-radius:56% 44% 40% 60% / 44% 56% 44% 56%;}}
#s-mv .mv-in{position:relative;z-index:2;max-width:1240px;margin:0 auto;}
#s-mv .head{margin-bottom:175px;}
#s-mv .eb{display:inline-flex;align-items:center;gap:7px;background:rgba(245,148,31,.1);border:1.5px solid var(--cta);color:var(--cta-hover);font-family:'Poppins';font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;border-radius:999px;padding:6px 15px;margin-bottom:12px;}
#s-mv h2{font-family:'Poppins';font-weight:800;font-size:clamp(26px,3.2vw,38px);letter-spacing:-1px;line-height:1.1;}
#s-mv h2 .cur{font-family:'Caveat';font-weight:700;color:var(--cta-hover);font-size:1.1em;}
