/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Optimize H3 rendering */
h3.woodmart-title-container {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important; /* Adjust as per your design */
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #000; /* Replace with your color */
    text-rendering: optimizeLegibility !important;
}

/* Ensure critical CSS */
body .h3.woodmart-title-container {
    display: block;
    visibility: visible;
}

/* Prevent lazy loading issues */
img {
    width: auto !important;
    height: auto !important;
    display: block !important;
}