/** Shopify CDN: Minification failed

Line 1192:2 Unexpected "{"
Line 1193:2 Expected identifier but found "%"
Line 1203:2 Unexpected "{"
Line 1204:2 Expected identifier but found "%"
Line 1214:2 Unexpected "{"
Line 1215:2 Expected identifier but found "%"

**/
/* ======================================================================
   GINGER MILK — Custom Styles (Shopify)
   File: ginger-custom.css.liquid
   Notes:
   - Este archivo está pensado para pegarse en Assets como .css.liquid
     (porque incluye un bloque Liquid para image_fit).
   - Si NO vas a usar Liquid, busca el bloque "MEDIA WRAPPER (Liquid)"
     y reemplázalo por clases (te lo marco más abajo).
   ====================================================================== */

/* ======================================================================
   ÍNDICE (usa Ctrl/Cmd + F para saltar)
   ----------------------------------------------------------------------
   01. FORMS (Contact / Formful / Birthday)
   02. BUTTONS (Contact / Product / Theme primary-secondary)
   03. MEGA NAV
   04. IMAGE HERO SPLIT
   05. COLLECTIONS (All collections / product card layout)
   06. PÁGINA DISTRIBUIDORES (WS registration form)
   07. PÁGINA TRABAJA CON NOSOTROS (Formful)
   08. PRESENTACIÓN PRODUCTOS (List-group + grid + product list)
   09. ACORDEÓN (Mobile accordion)
   10. IMAGE BLOCK WITH TEXT
   11. PRODUCT LINE SLIDER
   12. BLOG GRID (articles)
   13. QUICKVIEW BUTTON
   14. INGREDIENTS GRID (cards + responsive)
   15. COLLAPSIBLE PRODUCT LIST + COLLAPSIBLE ROW LIST
   16. INCLUDED LIST
   17. BEST SELLER COMPONENT
   18. ENTRY LIST
   19. SIZE VARIANT (swatches)
   20. COUNTRY SELECTOR
   21. RICH TEXT SUBMENU
   22. FIXES (producto específico / backgrounds secciones)
   23. LIST COLUMNS (richtext)
   24. PRICES
   25. BLACKFRIDAY (soldout)
   26. SPLIT SCROLL SECTION (Modo de uso)
   27. ACCORDION/COLLAPSIBLE (boxed style modern)
   28. PRODUCT PAGE (details/layout/buttons/trust badges)
   ====================================================================== */


/* ======================================================================
   01. FORMS (Contact / Formful / Birthday)
   ====================================================================== */

/* Multi column contact form (FIX: coma sobrante que rompía el bloque) */
.contact-form-item input,
.contact-form-item select,
.contact-form input,
.contact-form textarea,
.formful__wrapper form input,
.formful__wrapper form textarea {
  border-radius: 4px;
  border: 1px solid var(--brand-gray-100, #D5D8D2);
  background: var(--gray-30, rgba(234, 235, 233, 0.30));
}

.contact-form-item label,
.contact-form label {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: -0.28px;
}

.contact-form-item {
  margin-top: 30px;
}

.birthday-inputs {
  display: flex;
  gap: 10px;
  /* separación entre campos */
  align-items: center;
}

/* Reorder en móvil */
@media (max-width: 720px) {
  #shopify-section-template--19484595552535__3a3fc52f-8954-4355-b39b-8ea971bfd59a .multi-column__grid .multi-column__grid-item:last-child {
    order: -1;
  }
}


/* ======================================================================
   02. BUTTONS (Contact / Product / Theme primary-secondary)
   ====================================================================== */

/* Contact form buttons */
/* FIX: btn-green era un tag; ahora es clase .btn-green */
.contact-form__wrapper button.contact-form__button::before,
.formful__wrapper form .formful__button::before,
.btn-green {
  background: #a2e4b8;
}

.contact-form__wrapper button.contact-form__button,
.formful__wrapper form .formful__button {
  color: black;
  font-size: 18px;
  border: 1px solid #a2e4b8;
}

/* Product form button */
.product-form__cart-submit.btn--primary::before {
  background-color: #a2e4b8;
}

.product-form__cart-submit.btn--primary,
.product-form__cart-submit span {
  color: black;
}

/* Theme buttons */
.btn.btn--primary {
  font-weight: bold;
}

.btn.btn--primary::after {
  background-color: white !important;
}

.btn.btn--primary:hover {
  color: black;
  border: 1px solid black;
}

.btn.btn--secondary:before {
  background-color: black !important;
}

.btn.btn--secondary:hover {
  color: white;
}


/* ======================================================================
   03. MEGA NAV
   ====================================================================== */
.meganav__list-parent li h4 a {
  opacity: .7;
  font-weight: bold;
}

.meganav__list-parent li ul a {
  color: #000000 !important;
  font-size: 12px;
  font-weight: 500;
  opacity: 1 !important;
}

.meganav__primary .meganav__column-rule {
  background-color: #D5D8D2 !important;
}


/* ======================================================================
   04. IMAGE HERO SPLIT
   ====================================================================== */
.image-hero-split .image-hero-split-item__text-container .image-hero-split-item__text-container-inner {
  display: flex;
  flex-direction: column-reverse;
}

.image-hero-split-item__text-container-inner .image-hero-split-item__heading {
  font-size: 32px;
}

[id*="20230357745943__image-hero-split"] .image-hero-split-item--2 {
  /* cambiar de color texto del item2 en jengibre */
  color: white !important;
}

/* ======================================================================
   06. PÁGINA DISTRIBUIDORES (WS registration form)
   ====================================================================== */

/* Image hero */
[data-section-id*="b69a0e7c-137c-451c-b0d2-dff491aade93"] .image-hero__text-container {
  max-width: 841px !important;
}

#shopify-section-template--20326519505175__36b1c720-4f52-4583-bd87-12bf88610f5f {
  background-color: #F2E9DB;
}

#shopify-section-template--20326519505175__36b1c720-4f52-4583-bd87-12bf88610f5f .section {
  background-color: white;
}

.ws-registration-form {
  max-width: 100% !important;
}

.ws-registration-form--form .ws--whole input,
.ws-registration-form--form .ws--whole textarea,
.ws-registration-form--form .ws--whole select {
  border-radius: 4px !important;
  border: 1px solid #D5D8D2 !important;
  background: rgba(234, 235, 233, 0.30);
}

#wsaio-form .ws-registration-form--wrapper .ws--whole label {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

.ws-registration-form--form .ws-registration-form--heading {
  font-size: 36px;
  align-self: start;
  border-top: 1px solid black;
  padding-top: 45px;
  margin-top: 40px;
}

.ws-registration-form--form {
  display: grid;
}

.ws-registration-form--form .ws--whole {
  max-width: 835px !important;
  justify-self: center;
}

.ws-registration-form--form .ws--whole.type--heading {
  max-width: 75% !important;
}

.ws-registration-form--form .ws--whole.type--submit input {
  color: black;
  font-size: 18px;
  border: 1px solid #a2e4b8;
  background-color: #a2e4b8;
}

.ws-registration-form--form .ws--whole.type--submit input:hover {
  border: 1px solid black;
  background-color: white;
}

@media (max-width: 720px) {
  #shopify-section-template--20326519505175__0f117e84-8e2c-4efa-934b-cda1751f94b5 h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
    margin-top: 46px;
  }
}


/* ======================================================================
   07. PÁGINA TRABAJA CON NOSOTROS (Formful)
   ====================================================================== */
#shopify-section-template--20348484354327__16951214701d0ef38d {
  background-color: #fffbc1;
  padding-bottom: 160px;
}

#shopify-section-template--20348484354327__16951214701d0ef38d .apps {
  background-color: white;
}

.formful__wrapper {
  max-width: 805px !important;
}

.formful__wrapper form label {
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 720px) {
  #shopify-section-template--20348484354327__0f117e84-8e2c-4efa-934b-cda1751f94b5 h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
    margin-top: 46px;
  }
}


/* ======================================================================
   08. PRESENTACIÓN PRODUCTOS (List-group + grid + product list)
   ====================================================================== */

/* List Group */
.list-group {
  display: flex;
  overflow: hidden;
  margin-top: 20px;
}

.list-column {
  flex: 1;
  max-width: 182px;
}

.list-column .btn {
  font-size: 12px;
  border-radius: 2px;
  color: black;
  padding: 10px 15px;
}

.list-column .btn.btn-fill:before {
  background: #A2E4B8;
}

.list-column .btn.btn-void {
  border: 2px solid #A2E4B8;
}

.list-column .btn.btn-void:before {
  background: #FFF;
}

.list-column .btn.btn-fill {
  margin-bottom: 8px;
  margin-top: 60px;
}

.info-column {
  flex: 2;
  padding-left: 40px;
  padding-right: 35px;
}

.list-item {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #daddd7;
  font-size: 12px;
}

.list-item:hover {
  background-color: #e0e0e0;
}

.list-item.active {
  font-weight: bold;
}

.info-container {
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.28px;
}

.info-container.active,
.acordion-info.active {
  display: block;
}

.info-container .info-title {
  font-weight: bold;
}

.image-with-text-split__text-container {
  padding-left: 120px;
  padding-right: 0px;
}

/* Product List (4 cols) */
.product-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

a.product-item:hover h4 {
  color: #9b9b9b;
}

.product-list .product-item {
  display: flex;
  flex: 0 0 calc(25% - 12px);
  text-align: center;
  flex-direction: column;
}

.product-list .product-item img {
  max-width: 100%;
  height: auto;
}

.product-list .product-item h4 {
  font-size: 12px;
  font-weight: 500;
}

.product-list .product-item form.product-form {
  display: flex;
  flex-direction: column;
}


/* ======================================================================
   09. ACORDEÓN (Mobile accordion)
   ====================================================================== */
.acordion {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.acordion-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.acordion-title {
  padding: 10px;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
}

.acordion-info {
  padding: 10px;
  display: none;
}

.acordion-info h2 {
  margin: 0;
}

.acordion .btn {
  font-size: 12px;
  border-radius: 2px;
  color: black;
  padding: 10px 15px;
}

.acordion .btn.btn-fill:before {
  background: #A2E4B8;
}

.acordion .btn.btn-void {
  border: 2px solid #A2E4B8;
}

.acordion .btn.btn-void:before {
  background: #FFF;
}

.acordion .btn.btn-fill {
  margin-bottom: 8px;
  margin-top: 60px;
}

@media (max-width: 720px) {
  .acordion {
    display: flex;
  }

  .list-group {
    display: none;
  }

  .image-with-text-split__text-container {
    padding: 24px 30px;
  }
}


/* ======================================================================
   10. IMAGE BLOCK WITH TEXT
   ====================================================================== */
.image-block-with-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: 16px;
}

.image-block-with-text-container_title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.8px;
  letter-spacing: -0.28px;
}


/* ======================================================================
   11. PRODUCT LINE SLIDER
   ====================================================================== */
.product-line-slider_description {
  /*padding: 7px 9px;*/
}

.product-line-slider_title {
  font-weight: bold;
  margin-bottom: 10px;
}

.product-line-slider_title .product-item__price {
  font-weight: normal;
}


/* ======================================================================
   12. BLOG GRID (articles)
   ====================================================================== */
.articles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 720px) {
  .articles-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-item {
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.grid-item_image {
  max-width: 100%;
  margin-bottom: 10px;
}

.grid-item_image .image__img {
  position: static !important;
}

.grid-item_title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.grid-item_inf {
  font-size: 14px;
  color: #888888;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.data {
  margin-right: 10px;
  margin-left: 10px;
}

.autor {
  font-style: italic;
}

.grid-item_link {
  text-decoration: none;
  color: black;
  width: 100%;
  background-color: #A2E4B8;
  border: 1px solid #A2E4B8;
  display: inline-block;
  padding: 8px 16px;
  font-weight: 600;
}

.grid-item_link:hover {
  background: white;
  border: 1px solid black;
}

.grid-section_title {
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.14px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.grid-item_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: -26px;
  padding: 0;
  list-style: none;
  position: absolute;
}

.grid-item_tags li {
  margin: 16px;
  background-color: white;
  padding: 4px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.articles-container .grid-item {
  align-items: center;
}

/* Blog button styling */
.articles-container .grid-item_link {
  background-color: transparent;
  border: 1px solid black;
  width: fit-content;
  border-radius: 50px;
}

.articles-container .grid-item_link:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.03);
}


/* ======================================================================
   13. QUICKVIEW BUTTON
   ====================================================================== */
.show-product-quickview {
  background-color: #a2e4b8;
  color: black !important;
  font-weight: 600;
  border: 1px solid #a2e4b8 !important;
}

.show-product-quickview:hover {
  background-color: white;
  border: 1px solid black !important;
}


/* ======================================================================
   14. INGREDIENTS GRID (cards + responsive)
   NOTE: aquí dejamos SOLO una versión (la más moderna).
   ====================================================================== */
.ingredients-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 4px;
}

@media (max-width: 900px) {
  .ingredients-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ingredients-container {
    grid-template-columns: 1fr;
  }
}

.ingredient {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;

  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.ingredient:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
  border-color: #d1d1d1;
}

.ingredient-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 12px;
}

.ingredient-title {
  margin: 0 0 8px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
}

.ingredient-description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}


/* ======================================================================
   15. COLLAPSIBLE PRODUCT LIST + COLLAPSIBLE ROW LIST
   ====================================================================== */
.collapsible-product-list {
  display: grid;
}

.collapsible-product-list .collection-item {
  padding: 10px;
}

@media (max-width: 720px) {
  .collapsible-product-list {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center;
  }

  .collapsible-product-list .collection-item {
    width: 100%;
  }
}

.collapsible-row-list-item__heading {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 35px;
}

.collapsible-row-list-item__subheading {
  font-size: 16px;
  color: #999999;
  width: 30%;
  text-align: right;
}

.collapsible-row-list-item .image.collapsible_image-banner {
  margin: 16px 0px;
  width: 100%;
}


/* ======================================================================
   16. INCLUDED LIST
   ====================================================================== */
ul.included-list_container {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  padding: 0px;
}

ul.included-list_container h4 {
  font-size: 15px;
  margin: 0px;
}

ul.included-list_container li.included-list_item {
  margin: 0px 8px;
  border-radius: 4px;
}

ul.included-list_container li.included-list_item h4 {
  padding: 1px 12px;
}

@media (max-width: 720px) {
  ul.included-list_container {
    flex-wrap: wrap;
    align-items: center;
  }

  ul.included-list_container li.included-list_item {
    margin: 4px 4px;
  }
}


/* ======================================================================
   17. BEST SELLER COMPONENT
   ====================================================================== */
.best-seller_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px 120px;
  gap: 22px;
}

.best-seller_container .grid-product .collection-item .product-line-slider_description {
  padding: 10px;
  padding-top: 15px;
}

@media (max-width: 720px) {
  .best-seller_container {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 10px;
  }
}

.product-seller img {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.product-seller .collection-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.grid-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.grid-product img.image__img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}


/* ======================================================================
   18. ENTRY LIST
   ====================================================================== */
.entry-list h3 {
  margin-bottom: 50px;
}

.entry-list {
  list-style: none;
}

.entry-list-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-item {
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  max-width: 80%;
  border-bottom: 1px solid #d5d8d2;
}

.entry-item:last-child {
  border-bottom: 0px;
}

.entry-item img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.entry-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.entry-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 720px) {
  .entry-item {
    margin-bottom: 10px;
    padding: 5px;
    max-width: 100%;
    padding-bottom: 10px;
  }

  .entry-title {
    margin-bottom: 8px;
  }
}


/* ======================================================================
   19. SIZE VARIANT (swatches)
   ====================================================================== */
.swatch.clearfix {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
}

.swatch .swatch-element {
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}

.swatch input {
  display: none;
}

.swatch input:checked+label {
  border-color: #000;
}

.swatch .swatch-element label {
  padding: 0 10px;
  border-radius: 2px;
  float: left;
  min-width: 50px !important;
  height: 35px !important;
  margin: 0;
  border: #ccc 1px solid;
  font-size: 13px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
}


/* ======================================================================
   20. COUNTRY SELECTOR
   ====================================================================== */
.toggel-country {
  min-height: 0px !important;
}

@media (max-width: 720px) {
  .toggel-country {
    margin-left: 18px;
    margin-top: 20px;
  }
}

.country-list {
  border: 1px solid black;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 380px;
  list-style: none;
  margin: 10px 0px;
  padding: 0px 12px;
  background-color: white;
  display: none;
  position: absolute;
  z-index: 10;
}

.country-list .country-list_item {
  text-align: left;
}

.country-list .country-list_item a.country-list_item-link {
  display: flex;
  align-items: center;
}

.country-list .country-list_item a.country-list_item-link .country-list_item-title {
  margin-left: 10px;
}

.country-list .country-list_item a.country-list_item-link:hover {
  text-decoration: underline;
}


/* ======================================================================
   21. RICH TEXT SUBMENU
   ====================================================================== */
.rich-text_nav-list {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}

@media (max-width: 720px) {
  .rich-text_nav-list {
    padding: 0px;
    flex-wrap: wrap;
  }
}

.rich-text_nav-item:first-child {
  border-left: 0px;
}

.rich-text_nav-item {
  padding: 0px 10px;
  border-left: 1px solid black;
}

.rich-text_nav-item a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.rich-text_nav-item:hover a {
  color: #9b9b9b;
}

.rich-text_nav-item.activate a {
  font-weight: bold;
}


/* ======================================================================
   22. FIXES (producto específico / backgrounds secciones)
   ====================================================================== */
#prod-8816204972311 .product-item__meta .product-item__text.ta-c {
  margin-bottom: 32%;
}

@media (max-width: 720px) {
  #prod-8816204972311 .product-item__meta .product-item__text.ta-c {
    margin-bottom: 60%;
  }
}

/* Background sections */
#shopify-section-template--22341172396311__apps_Aa8AkF,
#shopify-section-template--22341172396311__1713207955e2da462c {
  background-color: #e6e9e6;
}

#shopify-section-template--22493458956567__5071052e-7c19-4b71-be77-a1a9e845a6b8 {
  background-color: #f2e9dc;
}


/* ======================================================================
   23. LIST COLUMNS (richtext)
   ====================================================================== */
.list-columns ul {
  column-count: 1;
  column-gap: 2rem;
  list-style-position: inside;
}

@media screen and (min-width: 768px) {
  .list-columns ul {
    column-count: 2;
  }
}


/* ======================================================================
   24. PRICES
   ====================================================================== */
.current_price,
.product__price-displayed-discount {
  font-weight: bold;
  font-size: 25px;
  font-family: "Work Sans", sans-serif;
}

.product_price_whiout_save {
  font-size: 15px !important;
  color: #9d9d9d;
  padding: 0px;
  margin: 0px;
}


/* ======================================================================
   25. BLACKFRIDAY (soldout) — FIX: comentario correctamente cerrado
   ====================================================================== */
.soldout {
  display: none;
}


/* ======================================================================
   26. SPLIT SCROLL SECTION (Modo de uso)
   ====================================================================== */
/* --- Estructura General --- */
.split-scroll-section {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* --- COLUMNA MEDIA --- */
.split-media-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

@media screen and (min-width: 990px) {
  .split-media-container {
    width: 50%;
    padding: 40px;
  }
}

.media-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media-wrapper.has-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.media-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-wrapper .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ======================================================================
   MEDIA WRAPPER (Liquid)
   - Si este archivo es .css.liquid, esto funciona.
   - Si es un .css normal, ELIMINA este bloque y usa clases en HTML.
   ====================================================================== */
  {
  % if section.settings.image_fit=='cover' %
}

.media-wrapper .image img,
.media-wrapper .image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  {
  % else %
}

.media-wrapper .image img,
.media-wrapper .image svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

  {
  % endif %
}

/* --- COLUMNA CONTENIDO --- */
.split-content-container {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 990px) {
  .split-content-container {
    width: 50%;
    padding: 60px;
    overflow-y: auto;
    height: 100%;
  }
}

.split-content-container::-webkit-scrollbar {
  width: 8px;
}

.split-content-container::-webkit-scrollbar-track {
  background: transparent;
}

.split-content-container::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

/* --- BLOQUES --- */
.block-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.split-heading {
  margin: 0;
  line-height: 1.1;
  font-weight: bold;
}

.split-text {
  line-height: 1.6;
}

.benefit-pill {
  border-radius: 50px;
  padding: 12px 25px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  width: fit-content;
}

.benefit-pill__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}

.icons-row-wrapper {
  margin-top: 40px;
  width: 100%;
}

.icons-row-title {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  font-size: 1.2rem;
}

.icons-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}

.icon-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

.icon-item span {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2;
}

/* --- ESTILOS GRID DE PASOS ACTUALIZADOS --- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  align-items: start;
}

.grid-block-contents {
  display: contents;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step-image-container {
  margin: 0 auto 15px auto;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.step-image-container .image {
  width: 100%;
  height: auto;
}

.step-title {
  font-weight: bold;
}

.step-desc {
  text-align: center;
}



/* ======================================================================
   27. ACCORDION/COLLAPSIBLE (boxed style modern)
   ====================================================================== */
.accordion__inner,
.collapsible-row-list-item {
  background-color: #f7f7f7 !important;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
}

.accordion+.accordion {
  margin-top: 0 !important;
}

.accordion__inner:hover,
.collapsible-row-list-item:hover {
  border-color: #d1d1d1;
  background-color: #f5f5f5;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  transform: translateY(-1px);
}

/* NOTE: :has() es moderno; si necesitas fallback, usa una clase .is-open desde JS */
.accordion__inner:has(.accordion__label[aria-expanded="true"]),
.collapsible-row-list-item:has(.collapsible-row-list-item__trigger[aria-expanded="true"]) {
  border-color: #000;
  background-color: #ffffff;
}

.accordion__label,
.collapsible-row-list-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px !important;
  background-color: #f3f3f3;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #000;

}

.accordion__content,
.collapsible-row-list-item__text-container {
  padding: 20px;
  color: #555;
  line-height: 1.6;
}

/* Acordion De productos recomendados */
.collapsible-product-list {
  display: grid;
  width: 100%;
  gap: 16px;
  /* Espacio entre productos */

  /* MÓVIL: 2 columnas por defecto (para que no sean enormes en celular) */
  grid-template-columns: repeat(2, 1fr);
}

/* TABLET: 3 columnas */
@media (min-width: 750px) {
  .collapsible-product-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* ESCRITORIO: 4 columnas fijas */
@media (min-width: 990px) {
  .collapsible-product-list {
    /* Esto fuerza a que sean tamaño "1/4" siempre, 
       aunque solo tengas 1 producto */
    grid-template-columns: repeat(4, 1fr);
  }
}


/* ======================================================================
   28. PRODUCT PAGE (details/layout/buttons/trust badges)
   ====================================================================== */
.product__details {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 900px) {
  .product__details {
    padding-left: 0;
    padding-top: 15px;
  }
}

.product__title {
  font-family: var(--font-heading-family);
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4px;
  color: #000;
}

.product__price-and-ratings {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

.product__price .current_price {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
}

.product__description .rte {
  background-color: transparent;
  padding: 0 0 0 12px;
  border: none;
  border-radius: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 8px;
  font-style: italic;
}

/* Quantity */
.product-form__quantity {
  width: fit-content;
  margin-bottom: 10px;
}

.product-form__input--quantity {
  border-radius: 50px !important;
  border: 1px solid #e5e5e5;
  height: 40px;
  font-weight: 600;
  text-align: center;
  width: 120px !important;
  min-width: 0 !important;
}

/* Buttons */
.product-form__controls-group {
  width: 100%;
}

.product-form__cart-submit {
  border-radius: 50px !important;
  height: 44px;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100% !important;
}

.product-form__controls-group,
.product-form__quantity {
  margin-left: 0;
  margin-right: auto;
}

/* Trust badges */
.product__callouts-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  background: transparent !important;
  border: none !important;
  padding: 5px 0 !important;
  margin-bottom: 5px;
}

.product__callouts-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #666;
  line-height: 1;
  white-space: nowrap;
}

.product__callouts-item-icon img,
.product__callouts-item-icon svg {
  width: 16px;
  height: 16px;
}

/* Media */
.product__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Desktop layout */
/*
@media (min-width: 990px) {
  .product__primary,
  .product__top {
    display: grid !important;
    grid-template-columns: 40% minmax(0, 1fr) !important;
    gap: 40px !important;
    align-items: start !important;
  }

  .product__primary-left,
  .product__primary-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product__media-container {
    max-width: 100% !important;
    width: 100% !important;
  }
}
  */
/* Info del producto */
.product__meta {
  padding: 0px 10px;
}

/* ----------------------------------------------------------------------
   28.1 PDP TYPOGRAPHY & SCALE (Harmony fix)
   ---------------------------------------------------------------------- */
/* 0) Scope recomendado (para no afectar otras páginas)
   Si tu tema usa body.product o template-product, puedes cambiarlo.
*/
.template-product,
.product,
body[class*="product"] {
  /* Escala base */
  --pdp-text: 15px;
  --pdp-small: 12px;
  --pdp-h1: clamp(20px, 2vw, 28px);
  --pdp-price: clamp(18px, 1.6vw, 22px);
  --pdp-gap-1: 8px;
  --pdp-gap-2: 12px;
  --pdp-gap-3: 18px;
  --pdp-muted: #777;
}

/* 1) Breadcrumbs (muy pequeños y discretos) */
/* .breadcrumbs,
.collection-banner__breadcrumbs,
nav.breadcrumb,
.breadcrumb {
  font-size: var(--pdp-small) !important;
  color: var(--pdp-muted) !important;
} */

/* 2) Kicker/metadata (vendor, sku, categoría) */
.product__vendor,
.product__sku,
.product__type,
.product__meta,
.product__subheading,
.product__subtitle {
  font-size: var(--pdp-small) !important;
  color: var(--pdp-muted) !important;
  line-height: 1.3;
}

/* 3) Título del producto (más proporcionado) */
.product__title,
h1.product__title,
.product__heading h1,
.product__name {
  font-size: var(--pdp-h1) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  margin-bottom: var(--pdp-gap-2) !important;
}

/* 4) Precio (más presente) */
.product__price,
.product__price .current_price,
.current_price,
.product__price-displayed-discount {
  font-size: var(--pdp-price) !important;
  font-weight: 700 !important;
  line-height: 1.1;
}

/* 5) Descripción corta (sube tamaño, mejora lectura) */
.product__description,
.product__description .rte,
.product__description p,
.product__details .rte,
.product__details p {
  font-size: var(--pdp-text) !important;
  line-height: 1.55 !important;
  color: #222;
}

/* 6) Etiquetas tipo “TAMAÑO XL” (chip) */
.badge,
.product__badge,
.product__label,
.product__tags .tag,
.product__details .tag {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  padding: 4px 8px !important;
  border-radius: 999px !important;
}

/* 7) Cantidad + inputs (tamaño consistente) */
.product-form__quantity label,
.product-form__input--quantity label,
.quantity-selector label {
  font-size: var(--pdp-small) !important;
  color: var(--pdp-muted) !important;
}

.product-form__input--quantity,
.quantity-selector input,
.quantity-selector button,
.product-form__quantity input {
  font-size: 14px !important;
  height: 40px !important;
}

/* 8) Botones (mismo “peso” visual) */
.product-form__cart-submit,
.btn.product-form__cart-submit,
.shopify-payment-button__button,
.product__meta .button-block__button a {
  font-size: 14px !important;
  font-weight: 700 !important;
  height: 44px !important;
  border-radius: 999px !important;
  letter-spacing: 0.02em;
}

/* 8.1) Loading del boton de compra */
.btn__loading-bar {
  height: 3px;
  background-color: white !important;
}

/* 9) Separación vertical (ritmo) */
.product__price-and-ratings,
.product__description,
.product-form,
.product__callouts-items,
.product__accordion,
.accordion,
.collapsible-row-list-item {
  margin-top: var(--pdp-gap-3) !important;
}

/* Subheading a la derecha en collapsible (si se ve gigante) */
.collapsible-row-list-item__subheading {
  font-size: var(--pdp-small) !important;
  color: var(--pdp-muted) !important;
}

/* 11) Trust badges (que no se vean microscópicos) */
.product__callouts-item {
  font-size: 12px !important;
  line-height: 1.2;
}

/* 12) Desktop: controlar el ancho del texto (si se siente “perdido”) */
/* @media (min-width: 990px) {
  .product__details,
  .product__primary-right,
  .product__top-right {
    max-width: 520px; 
  }
  .product__callouts-items {
    display: grid !important;
    grid-template-columns: repeat(2, max-content);
    gap: 14px 40px;
    align-items: center;
  }
} */

.collection__products .product-item .swatch {
  display: none;
}

/* ======================================================================
   COMPLETE THE LOOK - GLOBALES Y MOBILE FIRST
   ====================================================================== */
.complete-the-look__text-content {
  text-align: center;
}

.complete-the-look__heading {
  font-weight: 700;
  font-family: 'Work Sans', sans-serif;
}

.complete-the-look__subheading {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
}

.btn.btn--callout,
.btn--primary {
  background: black;
  border-radius: 122px;
  padding: 10px;
  color: white;
}

.btn.btn--callout:hover {
  color: #373737;
}

.button-block__button {
  justify-content: center;
}

.btn--secondary {
  border-radius: 122px;
}

/* AQUÍ MATAMOS LOS PSEUDO-ELEMENTOS DEL TEMA */
.btn.btn--callout span:before,
.btn.btn--callout span:after,
.product-card-mini::before,
.product-card-mini::after,
.complete-the-look__product::before,
.complete-the-look__product::after {
  display: none !important;
}

.complete-the-look__product,
.complete-the-look__product .product-card-mini,
.product-list .product-item {
  border-bottom: none !important;
  border-top: none !important;
  box-shadow: none !important;
}

.complete-the-look__product::after,
.complete-the-look__product::before,
.complete-the-look__product .product-card-mini::after,
.complete-the-look__product .product-card-mini::before {
  display: none !important;
  content: none !important;
  border: none !important;
}

.complete-the-look__image-wrapper .video-wrapper video {
  border-radius: 54px;
}

/* --- GRID MOBILE (1 COLUMNA) --- */
.complete-the-look__products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.complete-the-look__product {
  width: 100%;
  min-width: 0;
}

.complete-the-look__product .product-card-mini {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 1px solid #F0E6DA;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.complete-the-look__secondary-content .complete-the-look__product button {
  border-radius: 122px;
  width: 100%;
}

/* --- FIX PARA APILAR IMAGEN Y TEXTO EN MÓVIL --- */
@media (max-width: 959px) {
  .product-card-mini.alt-layout-below-960 .product-card-mini__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Separación entre imagen y texto */
  .product-card-mini.alt-layout-below-960 .product-card-mini__image-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

/* ======================================================================
   DESKTOP ADJUSTMENTS (2 COLUMNAS)
   ====================================================================== */
@media (min-width: 960px) {

  .complete-the-look__products,
  .complete-the-look__secondary-content .complete-the-look__products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .complete-the-look__product .product-card-mini,
  .complete-the-look__secondary-content .complete-the-look__products .complete-the-look__product {
    width: 100% !important;
    min-width: 0;
    padding: 24px 20px 35px !important;
    margin-top: 0px;
    border-radius: 32px;
  }
}

/*Footer*/
.footer__bottom-image-wrapper {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.footer__bottom-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 720px) {
  .multi-column.multi-column--column-content-alignment-desktop-right .multi-column__grid-item-button {
    justify-content: start;
  }
}

/* ======================================================================
   COMPLETE THE LOOK - PRODUCT CARD MINI (OVERRIDE)
   ====================================================================== */

/* 1. Fondo de la tarjeta y limpieza de bordes */
.complete-the-look__product .product-card-mini {
  background-color: #FAF4F0 !important;
  /* Tu color crema/melocotón */
  border-radius: 20px !important;
  padding: 24px !important;
  border: none !important;
  height: 100%;
}

/* Matar los bordes/puntos fantasma del tema */
.complete-the-look__product .product-card-mini::before,
.complete-the-look__product .product-card-mini::after {
  display: none !important;
}

/* 2. Forzar diseño vertical */
.complete-the-look__product .product-card-mini__inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  height: 100%;
}

/* 3. Agrandar la caja de la imagen */
.complete-the-look__product .product-card-mini__image-link,
.complete-the-look__product .product-card-mini__image-wrapper {
  width: 100% !important;
  height: 240px !important;
  /* Le da todo este espacio para lucir la botella */
  margin-right: 0 !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* 4. Forzar la imagen a ocupar el espacio sin deformarse */
.complete-the-look__product .product-card-mini__image {
  width: 100% !important;
  height: 100% !important;
}

.complete-the-look__product .product-card-mini__image img,
.complete-the-look__product .product-card-mini__image svg {
  object-fit: contain !important;
  mix-blend-mode: multiply;
  /* Para que el fondo blanco de la foto se funda con el crema */
  max-height: 100%;
}

/* 5. Contenedor de Textos y Botón */
.complete-the-look__product .product-card-mini__meta {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  flex-grow: 1;
  /* Ocupa el espacio sobrante para empujar el botón */
  text-align: center;
}

.complete-the-look__product .product-card-mini__text {
  margin-bottom: 16px;
}

/* Tipografía */
.complete-the-look__product .product-card-mini__product-title {
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.complete-the-look__product .product-card-mini__price {
  font-size: 15px !important;
  font-weight: 400 !important;
}

/* 6. El botón nativo (Añadir a la cesta / Quick View) */
.complete-the-look__product .product-card-mini .btn,
.complete-the-look__product .product-card-mini button {
  margin-top: auto !important;
  /* Esto ancla el botón al fondo de la tarjeta */
  border-radius: 50px !important;
  width: 100% !important;
  padding: 12px 16px !important;
  font-size: 12px !important;
  letter-spacing: 0.5px;
}

/* =========================
   GINGER MILK TESTIMONIALS
   ========================= */

.testimonials--ginger-style {
  --gm-testimonial-bg: #c78650;
  --gm-testimonial-text: #ffffff;
  --gm-testimonial-pill: #c78650;
  --gm-testimonial-dot: #bdbdbd;
  --gm-testimonial-dot-active: #7f7f7f;
}

/* contenedor general */
.testimonials--ginger-style .testimonials__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.testimonials--ginger-style .testimonails__carousel.swiper {
  overflow: hidden;
}

.testimonials--ginger-style .testimonials__items-wrapper {
  align-items: stretch;
}

.testimonials--ginger-style .testimonials__item {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  box-sizing: border-box;
}

/* =========================
   RESET FUERTE DEL THEME
   ========================= */

.testimonials--ginger-style .testimonials__item.testimonials__item--image-small,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-medium,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-large {
  display: block !important;
}

.testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-left,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-right {
  display: block !important;
}

.testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-right .testimonials__item-product,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-left .testimonials__item-product,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-small .testimonials__item-product,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-medium .testimonials__item-product,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-large .testimonials__item-product {
  width: 100% !important;
  max-width: 240px !important;
  margin: 0 !important;
  flex: none !important;
}

.testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-right .testimonials__item-content,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-left .testimonials__item-content,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-small .testimonials__item-content,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-medium .testimonials__item-content,
.testimonials--ginger-style .testimonials__item.testimonials__item--image-large .testimonials__item-content {
  width: auto !important;
  margin: 0 !important;
  flex: none !important;
}

/* =========================
   CARD CUSTOM
   ========================= */

.testimonials--ginger-style .testimonials__item--custom-card {
  width: 100%;
}

.testimonials--ginger-style .testimonials__item-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

/* columna izquierda */
.testimonials--ginger-style .testimonials__item-media-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

.testimonials--ginger-style .testimonials__item-product--custom {
  width: 100% !important;
  max-width: 240px !important;
  margin: 0 !important;
}

.testimonials--ginger-style .testimonials__item-product-image--custom {
  width: 240px;
  height: 240px;
  border-radius: 999px !important;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.testimonials--ginger-style .testimonials__item-product-image--custom img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 999px !important;
}

/* píldora nombre */
.testimonials--ginger-style .testimonials__item-author-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 260px);
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--gm-testimonial-pill);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}

/* tarjeta derecha */
.testimonials--ginger-style .testimonials__item-content--custom {
  background: var(--gm-testimonial-bg);
  color: var(--gm-testimonial-text);
  border-radius: 42px;
  padding: 38px 38px 34px;
  min-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* asegurar color correcto en todos los textos internos */
.testimonials--ginger-style .testimonials__item-content--custom,
.testimonials--ginger-style .testimonials__item-content--custom * {
  color: var(--gm-testimonial-text) !important;
}

/* cabecera */
.testimonials--ginger-style .testimonials__item-top {
  margin-bottom: 18px;
}

.testimonials--ginger-style .testimonials__item-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.95;
}

.testimonials--ginger-style .testimonials__item-heading {
  margin: 0;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 700;
}

.testimonials--ginger-style .testimonials__item-subheading {
  margin-top: 4px;
  font-size: clamp(26px, 3vw, 50px);
  line-height: 0.98;
  font-style: italic;
  font-weight: 500;
}

/* texto */
.testimonials--ginger-style .testimonials__item-quote--custom {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.testimonials--ginger-style .testimonials__item-quote--custom p {
  margin: 0 0 14px;
}

.testimonials--ginger-style .testimonials__item-quote--custom p:last-child {
  margin-bottom: 0;
}

.testimonials--ginger-style .testimonials__item-quote--custom strong,
.testimonials--ginger-style .testimonials__item-quote--custom b {
  font-weight: 800;
}

/* estrellas */
.testimonials--ginger-style .testimonials__item-stars--custom {
  margin-top: 20px;
  line-height: 1;
}

.testimonials--ginger-style .testimonials__item-stars--custom .icon {
  width: 22px;
  height: 22px;
}

.testimonials--ginger-style .testimonials__item-stars--custom .icon+.icon {
  margin-left: 4px;
}

/* flechas fuera */
.testimonials--ginger-style .testimonials__navigation-button-wrapper {
  display: none !important;
}

/* paginación */
.testimonials--ginger-style .swiper-pagination {
  position: static;
  margin-top: 18px;
  text-align: center;
}

.testimonials--ginger-style .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: var(--gm-testimonial-dot);
}

.testimonials--ginger-style .swiper-pagination-bullet-active {
  background: var(--gm-testimonial-dot-active);
}

/* tablet */
@media (max-width: 959px) {
  .testimonials--ginger-style .testimonials__item-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .testimonials--ginger-style .testimonials__item-media-column {
    max-width: 280px;
    margin: 0 auto;
  }

  .testimonials--ginger-style .testimonials__item-product--custom,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-right .testimonials__item-product,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-left .testimonials__item-product,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-small .testimonials__item-product,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-medium .testimonials__item-product,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-large .testimonials__item-product {
    max-width: 220px !important;
  }

  .testimonials--ginger-style .testimonials__item-product-image--custom {
    width: 220px;
    height: 220px;
  }

  .testimonials--ginger-style .testimonials__item-content--custom {
    border-radius: 30px;
    padding: 28px 24px;
  }

  .testimonials--ginger-style .testimonials__item-heading {
    font-size: 32px;
  }

  .testimonials--ginger-style .testimonials__item-subheading {
    font-size: 34px;
  }
}

/* mobile */
@media (max-width: 719px) {
  .testimonials--ginger-style .testimonails__carousel.swiper {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .testimonials--ginger-style .testimonials__item-layout {
    gap: 20px;
  }

  .testimonials--ginger-style .testimonials__item-media-column {
    max-width: 220px;
  }

  .testimonials--ginger-style .testimonials__item-product--custom,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-right .testimonials__item-product,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-placement-left .testimonials__item-product,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-small .testimonials__item-product,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-medium .testimonials__item-product,
  .testimonials--ginger-style .testimonials__item.testimonials__item--image-large .testimonials__item-product {
    max-width: 180px !important;
  }

  .testimonials--ginger-style .testimonials__item-product-image--custom {
    width: 180px;
    height: 180px;
  }

  .testimonials--ginger-style .testimonials__item-author-pill {
    width: min(100%, 220px);
    min-height: 46px;
    padding: 12px 20px;
    font-size: 15px;
  }

  .testimonials--ginger-style .testimonials__item-content--custom {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .testimonials--ginger-style .testimonials__item-heading {
    font-size: 28px;
  }

  .testimonials--ginger-style .testimonials__item-subheading {
    font-size: 30px;
  }

  .testimonials--ginger-style .testimonials__item-quote--custom {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* =========================
   HIDE NON-ACTIVE TESTIMONIAL SLIDES
   ========================= */

/* el carrusel no debe dejar ver lo que sobra */
.testimonials--ginger-style .testimonails__carousel,
.testimonials--ginger-style .testimonails__carousel.swiper,
.testimonials--ginger-style .testimonials__inner {
  overflow: hidden !important;
}

/* base de cada slide */
.testimonials--ginger-style .swiper-slide.testimonials__item {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.25s ease;
}

/* solo el slide activo se ve */
.testimonials--ginger-style .swiper-slide-active.testimonials__item,
.testimonials--ginger-style .swiper-slide-duplicate-active.testimonials__item {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* si el tema usa prev/next visibles durante transición, déjalos ocultos igual */
.testimonials--ginger-style .swiper-slide-prev.testimonials__item,
.testimonials--ginger-style .swiper-slide-next.testimonials__item,
.testimonials--ginger-style .swiper-slide-duplicate-prev.testimonials__item,
.testimonials--ginger-style .swiper-slide-duplicate-next.testimonials__item {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* evita textos o pseudo-elementos fantasmas */
.testimonials--ginger-style .testimonials__item::before,
.testimonials--ginger-style .testimonials__item::after {
  content: none !important;
}

/* por si el theme aplica opacidad a contenido interno */
.testimonials--ginger-style .testimonials__item-content--custom,
.testimonials--ginger-style .testimonials__item-media-column {
  opacity: 1 !important;
}

/* =========================
  Carrousel hover image
   ========================= */

.gallery-item__media {
  position: relative;
}

.gallery-item__image--primary,
.gallery-item__image--hover {
  position: relative;
}

.gallery-item__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-normal) var(--easing);
}

.gallery-item__image--primary {
  transition: opacity var(--duration-normal) var(--easing);
}

.gallery-item__image--primary .image,
.gallery-item__image--hover .image {
  width: 100%;
  height: 100%;
}

@media (min-width: 480px) {
  .gallery-item--has-hover-image .gallery-item__image-wrapper:hover .gallery-item__image--hover {
    opacity: 1;
  }

  .gallery-item--has-hover-image .gallery-item__image-wrapper:hover .gallery-item__image--primary {
    opacity: 0;
  }
}

/* ======================================================================
   CREDO COMPONENT
   ====================================================================== */
.content-carousel {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
}

.content-carousel__inner {
  background-color: #CDEE9E;
  border-radius: 20px;
  padding: 32px 40px;
  display: grid;
  /* Escritorio: 2 columnas */
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: center;

  width: 100%;
  /* Fix del typo "max". Ahora usa 1400px si la variable del tema falla */
  max-width: var(--page-width, 1400px);
  box-sizing: border-box;
}

/* Fix crucial: En pantallas pequeñas/móviles colapsa a 1 columna */
@media (max-width: 959px) {
  .content-carousel__inner {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 24px;
  }
}

.content-carousel__intro {
  min-width: 0;
}

.content-carousel__heading {
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 800;
  color: #000;
  line-height: 1.1;
}

.content-carousel__subheading {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}

/* ======================================================================
   CARRUSEL SCROLL NATIVO (SIN JS)
   ====================================================================== */
.content-carousel__slider {
  min-width: 0;
  width: 100%;
}

.content-carousel__items {
  display: flex;
  align-items: flex-start;
  gap: 24px;

  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
}

.content-carousel__item {
  flex: 0 0 120px;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

/* --- BARRA DE SCROLL ESTILIZADA (PARA DESKTOP) --- */
.content-carousel__items::-webkit-scrollbar {
  height: 6px;
}

.content-carousel__items::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.content-carousel__items::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.content-carousel__items::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* ======================================================================
   RESTO DE LOS ÍCONOS
   ====================================================================== */
.credo-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.credo-item__icon {
  width: 50px;
  /* Subido ligeramente para mejor legibilidad */
  height: 50px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.credo-item__icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.credo-item__title {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

/*Color de fondo del body*/
body.template-index,
body.template-index .page {
  background-color: #F6F1EB;
}

/*Ocultar lupa*/
.header__icon-touch--search {
  display: none !important;
}

/* Header debajo del announcement/banner en estado inicial */
body.template-index.header-transparent #main {
  padding-top: var(--height-header);
}

/* ============================= */
/* TABBED COLUMN - SOLO IZQUIERDA */
/* ============================= */

.gm-tabbed-column {
  width: 100%;
  max-width: 560px;
}

.gm-tabbed-column__accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1;
}

.gm-tabbed-column__accent-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gm-tabbed-column__accent-icon-svg {
  width: 100%;
  height: 100%;
}

.gm-tabbed-column__heading {
  margin: 0 0 20px;
  line-height: 1.15;
}

.gm-tabbed-column__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.gm-tabbed-column__tab {
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.gm-tabbed-column__panel {
  display: none;
}

.gm-tabbed-column__panel.is-active {
  display: block;
}

.gm-tabbed-column__panel.rte p {
  margin-top: 0;
}

.gm-tabbed-column__note {
  margin-top: 24px;
}

@media (max-width: 749px) {
  .gm-tabbed-column {
    max-width: 100%;
  }

  .gm-tabbed-column__tabs {
    gap: 10px;
  }

  .gm-tabbed-column__tab {
    font-size: 13px;
    padding: 9px 14px;
  }
}

/* =========================================
   MULTI-COLUMN: PRODUCT COLUMN FIX (FLEXBOX)
   ========================================= */

/* Evita que el item se desborde dentro del grid del tema */
.multi-column .multi-column__grid-item {
  min-width: 0;
}

/* No alinees todos los h3 a la izquierda globalmente */
.multi-column .multi-column__grid-item-text-container h3,
.multi-column .gm-tabbed-column__heading {
  text-align: left;
}

/* Contenedor principal fluido */
.custom-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centra los items sobrantes (ej: 1 o 3 productos) */
  gap: 16px;
  width: 100%;
}

/* Tarjeta individual del producto */
.custom-product-card {
  flex: 1 1 200px; /* Base de 200px, crece y decrece de forma proporcional */
  max-width: 280px; /* Evita que 1 solo producto se estire por toda la pantalla */
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 380px;
}

/* Estructura interna de la tarjeta */
.custom-product-card__link {
  text-decoration: none;
  color: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-product-card__image-wrapper {
  height: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.custom-product-card__image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.custom-product-card__title {
  margin: 0 0 10px;
  font-size: 18px !important;
  line-height: 1.2;
  text-align: center;
}

.custom-product-card__price {
  margin-bottom: 15px;
  text-align: center;
}

.custom-product-card__footer {
  width: 100%;
  margin-top: auto;
}

.custom-product-card__btn {
  border-radius: 50px;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* =========================================
   MULTI-COLUMN: BOTONES TIPO PÍLDORA SOBRE IMAGEN
   ========================================= */

.multi-column__grid-item-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
  z-index: 10; /* Asegura que el botón se vea por encima de la imagen */
}

/* 1. Cuando elegimos "Above text": Sube los botones sobre la imagen */
.multi-column__grid-item-buttons--above_text {
  margin-top: -50px; /* Ajusta este número (ej. -60px) si quieres que suban más */
  margin-bottom: 24px;
}

/* 2. Cuando elegimos "Below text": Espaciado normal abajo */
.multi-column__grid-item-buttons--below_text {
  margin-top: 20px;
  margin-bottom: 0;
}

/* Estilo visual de los botones píldora */
.multi-column__grid-item-buttons .multi-column__grid-item-button {
  border-radius: 50px !important;
  padding: 10px 22px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  flex: 0 1 auto; 
  min-width: 130px;
  text-align: center;
}

.template-page section[id*="content_carousel"] {
  background-color: #F6F1EB;
}