.sanctuary-brand {
    width: 430px !important;
    max-width: 48vw !important;
    height: 100px !important;
    display: flex;
    align-items: center;
    min-height: 100px;
    overflow: hidden;
}

.navbar-brand .sanctuary-brand img,
.sanctuary-brand img {
    width: 430px !important;
    max-width: 100% !important;
    height: 82px !important;
    max-height: 82px !important;
    display: block;
    object-fit: contain !important;
    object-position: left center !important;
}

.shrinked .sanctuary-brand {
    height: 62px !important;
    min-height: 62px;
}

.shrinked .sanctuary-brand img,
.shrinked .navbar-brand .sanctuary-brand img {
    height: 54px !important;
    max-height: 54px !important;
}

.sanctuary-footer-brand {
    width: min(520px, 100%);
    margin-inline: auto;
}

.sanctuary-footer-brand img {
    width: 100% !important;
    height: auto !important;
    max-height: 190px !important;
    object-fit: contain !important;
    display: block;
}

.product-image-placeholder {
    width: 100%;
    min-height: 320px;
    display: grid;
    place-items: center;
    padding: 36px;
    border: 1px solid #d9d9d9;
    background: #f7f7f7;
    color: #1e527f !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
}

.uncode-single-media-wrapper .product-image-placeholder,
.uncode-single-media-wrapper .product-image-placeholder strong {
    color: #1e527f !important;
}

.campaign-product-image {
    width: 100% !important;
    max-width: 620px !important;
    height: auto !important;
    max-height: 720px !important;
    margin-inline: auto;
    object-fit: contain !important;
}

.funnel-route-note {
    margin-top: 12px;
    color: #666;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 959px) {
    .sanctuary-brand {
        width: 380px !important;
        max-width: 78vw !important;
        height: 90px !important;
        min-height: 90px;
    }

    .sanctuary-brand img,
    .navbar-brand .sanctuary-brand img {
        width: 380px !important;
        height: 82px !important;
        max-height: 82px !important;
    }
}

@media (max-width: 520px) {
    .sanctuary-brand {
        width: 350px !important;
        max-width: 76vw !important;
    }

    .sanctuary-brand img,
    .navbar-brand .sanctuary-brand img {
        width: 350px !important;
    }
}
.mobile-menu-button {
    pointer-events: none !important;
    cursor: default !important;
}
