/**
Theme Name: Meteopoble
Author: LVD
Author URI: https://lavallweb.com
Description: Web para Meteopoble Nando
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meteopoble
Template: astra
*/

/*BODY*/
body.ast-plain-container, body.ast-page-builder-template{
	background-image: linear-gradient(to right, rgba(247, 247, 247, 0.91), rgba(247, 247, 247, 0.91)), url(https://meteopoble.lavallweb.com/wp-content/uploads/vista-de-angulo-bajo-de-relampagos-por-la-noche-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}



/*AD groups*/
#primary .g-1, #primary .g-2 {
	margin-bottom:20px;
}
.lvd_products_in_loop{
	padding:2%;
	background:#1e293b;
	margin-bottom:20px;
}
.lvd_products_in_loop h2.wp-block-heading{
	color:white;
}

.lvd_products_in_loop li.product{
	margin-bottom:0 !important;
	background-color: white !important;
	/*padding:1em !important;*/
}
.lvd_products_in_loop ul.products{
	row-gap: 20px;
}
.premium-woocommerce .woocommerce-loop-product__link img{
	aspect-ratio:1;
}

/*TENDA*/
.woocommerce-shop.ast-separate-container .ast-woocommerce-container{padding:0}
.ast-woo-shop-product-description{
	font-size:14px;
	margin-bottom:5px;
}
/*footer*/
footer{
	z-index:2
}


/*.premium-global-cursor{transition: width 0.5s, height 0.5s, border-color 0.5s; }

.premium-global-cursor.cursor-hover{
	width:80px !important;
	height:80px  !important;
	filter:invert(49%) sepia(75%) saturate(675%) hue-rotate(150deg) brightness(89%) contrast(107%);
}*/