/* Add custom CSS styles below */
body.switch2_on .mm-ocd--open .mm-ocd__content {
    padding: 2rem;
}

body.switch2_on .mm-spn.mm-spn--navbar ul:before,
body.switch2_on .mm-spn.mm-spn--navbar ul,
body.switch2_on#app.desk-menu-like-mob .mm-spn.mm-spn--navbar.mm-spn--main:after {
    margin-top: 3rem;
}

body.switch2_on #mobile-menu .header-signInBtn,
body.switch2_on#app.mm-ocd-opened .mobile-menu .close-mobile-menu,
body.switch2_on#app .mobile-menu .close-mobile-menu {
    display: block !important;
    /*color: white*/;
    background-color: #ffffff26;
    border-radius: 1rem;
    width: 58px;
    height: 48px;
}
/*
body.switch2_on #mobile-menu .header-btn__icon {
    color: white;
}
*/
body.switch2_on#app .mm-ocd .mm-ocd__content #mobile-menu {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

body.switch2_on #mobile-menu .header-signInBtn {
    display: block;
}

body.switch2_on .s-modal-container {
    z-index: 900;
}

body.switch2_on .mm-ocd {
    z-index: 800;
}

body.switch3_on .product-block__info {
    column-gap:0.5rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

body.switch3_on .product-block__info .price-wrapper,
body.switch3_on .product-block__info .product-title {
    grid-column:span 4
}


body.switch3_on .product-block__info .btn--add-to-cart{
    grid-column:span 3
}
.s-block--best-offers salla-product-options{
    display: none;
}