
/* Optional: Style adjustments for the Add to Cart button if needed */
.woocommerce .button {
    background-color: #1e73be;
    color: white;
    border-radius: 4px;
    padding: 10px 20px;
}
