@media (max-width: 999px) {
    body {
        --shoptet-design: none;

        .m_t-fs--22vw {
            font-size: 2.2vw !important;
        }

        & .m_t-fs--2r {
            font-size: 2rem !important;
        }

        & .m_mg--0 {
            margin: 0 !important;
        }

        & .m_wd-max--0 {
            max-width: unset !important;
        }

        & .m_ai--start {
            align-items: start !important;
        }

        & .m_t-fs--40 {
            font-size: 40px !important;
        }

        & .m_jc--fs {
            justify-content: flex-start !important;
        }

        & .bg--blur-4 {
            backdrop-filter: blur(4px) !important;
            -webkit-backdrop-filter: blur(4px) !important;
        }

        & .dsp--mobile {
            display: block !important;
        }

        & .dsp--pc {
            display: none !important;
        }

        & .m_ai--center {
            align-items: center !important;
        }

        & .m_border--0 {
            border: none !important;
        }

        & .m_dsp--0 {
            display: none !important;
        }

        & .m_dps--0__soft {
            display: none;
        }

        & .m_flex-dir--down {
            flex-direction: column !important;
        }

        & .m_flex-dir--up {
            flex-direction: column-reverse !important;
        }

        & .m_gap--0 {
            gap: 0px !important;
        }

        & .m_gap--20 {
            gap: 20px !important;
        }

        & .m_ht--50vh {
            height: 50vh !important;
        }

        & .m_ht-min--unset {
            min-height: unset !important;
        }

        & .m_mg--0--20-0--20 {
            margin: 0 -20px 0 -20px !important;
        }

        & .m_pd--0 {
            padding: 0 !important;
        }

        & .m_mg--0-0-40-0 {
            margin: 0 0 40px 0 !important;
        }

        & .m_mg--20-0 {
            margin: 20px 0 !important;
        }

        & .m_pd--30-0 {
            padding: 30px 0px !important;
        }

        & .m_pd--30-0-0-0 {
            padding: 30px 0 0 0 !important;
        }

        & .m_pd--0-0-30-0 {
            padding: 0 0 30px 0 !important;
        }

        & .m_pos--rel {
            position: relative !important;
        }

        & .m_pos--unset {
            position: unset !important;
        }

        & .m_t-align--end {
            text-align: end !important;
        }

        & .m_t-align--center {
            text-align: center !important;
        }

        & .m_t-align--start {
            text-align: start !important;
        }

        & .m_t-fs--10vw {
            font-size: 10vw !important;
        }

        & .m_t-fs--16 {
            font-size: 16px !important;
        }

        & .m_t-fs--45vw {
            font-size: 4.5vw !important;
        }

        & .m_t-fs--7vw {
            font-size: 7vw !important;
        }

        & .m_t-fs--6vw {
            font-size: 6vw !important;
        }

        & .m_t-fs--15 {
            font-size: 15px !important;
        }

        & .m_t-fs--20 {
            font-size: 20px !important;
        }

        & .m_t-fw--400 {
            font-weight: 400 !important;
        }

        & .m_wd--full {
            width: 100% !important;
        }
    }

    ::-webkit-scrollbar-thumb {
        background-color: #F3F4F6;
    }

    /* ReADY na REdizajn ---->*/

    body.ordering-process:not(html.checkout_error body) {
        --shoptet: none;

        &.in-kosik:not(html.kosik_error body),
        &.in-cart:not(html.kosik_error body),
        &.in-warenkorb:not(html.kosik_error body) {
            --shoptet: none;

            & div.cart-inner.cart-empty {
                --shoptet: none;

                & h1.cart-heading {
                    font-size: 20px;
                }
            }

            & div.cart-inner {
                display: flex !important;
                flex-direction: column;

                & table.cart-table {
                    --shoptet: none;

                    & tbody {
                        display: flex;
                        flex-direction: column;
                    }

                    & tr {
                        display: grid;
                        grid-template-rows: auto;
                        grid-column-gap: 0px;
                        grid-row-gap: 0px;
                        
                        & td.cart-p-image {
                            grid-area: 1 / 1 / 3 / 2;
                            width: unset;
                            
                            & a img{
                                width:88px;
                            }
                        }

                        & td.p-name {
                            grid-area: 1 / 2 / 2 / 3;
                            width: 100%;
                            padding: 0;
                            padding-left:1rem;

                            & a {
                                font-size: 12px;
                                text-align: start;
                                display: block;
                            }
                        }

                        & td.p-availability {
                            grid-area: 2 / 2 / 3 / 3;
                            white-space: nowrap;
                            width: 100%;
                            text-align: start;
                            padding-left:1rem;

                            & strong{
                                margin:0
                            }
                            
                            & span {
                                display: none;
                            }
                        }

                        & td.p-quantity {
                            grid-area: 3 / 1 / 4 / 2;
                            width: min-content;
                            align-self: end;
                            margin: 0;

                            & form {
                                width: 88px;

                                & span.quantity {
                                    display:flex;

                                    & label {
                                        display:none;
                                    }
                                }
                            }
                        }

                        & td.p-total {
                            grid-area: 3 / 2 / 4 / 3;
                            height:100%;
                            padding-right:1rem;;

                            & span.p-label {
                                display: none;
                            }

                            & form{
                                display:none;
                            }
                        }
                    }

                }

                & div.fvDoplnek {
                    flex-wrap: nowrap;
                    overflow: scroll;

                    &:before {
                        content: '';
                        display: none;
                    }
                }

                & div.discount-coupon {
                    display: flex;
                    justify-content: center;
                    max-width: none;

                    & form {
                        display: flex;
                        width: 100%;
                        justify-content: flex-end;

                        & button{
                            width:min-content;
                        }
                    }
                }

                & div.row.summary {
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;

                    & div.price-wrapper {
                        --shoptet: none;

                        & span.price-label.price-primary {
                            flex: 1 1 50%;

                            &.price-secondary {
                                display: none;
                            }
                        }

                        & strong.price {
                            flex: 1 1 50%;
                            text-transform: uppercase;

                            &.price-secondary {
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }


    body.ordering-process.in-kosik {
        --shoptet: none;

        & table.cart-table:after {
            content: 'Mohlo by se vám také líbit';
            font-size: 16px;
            font-weight: 500;
            color: #2d2d2c;
            width: 100%;
            margin-top: 1rem;
            display: block;
        }
    }

    html[lang="sk"] body.ordering-process.in-kosik {
        --shoptet: none;

        & table.cart-table:after {
            content: 'Mohlo by sa vám tiež páčiť';
            font-size: 16px;
            font-weight: 500;
            color: #2d2d2c;
            width: 100%;
            margin-top: 1rem;
            display: block;
        }
    }

    body.ordering-process.in-cart {
        --shoptet: none;

        & table.cart-table:after {
            content: 'You may also like';
            font-size: 16px;
            font-weight: 500;
            color: #2d2d2c;
            width: 100%;
            margin-top: 1rem;
            display: block;
        }
    }

    body.ordering-process.in-warenkorb {
        --shoptet: none;

        & table.cart-table:after {
            content: 'Das könnte Ihnen auch gefallen';
            font-size: 16px;
            font-weight: 500;
            color: #2d2d2c;
            width: 100%;
            margin-top: 1rem;
            display: block;
        }
    }

    body.ordering-process.in-krok-2,
    body.ordering-process.in-step-2,
    body.ordering-process.in-schritt-2 {
        --shoptet: none;

        & div.cart-inner {
            --shoptet: none;

            & fieldset.co-contact-information {
                --shoptet: none;

                & div:nth-child(2) {
                    flex-direction: column;
                }
            }

            & div.country-flags {
                align-items: start !important;
            }
        }
    }

    body.in-index {
        --shoptet: none;

        & main.content {
            --shoptet: none;

            & div.banners-row {
                --shoptet: none;

                & div.carousel {
                    --shoptet: none;

                    & h1 {
                        font-size: 3rem;
                        font-weight: 600;
                    }
                }
            }

            & div.index-content-wrapper {
                --shoptet: none;

                & div.shp-tabs-wrapper.homepage-tabs-wrapper {
                    --shoptet: none;

                    & div.tab-content {
                        padding-left: 1.337rem;

                        & div#homepageProducts4 {
                            --shoptet: none;

                            & div.homepage-products-heading-4 {
                                margin-top: 3.337rem;
                                font-size: 3.337rem;
                            }
                        }

                        & a.advcontrol {
                            display: none;
                        }

                        & div#homepageProducts4 {
                            --shoptet: none;

                            & div#products-4 {
                                display: flex;
                                flex-wrap: nowrap;
                                overflow-x: scroll;
                                width: auto;
                            }
                        }
                    }
                }

                & div.homepage-texts-wrapper {
                    margin-bottom: 0px;

                    & .shp-tabs-row {
                        display: none;
                    }
                }

                & div.footer-banners {
                    margin: 0px;

                    & div.footer-banner {
                        margin: 2.4rem 0;
                        padding: 0;
                        padding-left: 1.337rem;

                        & .roedi {
                            --shoptet: none;

                            & .auszq {
                                --shoptet: none;

                                & h2 {
                                    font-size: min(2.7rem, 7vw);
                                }
                            }
                        }

                        & div#hodnoceni-load {
                            display: flex;
                            margin: 0;
                            flex-direction: row;
                            justify-content: space-around;

                            & div.votes-wrap {
                                width: 100vw;
                                display: flex;
                                flex-direction: column;
                                padding: 0 20px;

                                & div.vote-content {
                                    text-align: center;
                                    padding: 0 10px 10px;
                                    font-size: var(--normal-font-size);
                                    letter-spacing: 0.5px;
                                    color: var(--ss-body);
                                }

                                & div.vote-wrap {
                                    border: solid 1px #dedede;
                                    border-radius: 0px;
                                    padding: 5px;
                                    width: auto !important;
                                    height: min-content;
                                    min-height: unset;

                                    &:not(:nth-child(-n+5)) {
                                        display: none;
                                    }
                                }

                                & span.vote-delimeter {
                                    display: none;
                                }

                                & span.vote-summary {
                                    display: flex;
                                    flex-direction: column-reverse;
                                    gap: 10px;
                                    align-items: center;
                                    color: var(--ss-body);
                                }

                                & span.vote-time {
                                    display: none;
                                }
                            }
                        }

                        & a.advcontrol {
                            display: none;
                        }

                        & div.marquee {
                            --shoptet: none;

                            & span {
                                gap: 3rem;
                                padding-right: 3rem;

                                & a {
                                    font-size: 2.337rem;
                                    font-weight: 500;
                                }
                            }
                        }

                        & div.categories#indexRoll {
                            --shoptet: none;

                            & div.kategorie {
                                width: 90%;
                            }
                        }
                    }
                }
            }
        }

        & div.products.products-block {
            --shoptet: none;

            & div.product {
                --shoptet: none;

                & div.p {
                    margin-bottom: 0px;
                    width: 40vw !important;
                }
            }
        }
    }



    /* <----- ReADY na REdizajn ---->*/

    body.customer-page.in-dorucovaci-udaje {
        --shoptet: none;

        & div.submit-wrapper input {
            width: 100%;
        }

        & div.content-wrapper-in {
            display: flex;
            flex-direction: column-reverse;
        }

    }

    body.customer-page.in-klient,
    body.customer-page.in-kundencenter {
        --shoptet: none;

        & aside div.sidebar-inner.visible {
            padding-top: 0px;
        }

        & div.content-inner {
            --shoptet: none;

            & h1 {
                font-size: 25px;
                text-align: center;
            }

            & h2 {
                font-size: 16px;
                padding-left: 10px;
                text-transform: none;
            }

        }

        & table.table.border {
            width: 100%;

            & th {
                padding: 0 12px !important;
                font-size: var(--normal-font-size);
                line-height: 30px !important;

                &:nth-child(3) {
                    display: none;
                }

                &:nth-child(4) {
                    max-width: 45px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: clip;
                }
            }

            & td {
                padding: 0 10px !important;
                font-size: var(--normal-font-size);

                &:nth-child(3) {
                    display: none;
                }
            }
        }

        & .content-wrapper-in {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: column-reverse;
        }
    }

    body.customer-page.in-nastaveni,
    body.customer-page.in-einstellungen {
        --shoptet: none;

        & div.co-box {
            margin: 15px;
        }

        & div.content-wrapper-in {
            display: flex;
            flex-direction: column-reverse;
        }

        & fieldset {
            margin: 15px;
        }

        & h1 {
            text-align: center;
            font-size: 25px;
            margin-bottom: 40px;
        }

        & h4 {
            font-size: 16px;
        }

        & input {
            font-size: var(--larger-font-size);
        }
    }

    body.in-hodnoceni-obchodu,
    body.in-store-rating,
    body.in-geschaftsbewertung {
        --shoptet: none;

        & div.add-comment.rate-form-trigger {
            justify-content: center;
        }

        & div.rate-average-inner {
            align-items: center;
        }

        & div.rate-wrap.row {
            flex-wrap: wrap;
            justify-content: center;
        }
    }

    body.in-hodnoceni-obchodu div.rate-average-inner,
    body.in-store-rating div.rate-average-inner,
    body.in-geschaftsbewertung div.rate-average-inner {
        align-items: flex-start !important;
    }

    body.in-login {
        --shoptet: none;

        & a.login-btn.facebook:hover {
            background-color: #fff !important;
        }

        & div.content-inner {
            margin: 15px;
        }

        & div.login-wrapper {
            margin-top: 40px;

            & button {
                border: solid 2px #284666;
                border-radius: var(--ss-border-radius);
                color: #284666;
                font-weight: var(--bold-font-weight);
                transition: 0.9s;
            }
        }

        & div.password-helper a {
            margin: 10px;
        }

        & div.social-login-buttons {
            --shoptet: none;

            & div.form-group a {
                border: solid 2px #4267B2;
                border-radius: var(--ss-border-radius);
                background-color: #fff;
                color: #4267B2;
            }

            & div.form-group span {
                background-color: url(/user/documents/upload/design/icons/fcbkikn.png) no-repeat center;
                background-size: 27px;
            }

            div.form-group strong {
                margin-right: 10px;
            }
        }

        & h1 {
            text-align: center;
            font-size: 25px;
            margin-bottom: 40px;
        }

        & input {
            border-radius: var(--ss-border-radius);
        }
    }

    body.in-registrace,
    body.in-registration {
        --shoptet: none;

        & div.content-inner {
            padding: 10px;
        }

        & div.form-group.submit-wrapper p {
            text-align: center;
        }
    }

    body.in-stranku-nelze-najit div.errorDiv,
    body.in-page-not-found div.errorDiv,
    body.in-seite-nicht-gefunden div.errorDiv {
        font-size: min(5vw, 30px);
        padding: 0;
    }

    body.ordering-process.in-dekujeme span.continue-shopping,
    body.ordering-process.in-danke span.continue-shopping {
        color: var(--ss-body);
        text-transform: uppercase;
        font-weight: var(--bold-font-weight);
        transition: 0.8s;

        &:hover {
            color: #284666;
        }
    }

    body.type-category {
        --shoptet: none;

        & div#categoryHeader div:first-child {
            height: unset;
        }

        & div.advanced-filters-wrapper {
            display: none
        }

        & div.filter-section-count {
            display: none;
        }

        & div.filter-section-parametric-id-5 label.filter-label {
            min-width: 43px;
        }

        & div.filter-sections {
            --shoptet: none;

            & fieldset {
                max-width: unset;
                justify-content: flex-start
            }

            & h4 {
                text-align: start;
            }
        }

        & div.category-content-wrapper {
            margin: 0;
        }

        & div.products-block {
            flex-wrap: wrap;
            border: none;
            display: flex !important;
            justify-content: space-between;

            & div.product {
                --shoptet: none;

                & div.p {
                    width: 40vw !important;
                }
            }
        }

        & div.products-top {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;

            & div.p {
                width: 100% !important;
                justify-content: center;
                flex-wrap: nowrap;
            }
        }

        & label.filter-label {
            padding: 1rem;
            line-height: unset;
            font-size: var(--normal-font-size);
            margin-right: 7px;
            margin-bottom: 7px
        }

    }

    body.type-category div.filter-section-parametric {
        --shoptet: none;

        & form fieldset {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-between;

            & div {
                width: 33%;
            }
        }

        & h4 {
            text-align: center;
            color: var(--ss-body);
        }
    }

    body.type-category div#categoryHeader div:first-child {
        height: unset !important;
    }

    body.type-page.in-kontakty section.ContactForm div.form-group.submit-wrapper {
        text-align: center;
    }

    body.type-page.in-o-nas {
        --shoptet: none;

        & div.vote-content {
            width: unset !important;
        }

        & div.vote-wrap {
            width: 250px !important;
            display: flex;
            flex-shrink: 0;
            align-items: center;
            flex-direction: column;
        }
    }

    body.type-page.in-obchodni-podminky div.tosDownload {
        flex-direction: column;
        gap: 50px;
    }

    body.type-page.in-size-tab {
        --shoptet: none;

        & div.sizeTabTree {
            width: 100%;
        }

        & table {
            width: 100%;
        }
    }

    body.type-page.in-vraceni-zbozi {
        --shoptet: none;

        & li {
            font-size: var(--larger-font-size);
            margin: 0 0 15px 0;
        }

        & ul {
            margin-top: 0px;
        }
    }

    body.type-product {
        --shoptet: none;

        & content {
            padding-left: initial;
            padding-right: initial;
        }

        & div.p-to-cart-block div.p-add-to-cart-wrapper div.add-to-cart {
            max-width: 275px;
        }

        & div.p-image img:not(a.p-main-image img) {
            display: none;
        }
    }

    body.type-product.one-column-body table.detail-parameters tbody tr th {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    body.type-product div.basic-description {
        text-align: justify;
    }

    body.type-product div.p-detail-inner-header h1 {
        font-size: var(--normal-font-size);
        font-weight: var(--normal-font-weight);
    }

    body.type-product div.p-final-price-wrapper {
        margin-bottom: 10px;

        & div.image360.image360-loaded div.image360-holder img {
            transform: scale(1.5);
        }
    }

    body.type-product div.p-in-in {
        height: fit-content;

        & a {
            padding: 0 !important;
            height: 40px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        & span {
            text-transform: uppercase;
            font-weight: var(--normal-font-weight);
            font-size: var(--normal-font-size);

        }
    }

    body.type-product div.p-param-block {
        padding-left: 20px;
    }

    body.type-product div.p-short-description p {
        font-size: max(14px);
    }

    body.type-product div.p-to-cart-block {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    body.type-product div.prices strong {
        font-weight: initial !important
    }

    body.type-product div.product {
        --shoptet: none;

        & a.name {
            text-transform: uppercase;
        }

        & div.p {
            justify-content: flex-start;
        }
    }

    body.type-product div.products-block {
        padding-top: 10px;

        & div.p {
            margin-bottom: 0px;
            width: 40vw !important;

            & a {
                height: 100%
            }
        }
    }

    body.type-product div#sizeTabPageHolder {
        padding: 10px;

        & div {
            min-width: unset;
            width: 100%;
            width: -webkit-fill-available;
        }
    }

    body.type-product .image360-parent div.p-image-wrapper div.image360 img {
        transform: scale(1.5);
    }

    body.type-product ul.shp-tabs {
        display: flex;
    }

    body.type-search {
        --shoptet: none;

        & main h2 {
            font-size: 4vw;
        }

        & div.products.products-block {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.337rem;
        }
    }

    /*ALL*/


    div#smartsupp-widget-container div[data-testid="widgetButtonFrame"] {
        position: fixed;
        left: 80vw !important;
    }

    footer {
        --shoptet: none;

        & div.banner {
            padding: 0;
            text-align: start;
            margin-bottom: 20px;
            min-height: unset;
        }


        & div.custom-footer__banner4 {
            margin: 20px 0 0;
        }

        & div#footer-button {
            display: none !important;
        }
    }

    h2.bebas {
        font-size: 30px;
        line-height: 1.1;
    }

    .site-msg.information {
        bottom: 65px;
    }

    body.search-window-visible {
        --shoptet: none;

        & button.toggle-window-arr {
            font-size: 12px;

            &:before {
                font-size: 14px;
            }
        }

        & form {
            --shoptet: none;

            & input.search-input {
                font-size: 12px;
            }

        }
    }
}