₹1,850.00 Original price was: ₹1,850.00.₹1,520.00Current price is: ₹1,520.00.
.loop-quantity-form {
display: flex !important;
gap: 10px !important;
align-items: center !important;
margin-top: 15px !important;
justify-content: center !important;
width: 100% !important;
}
/* Default State: Premium Orange with White Text */
.loop-quantity-form button.add_to_cart_button {
background-color: #FF7A00 !important;
color: #FFFFFF !important;
font-weight: 700 !important;
text-transform: uppercase !important;
border: none !important;
padding: 10px 20px !important;
border-radius: 4px !important;
transition: all 0.2s ease-in-out !important;
cursor: pointer !important;
display: inline-block !important;
}
/* Interactive Hover Effect */
.loop-quantity-form button.add_to_cart_button:hover {
background-color: #E06B00 !important;
color: #FFFFFF !important;
}
/* Success State: Turn Vibrant Green when Added */
.loop-quantity-form button.add_to_cart_button.added {
background-color: #27AE60 !important;
color: #FFFFFF !important;
}
/* Aggressively hide theme duplicate notice popups */
.woostify-ajax-error, .woocommerce-error {
display: none !important;
}