/*
Theme Name: EcoVazon Storefront Child
Theme URI: https://example.com
Description: Lightweight child theme for WooCommerce Storefront
Author: ChatGPT
Template: storefront
Version: 1.0.0
Text Domain: ecovazon-storefront-child
*/

/* ===== GLOBAL STYLING ===== */

body {
    background-color: #faf8f2;
    color: #2d2d2d;
    font-family: Arial, sans-serif;
}

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e2d6;
}

.site-title a,
.site-branding .site-description {
    color: #365c3b;
}

button,
input[type="button"],
input[type="submit"],
.button,
.added_to_cart {
    background-color: #6d8b5a;
    color: white;
    border-radius: 6px;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
    background-color: #567046;
}

.woocommerce ul.products li.product {
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.woocommerce ul.products li.product .price {
    color: #365c3b;
    font-weight: bold;
}

.site-footer {
    background-color: #f0ede5;
}
