/* ============================================================
   Heikaya v6.17.8 — Product Add to Cart visibility
   ============================================================ */

body.single-product .single_add_to_cart_button,
body.single-product button.single_add_to_cart_button,
body.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
body.single-product form.cart .single_add_to_cart_button {
    background: #15120f !important;
    border: 1px solid #15120f !important;
    color: #fffdf9 !important;
    -webkit-text-fill-color: #fffdf9 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

body.single-product .single_add_to_cart_button *,
body.single-product button.single_add_to_cart_button * {
    color: #fffdf9 !important;
    -webkit-text-fill-color: #fffdf9 !important;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product .single_add_to_cart_button:focus,
body.single-product .single_add_to_cart_button:active {
    background: #fffdf9 !important;
    border-color: #15120f !important;
    color: #15120f !important;
    -webkit-text-fill-color: #15120f !important;
}

body.single-product .single_add_to_cart_button:hover *,
body.single-product .single_add_to_cart_button:focus *,
body.single-product .single_add_to_cart_button:active * {
    color: #15120f !important;
    -webkit-text-fill-color: #15120f !important;
}

/* Disabled/loading state should still remain readable. */
body.single-product .single_add_to_cart_button.disabled,
body.single-product .single_add_to_cart_button:disabled,
body.single-product .single_add_to_cart_button.loading {
    background: #15120f !important;
    color: #fffdf9 !important;
    -webkit-text-fill-color: #fffdf9 !important;
    opacity: .55 !important;
}
