/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.popup-over .popup-content a{
    display: block;
    text-transform: capitalize;
}
.current-price-value[content="0"] {
  display: none !important;
}


.product-price-and-shipping .price:not(:contains("0,00")) {
  display: inline-block !important;
}

.top-right-header {
    align-items: center;
}

.footer-container .block .title_block {
    color: #000;
}

.footer-bottom .ApColumn  .copyright {
    margin-bottom: 15px;
}

.top-right-header {
    align-items: center;
}

.footer-container .block .title_block {
    color: #000;
}

.footer-bottom .ApColumn  .copyright {
    margin-bottom: 15px;
}

.phone_number {
    display: block;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}

.icon-line {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

/* Fix per nomi prodotti troncati nella lista categoria
 * Data: 30 Ottobre 2025
 * Rimuove l'altezza minima di 39px che limitava i titoli a 2 righe
 */
.thumbnail-container .product-title {
  min-height: auto !important;
  height: auto !important;
}


.fa-whatsapp {
font-size: 28px;
    color: green;
}


.header-nav a {
    color: #fff;
    font-weight: 500;
}

.text{color: #000 !important;}
.number{color: #000 !important;}