/* Violet Theme for WooCommerce and Custom Product Cards */

/* WooCommerce Prices */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #a855f7 !important;
    font-weight: 900 !important;
}

/* WooCommerce Add to Cart Buttons */
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button {
    background-color: #a855f7 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    border: none !important;
    padding: 10px 20px !important;
    transition: background-color 0.3s ease !important;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: #9333ea !important; /* Darker violet on hover */
}

/* Custom Block Pricing Elements */
.violet-price {
    color: #a855f7 !important;
    font-weight: 900 !important;
}

/* Custom Block Cart Buttons */
.violet-cart-btn .wp-block-button__link {
    background-color: #a855f7 !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
}

.violet-cart-btn .wp-block-button__link:hover {
    background-color: #9333ea !important;
}