@media (max-width: 991px) {
    html {
        box-sizing: border-box;
        -webkit-text-size-adjust: 100%;
    }

    *,
    *::before,
    *::after {
        box-sizing: inherit;
    }

    body.page-product {
        margin: 0;
        background: #fff;
        color: #3a332c;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    #desktop-header,
    #_desktop_logo,
    #desktop-cart-wrapper,
    #_desktop_user_info,
    #search_widget {
        display: none !important;
    }

    #mobile-header-sticky {
        display: block !important;
        position: sticky;
        top: 0;
        z-index: 1005;
        background: #f9dda1;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

    #mobile-header-sticky .container {
        width: 100%;
        max-width: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    #mobile-header-sticky .row-mobile-buttons {
        margin-left: -15px;
        margin-right: -15px;
    }

    #mobile-header-sticky .m-nav-btn {
        display: block;
        width: 100%;
        padding: 0.375rem 0.625rem;
        border: 0;
        background: transparent;
        text-align: center;
    }

    html.deco-product-theme-mobile-pending #mobile-header-sticky .dropdown-mobile,
    html.deco-product-theme-mobile-pending #mobile-header-sticky #_mobile_iqitmegamenu-mobile,
    html.deco-product-theme-mobile-pending #mobile-header-sticky #blockcart-content,
    html.deco-product-theme-mobile-pending #mobile-header-sticky #mobile_search_wrapper,
    html.deco-product-theme-mobile-pending #mobile-header-sticky #mobile_menu_click_overlay {
        display: none !important;
    }

    #wrapper > .container,
    #content-wrapper.js-content-wrapper,
    #main,
    #content,
    #main-product-wrapper {
        width: 100%;
    }

    #wrapper > .container,
    #content-wrapper.js-content-wrapper,
    .container {
        width: 100%;
        max-width: none;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .row > .col,
    .row > [class*="col-"] {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .product-info-row > .col-md-6,
    .product-info-row > .col-product-image,
    .product-info-row > #col-product-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modern-breadcrumb {
        margin: 8px 0 14px;
    }

    .images-container {
        margin-bottom: 1rem;
    }

    .images-container-bottom .product-cover {
        margin-bottom: 1rem;
    }

    .product-cover,
    .product-cover .product-lmage-large {
        position: relative;
    }

    .swiper-container {
        margin-right: auto;
        margin-left: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .swiper-slide,
    .swiper-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    }

    .swiper-wrapper {
        z-index: 1;
        display: flex;
        box-sizing: content-box;
        transform: translate3d(0, 0, 0);
    }

    .swiper-slide {
        flex-shrink: 0;
    }

    .swiper-container-fade .swiper-slide {
        pointer-events: none;
    }

    .swiper-container-fade .swiper-slide-active {
        pointer-events: auto;
    }

    #product-images-large,
    #product-images-large .swiper-slide,
    #product-images-large .swiper-slide img {
        width: 100%;
    }

    .product-cover img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #main .images-container .js-qv-mask {
        display: flex;
        gap: 0.5rem;
        overflow-x: auto;
        white-space: normal;
        padding-bottom: 0.25rem;
        -webkit-overflow-scrolling: touch;
    }

    #main .images-container .js-qv-mask .thumb-container {
        flex: 0 0 74px;
        padding: 0;
    }

    .product-flags {
        position: absolute;
        top: 0.5rem;
        left: 0.75rem;
        z-index: 2;
        list-style: none;
        margin: 0;
        padding: 0;
        transition: none;
    }

    li.product-flag {
        display: inline-block;
        background: #2fb5d2;
        padding: 0.3125rem 0.4375rem;
        color: #fff;
        margin: 0 0.25rem 0.25rem 0;
        line-height: 1.1em;
    }

    .product_header_container,
    .product_p_price_container {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(160, 160, 160, 0.25);
    }

    #content-wrapper .product_header_container .page-title,
    #content-wrapper .product_p_price_container .page-title {
        margin: 0 0 0.8rem;
        border: 0;
        padding: 0;
        text-align: inherit;
        width: auto;
    }

    .product_header_container .product-price.current-price-value,
    .product_p_price_container .product-price.current-price-value,
    .current-price .price {
        font-size: 1.75rem;
        line-height: 1.1;
        font-weight: 700;
        color: #9d5c13;
    }

    .regular-price {
        opacity: 0.7;
    }

    .product-information,
    .product-actions,
    .product-add-to-cart {
        width: 100%;
    }

    .product-add-to-cart {
        padding-top: 1rem;
    }

    .product-add-to-cart .add-to-cart,
    .product-add-to-cart .btn-iconic {
        width: 100%;
    }

    .hidden-xs-down {
        display: none !important;
    }
}