/* =========================================================
DRCLEAR - PRODUCT 69771
FINAL CLEAN VERSION
Quantity + Add to Cart (Turquoise) + No Quick Buy
========================================================= */

/* =========================
BASE STYLE
========================= */
body.single-product.postid-69771 form.cart .button,
body.single-product.postid-69771 form.cart button.single_add_to_cart_button,
body.single-product.postid-69771 form.cart input.single_add_to_cart_button {
    border-radius: 8px !important;
    height: 44px !important;
    padding: 0 22px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

/* =========================
ADD TO CART (TURQUOISE)
========================= */
body.single-product.postid-69771 form.cart button.single_add_to_cart_button {
    background: #4FB3C8 !important;
    color: #ffffff !important;
    border: none !important;
}

body.single-product.postid-69771 form.cart button.single_add_to_cart_button:hover {
    background: #3AA2B8 !important;
    color: #ffffff !important;
}

/* =========================
REMOVE EXTRA LINE UNDER VARIATIONS
========================= */
body.single-product.postid-69771 table.variations td,
body.single-product.postid-69771 table.variations th {
    border-bottom: none !important;
}

/* =========================
DESKTOP / TABLET
========================= */
body.single-product.postid-69771 .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Quantity */
body.single-product.postid-69771 .woocommerce-variation-add-to-cart .quantity {
    order: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
}

/* Add to cart */
body.single-product.postid-69771 .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    order: 2 !important;
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

/* Quantity controls */
body.single-product.postid-69771 .woocommerce-variation-add-to-cart .quantity .minus,
body.single-product.postid-69771 .woocommerce-variation-add-to-cart .quantity .plus {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body.single-product.postid-69771 .woocommerce-variation-add-to-cart .quantity .qty {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* =========================
MOBILE
========================= */
@media (max-width: 767px) {

    body.single-product.postid-69771 .woocommerce-variation-add-to-cart {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    /* Quantity right (RTL) */
    body.single-product.postid-69771 .woocommerce-variation-add-to-cart .quantity {
        order: 1 !important;
        align-self: flex-start !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        max-width: max-content !important;
        margin: 0 !important;
    }

    /* Add to cart full width */
    body.single-product.postid-69771 .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
        order: 2 !important;
        width: 100% !important;
        height: 46px !important;
        margin: 0 !important;
    }

    /* Mobile quantity */
    body.single-product.postid-69771 .woocommerce-variation-add-to-cart .quantity .minus,
    body.single-product.postid-69771 .woocommerce-variation-add-to-cart .quantity .plus {
        width: 34px !important;
        min-width: 34px !important;
        height: 40px !important;
    }

    body.single-product.postid-69771 .woocommerce-variation-add-to-cart .quantity .qty {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
    }
}

/* =========================
HIDE QUICK BUY COMPLETELY
========================= */
body.single-product.postid-69771 form.cart #aqbp_quick_buy_btn,
body.single-product.postid-69771 .woocommerce-variation-add-to-cart #aqbp_quick_buy_btn {
    display: none !important;
}