/** Shopify CDN: Minification failed

Line 29:8 Expected ":"

**/
/* Sezione nascoste dal sito | Generale */
button.iubenda-tp-btn.iubenda-cs-preferences-link {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}


/* Stile Font | Generale */
.justified {
  text-align: justify;
}
.centered {
  text-align: center;
}

/* Stile Bottoni | Generale */
.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
  letter-spacing: 1px;
}
.button-white {
  background: white;
  color: black;
  border 2px solid black;
  border-color: black;
}


/* Recensioni | App | Judge me */
.jdgm-prev-badge {
  text-align: center;
}
.jdgm-prev-badge {
  margin: auto !important;
}
.v-stack .jdgm-widget {
  margin-top: 0px !important; 
}
.jdgm-prev-badge__text {
  vertical-align: middle;
}
.jdgm-prev-badge__stars {
  margin-right: 5px !important;
}

/* Product Card | Carosello */
.collections-container .product-title {
  font-size: 1.4em !important;
  color: black;
  letter-spacing: 0px;
}
.product-card .product-title {
  margin: 10px 0 0;
}
a.product-title.h6 {
  font-size: 1.4em !important;
  letter-spacing: 0px;
}
.product-card .text-subdued {
  color: black;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 16px;
  text-transform: lowercase;
}
.product-card .button {
  padding: 10px 20px;
}

.text-on-sale {
  color: black;
}

/* Product Card | I più amati | Carosello */
.icona_storione img {
  width: 100px;
  max-height: 24px !important;
}
.banner-logo {
  max-height: 200px;
  opacity: 0.9;
  filter: saturate(0);
}
.prose .h6 {
  font-size: 1em !important;
  margin-top: 8px !important;
}
.prose p {
  margin-top: 5px !important;
}
.product-card .product-title {
  color: black;
}
.price-amount {
  color: black;
}

/* Accordion FAQ | Sezione */
.accordion__toggle.text-lg {
  font-size: 0.8rem;
  background: #f1f1f1;
  padding: 10px 20px;
  border: 1px solid #d5d5d5;
  margin-bottom: 0px;
  border-radius: 0px;
}
.accordion {
  padding-bottom: 1.25rem;
  border-block-width: 0px;
}
.accordion__content {
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  padding-block-end: 1.25rem;
  padding-inline-start: 1.25rem;
  padding-inline-end: 1.25rem;
}

.faq__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .faq__images {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .accordion__toggle.text-lg {
    font-size: 1rem;
  }
}
.faq__image-container {
  display: flex;
  flex-direction: column;
}
.faq__image {
  width: 100%;
  height: auto;
}
 .faq__image-caption {
   margin-top: 0.5rem;
   font-size: 0.875rem;
   color: var(--color-foreground-secondary, #666);
   text-align: center;
   font-style: italic;
}


/* Selettore lingue | Header */
.flag-icon {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  transform: none !important;
  display: inline-block;
  vertical-align: middle;
}
.popover:has(.popover__value-list)::part(body) {
  padding-inline-start: 2.5rem;
  padding-inline-end: 2.5rem;
}
.popover__value-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.popover__option-content {
  display: flex;
  align-items: center;
  gap: 4px;
}
.popover__option-tick {
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.2s ease;
  color: #ffffff; /* Tick bianco */
}
.popover__value-option[aria-selected="true"] .popover__option-tick {
  opacity: 1;
}
.popover__description {
  margin-bottom: 20px;
  font-size: 0.9rem;
}

/* CSS per impedire che la bandiera ruoti con il chevron */
.flag-icon {
  width: 20px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  /* Impedisce che erediti le trasformazioni del genitore */
  transform: none !important;
}
/* Se il chevron ha una classe specifica, assicurati che solo lui ruoti */
.icon-chevron-down {
  transition: transform 0.3s ease;
}
/* Solo il chevron ruota quando il menu è aperto */
.localization-toggle[aria-expanded="true"] .icon-chevron-down {
  transform: rotate(180deg);
}
/* Reset esplicito per la bandiera - non deve mai ruotare */
.localization-toggle[aria-expanded="true"] .flag-icon,
.localization-toggle .flag-icon {
  transform: none !important;
}

/* Slideshow Sezione | Homepage */
.slideshow__slide-content h2 {
  font-size: 1.1em !important;
  text-transform: capitalize;
}

/* Quantity selector ottimizzato | Pagina prodotto */
.gf_product-quantity {
  height: 42px!important;
  line-height: 42px!important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid #ccc !important;
  overflow: hidden !important;
  width: fit-content !important;
}
.gf_product-quantity a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  width: 40px !important;
  text-decoration: none !important;
}
.gf_product-quantity input.gf_pq_qty {
  width: 40px !important;
  height: 42px!important;
  line-height: 42px!important;
  text-align: center !important;
  border: none !important;
  outline: none !important;
  font-size: 16px !important;
}
.gf_product-quantity-minus,
.gf_product-quantity-plus {
  cursor: pointer !important;
}
.gf_product-icon-minus svg,
.gf_product-icon-plus svg {
  width: 12px !important;
  height: 12px !important;
}
a.gf_product-quantity-minus,
a.gf_product-quantity-plus,
.gf_pq_qty {
  width: 50px !important;
  height: 50px !important;
  min-height: 50px;
}

.guida-selezione-max-width {
  max-width: 1200px !important;
  margin: auto;
}