/* No modifica plantillas ni PHP de la Home. */
#cmh-home .cmh-hero h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.22);
}

#cmh-home .cmh-hero .cmh-lead {
    color: rgba(255,255,255,.94) !important;
}

#cmh-home .cmh-featured-product__image,
#cmh-home [class*="featured-product"] [class*="image"] {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
    background: #f5f2ec;
}

#cmh-home .cmh-featured-product__image img,
#cmh-home [class*="featured-product"] [class*="image"] img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    aspect-ratio: auto !important;
}
