/** Shopify CDN: Minification failed

Line 127:34 Unterminated string token
Line 138:45 Unterminated string token

**/
/* GENERAL ------------------------------------------------------- */
h1,
h2,
h3,
h4,
.h0,
.h1,
.h2,
.h3,
.h4 {
  /*font-family: var(--font-heading-family);*/
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
  /* CUSTOM */
 /* font-family: "Ambroise Std Francois";*/
  font-family: "ambroise-francois-std", serif;
  /*text-transform: uppercase;*/
  /* END CUSTOM */
}







body {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  letter-spacing: 0;
}
/* SLIDE HOME --------------------*/

@media (max-width: 768px) {
    .scrolling-carousel-image img {
        max-height: 200px !important;
    }
}
/* TITOLO HOME --------------------*/
.titolo-home h2 {
  font-size: 160px; 
  text-transform: uppercase;
}
@media (max-width: 768px) {
   .titolo-home h2 {
    font-size: 90px; 
    text-transform: uppercase;
  }
}

/* BANNER MEDIA ------------------------------------------------------- */
.banner__media {
  background-color: #F7F5F5;
}
p.announcement-bar__message {
  font-size: 2rem;
}

/* HEADER ------------------------------------------------------- */
.header, .header-wrapper {
  background: #2E2E2E;
}
.header__heading-link .h2 {
  color: #FFEA9E;
   text-transform: uppercase;
    font-size: 31px;
}
.header__menu-item, .header__menu-item:hover, .header__active-menu-item{
 color: #ffffff;
}

/*.header__menu-item:hover span {
  text-decoration: underline;
}*/

.header__icon {
  color: #ffffff;
}
/* PRODUCTS LIST ---------------------------------------------*/
h5,
.h5 {
   font-size: 4rem; 
}
/* PRODUCTS CARD TAG ---------------------------------------------*/

.product-tags {
  z-index: 8600;
}

.product-tags {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-end; /* Allinea a destra */
  gap: 4px;
}

.product-tag {
  background-color: #FFEA9E;
  color: #333;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 3px;
  text-transform: capitalize;
}



/* UTILITY BAR ------------------------------------------------------- */
.utility-bar{
  background: #FFEA9E;
}
.announcement-bar__message .h5 {
  font-family: "Inter, sans-serif;
}
/* H2 ------------------------------------------------------- */
/*h2.rich-text__heading{
    font-size: 160px;
}*/
.product__title h1 {
    text-transform: uppercase;
    font-size: 80px;
}
.card__heading a {
  font-family: "Inter, sans-serif !important;
}


/* BUTTONS ------------------------------------------------------- */
.button{
  font-family: "ambroise-std", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.button {
  background: #ffea9e;
}
.multicolumn-card-spacing {
  padding: 0;
  margin: 0;
}
.multicolumn.background-primary .multicolumn-card {
  background: none;
}
.multicolumn h3.inline-richtext {
  font-size: 3em;
  text-align: center;
}
.multicolumn p {
  font-size: 0.9em;
  text-align: center;
}
.multicolumn-card__info {
  padding: 1rem;
  text-align: center;
}

/* GRID PRODUCT --------*/
.info-products-custom {
  font-size: 1.3rem;
  margin-top:10px;
}

/* SUB MENU  ---------------*/
.header__submenu .header__menu-item {
  color: #000;
}
/* CUSTOM VAT  ---------------*/
.custom-vat {
  display: flex;
  flex-direction: column;
  border: none !important;
}
.custom-vat input {
  border: 1px solid black;
}