html body .ozs--banner .ozs__media{background:0 0;aspect-ratio:auto;height:auto;line-height:0;font-size:0;display:block}html body .ozs--banner .ozs_picture,html body .ozs--banner .ozs__img,html body .ozs--banner .ozs__media img{display:block;width:100%;height:auto;object-fit:cover;margin:0;padding:0;border:none;outline:0;box-shadow:none;vertical-align:bottom}html body .ozs--banner .ozs__track{gap:0}html body .ozs--banner,html body .ozs--banner .ozs__media,html body .ozs--banner .ozs__slide,html body .ozs--banner .ozs__track,html body .ozs--banner .ozs__viewport{padding:0;margin:0;border:none;outline:0}.ozs--banner.ozs--peek .ozs__track{padding-left:0;padding-right:0}.ozs--banner.ozs--peek .ozs__slide{flex-basis:100%}.ozs--banner{width:100%;max-width:100%;margin-left:0;margin-right:0;line-height:0;font-size:0;border:none;overflow:hidden;--oz-banner-link-inset-x:calc(var(--oz-nav-size, 36px) + 1.25rem)}.ozs--banner .ozs__slide,.ozs--banner .ozs__track,.ozs--banner .ozs__viewport{width:100%;overflow:hidden}.ozs--banner .ozs__nav{z-index:8}.ozs--banner .ozs__nav-btn{z-index:9}.ozs--banner.ozs--banner-nav-visible .ozs__media-link{left:var(--oz-banner-link-inset-x);right:var(--oz-banner-link-inset-x);top:0;bottom:0;width:auto}

/* =========================================================
   Flechas del banner principal: círculos BLANCOS con borde gris
   y chevron gris (igual que categorías/marcas), pero mantienen su
   posición lateral sobre el banner. Sobrescriben el estilo global
   amarillo con mayor especificidad + !important.
   ========================================================= */
.ozs--banner .ozs__nav-btn {
    background: #ffffff !important;
    border: 1.5px solid #d7d7d7 !important;
    box-shadow: none !important;
}
.ozs--banner .ozs__nav-btn::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6l6 6-6 6' stroke='%23555555' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.ozs--banner .ozs__nav-btn--prev::before {
    transform: rotate(180deg) !important;
}
.ozs--banner .ozs__nav-btn:hover,
.ozs--banner .ozs__nav-btn:focus-visible {
    background: #f5f5f5 !important;
    border-color: #b9b9b9 !important;
    box-shadow: none !important;
}
