/*!
Theme Name: Jakubaszek Theme
Theme URI: https://sodova.pl/
Author: Sodova
Author URI: https://sodova.pl/
Description: Custom WordPress theme with WooCommerce support.
Version: 3.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sodova
*/

/* 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;
}
