.slideshow {
    height: 400px;
    object-fit: cover;
}


/* Hide old-site footer nav on detail pages */
.foot_nav_met_11_3 { display: none !important; }

/* Banner fix */
.swiper-container { height: 400px; overflow: hidden; }
.slideshow { width: 100%; height: 400px; object-fit: cover; object-position: center; }
.swiper-slide { height: 400px; overflow: hidden; }

/* Product detail page - reduce blank space */
.pages .view .swiper-container { height: auto !important; min-height: 280px; }
.pages .view .swiper-slide { height: auto !important; min-height: 280px; }
.pages .view .swiper-slide img { 
    height: auto !important; 
    max-height: 380px;
    object-fit: contain;
}
/* Hide empty product fields - handled via JS in product.html */

