/* WooCommerce Tweaks for Olu Akande Theme */

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    border-top-color: #d97706 !important; /* amber-600 */
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
    color: #d97706 !important;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background-color: #d97706 !important;
    color: #ffffff !important;
    border-radius: 9999px !important; /* full pill shape */
    font-weight: 500 !important;
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease !important;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #b45309 !important; /* amber-700 */
}

/* Fix product title fonts */
.woocommerce div.product .product_title {
    font-family: 'Playfair Display', serif !important;
    color: #ffffff !important; /* white for dark mode */
    font-size: 3rem !important;
    line-height: 1.1 !important;
    margin-bottom: 1rem !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Playfair Display', serif !important;
    font-weight: bold !important;
    color: #ffffff !important;
    font-size: 1.5rem !important;
}

/* Base text color for other woocommerce text */
.woocommerce div.product p, 
.woocommerce div.product span {
    color: #d6d3d1 !important; /* stone-300 */
}

/* Custom Swatches Styling */
.custom-swatch:hover {
    border-color: #d97706 !important;
}
.woocommerce div.product form.cart .variations th {
    color: #ffffff !important;
    text-align: left;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #d97706 !important;
}

.woocommerce ul.products li.product .price {
    color: #d97706 !important;
}

/* Ensure images have border radius matching theme */
.woocommerce ul.products li.product a img {
    border-radius: 0.5rem !important;
}
.woocommerce div.product div.images img {
    border-radius: 0.5rem !important;
}
