/* categories */
.row-span-2 {
    grid-row: span 2;
}

.row-span-2 a,
.row-span-2 a img,
.sq-awesome-banners.auto-size .banner-entry {
    height: 100% !important;
}

/* navbar */
@media only screen and (min-width: 1024px) {
body.switch1_on.normal-menu .main-menu .sub-menu,
body.switch1_on nav#mobile-menu {
    background-color: var(--custom-color1);
}

body.switch1_on.normal-menu .main-menu .sub-menu{
padding-bottom:0.5rem
}

body.switch1_on ul.main-menu.mm-spn--open {
    padding: 1rem;
}

    body.switch1_on.normal-menu .main-menu li > a,
    body.switch1_on.normal-menu .main-menu li > a:hover {
        font-size: 1.1rem;
        line-height: 1.5;
        color: var(--custom-color2) !important;
        padding-bottom: 0;
    }
    
    .normal-menu .main-menu .has-children > a:after {
    align-self: center;
}
}

/* brands */
body.switch2_on .product-brand-inner-name {
    display: none;
}

body.switch2_on .product-brand {
    flex-basis: 150px;
}

/* products*/
body.switch3_on custom-salla-product-card {
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
body.switch3_on.action-btns-small:not(.cls-btn46)  custom-salla-product-card salla-add-product-button button[product-id] {
    left: -105%;
    transition:0.3s
}

body.switch3_on#app.product-card-bg-on custom-salla-product-card:hover salla-add-product-button button[product-id] {
    left: -25%;
    transition: 0.3s;
}
}

@media(max-width:768px){
body.switch3_on#app.product-card-bg-on custom-salla-product-card salla-add-product-button button[product-id] {
    left: -25%;
    transition: 0.3s;
}
}