<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
    h1 {
      font-size: 50px !important;
      font-weight: 600 !important;
    }
    h2 {
      font-size: 40px !important;
      font-weight: 600 !important;
    }
    h3 {
      font-size: 28px !important;
      font-weight: 600 !important;
    }
    h4 {
      font-size: 28px !important;
    }
    #page-container p {
      font-size: 20px !important;
    }
    #page-container a {
      font-size: 20px !important;
    }

    /** CASO PARTICOLARE TITOLO NEWS IN ARCHIVIO**/
    .category-news #page-container #main-content h6 a {
      font-size: 36px !important;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 36px !important;
        font-weight: 600 !important;
    }
    h2 {
      font-size: 24px !important;
      font-weight: 600 !important;
    }
    h3 {
      font-size: 24px !important;
      font-weight: 600 !important;
    }
    h4 {
      font-size: 24px !important;
    }
    #page-container p {
      font-size: 18px !important;
    }
    #page-container a {
      font-size: 18px !important;
    }
}

@media screen and (min-width: 981px) {
  .cucciolo_portfolio_left img {
    float: left;
    margin-right: 50px;
  }
  .cucciolo_portfolio_right img {
    float: right;
    margin-left: 50px;
  }
}


/* Titoli colorati in prodotti */
.product-template-default .product .et_pb_wc_title h1 {
  color: #951b81 !important;
}

.product-template-default .product .et_pb_wc_add_to_cart h3 {
  color: #951b81 !important;
}


/* input quantitÃ&nbsp; ordine carrello migliorata */
.woocommerce-cart .cart_item .product-quantity .quantity input[type="number"] {
    color: #213a8f;
    background-color: white;
    font-weight: bold;
}


/* Label custom price come titolo */
.custom-min-price-validation {
  color: #951b81;
  font-weight: 600;
}



/* Nuovo stile per i prezzi personalizzati */
.input-text.amount.nyp-input.text {
  padding: 16px;
}

</pre></body></html>