/* STROY-KT: mobile sheet basket quantity controls. */
@media (max-width: 767px) {
    body [data-entity="basket-item"][data-stroykt-sheet-row="Y"] .basket-item-block-amount {
        display: flex !important;
        width: 132px !important;
        min-width: 132px !important;
        min-height: 44px !important;
        align-items: stretch !important;
    }

    body [data-entity="basket-item"][data-stroykt-sheet-row="Y"] .basket-item-amount-btn-minus,
    body [data-entity="basket-item"][data-stroykt-sheet-row="Y"] .basket-item-amount-btn-plus {
        display: flex !important;
        flex: 0 0 44px !important;
        flex-basis: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        line-height: 44px !important;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        position: relative !important;
        inset: auto !important;
    }

    body [data-entity="basket-item"][data-stroykt-sheet-row="Y"] .basket-item-amount-filed-block {
        flex: 0 0 44px !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    body [data-entity="basket-item"][data-stroykt-sheet-row="Y"] .basket-item-amount-filed {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        line-height: 44px !important;
        box-sizing: border-box !important;
    }

    body [data-entity="basket-item"][data-stroykt-sheet-row="Y"] .basket-item-amount-btn-minus::after,
    body [data-entity="basket-item"][data-stroykt-sheet-row="Y"] .basket-item-amount-btn-plus::after {
        width: 12px !important;
        height: 2px !important;
    }

    body [data-entity="basket-item"][data-stroykt-sheet-row="Y"] .basket-item-amount-btn-plus::before {
        width: 2px !important;
        height: 12px !important;
    }

    body [data-entity="basket-total-block"] {
        width: 100% !important;
        margin: 16px 0 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    body [data-entity="basket-checkout-aligner"] {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 16px !important;
        box-sizing: border-box !important;
    }

    body [data-entity="basket-checkout-aligner"] .basket-checkout-section,
    body [data-entity="basket-checkout-aligner"] .basket-checkout-section-inner {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    body [data-entity="basket-checkout-aligner"] .basket-checkout-section-inner {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(150px, 1.25fr) !important;
        gap: 12px !important;
        align-items: center !important;
    }

    body [data-entity="basket-checkout-aligner"] .basket-checkout-block-total {
        display: none !important;
    }

    body [data-entity="basket-checkout-aligner"] .basket-checkout-block-total-price,
    body [data-entity="basket-checkout-aligner"] .basket-checkout-block-btn,
    body [data-entity="basket-checkout-aligner"] .fastorder {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    body [data-entity="basket-checkout-aligner"] .basket-checkout-block-total-price {
        grid-column: 1 !important;
        text-align: center !important;
    }

    body [data-entity="basket-checkout-aligner"] .basket-checkout-block-btn {
        grid-column: 2 !important;
    }

    body [data-entity="basket-checkout-aligner"] .fastorder {
        grid-column: 1 / -1 !important;
    }

    body [data-entity="basket-checkout-aligner"] [data-entity="basket-checkout-button"],
    body [data-entity="basket-checkout-aligner"] .fastorder .fast_order {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 0 12px !important;
        box-sizing: border-box !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }
}
