
/* Theme Image Customizer: header logo/wordmark display safety */
.rr-storefront-brand-logo {
    width: auto !important;
    height: auto !important;
    max-width: 170px !important;
    max-height: 44px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    flex: 0 1 auto !important;
    display: inline-block !important;
}

@media (max-width: 640px) {
    .rr-storefront-brand-logo {
        max-width: 145px !important;
        max-height: 38px !important;
    }
}
