/** Shopify CDN: Minification failed

Line 603:47 Unterminated string token

**/
/* =========================================================
   GALUJA PDP — SOLO TOP SECTION / ABOVE THE FOLD
   Tiene solo la parte alta visibile nello screenshot
   ========================================================= */

/* ---------- Linea prodotto ---------- */
.galuja-line-link{
  text-decoration: none;
  color: inherit;
}

span.galuja-line-label{
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing: 1.8px;
}

/* ---------- Sottotitolo sotto H1 ---------- */
p.galuja-product-subtitle{
  margin: 5px 0 10px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(0,0,0,.72);
}

/* ---------- Rating ---------- */
.rating-wrapper.rating-color--primary.justify-left.size-style{
  margin-top: 10px;
}

/* ---------- Keypoints ---------- */
section.pdp-hero{
  font-size: 15px;
}

.pdp-keypoints__list{
    list-style: none;
    margin: 5px 0px 5px 0px;
    padding: 15px 15px;
    border: 1px solid #edeef1;
    border-radius: 24px;
    background: #fff;
box-shadow: 0 0 10px #00000008;
}

.pdp-keypoints__list li{
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
  line-height: 1.4;
}

.pdp-keypoints__list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  color: #19a94ab3;
}

.pdp-keypoints__headline{
  display: block;
}

.pdp-keypoints__meta{
  display: block;
  font-size: 13px;
  opacity: .65;
  margin-top: 2px;
}

/* ---------- Quickfacts ---------- */

/* ---------- Quickfacts ---------- */
.galuja-quickfacts{
  margin: 15px 0 0;
}

.galuja-quickfacts__item:first-child {
    padding-left: 0;
}

.galuja-quickfacts__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.galuja-quickfacts__item{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 20px;
  min-width: 0;
}

.galuja-quickfacts__item:not(:first-child){
  border-left: 1px solid rgba(0,0,0,.20);
}

.galuja-quickfacts__item::before{
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .7;
}

.galuja-quickfacts__item--pack::before{
  background-image: url(/cdn/shop/files/confezione_ico.svg?v=1771925329);
}

.galuja-quickfacts__item--dose::before{
  background-image: url(/cdn/shop/files/pill_icon_76351459-c8aa-44cc-8760-d2966f909e5b.svg?v=1771925329);
}

.galuja-quickfacts__item--duration::before{
  background-image: url(/cdn/shop/files/data_icon_b76a09fa-808e-403d-bd3f-b6d3369506cb.svg?v=1771925329);
}

.galuja-quickfacts__content{
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.galuja-quickfacts__value{
  display: block;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.galuja-quickfacts__label{
  display: block;
  line-height: 1.1;
  white-space: nowrap;
}

/* DESKTOP: larghezza naturale */
@media (min-width: 769px){
  .galuja-quickfacts__list{
    justify-content: flex-start;
  }

  .galuja-quickfacts__item{
    flex: 0 1 auto;
  }
}

/* MOBILE: 3 colonne piene, aria interna uniforme */
@media (max-width: 768px){

  .galuja-quickfacts-wrap{
    width: 100%;
    align-self: stretch;
  }

  .galuja-quickfacts{
    width: 100%;
    margin: 15px 0 0 0 !important;
  }

  .galuja-quickfacts__list{
    width: 100%;
    display: flex;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .galuja-quickfacts__item{
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    padding: 5px 15px;
    box-sizing: border-box;
  }

  .galuja-quickfacts__item:not(:first-child){
    border-left: 1px solid rgba(0,0,0,.20);
  }

  .galuja-quickfacts__content{
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  .galuja-quickfacts__value{
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .galuja-quickfacts__label{
    display: block;
    font-size: 13px;
    line-height: 1.15;
  }

  .galuja-quickfacts__item::before{
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
}

/* ---------- Badge prodotto ---------- */
.galuja-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  row-gap: 8px;
  margin:5px 0 15px 0;
}

.galuja-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0,0,0,.72);
  line-height: 1.2;
  white-space: nowrap;
}

.galuja-badge svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
  color: rgba(0,0,0,.55);
}

.galuja-badge sup {
  font-size: 10px;
  line-height: 0;
  vertical-align: super;
}

.galuja-lactose-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(0,0,0,.52);
}


/* ---------- Qty breaks ---------- */
.g-qtybreaks {
  width: 100%;
  margin: 0;
}

.g-qtybreaks__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* override del tema */
.g-qtybreaks label.g-qtybreaks__opt,
.g-qtybreaks label:has(input[type="radio"]),
.g-qtybreaks label:has(input[type="checkbox"]) {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  box-sizing: border-box;
}

/* singola card */
.g-qtybreaks__opt {
  position: relative;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 16px;
  padding: 14px;
  cursor: pointer;
  user-select: none;
  background: #fff;
  min-width: 0;
}

.g-qtybreaks__opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* radio custom */
.g-qtybreaks__opt::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,.22);
  background: #fff;
  box-sizing: border-box;
}

.g-qtybreaks__opt.is-selected::before,
.g-qtybreaks__opt:has(input:checked)::before {
  border-color: #0071e3;
  background: radial-gradient(circle, #0071e3 0 5px, #fff 6px);
}

.g-qtybreaks__opt:focus-within {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,113,227,.12);
  border-color: #0071e3;
}

/* stato selezionato */
.g-qtybreaks__opt.is-selected {
  border-color: #0071e3;
  box-shadow: 0 0 0 2px #0000000f inset;
  background: #0071e308;
}

/* body interno card — due colonne */
.g-qtybreaks__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  gap: 8px;
}

/* colonna sinistra */
.g-qtybreaks__left-col {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  gap: 3px;
}

/* colonna destra */
.g-qtybreaks__right-col {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* titolo */
.g-qtybreaks__title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f;
}

/* prezzo totale */
.g-qtybreaks__total-current {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  color: #1f1f1f;
  white-space: nowrap;
}

/* riga meta */
.g-qtybreaks__meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.g-qtybreaks__unit-current {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(0,0,0,.62);
  white-space: nowrap;
}

.g-qtybreaks__unit-suffix {
  font-weight: 400;
  color: rgba(0,0,0,.62);
}

/* badge sconto */
.g-qtybreaks__badge-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 3px 7px;
  border-radius: 4px;
  background: #CC0C39;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0.2px;
}

/* badge laterale e card base: sempre nascosti */
.g-qtybreaks__badge { display: none !important; }
.g-qtybreaks__opt--base .g-qtybreaks__badge-inline { display: none !important; }

/* classi legacy */
.g-qtybreaks__left { display: flex; flex-direction: column; gap: 4px; min-width: 0; text-align: left; margin-left: 5px; letter-spacing: 0.2px; }
.g-qtybreaks__days { font-size: 14px; line-height: 1.2; }
.g-qtybreaks__pack { font-size: 12px; opacity: .85; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.g-qtybreaks__prices { font-size: 13px; letter-spacing: 0; }
.g-qtybreaks__price-current { font-weight: 600; }
.g-qtybreaks__price-compare { text-decoration: line-through; color: #777; }
.g-qtybreaks__price-suffix { font-weight: 600; }
.g-qtybreaks__opt--discounted .g-qtybreaks__price-current { color: #1f1f1f; }

/* mobile */
@media (max-width: 480px) {
  .g-qtybreaks__list { gap: 10px; }

  .g-qtybreaks__opt {
    padding: 12px;
    border-radius: 14px;
  }

  .g-qtybreaks__title { font-size: 14px; }
  .g-qtybreaks__total-current { font-size: 15px; }
  .g-qtybreaks__unit-current { font-size: 12px; }

  .g-qtybreaks__badge-inline {
    margin-left: 6px;
    padding: 3px 6px;
    font-size: 11px;
  }
}








/* ---------- Prezzo principale ---------- */
main[data-template="product"] product-price .price{
  font-weight: 700;
}

/* ---------- Delivery row ---------- */
.galuja-delivery{
  display: flex;
  align-items: center;
  gap: 7px;
  color: #007600;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.galuja-delivery__icon{
  width: 20px;
  height: 20px;
  display: block;
}

/* ---------- Gallery spacing ---------- */
slideshow-controls.mobile\:hidden{
  margin-top: 20px;
}




/* =========================
   ACCORDION PDP GALUJA
   Stile card bianca premium
   ========================= */

.pdp-acc{
  margin: 0 0 18px 0;
  background: transparent;
  border: 0;
}

.pdp-acc:last-child{
  margin-bottom: 0;
}

.pdp-acc__details{
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.pdp-acc__details[open]{
  border-color: #d9dee6;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

/* opzionale: anche da chiuso resta molto pulito */
.pdp-acc__details:not([open]){
  background: #ffffff;
}

.pdp-acc__summary{
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 24px 58px 24px 28px;
  list-style: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 20px !important;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f;
  font-family: "Libre Caslon Text" !important;
}
.pdp-acc-claims {
    text-transform: uppercase;
}
.pdp-acc__summary::-webkit-details-marker{
  display: none;
}

.pdp-acc__summary::marker{
  display: none;
  content: "";
}

.pdp-acc__summary::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: translateY(-60%) rotate(45deg);
  transition: transform .2s ease, border-color .2s ease;
}

.pdp-acc__details[open] > .pdp-acc__summary::after{
  transform: translateY(-35%) rotate(-135deg);
}

.pdp-acc__summary:hover{
  color: #111111;
}

.pdp-acc__summary:focus-visible{
  outline: 2px solid #cfd6df;
  outline-offset: -2px;
  border-radius: 20px;
}

/* titolo: mantengo dimensioni uguali */
.pdp-acc__title{
  margin: 0;
  font: inherit;
  color: inherit;
}
.pdp-acc__title {
    font-family: "Libre Caslon Text !important;
    font-size: 20px !important;
}

/* corpo */
.pdp-acc__body{
  padding: 10px 28px 24px 28px;
  color: #2b2b2b;
}

.pdp-acc__body > *:first-child{
  margin-top: 0;
}

.pdp-acc__body .pdp-text,
.pdp-acc__body p,
.pdp-acc__body li{
  font-size: 15px;
  line-height: 1.65;
  color: #2b2b2b;
}
.pdp-claims-references h3 {
    font-size: 15px !important;
}
.pdp-references-block p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0px 0 10px 0px;
}
.pdp-claims-block li, .pdp-botanicals-block li, .pdp-references-block li {
    /* background: aliceblue; */
    line-height: 1.4 !important;
}
.pdp-claims-block ol, .pdp-botanicals-block ol, .pdp-references-block ol {
    padding-left: 15px!important;
}



.pdp-acc__body .pdp-subtitle,
.pdp-acc__body h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f1f1f;
}

.pdp-acc__body ul,
.pdp-acc__body ol{
  margin: 0;
  padding-left: 20px;
}

.pdp-acc__body li + li{
  margin-top: 8px;
}

.pdp-acc__body .pdp-tablewrap{
  margin-top: 12px;
  overflow-x: auto;
}

.pdp-acc__body .pdp-table{
  width: 100%;
  border-collapse: collapse;
}

.pdp-acc__body .pdp-table th,
.pdp-acc__body .pdp-table td{
  padding: 7px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  line-height: 1.45;
  vertical-align: top;
}

.pdp-acc__body .pdp-table th{
  font-weight: 700;
  color: #1f1f1f;
}

@media (max-width: 768px){
  .pdp-acc{
    margin-bottom: 14px;
  }

  .pdp-acc__details{
    border-radius: 16px;
  }

  .pdp-acc__summary{
    padding: 20px 48px 20px 18px;
    font-size: 16px;
  }

  .pdp-acc__summary::after{
    right: 18px;
    width: 9px;
    height: 9px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .pdp-acc__summary:focus-visible{
    border-radius: 16px;
  }

  .pdp-acc__body{
    padding: 0 18px 20px 18px;
  }
}








/* =========================
   TABELLA NUTRIZIONALE PDP
   ========================= */

/* allineamenti colonne */
.pdp-table--nutrition .pdp-col-name,
.pdp-table--nutrition th.pdp-col-name,
.pdp-table--nutrition td.pdp-col-name {
  text-align: left !important;
}

.pdp-table--nutrition .pdp-col-amount,
.pdp-table--nutrition .pdp-col-vnr,
.pdp-table--nutrition th.pdp-col-amount,
.pdp-table--nutrition th.pdp-col-vnr,
.pdp-table--nutrition td.pdp-col-amount,
.pdp-table--nutrition td.pdp-col-vnr {
  text-align: right !important;
}

/* bordo header più spesso e più scuro */
.pdp-table--nutrition thead th {
  border-bottom: 3px solid #bcbcbc !important;
  border-top: 3px solid #bcbcbc !important;
}

/* righe secondarie tipo "pari a flavoni" */
.pdp-table--nutrition tbody tr.pdp-row-sub td {
  font-style: italic;
}

.pdp-table--nutrition tbody tr.pdp-row-sub td.pdp-col-name {
  padding-left: 10px !important;
}

/* opzionale: colore leggermente più morbido sulle righe secondarie */
.pdp-table--nutrition tbody tr.pdp-row-sub td {
  color: #555;
}

/* tolgo il bordo sottile sotto l’ultima riga della tabella
   così non si somma al bordo spesso della nota VNR */
.pdp-table--nutrition tbody tr:last-child td {
  border-bottom: 0 !important;
}

/* nota VNR con bordo sopra più spesso e più scuro */
.pdp-vnr-note {
  margin-top: 0;
  padding-top: 10px;
  border-top: 3px solid #bcbcbc;
}

.pdp-vnr-note p {
  margin: 0;
}
.pdp-vnr-note p {
    font-size: 12px;
    letter-spacing: -0.3px;
}
.pdp-tech-block.pdp-tech-block--nutrition .pdp-meta {
    margin: 0;
}
.pdp-tech-block.pdp-tech-block--nutrition .pdp-subtitle {
    margin: 0;
    font-size: 20px;
}
.pdp-tech-block.pdp-tech-block--ingredients .pdp-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
    letter-spacing: -0.4px;
}
.pdp-tech-block.pdp-tech-block--ingredients h3 {
    margin: 15px 0 5px 0;
}
.pdp-tech-block.pdp-tech-block--warnings .pdp-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
    letter-spacing: -0.4px;
}
.pdp-tech-block.pdp-tech-block--warnings h3 {
    margin: 15px 0 5px 0;
}



.pdp-desc__intro {
    font-size: 15px;
}
.pdp-desc-block {
    font-size: 15px;
}
.pdp-active-card p.pdp-text {
        margin: 0px 0 10px;
}
article.pdp-active-card h3 {
        margin: 0px 0 5px;
}
.pdp-table--nutrition tbody tr.pdp-row-sub td.pdp-col-name {
}

.pdp-when-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdp-when-list li{
  position: relative;
  padding-left: 24px;
  margin: 0 0 14px;
}

.pdp-when-list li:last-child{
  margin-bottom: 0;
}

.pdp-when-list li::before{
  content: "\2192"; /* ➜ */
  position: absolute;
  left: 0;
  top: 0.05em;
  font-weight: 700;
  line-height: 1.4;
}
ul.pdp-list.pdp-when-list {
    padding: 0;
}

.pdp-claims-block h3 {
    margin-top: 20px !important;
    font-size: 16px !important;
}
.pdp-botanicals-block h3 {
    margin-top: 20px !important;
    font-size: 16px !important;
}
.pdp-references-block h3 {
    margin-top: 20px !important;
    font-size: 16px !important;
}
.pdp-editorial h3 {
    margin-top: 20px !important;
    font-size: 16px !important;
}
.pdp-text sup {
    line-height: 0;
    font-size: 11px;
}
.pdp-text sup a {
    text-decoration: none;
}

section.pdp-acc.pdp-acc--quality {
  margin-bottom: -20px;
  border-bottom: none;
}

.pdp-quality-list {
  margin: 0;
  padding: 0;
}

.pdp-quality-card p.pdp-text {
  margin: 5px 0 0 0;
}

article.pdp-quality-card h3,
.pdp-quality-title {
  margin: 15px 0 0 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f1f1f;
}

.pdp-quality-card:first-child .pdp-quality-title,
.pdp-quality-card:first-child h3 {
  margin-top: 0;
}





.pdp-howto-adaptive {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}
.pdp-howto-adaptive .pdp-text {
    font-size: 15px;
    line-height: 1.5;
    color: #5e5e5e;
    margin: 5px 0 0 0;
}
.pdp-howto-mixing-note {
    margin-top: 20px;
}
.pdp-howto-mixing-note .pdp-text {
    font-size: 14px;
    line-height: 1.4;
    color: #5e5e5e;
    margin-top: 5px;
}
.pdp-list.pdp-howto-list li {
    margin-bottom: 20px;
    line-height: 1.5;
}
ul.pdp-list.pdp-howto-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.pdp-howto .pdp-subtitle {
    font-size: 20px;
    margin: 0;
}
.pdp-howto .pdp-meta {
    margin: 0 0px 20px 0px;
    font-size: 17px;
}
.pdp-howto-adaptive .pdp-subtitle {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pdp-howto-adaptive .pdp-subtitle::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background-image: url(/cdn/shop/files/capsula_ico.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.85;
}
.pdp-howto-dosaggio {
}
.pdp-howto-dosaggio h3 {
}
.pdp-list.pdp-howto-list strong {
    font-size: 18px;
    line-height: 1.6;
}

.product-divider{
  width: 300px;
  height: 1px;
  margin: 15px 0 0px;
  background: linear-gradient(to right, rgba(0,0,0,0.14), rgba(0,0,0,0.04));
}
.product-divider-2{
    width: 300px;
    height: 1px;
    margin: 10px 0 10px;
    background: linear-gradient(to right, #00000024, #0000000a);
}
.product-divider-3{
    width: 70%;
    height: 1px;
    margin: 5x 0 5px;
    background: linear-gradient(to right, #00000024, #0000000a);
}
.pdp-acc__title{
  margin: 0;
  font: inherit;
  color: inherit;
}
.pdp-desc-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}
h2#pdp-desc-title {
    margin-bottom: 10px;
}
@media (max-width: 768px){
  .pdp-desc-title{
    font-size: 18px;
    line-height: 1.2;
  }
}
ol.pdp-ref-list li {
    font-size: 13px !important;
    line-height: 1.5;
}
ul.pdp-list.pdp-editorial-list li {
    font-size: 13px !important;
    line-height: 1.5;
}



.galuja-routine-heading {
  margin: 0px 0 -5px 0px;
}

.galuja-routine-title {
  margin: 0 0 6px 0;
  font-size: 20px;
  line-height: 1.15;
  color: #1f2937;
}

.galuja-routine-subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #4b5563;
  max-width: 760px;
}

@media screen and (max-width: 749px) {
  .galuja-routine-heading {
    margin-bottom: 0px 0 -5px 0px;
  }

  .galuja-routine-title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.18;
  }

  .galuja-routine-subtitle {
    font-size: 14px;
    line-height: 1.45;
  }
}



:root {
  --pdp-break-radius-desktop: 18px;
  --pdp-break-radius-mobile: 14px;
  --pdp-break-bg: #f6f5f8;
  --pdp-break-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  --pdp-break-aspect-desktop: 4 / 3;
  --pdp-break-aspect-mobile: 4 / 5;
  --pdp-break-fit: cover;
  --pdp-break-space-top: 8px;
  --pdp-break-space-bottom: 8px;
}

.pdp-break-image {
  padding-top: var(--pdp-break-space-top);
  padding-bottom: var(--pdp-break-space-bottom);
}

.pdp-break-image__wrap {
  border-radius: var(--pdp-break-radius-desktop);
  overflow: hidden;
  background: var(--pdp-break-bg);
  box-shadow: var(--pdp-break-shadow);
}

.pdp-break-image__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.pdp-break-image__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--pdp-break-aspect-desktop);
  object-fit: var(--pdp-break-fit);
}

@media screen and (max-width: 749px) {
  .pdp-break-image__wrap {
    border-radius: var(--pdp-break-radius-mobile);
  }

  .pdp-break-image__img {
    aspect-ratio: var(--pdp-break-aspect-mobile);
  }
}



article.pdp-shippinginfo__item {
    margin-bottom: 25px;
}
p.pdp-shippinginfo__text {
    margin-top: 10px;
    margin-bottom: 15px;
}
.pdp-break-media {
}

.pdp-break-media__wrap {
  border-radius: 12px;
  overflow: hidden;
}

video.pdp-break-media__video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.galuja-product-h1 {
  margin: 0;
  line-height: 1.08;
}

.galuja-product-h1__main {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin: 5px 0px 5px 0px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.galuja-product-h1__sub {
  display: block;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .galuja-product-h1__main {
    font-size: 26px;
  }

  .galuja-product-h1__sub {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.25;
  }
}

/* =========================================================
   FORMULE, QUALITÀ E APPROCCIO GALUJA
   Stesso stile visivo di Spedizioni e pagamenti
   ========================================================= */

article.pdp-brandinfo__item {
  margin-bottom: 25px;
}

article.pdp-brandinfo__item:last-child {
  margin-bottom: 0;
}

.pdp-brandinfo__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f1f1f;
}

p.pdp-brandinfo__text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.65;
  color: #2b2b2b;
}

.pdp-brandinfo__item p.pdp-brandinfo__text:last-child {
  margin-bottom: 0;
}






.galuja-product-codes {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}

.galuja-expiry,
.galuja-ean {
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
  color: #444;
}

.galuja-footer-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.45;
  border-top: 1px solid #d7d9dd;
  padding-top: 15px;
}

.galuja-footer-legal__item {
  display: block;
}

@media screen and (min-width: 990px) {
  .galuja-footer-legal {
    display: block;
    text-align: center;
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .galuja-footer-legal__item {
    display: inline;
  }

  .galuja-footer-legal__item:not(:last-child)::after {
    content: " · ";
  }
}
.bundle-tech-item{
  margin-top: 32px;
}
.bundle-tech-item:first-child{
  margin-top: 0;
}
.bundle-actives-item{
  margin-top: 32px;
}
.bundle-actives-item:first-child{
  margin-top: 0;
}
.bundle-howto-item{
  margin-top: 32px;
}
.bundle-howto-item:first-child{
  margin-top: 0;
}


/* =========================
   BUNDLE PDP — PRODOTTI INCLUSI
   ========================= */

.bundle-summary-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.bundle-summary-card-v2{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:18px;
  align-items:center;
  border: 1px solid #e5e7ebb3;
  border-radius:10px;
  background:#fff;
}

.bundle-summary-card-v2__media img{
display: block;
    width: 100%;
    height: auto;
    border-radius: 9px 0px 0px 9px;
    border-right: 1px solid #edeef1;
}

.bundle-summary-card-v2__title{
margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.05;
    text-transform: uppercase;
}
.bundle-summary-card-v2__title-link{
  color: inherit;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

.bundle-summary-card-v2__title-link:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bundle-summary-card-v2__title-link:focus-visible{
  outline: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bundle-summary-card-v2__facts{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.bundle-summary-card-v2__fact{
  display:flex;
  align-items:center;
  gap:7px;
}

.bundle-summary-card-v2__fact::before{
  content:"";
  width:18px;
  height:18px;
  flex:0 0 18px;
  display:block;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  opacity:.8;
}

.bundle-summary-card-v2__fact--pack::before{
  background-image:url("https://lx1is5fclimcc3d2-99140927863.shopifypreview.com/cdn/shop/files/confezione_ico.svg");
}

.bundle-summary-card-v2__fact--dose::before{
  background-image:url("https://lx1is5fclimcc3d2-99140927863.shopifypreview.com/cdn/shop/files/pill_icon_76351459-c8aa-44cc-8760-d2966f909e5b.svg");
}

.bundle-summary-card-v2__fact--duration::before{
  background-image:url("https://lx1is5fclimcc3d2-99140927863.shopifypreview.com/cdn/shop/files/data_icon_b76a09fa-808e-403d-bd3f-b6d3369506cb.svg");
}

.bundle-summary-card-v2__fact-text{
  font-size:14px;
  line-height:1.5;
}

@media (min-width: 990px){
  .bundle-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }
}

@media (max-width: 768px){
  .bundle-summary-card-v2{
        /* grid-template-columns: 120px 1fr; */
        gap: 14px;
  }

  .bundle-summary-card-v2__title{
    margin-bottom:10px;
    font-size:16px;
    line-height:1.08;
  }

  .bundle-summary-card-v2__facts{
    gap:5px;
  }

  .bundle-summary-card-v2__fact{
    align-items:flex-start;
  }

  .bundle-summary-card-v2__fact::before{
    width:16px;
    height:16px;
    flex:0 0 16px;
  }

  .bundle-summary-card-v2__fact-text{
    font-size:14px;
    line-height:1.25;
  }
}



/* =========================
   BUNDLE PDP — DETTAGLI PRODOTTI INCLUSI
   ========================= */

.bundle-details-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.bundle-details-card{
  padding:18px;
  border:1px solid #e5e7ebb3;
  border-radius:18px;
  background:#fff;
}

.bundle-details-card__title{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.15;
}

.bundle-details-card__badges{
  margin-bottom:12px;
}


.bundle-details-card .galuja-product-codes{
  gap:8px;
}

.bundle-details-card .galuja-expiry,
.bundle-details-card .galuja-ean{
  display:block;
  font-size:14px;
  line-height:1.45;
  color:#444;
}

@media (min-width: 990px){
  .bundle-details-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }
}

@media (max-width: 768px){
  .bundle-details-card{
    padding:16px;
    border-radius:16px;
  }

  .bundle-details-card__title{
    font-size:18px;
  }

  .bundle-details-card .galuja-expiry,
  .bundle-details-card .galuja-ean{
    font-size:13px;
    line-height:1.4;
  }
}






/* =========================
   BUNDLE PDP — ARTICOLI CORRELATI
   ========================= */

.bundle-articles{
  margin: 8px 0 0;
}

.bundle-articles__title{
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.2;
  color: #1f2937;
}

.bundle-articles__scroller{
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge legacy */
  padding-bottom: 0;
}

.bundle-articles__scroller::-webkit-scrollbar{
  display: none; /* Chrome/Safari */
}

.bundle-articles__card{
  flex: 0 0 75%;
  min-width: 75%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.bundle-articles__link{
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e5e7ebb3;
  border-radius: 16px;
  overflow: hidden;
}

.bundle-articles__media{
  overflow: hidden;
  background: #f3f4f6;
}

.bundle-articles__media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bundle-articles__content{
  padding: 14px;
}

.bundle-articles__card-title{
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.22;
  color: #1f2937;
}

.bundle-articles__cta{
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2937;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 990px){
  .bundle-articles__card{
    flex: 0 0 calc(50% - 7px);
    min-width: calc(50% - 7px);
  }
}

@media (max-width: 768px){
  .bundle-articles__title{
    margin-bottom: 14px;
    font-size: 18px;
  }

  .bundle-articles__scroller{
    gap: 12px;
  }

  .bundle-articles__card{
    flex: 0 0 75%;
    min-width: 75%;
  }

  .bundle-articles__content{
    padding: 12px;
  }

  .bundle-articles__card-title{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.bundle-articles__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:15px;
}

.bundle-articles__nav{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}

.bundle-articles__arrow{
  width:38px;
  height:38px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:999px;
  background:#fff;
  color:#1f2937;
  font-size:18px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.bundle-articles__arrow:hover{
  border-color:rgba(0,0,0,.18);
  box-shadow:0 6px 14px rgba(0,0,0,.06);
  transform:translateY(-1px);
}

.bundle-articles__arrow:active{
  transform:translateY(0);
}

@media (max-width: 989px){
  .bundle-articles__nav{
    display:none;
  }
}

.bundle-tech-item__extras {
    margin-top: 25px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 15px;
}
.bundle-tech-item:last-of-type .bundle-tech-item__extras{
  margin-top: 25px;
  border-bottom: 0;
  padding-bottom: 0;
}

.bundle-tech-item__badges{
  margin-bottom: 10px;
}


.bundle-tech-item__codes{
  gap: 6px;
}

.bundle-tech-item__codes .galuja-expiry,
.bundle-tech-item__codes .galuja-ean{
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #444;
}

.galuja-bundle-saving-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 10px 0;
  padding:6px 12px;
  background:#eef6ee;
  border:1px solid #cfe3cf;
  color:#2f6b3b;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.4px;
  text-transform:uppercase;
}


.pdp-subtitle-nome {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background: #6e6e6e;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight:700;
}

h3.pdp-subtitle.pdp-subtitle--bundle-product {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background: #6e6e6e;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}
.bundle-tech-item h3.pdp-subtitle.pdp-subtitle--bundle-product {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background: #6e6e6e;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 15px;
}


.bundle-claims-item{
  margin-top: 32px;
}

.bundle-claims-item:first-child{
  margin-top: 0;
}


/* =========================================================
   GALUJA PDP - BLOCCO ROUTINE
   ========================================================= */

.galuja-routines-block {
  margin: 0;
}

.galuja-routines-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.galuja-routines-block__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
  color: #1f2937;
}

.galuja-routines-block__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.galuja-routines-block__arrow {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.galuja-routines-block__arrow:hover {
  border-color: rgba(0,0,0,.18);
  box-shadow: 0 6px 14px rgba(0,0,0,.06);
  transform: translateY(-1px);
}

.galuja-routines-block__arrow:active {
  transform: translateY(0);
}

.galuja-routines-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0;
}

.galuja-routines-carousel::-webkit-scrollbar {
  display: none;
}

.galuja-routines-carousel__item {
  flex: 0 0 17.5rem;
  min-width: 17.5rem;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.galuja-routine-card {
  height: 100%;
}

.galuja-routine-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.galuja-routine-card__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.12);
}

.galuja-routine-card__media {
  background: #f6e7f0;
  overflow: hidden;
}

.galuja-routine-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galuja-routine-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 14px 14px 16px;
}

.galuja-routine-card__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.galuja-routine-card__desc {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.42;
  color: rgba(0, 0, 0, 0.74);
}

.galuja-routine-card__footer {
  margin-top: auto;
  display: grid;
  gap: 8px;
}

.galuja-routine-card__pricewrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.galuja-routine-card__compare-price {
  font-size: 0.92rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.52);
  text-decoration: line-through;
}

.galuja-routine-card__price {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2937;
}

.galuja-routine-card__cta {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (min-width: 1200px) {
  .galuja-routines-carousel__item {
    flex: 0 0 18rem;
    min-width: 18rem;
  }
}

@media screen and (max-width: 989px) {
  .galuja-routines-block__nav {
    display: none;
  }

  .galuja-routines-block__title {
    font-size: 22px;
    line-height: 1.15;
  }

  .galuja-routines-carousel__item {
    flex: 0 0 15.75rem;
    min-width: 15.75rem;
  }
}

@media screen and (max-width: 749px) {
  .galuja-routines-block__head {
    margin-bottom: 12px;
  }

  .galuja-routines-block__title {
    font-size: 18px;
    line-height: 1.15;
  }

  .galuja-routines-carousel {
    gap: 12px;
  }

  .galuja-routines-carousel__item {
    flex: 0 0 75%;
    min-width: 75%;
  }

  .galuja-routine-card__content {
    padding: 12px 12px 14px;
  }

  .galuja-routine-card__desc {
    line-height: 1.36;
    margin-bottom: 10px;
  }

  .galuja-routine-card__compare-price {
    font-size: 0.86rem;
  }
}


/* =========================================================
   FAQ PRODOTTO STATICHE dentro accordion PDP
   ========================================================= */

.pdp-faq-static-wrap {
  margin: 0;
  padding: 0;
}

.galuja-faq-static {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}

.galuja-faq-static__item {
  padding: 0 0 22px 0;
  margin: 0 0 22px 0;
  border-bottom: 1px solid #e5e7eb;
}

.galuja-faq-static__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.galuja-faq-static__question {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #1f2937;
}

.galuja-faq-static__answer {
  margin: 0;
  padding: 0;
}

.galuja-faq-static__answer p,
.galuja-faq-static__answer .pdp-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #4b5563;
}

.galuja-faq-static__answer p + p,
.galuja-faq-static__answer .pdp-text + .pdp-text {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .galuja-faq-static__item {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .galuja-faq-static__question {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
  }

  .galuja-faq-static__answer p,
  .galuja-faq-static__answer .pdp-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

span.pdp-ref-cite a {
    text-decoration: underline;
}


.pdp-study-note {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #f5f5f7;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #4b5563;
  font-style: italic;
}

.pdp-study-note::before {
  content: "Dalla ricerca: ";
  font-weight: 700;
  font-style: normal;
  color: #1f1f1f;
}

.pdp-study-note sup {
    line-height: 0;
}
.pdp-desc-block sup {
    line-height: 0;
}
.pdp-desc-block sup a {
    text-decoration: none;
    font-size: 12px;
}

.g-shipping-timer {
  margin: 10px 0 0px;
}

.g-shipping-timer__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
}

.g-shipping-timer__label {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #27303b;
}

.g-shipping-timer__countdown {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.g-shipping-timer__note {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.4;
  color: #6b7280;
}
.g-shipping-timer__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.g-shipping-timer__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}


.pdp-botanical-detail p.pdp-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 1px;
  background: #e5e7eb;
}

.pdp-botanical-detail p.pdp-text {
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: -.3px;
  padding-bottom: 14px;
  color: #0009;
  position: relative;
  margin-bottom: 20px;
}

.pdp-active-card:last-child .pdp-botanical-detail p.pdp-text {
  padding-bottom: 0;
  margin-bottom: 0;
}

.pdp-active-card:last-child .pdp-botanical-detail p.pdp-text::after {
  display: none;
  content: none;
}

span.pdp-routine-note {
    background: #f3f2ed;
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    padding: 15px;
    border: 1px solid #e2dfd4;
    border-radius: 10px;
}
span.pdp-routine-note::before {
    content: "🍑";
    display: inline-block;
    margin-right: 5px;
}


.pdp-shippinginfo__title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdp-shippinginfo__title-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #6f6f73;
  opacity: 0.9;
}

.pdp-shippinginfo__title-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.galuja-delivery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* ← aggiungi questa riga */
  gap: 6px;
}

.galuja-delivery__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #108474;
}

.galuja-delivery__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.galuja-expiry,
.galuja-ean {
  display: flex;
  align-items: center;
  gap: 8px;
}
section.galuja-legal-note {
    font-size:13px;
    line-height:1.4;
}










/* =========================================================
   Recensioni
   ========================================================= */

.jdgm-review-content__body-content {
    font-size: 14px;
}
.jm-cluster.jm-reviewer-info {
    font-size: 15px;
}
.jm-star-rating {
    font-size: 15px;
}
.jm-reviewer-avatar--with-initial {
    display: none;
}








/* Nasconde il checkbox ma lo lascia funzionante */
.pdp-desc-toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}

/* Stato collassato: altezza limitata + sfumatura in basso */
.pdp-desc-block {
  position: relative;
  max-height: 18em; /* ~ 9-10 righe a line-height 1.6 */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.pdp-desc-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4em;
  background: linear-gradient(to bottom, rgba(251,251,248,0) 0%, rgba(251,251,248,1) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Stato espanso */
.pdp-desc-toggle-input:checked ~ .pdp-desc-block {
  max-height: 200em; /* abbastanza per qualunque descrizione */
}

.pdp-desc-toggle-input:checked ~ .pdp-desc-block::after {
  opacity: 0;
}

/* Bottone "Leggi tutto / Mostra meno" */
.pdp-desc-toggle-label {
  display: inline-block;
  margin-top: 0.75rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1a1a1a; /* adatta al tuo brand */
  text-decoration: underline;
  text-underline-offset: 4px;
  user-select: none;
}

.pdp-desc-toggle-label:hover {
  opacity: 0.7;
}

/* Mostra "Leggi tutto" di default, "Mostra meno" quando aperto */
.pdp-desc-toggle-less { display: none; }
.pdp-desc-toggle-input:checked ~ .pdp-desc-toggle-label .pdp-desc-toggle-more { display: none; }
.pdp-desc-toggle-input:checked ~ .pdp-desc-toggle-label .pdp-desc-toggle-less { display: inline; }

/* Accessibilità: focus visibile sulla label quando il checkbox riceve focus */
.pdp-desc-toggle-input:focus-visible ~ .pdp-desc-toggle-label {
  outline: 2px solid #1a1a1a;
  outline-offset: 3px;
  border-radius: 2px;
}







/* =========================
   SHIP INFO — PDP delivery + free shipping note
   ========================= */

.ship-info {
  width: 100%;
  text-align: left;
  margin-bottom: -25px;
}

/* Riga 1: spedizione veloce */
.ship-info-fast {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
  color: #007600;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
}

.ship-info-fast-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}

.ship-info-fast-text {
  flex: 1 1 auto;
  min-width: 0;
}

/* Riga 2: spedizione gratuita */
.ship-info-free {
  width: 100%;
  margin: 2px 0 0;
  padding-left: 27px;        /* 20px icona + 7px gap = allineato sotto al testo della riga 1 */
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

.ship-info-free-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.ship-info-free-link:hover {
  opacity: 0.75;
}

/* Compensa l'header sticky quando si fa scroll all'accordion */
.pdp-acc--shippinginfo {
  scroll-margin-top: 100px;
}




/* =========================================================
   STICKY ADD-TO-CART — sempre visibile, tranne quando il CTA
   principale è in viewport
   ========================================================= */

/* Forza la sticky sempre visibile, a piena larghezza */
body sticky-add-to-cart .sticky-add-to-cart__bar,
body sticky-add-to-cart .sticky-add-to-cart__bar[data-stuck="false"],
body sticky-add-to-cart .sticky-add-to-cart__bar[data-stuck="true"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s !important;
}

/* Quando il CTA principale è visibile, nascondi la sticky */
body.galuja-primary-cta-visible sticky-add-to-cart .sticky-add-to-cart__bar,
body.galuja-primary-cta-visible sticky-add-to-cart .sticky-add-to-cart__bar[data-stuck="false"],
body.galuja-primary-cta-visible sticky-add-to-cart .sticky-add-to-cart__bar[data-stuck="true"] {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(100%) !important;
  pointer-events: none !important;
}



.sticky-add-to-cart__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  gap: 0;
}

.sticky-add-to-cart__image,
.sticky-add-to-cart__info,
.sticky-add-to-cart__price {
  display: none !important;
}

.sticky-add-to-cart__button {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  border-radius: 999px;
}

.sticky-add-to-cart__button .add-to-cart-icon {
  display: none;
}

.sticky-add-to-cart__button .add-to-cart-text__content {
  justify-content: center;
}

.sticky-add-to-cart__button .add-to-cart-text__content span:first-child {
  display: inline-block;
}
@media screen and (max-width: 749px) {
  .sticky-add-to-cart__button {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 52px;
    padding: 0 18px !important;
    border-radius: 999px !important;
  }

  .sticky-add-to-cart__button .add-to-cart-text {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .sticky-add-to-cart__button .add-to-cart-text__content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .sticky-add-to-cart__button .add-to-cart-text__content span:first-child {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .sticky-add-to-cart__button .add-to-cart-text__content span[ref="quantityDisplay"] {
    display: none !important;
  }

  .sticky-add-to-cart__button .add-to-cart-icon,
  .sticky-add-to-cart__button .svg-wrapper,
  .sticky-add-to-cart__button .add-to-cart__added {
    display: none !important;
  }
}
/* =========================================================
   STICKY ADD-TO-CART — Desktop: più compatta e centrata
   ========================================================= */
@media screen and (min-width: 750px) {
  body sticky-add-to-cart .sticky-add-to-cart__bar,
  body sticky-add-to-cart .sticky-add-to-cart__bar[data-stuck="false"],
  body sticky-add-to-cart .sticky-add-to-cart__bar[data-stuck="true"] {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    max-width: 480px !important;
    min-width: 320px !important;
    bottom: 24px !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
  }

  /* Quando il CTA principale è visibile, nascondi la sticky (override desktop) */
  body.galuja-primary-cta-visible sticky-add-to-cart .sticky-add-to-cart__bar,
  body.galuja-primary-cta-visible sticky-add-to-cart .sticky-add-to-cart__bar[data-stuck="false"],
  body.galuja-primary-cta-visible sticky-add-to-cart .sticky-add-to-cart__bar[data-stuck="true"] {
    transform: translateX(-50%) translateY(150%) !important;
  }
}
.galuja-legal-note__inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.galuja-legal-note__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
  margin-top: 2px;
}

.galuja-legal-note__text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}



.jm-review-content__title-wrapper {
  font-size: 12px!important;
}

.g-pdp-free-shipping-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 5px 0 5px;
    padding: 14px 16px;
    border: 1px solid #E8DD9A;
    border-radius: 16px;
    background: #FFF9D9;
    color: #1C1C1A;
  }

  .g-pdp-free-shipping-box__icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #FFE04B;
    font-size: 18px;
    line-height: 1;
  }

  .g-pdp-free-shipping-box__content {
    flex: 1 1 auto;
    min-width: 0;
  }

  .g-pdp-free-shipping-box__title {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  .g-pdp-free-shipping-box__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #3E3E38;
  }

  .g-pdp-free-shipping-box__meta {
    margin: 6px 0 0;
    font-size: 12.5px;
    line-height: 1.3;
    color: #6D6D66;
  }

  @media screen and (max-width: 749px) {
    .g-pdp-free-shipping-box {
      padding: 13px 14px;
      border-radius: 15px;
    }

    .g-pdp-free-shipping-box__title {
      font-size: 14.5px;
    }

    .g-pdp-free-shipping-box__text {
      font-size: 13.5px;
    }

    .g-pdp-free-shipping-box__meta {
      font-size: 12px;
    }
  }