/* Custom fixes - La Tienda Naval - 20/05/2026 */

/* Slider: mitad de altura */
.aone-slideshow,
.aone-slideshow .nivoSlider,
.aone-slideshow .nivoSlider img,
.zone-slideshow,
.zone-slideshow img,
.nivo-main-image {
    max-height: 350px !important;
    object-fit: cover !important;
    object-position: center !important;
}
.aone-slideshow .nivo-caption {
    bottom: 0 !important;
}

/* Portada de gamas: reducir a 1/4 del tamaño actual */
.category-cover img,
.subcategory-image img,
#category-description img,
.category-header img {
    max-width: 25% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* Megamenú: imagen principal de categoría (category-thumb) */
.anav-top .category-thumb img,
.anav-top .aitem .category-thumb img,
.adropdown .category-thumb img {
    max-width: 100px !important;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
}

/* Megamenú: miniaturas junto al nombre de subcategoría */
.anav-top .category-subs img,
.anav-top .category-title img,
.anav-top .aitem .category-subs img,
.adropdown .category-subs img,
.adropdown .category-title img {
    max-width: 40px !important;
    max-height: 40px !important;
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
    margin-right: 5px;
}

/* Menú lateral: subcategorías siempre desplegadas */
.category-tree .category-sub-menu.collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
}
.category-tree .collapse-icon.add {
    display: none !important;
}
.category-tree .collapse-icon.remove {
    display: inline-block !important;
}

/* Subcategorías en listado de categoría */
.subcategories-list img,
.subcategory-miniature img {
    max-width: 120px !important;
    height: auto !important;
}
