/* Homepage */
.categories-homepage ul.products li.product.product-category:before {
	display: none;
}

.categories-homepage ul.products li.product.product-category img {
	width: 100%;
	margin: 0;
}

.categories-homepage ul.products {
	margin-left: -5px !important;
	margin-right: -5px !important;
	display: flex !important; 
	padding-bottom: 85px;
}

.categories-homepage ul.products li.product-category.product {
	flex: 0 0 25%;
	padding: 0 5px !important;
	max-width: 25%;
}


.categories-homepage ul.products li.product-category a {
	padding-bottom: 133%;
	position: relative;
	display: block;
	
}

.categories-homepage ul.products li.product-category a:after {
	background: grey;
	opacity: 0.05;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.categories-homepage ul.products li.product-category a img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.categories-homepage ul.products li.product-category a h2 {
	position: absolute;
	bottom: -0px;
	left: 0px;
	z-index: 3;
	margin-bottom: 0;
	transform: translateY(100%);
	padding-top: 30px !important;
	font-size: 18px !important;
	font-weight: 500;
	font-family: var(--ff1);
	width: 100%;
	text-align: center;
}

.categories-homepage ul.products li.product-category a h2:after {
	content: 'Scopri';
	display: table;
	font-family: var(--ff2);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--2);
	margin: 20px auto 0;
}

html[lang="en-US"] .categories-homepage ul.products li.product-category a h2:after {
	content: 'Discover';
}

.product .count {
	display: none;
}

@media(max-width:767px) {
	/* PRODUCT */
	.product-title-section {
		padding-left: 20px !important;
		padding-right: 20px !important;	
	}
	
	.product-carousel.standard-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.product-carousel .elementor-products-grid ul.products.elementor-grid li.product {
		width: 100%;
	}
	
	/* CATEGORIES SECTION */
	.categories-homepage ul.products {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	
	.categories-homepage ul.products li.product-category.product {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 186px !important;
	}
}