.eur0 { font-size:12px } .eur1 { font-size:9px } .price { font-weight: lighter; display:block; font-size:12px; background:#F37727; color:#fff; padding:3px; font-weight:bold; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .sp1 { font-size:16px; display:inline-block; padding: 10px 0px 0px 0px; } .sp2 { font-size:10px; color:#FFFFCC; display:inline-block; padding: 0px 0px 10px 0px; }
	.toc { position:absolute; margin-top:-43px; margin-left:60px } .price { margin-top:5px }
		
	.FlexEmbed{display:block;overflow:hidden;position:relative}.FlexEmbed:before{content:"";display:block;width:100%}.FlexEmbed--3by1:before{padding-bottom:33.33333%}.FlexEmbed--2by1:before{padding-bottom:50%}.FlexEmbed--16by9:before{padding-bottom:56.25%}.FlexEmbed--4by3:before{padding-bottom:75%}.CoverImage{display:block;min-height:200px;width:100%;background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto 1em;max-height:250px;max-width:100%}.ccpp{background:#F3751B;color:#FFF;border-radius:5px;padding:2px;}	
	
@media only screen and (max-width: 600px) { .CoverImage{ min-height:270px; } }

.sottopro { 
	margin-top: -100px; position: absolute; margin-left: 10px;
 }


/* Stile moderno per la classe prodotto - Decosil */
.prodotto {
  background: #faf8f6;
  border-radius: 0px;
  /*box-shadow: 0 8px 20px rgba(0,0,0,0.06);*/
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 25px);
  border: 1px solid rgba(0,0,0,0.03);
  */font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;*/
}

div.row div.mzx > *:not(:last-child) {
  
}

.prodotto:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px rgba(0,0,0,0.1);
  border-color: rgba(0,0,0,0.15)!important;
  background: #faf8f6;
}

/* Contenitore immagine principale */
.prodotto .tooltips {
  display: block;
  position: relative;
  background: #faf8f6;
  padding: 8px 3px 3px 3px;
  text-decoration: none;
  /*border-bottom: 1px solid #f0eeec;*/
}

/* Immagine di copertina */
.prodotto .CoverImage {
  width: 100%;
  padding-bottom: 100% !important; /* Mantiene l'aspect ratio */
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: transform 0.4s ease;
  border-radius: 0px;
}

.prodotto:hover .CoverImage {
  transform: scale(1.03);
}

/* Badge nascosto - lo trasformiamo in un indicatore visivo */
.prodotto .obox {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  background: #e53e3e;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(229, 62, 62, 0.3);
  display: none; /* Nascondiamo se vuoto, mostriamo solo se ha contenuto */
}

.prodotto .obox:not(:empty) {
  display: block;
}

/* Pulsante wishlist */
.prodotto .sottopro {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}

.prodotto .obo1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  background: white !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  color: #ff6b6b !important;
  transition: all 0.2s ease;
  text-decoration: none;
  opacity: 0;
  transform: scale(0.8);
}

.prodotto:hover .obo1 {
  opacity: 1;
  transform: scale(1);
}

.prodotto .obo1:hover {
  background: #ff6b6b !important;
  color: white !important;
  transform: scale(1.1);
}

/* Sezione prezzo */
.prodotto .tondo.price {
  padding: 15px 18px 5px;
  margin: 0;
  background: transparent;
  border-radius: 0;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
}

.prodotto .tondo.price br {
  display: none;
}

.prodotto .eur1 {
  font-size: 0.9rem !important;
  color: #7a7a8c;
  margin-right: 7px;
  font-weight: 500;
  vertical-align: top;
}

.prodotto .sp1 {
  color: #000!important;
  font-weight: 700;
  background:#efefef;
  display:inline-block;
  padding:3px 6px 3px 3px!important;
  border-radius:10px;
  font-weight: bold!important;
}

.prodotto .sp2 {
  color: #1e1e2f;
  font-weight: 600;
  margin-left: 1px;
}

/* Testo "+IVA" */
.prodotto .tondo.price span:last-of-type {
  font-weight: 700;
  margin-left: 2px;
}

/* Titolo prodotto */
.prodotto .titoletto {
  padding: 0 14px;
  margin: 5px 0 0;
  min-height:65px;
  font-size:15px!important;
  margin-top:-10px;
}

.prodotto .titoletto a {
  font-weight: 600;
  color: #1e1e2f;
  text-decoration: none;
  text-transform: capitalize;
  text-transform: uppercase;
  line-height: 1.4;
  display: block;
  transition: color 0.2s ease;
}

.prodotto .titoletto a:hover {
  color: #2a7a62;
  text-decoration: none;
}

/* Codice prodotto */
.prodotto .prodd {
  padding: 5px 18px 8px;
  font-size: 0.8rem;
  color: #8a8a9e;
  border-bottom: 1px dashed #edf2f7;
  margin-bottom: 0;
}

.prodotto .prodd b {
  font-weight: 500;
  /*background: #f1f5f9;*/
  padding: 3px 10px;
  border-radius: 20px;
  color: #4a5568;
}

/* Clearfix - lo manteniamo ma con stile minimale */
.prodotto div[style*="width:100%; clear:both"] {
  display: none;
}

/* Sezione aggiuntiva prodotti (se presente) */
.prodotto .prodd:last-of-type {
  border-bottom: none;
  margin-top: auto;
  padding: 10px 18px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Gestione responsive per colonne */
@media (max-width: 767px) {

  .prodotto {
    margin-bottom: 20px;
  }
  
  .prodotto .sp1 {
    font-size: 1.5rem !important;
  }
  
  .prodotto .sp2 {
    font-size: 1rem !important;
  }
  
  .prodotto .obo1 {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .prodotto .tondo.price {
    padding: 12px 15px 5px;
  }
  
  .prodotto .sp1 {
    font-size: 1.6rem !important;
  }
}

/* Migliorie per la visualizzazione a griglia */
.row {
  margin-left: -12px;
  margin-right: -12px;
}

[class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* Animazione di caricamento */
.prodotto {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Stili per eventuali badge promozionali */
.prodotto[data-offerta] .obox::before {
  content: "?? ";
}

/* Stile Moderno Base - Vetro/Neutro */
.neroc2 {
  background:#F3751B;
  border: none;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  font-weight:bold;
  letter-spacing: 0.1px;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(30, 30, 47, 0.2);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.prodotto a.neroc2 {
  font-size:14px!important; font-optical-sizing: none;
  text-decoration:none; white-space:none; color:#000;
}
.prodotto:hover a.neroc2 {
  color:#fff;
}

.neroc2:hover {
  background: linear-gradient(145deg, #2d2d42, #25253a);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 30, 47, 0.3); 
}

.neroc2:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(30, 30, 47, 0.2); 
}

.neroc2::before {
  font-size: 1rem;
  opacity: 0.9;
  transition: transform 0.2s ease;
}

.neroc2:hover::before {
  transform: translateX(-3px) scale(1.1);
}

/* Rimuovi l'icona se preferisci solo testo */
.neroc2.no-icon::before {
  content: none;
}

a .buu { margin-top: 10px; padding: 6px 0px; min-height: 120px; border: none; font-weight: bold; font-size: 13px; border-radius: 14px; color:#000!important; display:inline-flex; text-decoration:none; align-items: center; text-transform: uppercase; } a .buu:hover { background: #fff; }

a .buu2 { margin-top: 10px; padding: 6px 0px; min-height: 120px; border: none; font-size: 13px; border-radius: 14px; background:#E6E6E6; color:#000!important; display:inline-flex; text-decoration:none; text-transform: uppercase; } a .buu2:hover { color:#FFFFFF!important; background: #fff; }

@media only screen and (max-width: 1100px) { a .buu, a .buu2 { font-size: 13px!important; line-height: 16px!important } }  @media only screen and (max-width: 1050px) { a .buu, a .buu2 { font-size: 12px!important; line-height: 15px!important } } @media only screen and (max-width: 1000px) { a .buu, a .buu2 { font-size: 11px!important; line-height: 14px!important } } @media only screen and (max-width: 650px) { a .buu, a .buu2 { font-size: 13px!important; line-height: 16px!important } }

#prefazione a, .vedisudesktop a { background:#faf8f6; text-decoration:none; display:inline-block; padding:3px; border-bottom:3px dashed #FF6600 }
#prefazione a:hover, #prefazione a:hover span, .vedisudesktop a:hover, .vedisudesktop a:hover font { background:#FF6600; color:#fff!important; border-bottom:3px solid #FF6600 }