.brand-image {
    display: block;
    width: 220px;
    height: 54px;
    object-fit: cover;
    object-position: center 55%;
}

.site-header {
    max-width: none;
    padding-left: max(34px, calc((100vw - 1380px) / 2 + 34px));
    padding-right: max(34px, calc((100vw - 1380px) / 2 + 34px));
}

footer {
    max-width: none;
    padding-left: max(55px, calc((100vw - 1380px) / 2 + 55px));
    padding-right: max(55px, calc((100vw - 1380px) / 2 + 55px));
}

.brand-light {
    overflow: hidden;
    border-radius: 4px;
}

.cart-link {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.cart-link:hover {
    color: #3157f5;
}

.footer-links .footer-map-link {
    margin-top: 3px;
    color: #3157f5;
    font-weight: 600;
}

.footer-links .footer-map-link:hover {
    color: #193cca;
}

@media (max-width: 680px) {
    .site-header {
        padding-left: 18px;
        padding-right: 18px;
    }

    footer {
        padding-left: 22px;
        padding-right: 22px;
    }

    .brand-image {
        width: 172px;
        height: 44px;
    }

    .cart-link {
        font-size: 0;
    }

    .cart-link:after {
        content: 'Giỏ';
        font-size: 11px;
    }
}
