/* 
    Had to add custom css file, because noone left package.json on prod
    When i tried to run:
    sass src/scss/app.scss dist/style.css --style=compressed --source-map
    caused many errors
    
 */

.float-right {
    float: right !important;
}
.yith-wcwl-feedback-messages-container{
    display: none !important;
}

.blockImageHero__wrapper {
    height: 500px;
    background-color: #E0E0E0;
    overflow: hidden;
}

@media (max-width: 768px) {
    .blockImageHero__wrapper {
        height: 412px;
    }
}
