/*
Theme Name: Adaptive Motorhome Hire Clean Child
Theme URI: https://adaptivemotorhomehire.co.uk/
Template: hello-elementor
Author: Sonny x Inkfire
Author URI: https://inkfire.co.uk/
Description: Adaptive Motorhome Hire presentation and JetBooking booking-start adapter. Authoritative booking, payment, email and audit rules live in the companion plugins.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0-rc.6.1
Updated: 2026-08-11

 * Text Domain: amh-clean-child
 */

/* Product customer gallery: keep mixed portrait/landscape uploads aligned. */
.single-product .elementor-4923 .elementor-element.elementor-element-698d8d2 > img.e-image-base {
    display: block;
    width: 100%;
    height: clamp(220px, 24vw, 340px);
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 767px) {
    .single-product .elementor-4923 .elementor-element.elementor-element-698d8d2 > img.e-image-base {
        height: clamp(220px, 45vw, 320px);
    }
}
