@media only screen and (max-width: 767px),
       only screen and (min-width: 768px) and (max-width: 900px) and (hover: none) and (pointer: coarse) {
    body.catalog-page {
        overflow-x: hidden;
    }

    body.catalog-page .items-wrapper.item_gv .item__image-wr_gv {
        width: 100%;
        margin-bottom: 8px !important;
    }

    body.catalog-page .items-wrapper.item_gv .item__image_gv {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 10;
        margin: 0 auto;
        overflow: hidden;
        background: #f7f7f7;
    }

    body.catalog-page .items-wrapper.item_gv .item__image_gv .item__img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    body.catalog-page .items-wrapper.item_gv .item__title-w {
        margin-bottom: 6px !important;
    }

    body.catalog-page .items-wrapper.item_gv .item__title-w > span:empty,
    body.catalog-page .items-wrapper.item_gv .item__descr_gv:empty {
        display: none !important;
    }

    body.catalog-page .items-wrapper.item_gv .item__content-wr,
    body.catalog-page .items-wrapper.item_gv .item__info-block,
    body.catalog-page .items-wrapper.item_gv .item__rating,
    body.catalog-page .items-wrapper.item_gv .item__artikul {
        margin-bottom: 8px !important;
    }

    body.catalog-page .items-wrapper.item_gv .item__bottom {
        margin-top: 8px !important;
    }

    body.catalog-page .items-wrapper.item_gv .item__bottom-actions {
        align-items: center;
        gap: 8px 10px;
    }

    body.catalog-page .items-wrapper.item_gv .item__amount {
        flex: 0 0 auto;
        margin-bottom: 0 !important;
    }

    body.catalog-page .items-wrapper.item_gv .item__cart-actions {
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        margin-left: auto;
        padding-right: 0 !important;
    }

    body.catalog-page .items-wrapper.item_gv .item__bottom .item__actions {
        flex: 0 0 auto;
        order: 1;
    }

    body.catalog-page .items-wrapper.item_gv .item__bottom .item__btn-l {
        justify-content: flex-end;
    }

    body.catalog-page .items-wrapper.item_gv .item__bottom-actions .item__cart-btn {
        flex: 0 0 52px !important;
        order: 2;
        width: 52px !important;
        margin: 0 !important;
    }

    body.catalog-page .items-wrapper.item_gv .item__bottom-actions .act-btn_cart {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px !important;
        min-width: 52px;
        height: 52px !important;
        min-height: 52px;
        border-radius: 50%;
        line-height: 1;
    }

    body.catalog-page .items-wrapper.item_gv .item__bottom-actions .act-btn_cart .act-btn__icon {
        position: static !important;
        width: 19px;
        height: 23px;
    }

    body.catalog-page .items-wrapper.item_gv .item__bottom-actions .act-btn_cart .act-btn__text {
        display: none !important;
    }

    body.catalog-page #jivo-iframe-container,
    body.catalog-page #jivo_custom_widget,
    body.catalog-page #jvLabelWrap,
    body.catalog-page #jcont,
    body.catalog-page [id^="jivo"],
    body.catalog-page [class*="jivo"],
    body.catalog-page jdiv[id^="jv"],
    body.catalog-page jdiv[class*="__right"],
    body.catalog-page iframe[src*="jivo"] {
        right: auto !important;
        left: 0 !important;
    }

    body.catalog-page #jvLabelWrap {
        transform: rotate(-90deg) !important;
        transform-origin: left top !important;
    }

    body.catalog-page #jcont {
        transform: translateX(-110%) !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) and (hover: none) and (pointer: coarse) {
    html {
        overflow-x: clip;
    }

    body.catalog-page .quick-panel,
    body.catalog-page .quick-panel__inner,
    body.catalog-page .quick-panel__inner-wrapper,
    body.catalog-page .quick-panel__cart,
    body.catalog-page .quick-panel__cart-btn,
    body.catalog-page .bellLightW,
    body.catalog-page jdiv.jv-pseudo-height {
        max-width: 100vw !important;
        width: 100vw !important;
    }

    body.catalog-page .shop-regions__ip-analyzer-variants,
    body.catalog-page .shop-regions-ip-analyzer {
        right: 0 !important;
        max-width: calc(100vw - 20px) !important;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1300px) {
    html {
        overflow-x: clip;
    }

    body.catalog-page .shop-regions__ip-analyzer-variants,
    body.catalog-page .shop-regions-ip-analyzer {
        right: 0 !important;
        max-width: calc(100vw - 20px) !important;
    }
}
