@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;
    }

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

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

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

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

    }

    body.customer-page.in-klient {
        --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 {
        --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 {
        --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 {
        align-items: flex-start !important;
    }

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

        & div.banners-row {
            margin: 0;

            & div#carousel {
                --shoptet: none;

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

                    & div.item {
                        margin: 0 auto;

                        & div.flexCarouselHolder {
                            display: none;

                            & p#p1 {
                                font-size: 10vw;
                                text-align: end;
                                margin: 0px;
                            }

                            & p#p2 {
                                font-size: 4.5vw;
                                text-align: end;
                                font-weight: var(--lighter-font-weight);
                            }

                            & p#p3 {
                                display: none;
                            }
                        }
                    }
                }

                & a.carousel-control:before {
                    border-style: none;
                }
            }
        }

        & div.container--bannersBenefit {
            padding: 0px;
        }

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

            & div.products.products-block {
                --shoptet: none;
            
                & div.product {
                    --shoptet: none;
                
                    & div.p { 
                        margin-bottom: 0px;
                        width: 40vw !important;
                    }
                }
            }

            & div.shp-tabs-wrapper.homepage-tabs-wrapper {
                --shoptet: none;
                
                & div.tab-content {
                    --shoptet: none;
                    padding-left: 1.337rem;
                    

                    & div.homepage-group-title {
            margin: 1.337rem 0 !important;
                    }
                    
                    & a.advcontrol {
                        display: none;
                    }

                    & div#homepageProducts4{
                        --shoptet:none;

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

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

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

                    &:last-child {
                        margin: 0;
                        padding: 0;
                    }

                    & 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.homepage-texts-wrapper {
                margin-bottom: 0px;

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



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

    body.in-kosik table.cart-table td.p-quantity.p-cell,
    body.in-cart table.cart-table td.p-quantity.p-cell {
        display: block;
    }

    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-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.in-obchodni-podminky div.tosDownload {
        flex-direction: column;
        gap: 50px;
    }

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

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

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

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

        & div.sizeTabTree {
            width: 100%;
        }

        & table {
            width: 100%;
        }
    }

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

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

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

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

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

        & div.navigation-buttons a[data-target="navigation"] {
            width: 0px !important;
            transition: 5s;
        }

        & nav#navigation {
            width: 100%;
            left: 0;
        }
    }

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

        & div.cart-inner {
            padding: 0;

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

                & form {
                    display: flex;
                    width: 100%;

                    & input {
                        font-size: var(--normal-font-size);
                        border-radius: 5px 0 0 5px;
                        text-align: center;
                    }

                    & button {
                        font-size: 0px;
                        padding: 6px 6px;
                        color: var(--ss-body) !important;
                        width: min-content;

                        &.btn.btn-arrow-right:before {
                            font-size: var(--normal-font-size);
                        }
                    }
                }
            }

            & div.extra.delivery {
                width: 100%;
                text-align: center;
                color: var(--ss-body) !important;
                text-transform: uppercase;
            }

            & div.next-step {
                max-width: none;
                align-items: center;

                & a {
                    height: auto;
                    margin-left: 0;
                    max-width: 385px;
                    width: 100%;
                    border-radius: var(--ss-border-radius);
                    padding: 20px 26px;
                    font-size: var(--larger-font-size);
                    font-weight: var(--bold-font-weight);
                }
            }

            & div.price-wrapper {
                margin: 15px 0;
            }

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

            & h4 {
                display: none;
            }

            & h4:not(div.cart-inner div.row.summary h4) {
                display: block !important;
                margin: 40px 0 25px;
                letter-spacing: 1px;
                text-transform: uppercase;
            }

            & span.price-label {
                flex: 1 1 50%;
                color: var(--ss-body) !important;
                text-transform: uppercase;
                text-align: center;

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

            & strong.price {
                flex: 1 1 50%;
                color: var(--ss-body) !important;
                text-transform: uppercase;
                text-align: center;

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

            & td.cart-p-image {
                background: none;

                & img {
                    mix-blend-mode: multiply;
                }
            }

            & td.p-name {
                padding-left: auto;
            }

            & tr {
                padding: 0;
            }
        }

        & div.co-basic-information div.row {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        & div.next-step button {
            line-height: unset;
        }

        & select#deliveryCountryId {
            font-size: var(--normal-font-size)
        }
    }

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

        & div.price-wrapper {
            gap: 10px;
        }
    }

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

        &:hover {
            color: #284666;
        }
    }

    body.ordering-process div.next-step {
        flex-direction: column-reverse;

        &.next-step--cart span.continue-shopping {
            padding: 0;
            margin: 0 auto;
            display: block;
            text-align: center;
        }

        & button.btn.btn-conversion {
            width: auto;
            margin-bottom: 20px;
        }
    }

    body.ordering-process div#cart-wrapper {
        height: 100%;
    }

    body.ordering-process div#checkout-akce h2 {
        font-size: 15px;
    }

    body.ordering-process h4.order-delivery {
        color: var(--ss-body);
    }

    body.ordering-process h4.order-information {
        color: var(--ss-body);
    }

    body.ordering-process h4.order-payment {
        color: var(--ss-body);
    }

    body.ordering-process span.continue-shopping {
        margin-left: 20px;
        color: var(--ss-body);

        &:before {
            display: inline;
        }
    }

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

        & a.main-link {
            color: var(--ss-body) !important;
            text-transform: uppercase;
            font-weight: 700;
            font-family: var(--font-ss);
            font-size: var(--normal-font-size);
            letter-spacing: 1px;
        }

        & div.discount-coupon form {
            width: 100%;
        }

        & strong.availability-label.show-tooltip {
            font-size: var(--normal-font-size);
            margin-left: 0px;
        }

        & tbody {
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #F3F4F6;
            margin: 0 -10px;
            padding: 15px 10px;
            border-radius: 5px;
        }

        & td {
            background-color: #F3F4F6;

            &.p-availability {
                display: none;
            }

            &.p-price.p-cell {
                display: none;
                text-align: start;

                & form {
                    display: flex;
                }

                & span.p-label {
                    display: block;
                    margin-right: 5px;
                    font-size: 12px;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-weight: 500;

                    &:after {
                        content: ':';
                    }
                }

                & span.increase {
                    display: none;
                }

                & span.decrease {
                    display: none;
                }

                & span.quantity {
                    padding: 0;
                    text-align: start;
                    line-height: unset;
                }

                & input {
                    width: unset;
                    height: unset;
                    text-align: start;
                    font-size: 12px;
                    font-weight: 500;
                    color: #2D2D2C;
                }
            }

            &.p-total {
                padding: 0;

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

            &.p-quantity.p-cell {
                display: none;
            }
        }

        & tr {
            align-items: center;
        }

        &.custom button.add-to-cart-button {
            box-shadow: none;
            font-weight: 500;

            &:after {
                content: " →";
            }
        }

        &.custom tbody {
            border-radius: var(--ss-border-radius);
            background-color: #F3F4F6;
            padding-bottom: 5px;
        }

        &.custom td {
            background-color: transparent;

            &.cart-p-image img {
                mix-blend-mode: multiply;
            }

            &.p-name {
                padding-left: 5px;

                & a {
                    text-decoration: none;
                }
            }
        }
    }

  

    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 {
            & 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-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-size: var(--normal-font-size);
            font-weight: var(--normal-font-weight);
        }
    }

    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;
        }
    }




    /*ALL*/
    div#content-wrapper {
        margin-top: 0 !important;
    }

    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;
            }

        }
    }

}