/*
Theme Name: Hello Elementor Child
Theme URI: http://localhost/public_html/
Description: Child theme for Hello Elementor, used for safe customizations.
Author: Wahet El Fayoum Dates Store
Author URI: http://localhost/public_html/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom child theme styles below this line */

/* Woocommerce and Elementor visual enhancements */
.wahet-section-title { font-size: clamp(2rem, 2.2vw, 3rem); color:#3b2a1a; margin-bottom:0.75rem; }
.wahet-section-lead { color:#5d4a3a; font-size:1rem; line-height:1.8; margin-bottom:1.5rem; }

.wahet-product-card-image img { width:100%; height:auto; border-radius:10px; object-fit:cover; }
.wahet-product-card-title { margin:1rem 0 0.5rem; font-size:1.15rem; color:#2d1f14; }
.wahet-product-grid { margin-top:1rem; }
.wahet-category-card a { text-decoration:none; color:inherit; }
.wahet-category-image { margin-bottom:0.85rem; }
.wahet-testimonial-card { min-height:170px; display:flex; flex-direction:column; justify-content:space-between; }
.wahet-testimonial-text { font-size:1rem; color:#4a3421; margin:0 0 1rem; }
.wahet-testimonial-author { font-weight:700; color:#2d1f14; margin:0; }

@media (max-width:767px) {
    .wahet-section { padding:1.5rem 0; }
    .wahet-section-title { font-size:2rem; }
}
