/* Preserve the supplied black-and-gold logo and its 7:6 proportions. */
.brand-logo {
    display: block;
    width: 98px;
    height: 84px;
    flex-shrink: 0;
    object-fit: contain;
}

.site-header .navbar {
    min-height: 104px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.brand-surface {
    padding: 14px;
    background: var(--cream);
    border: 1px solid rgba(38, 62, 50, .12);
    border-radius: 2px;
}

.site-footer .brand-logo {
    width: 112px;
    height: 96px;
}

.origin-seal {
    width: 49px;
    height: 42px;
    flex: 0 0 49px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.origin-seal img {
    display: block;
    width: 49px;
    height: 42px;
    object-fit: contain;
}

.hero-stamp {
    width: 126px;
    height: 112px;
    padding: 14px;
    background: var(--cream);
    border: 1px solid rgba(38, 62, 50, .12);
    border-radius: 2px;
    outline: 0;
    transform: none;
}

.hero-stamp img {
    display: block;
    width: 98px;
    height: 84px;
    object-fit: contain;
}

.product-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    max-width: 160px;
    line-height: normal;
}

.product-image-placeholder .brand-logo,
.product-card:hover .product-image-placeholder .brand-logo {
    width: 100%;
    height: auto;
    mix-blend-mode: normal;
    transform: none;
    filter: none;
}

@media (max-width: 1199.98px) {
    .navbar-collapse {
        max-height: calc(100vh - 156px);
        max-height: calc(100dvh - 156px);
    }
}

@media (max-width: 575.98px) {
    .site-header .navbar {
        min-height: 88px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .site-header .brand-logo {
        width: 84px;
        height: 72px;
    }

    .navbar-collapse {
        max-height: calc(100vh - 136px);
        max-height: calc(100dvh - 136px);
    }

    .hero-stamp {
        width: 102px;
        height: 90px;
        padding: 12px;
    }

    .hero-stamp img {
        width: 78px;
        height: auto;
    }
}
