/*!
Theme Name: Weblorem Theme Hello Elementor Child
Theme URI: https://weblorem.com
Author: WebLorem
Author URI: https://weblorem.com
Template: hello-elementor
Description: Custom WordPress theme with WooCommerce support.
Version: 1.6
Tested up to: 7.4
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weblorem
*/

/* Lazy Load images effect */
.wl-blur-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    transition: opacity 0.5s;
}

.wl-blur-img.loaded {
    opacity: 1;
    filter: none;
}

.wl-blur-img img {
    opacity: 0;
}

.wl-blur-img.loaded img {
    opacity: 1;
}