.messaggioHeader.bottega-storica {
    background-color: #287e6f;
    padding: 5px !important;
    height: auto !important;
    border-bottom: solid 1px #fff !important;
}
.messaggioHeader.bottega-storica .messaggioHeaderContent {
    height: 86px !important;
}
.messaggioHeader.footer.bottega-storica .messaggioHeaderContent {
    height: 156px !important;
}
.messaggioHeader.bottega-storica .messaggioHeaderContent .h-100 {
    height: 100% !important;
}
.messaggioHeader.bottega-storica .bottega-storica-wrapper {
    display: flex;
    gap: 40px;
}
.messaggioHeader.bottega-storica .bottega-storica-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 86px;
    object-fit: contain;
    margin: 0 0 0 0 !important;
}
.messaggioHeader.footer.bottega-storica .bottega-storica-wrapper img {
    max-height: 116px;
}
.messaggioHeader.bottega-storica .bottega-storica-wrapper .bottega-storica-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
    gap: 5px;
}
.messaggioHeader.bottega-storica .bottega-storica-wrapper .bottega-storica-text>.bottega-storica-cortina {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.messaggioHeader.footer.bottega-storica .bottega-storica-wrapper .bottega-storica-text>.bottega-storica-cortina {
    font-size: 26px;
}
.messaggioHeader.bottega-storica .bottega-storica-wrapper .bottega-storica-text>.bottega-storica-1947 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.messaggioHeader.footer.bottega-storica .bottega-storica-wrapper .bottega-storica-text>.bottega-storica-1947 {
    font-size: 24px;
}
.messaggioHeader.bottega-storica>.messaggioHeaderContent>.d-flex {
    display: flex !important;
    align-items: center !important;
}

.header .homeSearch::before {
    content: "";
    display: inline-block;
    background-image: url(../img_wwwlibreriacortinamilano/bottega_storica.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 130px;
    width: 130px;
    margin: -15px 0 0 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(103%) contrast(108%);
}
.header .homeSearch h3 {
    margin-bottom: 25px !important;
}
.header .homeSearch h4 {
    display: none !important;
}


@media (min-width: 768px) {
    body.ecommerce.homepage .homepageSearchForm {
        position: relative;
        background: url(../img_wwwlibreriacortinamilano/libreriacortina_oggi.jpg) no-repeat center center #000;
        background-size: auto 375px;
        height: 375px;
    }
}
@media (max-width: 991px) {
    .messaggioHeader.footer.bottega-storica {
        margin-bottom: 30px;
        opacity: 1 !important;
    }
}
@media (max-width: 767px) {
    .messaggioHeader.footer.bottega-storica .bottega-storica-wrapper img {
        max-height: 86px;
    }
    .messaggioHeader.bottega-storica .bottega-storica-wrapper {
        gap: 24px;
    }
    .messaggioHeader.footer.bottega-storica .bottega-storica-wrapper .bottega-storica-text>.bottega-storica-cortina {
        font-size: 18px;
    }
    .messaggioHeader.footer.bottega-storica .bottega-storica-wrapper .bottega-storica-text>.bottega-storica-1947 {
        font-size: 16px;
    }
}