/**
 * Theme Name:     YOOtheme Child
 * Author:         YOOtheme
 * Template:       yootheme
 * Text Domain:	   yootheme-child
 * Description:    Videoproiezioni
 */

/* PANEL HOME PRODOTTI */
.gw-product-card-home .el-item,
.gw-product-card-home .uk-card {
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16,24,40,0.08);
  
  transition: transform .15s ease, box-shadow .15s ease;
}

.gw-product-card-home .el-item:hover,
.gw-product-card-home .uk-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16,24,40,0.12);
}


/* HOME LINEA TESTO OFFERTE ROSSA  */
.fondo-panel-offerte {
background: #fb3f3f;
padding: 16px;
}
.testo-panel-offerte {
color: white; 
}
