/* Nasconde il pulsante "Aggiungi al carrello" */
body#index .an_productattributes-add {
  display: none !important;
}

/* Fa occupare tutta la larghezza al campo quantità */
body#index .an_productattributes-qty-container {
  width: 100%;
  flex: 1 1 100%;
}

/* Assicura che anche l'input si allarghi */
body#index .an_productattributes-qty-container input.an_productattributes-qty {
  width: 100%;
}



.an_homeslider-desc .container .h2,
.an_homeslider-desc .container p {
  text-shadow:
    -1px -1px 0 rgba(255,255,255,0.9),
     1px -1px 0 rgba(255,255,255,0.9),
    -1px  1px 0 rgba(255,255,255,0.9),
     1px  1px 0 rgba(255,255,255,0.9),
     0  0 6px rgba(255,255,255,0.5);
}
