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

/* Slider: altura fija para evitar CLS (layout shift) */
.aone-slideshow,
.zone-slideshow {
    min-height: 200px;
    contain: layout;
}
.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;
}
@media (max-width: 767px) {
    .aone-slideshow,
    .zone-slideshow {
        min-height: 150px;
        aspect-ratio: 16/6;
    }
}
.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;
}

/* WhatsApp en barra superior (derecha, grande) */
.ltn-whatsapp-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #25d366;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 2px 0 2px 12px;
    margin-left: 12px;
}
.ltn-whatsapp-topbar:hover {
    color: #128c7e;
    text-decoration: none;
}
.ltn-whatsapp-topbar .fa-whatsapp {
    font-size: 28px;
    color: #25d366;
}
.ltn-whatsapp-topbar:hover .fa-whatsapp {
    color: #128c7e;
}

/* Homepage product grid: igualar altura de tarjetas */
.product-list-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
}
.product-list-wrapper .product-miniature {
    display: flex !important;
    flex-direction: column !important;
}
.product-list-wrapper .product-miniature .product-container {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}
.product-list-wrapper .product-miniature .product-thumbnail {
    height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}
.product-list-wrapper .product-miniature .product-thumbnail img {
    max-height: 180px !important;
    width: auto !important;
    object-fit: contain !important;
}
.product-list-wrapper .product-miniature .product-name {
    min-height: 50px !important;
    display: flex !important;
    align-items: flex-start !important;
}
.product-list-wrapper .product-miniature .product-price-and-shipping {
    margin-top: auto !important;
}
