/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 14:41:13 */
/* Box con immagine - Animazione */
.type-prodotto-f {
	box-shadow:	-8px 8px 15px rgba(178,147,172,0.3),
             	 8px 8px 15px rgba(178,147,172,0.3);
	transition: transform 0.3s ease;
	background-color: #FFEDF9;
	border: 3px solid #F554BE;
}

.type-prodotto-f:hover {
	transform: scale(1.05);
}

/* nome + descrizione prodotto */
.descrizione {
    position: relative;
	background-color: #FFEDF9;
	padding: 16px;
}



/* GESTIRE GLI SPAZI DEI BOX - SALOTTO - sotto i 1920px  */
@media (max-width: 1920px) {
	  .wp-container-core-post-template-is-layout-bc09416a {
    gap: 60px !important;
  }
}

/* GESTIRE GLI SPAZI DEI BOX - SALOTTO - sotto i 1280px  */
@media (max-width: 1280px) {
	  .wp-container-core-post-template-is-layout-bc09416a {
    gap: 30px !important;
  }
}