/* =====================================================================================
   ARYAÉ DEFAULT SHORTCODE BUTTON PREMIUM STYLING
===================================================================================== */

.lp-add-to-cart-btn .woocommerce a.button {
    color: var(--color-off-white-1);
    background: var(--colour-grad-7);
    background-color: var(--color-black-2);
    text-decoration: none;
    background-image: var(--colour-grad-3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 4px 12px rgba(105, 74, 29, 0.08);
    display: flex;
    font-weight: 700;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 1) 1px 1px 5px;
    transition: all 0.3s ease 0s;
    border: 1px solid var(--color-petal);
    border-radius: var(--radius-md);
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.lp-add-to-cart-btn .woocommerce a.button:hover {
    transform: translate3d(0px, -2px, 0px);
    filter: brightness(109%);
    box-shadow: 0 20px 50px rgba(145, 113, 93, 0.14);
}

/* 4. Native WooCommerce AJAX Processing States */
.lp-add-to-cart-btn a.add_to_cart_button.loading {
    opacity: 0.7 !important;
    background-color: #3F4E46 !important;
    cursor: wait !important;
}

/* Hide default WooCommerce loading dots if they conflict with your styling */
.lp-add-to-cart-btn a.add_to_cart_button.loading::after {
    display: none !important;
}


.lp-add-to-cart-btn .woocommerce a.button.added::after,
.lp-add-to-cart-btn a.added_to_cart.wc-forward {
    display: none !important;
}