
/* =====================================================================
   ART IMAGE — V60
   Mobile:
   - Home: scritta servizi bianco pieno, senza bagliori bianchi
   - Acquisti: "Per fare un ordine" stessa identica dimensione di "clicca qui"
   ===================================================================== */

@media screen and (max-width:820px) {

  /* ---------------------------------------------------------
     HOME: stessa grafica originale, ma bianco NETTO.
     Nessun bagliore bianco; solo ombra/alone nero dietro.
     --------------------------------------------------------- */
  body.ai-home-page #aiHomeServicesV56 .ai-home-services-original-v58 {
    content:url("../images/home-servizi-originale-bianco-v60.png") !important;

    /* niente glow chiaro: solo profondità nera */
    filter:
      drop-shadow(0 1px 1px rgba(0,0,0,1))
      drop-shadow(0 0 2px rgba(0,0,0,1))
      drop-shadow(0 0 5px rgba(0,0,0,.98))
      drop-shadow(0 0 9px rgba(0,0,0,.90)) !important;
  }

  /* ---------------------------------------------------------
     ACQUISTI:
     forzo TUTTI gli elementi della frase alla stessa misura,
     così "Per fare un ordine" = "clicca qui".
     --------------------------------------------------------- */
  body.ai-shop-page .ai-order-note-text,
  body.ai-shop-page .ai-order-note-text span,
  body.ai-shop-page .ai-order-note-text .cf1,
  body.ai-shop-page .ai-order-note-text .fs27,
  body.ai-shop-page .ai-order-note-text a,
  body.ai-shop-page .ai-order-note-text i,
  body.ai-shop-page .ai-order-note-link,
  body.ai-shop-page .ai-order-note-link span,
  body.ai-shop-page .ai-order-note-link i {
    font-family:'Segoe Print', cursive !important;
    font-size:clamp(24px, 5.8vw, 28px) !important;
    line-height:1.34 !important;
    font-weight:600 !important;
  }

  body.ai-shop-page .ai-order-note-text {
    text-align:center !important;
  }
}

@media screen and (max-width:360px) {
  body.ai-shop-page .ai-order-note-text,
  body.ai-shop-page .ai-order-note-text span,
  body.ai-shop-page .ai-order-note-text .cf1,
  body.ai-shop-page .ai-order-note-text .fs27,
  body.ai-shop-page .ai-order-note-text a,
  body.ai-shop-page .ai-order-note-text i,
  body.ai-shop-page .ai-order-note-link,
  body.ai-shop-page .ai-order-note-link span,
  body.ai-shop-page .ai-order-note-link i {
    font-size:21px !important;
  }
}
