.novedades{font-size:16px;padding:40px 0;overflow:hidden}.content-novedades{width:90%;max-width:var(--width-principal);margin:0 auto}.productos-novedades-wrapper{overflow:visible;width:100%;position:relative}.productos-novedades{display:flex;gap:20px;will-change:transform}.productos-novedades>.card-producto{width:280px;flex:0 0 auto}.novedades-slider-buttons{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.novedades-slider-button{display:inline-grid;place-items:center;width:35px;height:35px;border-radius:999px;background:var(--color-blue);color:white;border:none;cursor:pointer;transition:transform .12s ease,background .12s ease;box-shadow:0 6px 18px rgba(0,0,0,.25)}.novedades-slider-button svg{display:block}.novedades-slider-button:hover{background:rgb(40,84,231);transform:translateY(-2px)}.novedades-slider-button:active{transform:translateY(0)}@media screen and (width <= 800px){.novedades{font-size:14px}.novedades-slider-buttons{gap:20px;justify-content:center}.productos-novedades{gap:15px}.productos-novedades>.card-producto{width:200px}}@media screen and (width <= 600px){.productos-novedades>.card-producto{width:180px}}