/* MASTER-PACK catalogue polish 0.7.20.
 * Keep catalogue pages visually aligned with the selected Concept 1 header.
 */

.mp-catalog-page .mp-logo {
    width: clamp(148px, 11.5vw, 168px);
    height: 46px;
    flex: 0 0 auto;
    overflow: hidden;
    background-color: #fff;
    background-image: url("https://master-pack.com.ua/wp-content/uploads/2018/10/Logo_master-pack_ua_Blue_horizontal-3.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.mp-catalog-page .mp-logo-mark,
.mp-catalog-page .mp-logo-text {
    display: none !important;
}

@media (max-width: 900px) {
    .mp-catalog-page .mp-logo {
        width: 144px;
        height: 42px;
    }
}

@media (max-width: 600px) {
    .mp-catalog-page .mp-logo {
        width: 128px;
        height: 38px;
    }
}
