.s-add-product-button-mini-checkout {
    display: none !important;
}

body .product-details .product-details-body .left .main-content .article--main {
    display: none !important;
}

@media (max-width: 640px) {
    body.product-single {
        padding-bottom: 135px !important;
    }

    body.product-single salla-add-product-button.sticky-product-bar__btn {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        margin: 0 !important;
        background: #fff !important;
        padding: 10px 15px !important;
    }

    body.product-single .sticky-product-bar__quantity label.form-label {
        display: none !important;
    }

    body.product-single .quantity-price-mob {
        position: fixed !important;
        bottom: 55px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background: #fff !important;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
        padding: 15px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    body.product-single .sticky-product-bar__quantity {
        justify-content: center !important;
        margin: 0 !important;
    }

    body.product-single .s-quantity-input-input {
        width: 100%;
    }

    body.product-single .fixed-btm.right {
        bottom: 135px;
    }

    body.product-single .but {
        bottom: 135px;
    }
}