/* =========================================================
   NORKA - IDENTIDAD VISUAL WEB
   Logo header + logo footer
   ========================================================= */

.store-brand.store-brand-image {
    display: flex;
    align-items: center;
    width: 190px;
    max-width: 24vw;
    line-height: 0;
}

.norka-header-logo {
    display: block;
    width: 100%;
    height: auto;
    max-height: 68px;
    object-fit: contain;
    object-position: left center;
}

/* Footer */
.norka-footer-logo-link {
    display: inline-block;
    width: min(270px, 100%);
    line-height: 0;
}

.norka-footer-logo {
    display: block;
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    object-position: left center;
}

/* La imagen ya contiene el naming, evitamos duplicarlo visualmente */
.store-footer-grid > div:first-child > p {
    margin-top: 16px;
}

/* Responsive */
@media (max-width: 900px) {
    .store-brand.store-brand-image {
        width: 165px;
        max-width: 36vw;
    }

    .norka-header-logo {
        max-height: 60px;
    }
}

@media (max-width: 560px) {
    .store-brand.store-brand-image {
        width: 135px;
        max-width: 42vw;
    }

    .norka-header-logo {
        max-height: 52px;
    }

    .norka-footer-logo-link {
        width: 230px;
    }
}
