/** Shopify CDN: Minification failed

Line 41:3 Unexpected "="
Line 98:0 Unexpected "}"

**/
/* ============================
   PULSANTE "AGGIUNGI AL CARRELLO"
   Stile nero + Glow grigio amplificato
   ============================ */

/* Stato normale */
.product-form .button,
.product-form .product-form__submit.button {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Hover (effetto glow grigio più intenso) */
.product-form .button:hover,
.product-form .product-form__submit.button:hover {
  background: #000 !important;  
  color: #fff !important;       
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.55); /* glow grigio più ampio e visibile */
  transform: scale(1.04);       /* ingrandimento leggermente più forte */
  font-weight: 700;             
}

/* Active (pressione) */
.product-form .button:active,
.product-form .product-form__submit.button:active {
  transform: scale(0.97);       
  font-weight: 700 !important;  
}


   SPAZIO TRA PULSANTE E DESCRIZIONE
   ============================ */
.product__description {
  margin-top: 80px !important; /* molto spazio */
}

/* === TRUST BADGES (icone personalizzate sotto il pulsante carrello) === */
.trust-badges {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  flex-wrap: wrap;
}
.trust-badges .tb-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #000;
}
.trust-badges svg {
  width: 18px;
  height: 18px;
  fill: #000;
  flex: 0 0 18px;
  opacity: .9;
}
@media(max-width:749px){
  .trust-badges { gap: 12px; }
  .trust-badges .tb-item { font-weight: 600; }
}

/* Stile testo Pagamenti sicuri */
.tb-item.tb-payment {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 400;   
  color: #000;
  font-size: 15px;    
}

.tb-item.tb-payment .tb-icon {
  width: 18px;
  height: 18px;
  fill: #000;
  flex: 0 0 18px;
  opacity: .9;
}
/* === Correzione fine posizione scroll alla sezione Galleria Clienti === */
#enap-gallery-94395 {
  scroll-margin-top: 190px; /* alzato leggermente rispetto a prima */
}



}





