/* CompraEnPuntaCana header logo — reference geometry from Connector 1.4.7. */
body header img[data-cpc-header-logo="1"],
body .shrd-lux-logo img[data-cpc-header-logo="1"] {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 330px !important;
    max-height: 62px !important;
    object-fit: contain !important;
    object-position: left center !important;
    image-rendering: auto !important;
    transform: none !important;
    filter: none !important;
}

/* Same responsive scale used by the coherent premium header family. */
@media (max-width: 820px) {
    body header img[data-cpc-header-logo="1"],
    body .shrd-lux-logo img[data-cpc-header-logo="1"] {
        max-height: 52px !important;
        max-width: min(88vw, 281px) !important;
        object-position: center center !important;
    }
}

@media (max-width: 520px) {
    body header img[data-cpc-header-logo="1"],
    body .shrd-lux-logo img[data-cpc-header-logo="1"] {
        max-height: 48px !important;
        max-width: min(88vw, 260px) !important;
    }
}
