/* Final card media polish: product/home cards should crop consistently. */
body .yt-product-card-image,
body .yt-direct-product-card .yt-product-card-image {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    background: #f1f1ef !important;
}

body .yt-product-card-image img,
body .yt-direct-product-card .yt-product-card-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

body .hilti-feature-image,
body .hilti-brand-image,
body .hilti-promo-card .hilti-promo-image {
    background-size: cover !important;
    background-position: center center !important;
}

body .hilti-feature-image {
    aspect-ratio: 16 / 9 !important;
}

body .hilti-brand-image {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
}
