/** Shopify CDN: Minification failed

Line 2825:49 Unexpected "{"
Line 2825:58 Expected ":"
Line 2825:65 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:v2-collection-filters (INDEX:2) */
/* =====================================================
   COLLECTION PAGE
   ===================================================== */
.collection-page {
  background: var(--cp-section-bg);
  padding-top: var(--cp-padding-top);
  padding-bottom: var(--cp-padding-bottom);
}

.collection-page__layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  box-sizing: border-box;
  padding:10px;
}

.collection-page--full .collection-page__layout {
  max-width: 100%;
  padding:10px;
}

.collection-page--container .collection-page__layout {
  max-width: 1360px;
  margin: 0 auto;
}

/* =====================================================
   TOOLBAR
   ===================================================== */
.collection-page__toolbar {
  background: var(--cp-toolbar-bg);
  padding: 0.75rem 0 1rem;
  position: sticky;
  top: 0;
  z-index: 50;
      display: flex;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
}
@media (max-width: 600px) {
    .collection-page__toolbar{
        flex-direction: column;
    }
    .cp-card__title, .cp-card__price {
        font-size: 14px !important;
    }
    .collection-page__layout{
      padding:10px;
    }
}

.collection-page__toolbar-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.collection-page__count {
  margin: 0;
  font-size: 0.82rem;
  color: var(--cp-toolbar-text);
  opacity: 0.65;
  white-space: nowrap;
}

.collection-page__toolbar-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ---- Filtros activos (chips) ---- */
.collection-page__active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.collection-page__filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px 3px 10px;
  border-radius: 100px;
  background: rgba(0,0,0,0.07);
  color: var(--cp-toolbar-text);
  font-size: 0.75rem;
  text-decoration: none;
  transition: background 0.2s;
}

.collection-page__filter-chip:hover { background: rgba(0,0,0,0.13); }
.collection-page__filter-chip svg { width: 10px; height: 10px; }

.collection-page__clear-filters {
  font-size: 0.75rem;
  color: var(--cp-toolbar-text);
  opacity: 0.55;
  text-decoration: underline;
  transition: opacity 0.2s;
}

.collection-page__clear-filters:hover { opacity: 1; }

/* ---- Sort ---- */
.collection-page__sort-form { display: flex; align-items: center; gap: 0.4rem; }

.collection-page__sort-label {
  font-size: 0.82rem;
  color: var(--cp-toolbar-text);
  opacity: 0.65;
  white-space: nowrap;
  font-family: "Poppins", sans-serif !important;
}

.collection-page__sort-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.collection-page__sort-select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 6px;
  padding: 5px 28px 5px 10px;
  font-size: 0.82rem;
  color: var(--cp-toolbar-text);
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
  font-family: "Poppins", sans-serif !important;
}

.collection-page__sort-select:focus { border-color: var(--cp-toolbar-text); }

.collection-page__sort-chevron {
  position: absolute;
  right: 8px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  color: var(--cp-toolbar-text);
  opacity: 0.5;
}

/* ---- View toggle ---- */
.collection-page__view-toggle {
  display: none;
  gap: 2px;
}

.collection-page__view-btn {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cp-toolbar-text);
  opacity: 0.4;
  padding: 0;
  transition: opacity 0.2s, border-color 0.2s;
}

.collection-page__view-btn svg { width: 14px; height: 14px; }
.collection-page__view-btn.is-active { opacity: 1; border-color: rgba(0,0,0,0.15); }

/* =====================================================
   FILTROS INLINE (Search & Discovery)
   ===================================================== */
.collection-page__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  font-family: "Poppins", sans-serif;
}

.collection-page__filter-form {
  display: none; /* Formulario oculto — solo actúa como container de inputs */
}

.collection-page__filter-group {
  flex-shrink: 0;
  position: relative;
}

.collection-page__filter-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 0.82rem;
  color: var(--cp-toolbar-text);
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: border-color 0.2s, background 0.2s;
}

.collection-page__filter-summary::-webkit-details-marker { display: none; }
.collection-page__filter-summary::marker { display: none; }

details[open] .collection-page__filter-summary {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.25);
}

.collection-page__filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--cp-pagination-active);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
}

.filter-chevron { width: 10px; height: 10px; transition: transform 0.2s; }
details[open] .filter-chevron { transform: rotate(180deg); }

.collection-page__filter-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  padding: 0.75rem;
  z-index: 100;
}

.collection-page__filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.collection-page__filter-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  cursor: pointer;
  color: #333;
}

.collection-page__filter-label.is-disabled { opacity: 0.4; cursor: not-allowed; }

.collection-page__filter-checkbox { display: none; }

.collection-page__filter-check {
  width: 15px;
  height: 15px;
  border: 1.5px solid rgba(0,0,0,0.25);
  border-radius: 3px;
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
}

.collection-page__filter-checkbox:checked + .collection-page__filter-check {
  background: var(--cp-pagination-active);
  border-color: var(--cp-pagination-active);
}

.collection-page__filter-checkbox:checked + .collection-page__filter-check::after {
  content: '';
  position: absolute;
  inset: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='1 4 4 7 9 1'/%3E%3C/svg%3E") center/contain no-repeat;
}

.collection-page__filter-product-count { opacity: 0.45; font-size: 0.78rem; margin-left: auto; }

/* Price range */
.collection-page__price-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
}

.collection-page__price-input-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-family: "Poppins", sans-serif;
}

.collection-page__price-input-wrap label { font-size: 0.72rem; opacity: 0.6; }

.collection-page__price-input {
  width: 80px;
  padding: 5px 8px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  font-size: 0.85rem;
  outline: none;
  font-family: "Poppins", sans-serif;
}

.collection-page__price-input:focus { border-color: var(--cp-pagination-active); }

/* =====================================================
   GRID DE PRODUCTOS — Flexbox
   ===================================================== */
.collection-page__grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cp-gap);
  padding-top: 1.25rem;
}

/* =====================================================
   CARD
   Ancho = (100% - gaps) / columnas
   ===================================================== */
.collection-page__card {
  flex: 0 0 calc(
    (100% - (var(--cp-columns) - 1) * var(--cp-gap)) / var(--cp-columns)
  );
  min-width: 0;
  background: var(--cp-card-bg);
  border-radius: var(--cp-radius);
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease;
}

.collection-page__card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* ---- Imagen ---- */
.cp-card__image-wrap {
  position: relative;
  overflow: hidden;
  background: #f5f3f0;
  aspect-ratio: 1 / 1;
}

.cp-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.cp-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.4s ease;
}

.cp-card__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.cp-card__image-link:hover .cp-card__image:not(.cp-card__image--hover) { opacity: 0; }
.cp-card__image-link:hover .cp-card__image--hover { opacity: 1; }

.cp-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0ece6;
}

.cp-card__placeholder .placeholder-svg { width: 55%; height: 55%; opacity: 0.3; }

/* ---- Wishlist ---- */
.cp-card__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 2;
  padding: 0;
}

.cp-card__wishlist:hover { transform: scale(1.12); box-shadow: 0 3px 10px rgba(0,0,0,0.18); }
.cp-card__wishlist.is-active svg { fill: #c0392b; color: #c0392b; stroke: #c0392b; }
.cp-card__wishlist svg { width: 16px; height: 16px; color: #333; }

/* ---- Badge ---- */
.cp-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
}

.cp-card__badge--sale { background: #c0392b; color: #fff; }

/* ---- Label hover (mismo que collection-grid) ---- */
.cp-card__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  padding: 0.85rem 0.9rem;
  pointer-events: none;
}

.cp-card__label-text {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.45em 0.9em;
  border-radius: 6px;
  background-color: color-mix(
    in srgb,
    var(--cp-label-bg) calc(var(--cp-label-opacity) * 100%),
    transparent
  );
  color: var(--cp-label-text);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@supports not (color: color-mix(in srgb, red 50%, transparent)) {
  .cp-card__label-text { background-color: var(--cp-label-bg); }
}

.cp-card__arrow { width: 1em; height: 1em; flex-shrink: 0; transition: transform 0.25s ease; }

.cp-card__image-wrap:hover .cp-card__label-text {
  opacity: 1;
  transform: translateY(0);
}

.cp-card__image-wrap:hover .cp-card__arrow { transform: translateX(3px); }

/* ---- Add to cart hover ---- */
.cp-card__add-form,
.cp-card__add-btn--link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.cp-card__add-btn {
  display: block;
  width: 90%;
  padding: 0.75rem 1rem;
  background: var(--cp-add-bg);
  color: var(--cp-add-text);
  border: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin:auto;
  font-family: Poppins, sans-serif !important;
}

.cp-card__add-btn--link {
  display: block;
  padding: 0.75rem 1rem;
  background: var(--cp-add-bg);
  color: var(--cp-add-text);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cp-card__image-wrap:hover .cp-card__add-btn,
.cp-card__image-wrap:hover .cp-card__add-btn--link {
  transform: translateY(-20px);
}

/* ---- Info ---- */
.cp-card__info { padding: 0.85rem 0.9rem 1rem; font-family: "Poppins", sans-serif;text-align:center;
display: flex;
    flex-direction: column;
    align-items: center;}

.cp-card__title-link { text-decoration: none; color: inherit; }

.cp-card__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0.3rem;
  color: var(--cp-title-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
}

.cp-card__price {
  font-size: 16px;
  color: var(--cp-price-color);
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  font-family: "Poppins", sans-serif;
}

.cp-card__price--compare { color: #999; font-weight: 400; text-decoration: line-through; }
.cp-card__price--sale { color: #c0392b; font-weight: 600; }

/* ---- Empty state ---- */
.collection-page__empty {
  width: 100%;
  text-align: center;
  padding: 4rem 0;
  color: var(--cp-title-color);
  opacity: 0.55;
  flex: 1;
}

.collection-page__empty-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--cp-pagination-active);
  text-decoration: underline;
  font-size: 0.9rem;
}

/* =====================================================
   PAGINACIÓN
   ===================================================== */
.collection-page__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.collection-page__pages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.collection-page__page-item { display: flex; }

.collection-page__page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  padding: 0 8px;
  text-decoration: none;
  font-size: 0.85rem;
  color: var(--cp-pagination-text);
  border: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}

.collection-page__page-link:hover:not(.is-disabled):not(.is-active) {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.1);
}

.collection-page__page-link.is-active {
  background: var(--cp-pagination-active);
  color: #fff;
  border-color: var(--cp-pagination-active);
  font-weight: 600;
}

.collection-page__page-link.is-disabled {
  opacity: 0.25;
  cursor: default;
}

.collection-page__page-link--nav { border-color: rgba(0,0,0,0.12); }
.collection-page__page-link--nav svg { width: 14px; height: 14px; }
.collection-page__page-link--ellipsis { border: none; cursor: default; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media screen and (max-width: 900px) {
  .collection-page__card {
    flex: 0 0 calc(
      (100% - (var(--cp-columns-tablet) - 1) * var(--cp-gap)) / var(--cp-columns-tablet)
    );
  }
}

@media screen and (max-width: 600px) {
  .collection-page__card {
    flex: 0 0 calc((100% - var(--cp-gap)) / 2);
  }

  .collection-page__toolbar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .collection-page__filters {
    gap: 0.35rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .cp-card__image,
  .cp-card__label-text,
  .cp-card__add-btn,
  .cp-card__add-btn--link { transition: none; }
}
/* END_SECTION:v2-collection-filters */

/* START_SECTION:v2-contat-form (INDEX:3) */
/* =====================================================
   SECTION
   ===================================================== */
.contact-form-section {
  background: var(--cf-bg);
  padding-top: var(--cf-padding-top);
  padding-bottom: var(--cf-padding-bottom);
}

.contact-form__outer--full {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

/* =====================================================
   CARD — flex row: form | imagen
   ===================================================== */
.contact-form__card {
  background: var(--cf-card-bg);
  border-radius: var(--cf-card-radius);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-height: 400px;
}

/* =====================================================
   COLUMNA IZQUIERDA: FORMULARIO
   ===================================================== */
.contact-form__left {
  flex: 1 1 55%;
  padding: var(--cf-form-padding);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  min-width: 0;
  box-sizing: border-box;
}

/* =====================================================
   TÍTULO
   ===================================================== */
.contact-form__title {
  margin: 0;
  font-size: var(--cf-title-size);
  line-height: 1.2;
  font-weight: 400;
  color: var(--cf-title-color);
}

.contact-form__title--normal {
  display: block;
  font-style: normal;
}

.contact-form__title--italic {
  display: block;
  font-style: italic;
  color: var(--cf-title-italic-color);
}

/* =====================================================
   DESCRIPCIÓN
   ===================================================== */
.contact-form__description {
  margin: -0.5rem 0 0;
  font-size: 0.9rem;
  color: var(--cf-text-color);
  opacity: 0.7;
  line-height: 1.6;
}

/* =====================================================
   CAMPOS — grid flex
   ===================================================== */
.contact-form__fields {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 30px;
}

.contact-form__row {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.contact-form__field {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.contact-form__field--full {
  flex: 1 1 100%;
}

/* =====================================================
   LABEL
   ===================================================== */
.contact-form__label {
  font-size: 16px !important;
  font-weight: 400;
  color: var(--cf-input-label);
  font-family: "Poppins", sans-serif !important;
}

/* =====================================================
   INPUT / TEXTAREA — estilo línea inferior
   ===================================================== */
.contact-form__input {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--cf-input-border);
  border-radius: 0;
  padding: 0.45rem 0;
  font-size: 0.9rem;
  color: var(--cf-input-text);
  width: 100%;
  outline: none;
  transition: border-color 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Poppins", sans-serif !important;
}

.contact-form__input:focus {
  border-bottom-color: var(--cf-title-color);
}

.contact-form__input::placeholder {
  color: transparent;
}

.contact-form__textarea {
  resize: vertical;
  min-height: 60px;
  font-family: inherit;
  line-height: 1.5;
}

/* =====================================================
   BOTÓN
   ===================================================== */
.contact-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1.8em;
  background: var(--cf-btn-bg);
  color: var(--cf-btn-text);
  border: none;
  border-radius: var(--cf-btn-radius);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  align-self: flex-start;
  transition: opacity 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  font-family: "Poppins", sans-serif !important;
}

.contact-form__btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

/* =====================================================
   MENSAJES ÉXITO / ERROR
   ===================================================== */
.contact-form__success {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--cf-input-text);
  background: rgba(39, 174, 96, 0.12);
  border-radius: 8px;
  padding: 0.75rem 1rem;
}

.contact-form__success svg { width: 18px; height: 18px; color: #27ae60; flex-shrink: 0; }

.contact-form__error {
  font-size: 0.85rem;
  color: #c0392b;
  background: rgba(192, 57, 43, 0.08);
  border-radius: 8px;
  padding: 0.75rem 1rem;
}

/* =====================================================
   COLUMNA DERECHA: IMAGEN
   ===================================================== */
.contact-form__right {
  flex: 0 0 45%;
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 0 var(--cf-image-radius) var(--cf-image-radius) 0;
  padding:20px;
}

.contact-form__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  max-height:650px;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media screen and (max-width: 768px) {
  .contact-form__card {
    flex-direction: column;
  }

  .contact-form__right {
    flex: unset;
    min-height: 260px;
    order: -1; /* imagen arriba en móvil */
    border-radius: var(--cf-image-radius) var(--cf-image-radius) 0 0;
  }

  .contact-form__left {
    padding: calc(var(--cf-form-padding) * 0.7);
  }

  .contact-form__row {
    flex-direction: column;
    gap: 1rem;
  }

  .contact-form__outer--full {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-form__btn {
    align-self: stretch;
    justify-content: center;
  }
  .contact-form__field{
    flex:1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form__input,
  .contact-form__btn { transition: none; }
}
/* END_SECTION:v2-contat-form */

/* START_SECTION:v2-featured-bar (INDEX:4) */
/* =====================================================
   SECTION
   ===================================================== */
.features-bar {
  background: var(--fb-bg);
  border-radius: var(--fb-radius);
  padding-top: var(--fb-padding-top);
  padding-bottom: var(--fb-padding-bottom);
  margin:15px;
}

/* =====================================================
   GRID — flex row, wrap en móvil
   ===================================================== */
.features-bar__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--fb-gap);
  max-width: var(--container-v2);
  margin: auto;
}

/* =====================================================
   ÍTEM — flex row: icono + texto
   ===================================================== */
.features-bar__item {
  flex: 1 1 0;
  min-width: 160px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.85rem;
  justify-content: var(--fb-item-align);
  text-align: var(--fb-text-align);
}

/* =====================================================
   ÍCONO
   ===================================================== */
.features-bar__icon {
  flex-shrink: 0;
  width: var(--fb-icon-size);
  height: var(--fb-icon-size);
  color: var(--fb-icon-color);
  display: flex;
  align-items: flex-start;
  margin-top: 2px;
}

.features-bar__icon svg {
  width: 100%;
  height: 100%;
}

/* =====================================================
   TEXTO
   ===================================================== */
.features-bar__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.features-bar__title {
  margin: 0;
  font-size: var(--fb-title-size);
  font-weight: 600;
  color: var(--fb-title-color);
  line-height: 1.3;
  font-family: "Platypi", serif !important;
}

.features-bar__desc {
  margin: 0;
  font-size: var(--fb-text-size);
  color: var(--fb-text-color);
  line-height: 1.55;
  opacity: 0.85;
  font-family: "Poppins", sans-serif;
}

/* =====================================================
   DIVISOR VERTICAL
   ===================================================== */
.features-bar__sep {
  flex-shrink: 0;
  width: 1px;
  align-self: stretch;
  background: var(--fb-divider-color);
  opacity: 0.2;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

/* 2 columnas en tablet */
@media screen and (max-width: 860px) {
  .features-bar__item {
    flex: 1 1 calc(50% - var(--fb-gap));
    min-width: 200px;
  }

  .features-bar__sep {
    display: none;
  }
  .features-bar{
    padding:80px 20px;
  }
}

/* 1 columna en móvil */
@media screen and (max-width: 520px) {
  .features-bar__item {
    flex: 1 1 100%;
    min-width: 0;
  }
}
/* END_SECTION:v2-featured-bar */

/* START_SECTION:v2-featured-products (INDEX:5) */
/* =====================================================
   SECTION
   ===================================================== */
.featured-collection-section {
  background: var(--fc-section-bg);
  padding-top: var(--fc-padding-top);
  padding-bottom: var(--fc-padding-bottom);
}

.featured-collection__heading {
  text-align: center;
  font-style: italic;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--fc-title-color);
  margin: 0 0 20px;
  font-family: "Platypi", serif !important;
  line-height: 1.3;
}

/* =====================================================
   VIEWPORT — recorta lo que sale del carrusel
   ===================================================== */
.featured-collection__viewport {
  overflow: hidden;
  width: 100%;
  max-width:var(--container-v2);
  margin: auto;
}

/* =====================================================
   TRACK — Flex puro, sin grid
   El JS mueve con transform translateX
   ===================================================== */
.featured-collection__track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--fc-gap);
  will-change: transform;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*
  
  */
}

/* =====================================================
   CARD
   flex-basis = (viewport - gaps_entre_visibles) / columnas
   ===================================================== */
.featured-collection__card {
  flex: 0 0 calc(
    (100% - (var(--fc-columns) - 1) * var(--fc-gap)) / var(--fc-columns)
  );
  min-width: 0;
  background: var(--fc-card-bg);
  border-radius: var(--fc-radius);
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease;
}

.featured-collection__card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* =====================================================
   IMAGEN
   ===================================================== */
.fc-card__image-wrap {
  position: relative;
  overflow: hidden;
  background: #f5f3f0;
  aspect-ratio: 1 / 1;
}

.fc-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.fc-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.4s ease;
}

.fc-card__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.fc-card__image-link:hover .fc-card__image:not(.fc-card__image--hover) { opacity: 0; }
.fc-card__image-link:hover .fc-card__image--hover { opacity: 1; }

.fc-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0ece6;
}

.fc-card__placeholder .placeholder-svg {
  width: 55%;
  height: 55%;
  opacity: 0.3;
}

/* =====================================================
   WISHLIST
   ===================================================== */
.fc-card__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 2;
  padding: 0;
}

.fc-card__wishlist:hover { transform: scale(1.12); box-shadow: 0 3px 10px rgba(0,0,0,0.18); }
.fc-card__wishlist.is-active svg { fill: #c0392b; color: #c0392b; stroke: #c0392b; }
.fc-card__wishlist svg { width: 16px; height: 16px; color: #333; }

/* =====================================================
   BADGE
   ===================================================== */
.fc-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
  line-height: 1.4;
}

.fc-card__badge--sale { background: #c0392b; color: #fff; }

/* =====================================================
   ADD TO CART
   ===================================================== */
.fc-card__add-form,
.fc-card__add-btn--link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.fc-card__add-btn {
  display: block;
  width: 90%;
  margin:auto;
  padding: 0.75rem 1rem;
  background: var(--fc-add-bg);
  color: var(--fc-add-text);
  border: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fc-card__add-btn--link {
  display: block;
  padding: 0.75rem 1rem;
  background: var(--fc-add-bg);
  color: var(--fc-add-text);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: Poppins, sans-serif !important;
}

.fc-card__image-wrap:hover .fc-card__add-btn,
.fc-card__image-wrap:hover .fc-card__add-btn--link {
  transform: translateY(-20px);
}

/* =====================================================
   INFO
   ===================================================== */
.fc-card__info {
  padding: 20px;
  border: solid 1px #ececec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fc-card__title-link { text-decoration: none; color: inherit; }

.fc-card__title {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 0.3rem;
  color: var(--fc-product-title-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-card__price {
  font-size: 0.9rem;
  color: var(--fc-price-color);
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  font-family: "Poppins", sans-serif !important;
}

.fc-card__price--compare { color: #999; font-weight: 400; }
.fc-card__price--sale    { color: #c0392b; font-weight: 600; }

/* =====================================================
   CONTROLES — flex row centrado
   ===================================================== */
.featured-collection__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.featured-collection__arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0ddd8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fc-nav-color);
  padding: 0;
  transition: box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.featured-collection__arrow svg { width: 16px; height: 16px; }

.featured-collection__arrow:hover:not(:disabled) {
  box-shadow: 0 4px 16px rgba(0,0,0,0.14);
  transform: scale(1.07);
}

.featured-collection__arrow:disabled {
  opacity: 0.28;
  cursor: default;
}

/* ---- Dots ---- */
.featured-collection__dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.featured-collection__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d0cdc9;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.featured-collection__dot.is-active {
  background: var(--fc-nav-color);
  transform: scale(1.35);
}

/* =====================================================
   VER TODOS
   ===================================================== */
.featured-collection__footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  font-family: "Poppins", sans-serif !important;
}

.featured-collection__view-all {
  display: inline-block;
  padding: 0.7em 2.2em;
  background: var(--fc-btn-bg);
  color: var(--fc-btn-text);
  border-radius: var(--fc-btn-radius);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.featured-collection__view-all:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
h3.fc-card__title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}
/* =====================================================
   MÓVIL — card más ancha
   ===================================================== */
@media screen and (max-width: 600px) {
  .featured-collection__card {
    flex: 0 0 78vw;
    max-width: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-collection__track { transition: none; }
  .fc-card__add-btn,
  .fc-card__add-btn--link,
  .fc-card__image { transition: none; }
}
/* END_SECTION:v2-featured-products */

/* START_SECTION:v2-footer (INDEX:7) */
/* =====================================================
   FOOTER BASE
   ===================================================== */

.site-footer__inner.page-width{
    max-width: var(--container-v2);
    margin: auto;
    padding: 0 var(--padding-container);
}

.site-footer {
  background: var(--ft-bg);
  border-radius: var(--ft-radius);
  padding-top: var(--ft-padding-top);
  padding-bottom: var(--ft-padding-bottom);
  color: var(--ft-text);
}

/* =====================================================
   FILA SUPERIOR — flex row: brand | newsletter
   ===================================================== */
.site-footer__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

/* =====================================================
   BRAND (logo + tagline)
   ===================================================== */
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

.site-footer__logo-link {
  display: inline-block;
  text-decoration: none;
  color: var(--ft-text);
}

.site-footer__logo {
  display: block;
  width: var(--ft-logo-width);
  height: auto;
  object-fit: contain;
}

.site-footer__logo-text {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--ft-text);
}

.site-footer__tagline {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ft-muted);
  opacity: 0.7;
}

/* =====================================================
   NEWSLETTER
   ===================================================== */
.site-footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 460px;
  width: 100%;
}

.site-footer__newsletter-title {
  margin: 0;
  font-size: var(--ft-title-size);
  font-weight: 400;
  line-height: 1.25;
  color: var(--ft-text);
}

.site-footer__nl-normal {
  display: block;
  font-style: normal;
}

.site-footer__nl-italic {
  display: block;
  font-style: italic;
}

/* ---- Form: input + botón en flex row ---- */
.site-footer__form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.site-footer__input {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 1.25rem;
  background: var(--ft-input-bg);
  color: var(--ft-input-text);
  border: none;
  border-radius: 100px;
  font-size: 0.9rem;
  outline: none;
  transition: box-shadow 0.2s ease;
}

.site-footer__input::placeholder {
  color: var(--ft-input-text);
  opacity: 0.5;
}

.site-footer__input:focus {
  box-shadow: 0 0 0 2px rgba(255,255,255,0.35);
}

.site-footer__submit {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ft-btn-bg);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ft-btn-icon);
  padding: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__submit:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

.site-footer__submit svg {
  width: 18px;
  height: 18px;
}

.site-footer__success {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ft-text);
  opacity: 0.8;
}

/* =====================================================
   DIVISOR
   ===================================================== */
.site-footer__divider {
  height: 1px;
  background: var(--ft-divider);
  opacity: 0.15;
  margin: 1.75rem 0 1.25rem;
}

/* =====================================================
   FILA INFERIOR — flex row: legal-left | copyright | legal-right
   ===================================================== */
.site-footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif !important;
}

.site-footer__legal {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  flex: 1;
}

.site-footer__legal--left {
  justify-content: flex-start;
}

.site-footer__legal--right {
  justify-content: flex-end;
}

.site-footer__legal-link {
  text-decoration: none;
  color: var(--ft-text);
  font-size: 0.8rem;
  opacity: 0.75;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.site-footer__legal-link:hover {
  opacity: 1;
}

.site-footer__copyright {
  margin: 0;
  font-size: 0.8rem;
  color: var(--ft-text);
  opacity: 0.75;
  white-space: nowrap;
  text-align: center;
  flex: 1;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media screen and (max-width: 768px) {
  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .site-footer__newsletter {
    max-width: 100%;
    width: 100%;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
  }

  .site-footer__legal {
    justify-content: center;
    flex: unset;
  }

  .site-footer__legal--left,
  .site-footer__legal--right {
    justify-content: center;
  }

  .site-footer__copyright {
    order: -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__submit,
  .site-footer__legal-link { transition: none; }
}
/* END_SECTION:v2-footer */

/* START_SECTION:v2-header (INDEX:9) */
/* =====================================================
   VARIABLES & BASE
   ===================================================== */
.header-wrapper {
  background: var(--hdr-bg);
  color: var(--hdr-text);
  position: relative;
  z-index: 200;
  width: 100%;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.site-header{
    position: fixed;
    width:100%;
    background:none !important;
}

.header-wrapper--sticky {
  position: sticky;
  top: 0;
}

.header-wrapper.is-scrolled {
  background: color-mix(in srgb, var(--hdr-bg) 96%, transparent);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06), 0 4px 24px rgba(0,0,0,0.18);
}

/* =====================================================
   HEADER INNER — FLEX
   ===================================================== */
   /*
.site-header {
  border-bottom: {{ section.settings.show_border | default: false | json }} == true ? 1px solid rgba(255,255,255,0.1) : none;
}
*/

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--hdr-height);
  gap: 1.5rem;
  max-width: var(--container-v2);
  margin: auto;
  padding: 0px var(--padding-container);
}

/* =====================================================
   LOGO
   ===================================================== */
.site-header__logo-link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--hdr-text);
}

.site-header__logo-img {
  display: block;
  width: var(--hdr-logo-width);
  height: auto;
  object-fit: contain;
}

.site-header__logo-text {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hdr-text);
}

/* =====================================================
   NAV DESKTOP
   ===================================================== */
.site-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.site-header__nav *{
    font-family: "Poppins", sans-serif !important;
}

.site-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.2rem);
}

.site-header__nav-item {
  position: relative;
}

.site-header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--hdr-text);
  font-size: var(--hdr-font-size);
  letter-spacing: var(--hdr-letter-spacing);
  font-weight: 400;
  white-space: nowrap;
  padding: 6px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.site-header__nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.25s ease;
}

.site-header__nav-link:hover::after,
.site-header__nav-link.is-active::after {
  width: 100%;
}

.site-header__nav-link.is-active {
  opacity: 0.85;
}

.nav-chevron {
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease;
}

.site-header__nav-link--parent[aria-expanded="true"] .nav-chevron {
  transform: rotate(180deg);
}

/* ---- Dropdown desktop ---- */
.site-header__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--hdr-bg);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  min-width: 160px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateX(-50%) translateY(-4px);
}

.site-header__nav-item:hover .site-header__dropdown,
.site-header__nav-link--parent[aria-expanded="true"] + .site-header__dropdown {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.site-header__dropdown-link {
  display: block;
  padding: 9px 18px;
  text-decoration: none;
  color: var(--hdr-text);
  font-size: calc(var(--hdr-font-size) - 1px);
  white-space: nowrap;
  transition: opacity 0.15s;
}

.site-header__dropdown-link:hover {
  opacity: 0.7;
}

/* =====================================================
   ICONS
   ===================================================== */
.site-header__icons {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
background: #fff;
padding: 5px 8px;
border-radius: 30px;
}

.site-header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  position: relative;
}

.site-header__icon:hover {
  background: rgba(255,255,255,0.1);
  transform: scale(1.08);
}

.site-header__icon svg {
  width: var(--hdr-icon-size);
  height: var(--hdr-icon-size);
}

.site-header__cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--hdr-text);
  color: var(--hdr-bg);
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* =====================================================
   HAMBURGER (oculto en desktop)
   ===================================================== */
.site-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--hdr-text);
  flex-shrink: 0;
  border-radius: 6px;
  transition: background 0.2s;
}

.site-header__hamburger:hover {
  background: rgba(255,255,255,0.1);
}

.hamburger__line {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: center;
}

.site-header__hamburger.is-open .hamburger__line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.site-header__hamburger.is-open .hamburger__line:nth-child(2) {
  opacity: 0;
  width: 0;
}
.site-header__hamburger.is-open .hamburger__line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* =====================================================
   SEARCH BAR
   ===================================================== */
.site-header__search-bar {
  background: var(--hdr-bg);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-header__search-bar.is-open {
  max-height: 64px;
}

.site-header__search-form {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 20px;
  gap: 8px;
}

.site-header__search-input {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  color: var(--hdr-text);
  font-size: 0.95rem;
  padding: 6px 2px;
  outline: none;
  transition: border-color 0.2s;
}

.site-header__search-input::placeholder {
  color: rgba(255,255,255,0.4);
}

.site-header__search-input:focus {
  border-bottom-color: var(--hdr-text);
}

.site-header__search-submit,
.site-header__search-close {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--hdr-text);
  display: flex;
  align-items: center;
  padding: 4px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.site-header__search-submit:hover,
.site-header__search-close:hover {
  opacity: 1;
}

.site-header__search-submit svg,
.site-header__search-close svg {
  width: 18px;
  height: 18px;
}

/* =====================================================
   MOBILE DRAWER
   ===================================================== */
.mobile-drawer__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 400;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-drawer__overlay.is-open {
  display: block;
  opacity: 1;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(320px, 85vw);
  background: var(--hdr-drawer-bg);
  color: var(--hdr-drawer-text);
  z-index: 500;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
}

.mobile-drawer.is-open {
  transform: translateX(0);
  background:#CD807A;
}

.mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  flex-shrink: 0;
}

.mobile-drawer__logo-link {
  text-decoration: none;
  color: inherit;
}

.mobile-drawer__logo {
  width: var(--hdr-logo-width);
  max-width: 140px;
  height: auto;
}

.mobile-drawer__shop-name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-drawer__close {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  display: flex;
  padding: 6px;
  border-radius: 6px;
  transition: background 0.2s;
}

.mobile-drawer__close:hover {
  background: rgba(255,255,255,0.1);
}

.mobile-drawer__close svg {
  width: 20px;
  height: 20px;
}

.mobile-drawer__nav {
  flex: 1;
  padding: 1rem 0;
}

.mobile-drawer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-drawer__nav-item {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color:#fff;
  font-family: "Poppins", sans-serif !important;
}

.mobile-drawer__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1.4rem;
  text-decoration: none;
  color: var(--hdr-drawer-text);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s, opacity 0.2s;
}

.mobile-drawer__nav-link:hover {
  background: rgba(255,255,255,0.05);
  opacity: 0.85;
}

.drawer-chevron {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.mobile-drawer__nav-link--parent[aria-expanded="true"] .drawer-chevron {
  transform: rotate(180deg);
}

.mobile-drawer__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(0,0,0,0.15);
}

.mobile-drawer__submenu.is-open {
  max-height: 400px;
}

.mobile-drawer__submenu-link {
  display: block;
  padding: 0.75rem 1.4rem 0.75rem 2.4rem;
  text-decoration: none;
  color: var(--hdr-drawer-text);
  font-size: 0.9rem;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.mobile-drawer__submenu-link:hover {
  opacity: 1;
}

.mobile-drawer__footer {
  padding: 1.2rem 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-shrink: 0;
}

.mobile-drawer__footer-icons {
  display: flex;
  gap: 1.5rem;
}

.mobile-drawer__footer-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--hdr-drawer-text);
  font-size: 0.7rem;
  opacity: 0.75;
  transition: opacity 0.2s;
}

.mobile-drawer__footer-icon:hover {
  opacity: 1;
}

.mobile-drawer__footer-icon svg {
  width: 20px;
  height: 20px;
}

/* =====================================================
   RESPONSIVE — ocultar/mostrar
   ===================================================== */
@media screen and (max-width: 768px) {
  .site-header__nav {
    display: none;
  }
  .site-header__hamburger {
    display: flex;
    order: -1;
  }
  .site-header__logo-link {
    flex: 1;
    justify-content: center;
  }
  .site-header__icons {
    gap: 0.3rem;
  }
  .site-header__inner{
    margin-top:10px;
  }
}

@media screen and (min-width: 769px) {
  .mobile-drawer,
  .mobile-drawer__overlay {
    display: none !important;
  }
  .site-header__hamburger {
    display: none !important;
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .mobile-drawer,
  .site-header__search-bar,
  .hamburger__line,
  .mobile-drawer__overlay {
    transition: none;
  }
}
/* END_SECTION:v2-header */

/* START_SECTION:v2-product-main (INDEX:12) */
/* =====================================================
   PRODUCT MAIN BASE
   ===================================================== */
.product-main {
  background: var(--pm-section-bg);
  padding-top: var(--pm-padding-top); 
  padding-bottom: var(--pm-padding-bottom);
}
.product-main__layout * {
    font-family: "Poppins", sans-serif !important;
}
/* =====================================================
   LAYOUT: galería izq | info der — FLEX ROW
   ===================================================== */
.product-main__layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--pm-gap);
}
.product-main__media img{
    width:100%;
    height:auto;
}
/* =====================================================
   GALERÍA — flex row: thumbs | imagen principal
   ===================================================== */
.product-main__gallery {
  flex: 0 0 55%;
  display: flex;
  flex-direction: row;
  gap: var(--pm-thumb-gap);
  position: sticky;
  top: 80px; /* debajo del header sticky */
  align-self: flex-start;
  min-width: 0;
}

/* ---- Thumbnails verticales ---- */
.product-main__thumbs {
  display: flex;
  flex-direction: column;
  gap: var(--pm-thumb-gap);
  width: var(--pm-thumb-width);
  flex-shrink: 0;
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: none;
}

.product-main__thumbs::-webkit-scrollbar { display: none; }

.product-main__thumb {
  width: var(--pm-thumb-width);
  aspect-ratio: 1 / 1;
  border-radius: calc(var(--pm-image-radius) * 0.5);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
  background: transparent;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}

.product-main__thumb.is-active {
  border-color: var(--pm-accent);
}

.product-main__thumb:hover { opacity: 0.8; }

.product-main__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- Imagen principal ---- */
.product-main__media-wrap {
  flex: 1;
  min-width: 0;
  border-radius: var(--pm-image-radius);
  overflow: hidden;
  background: #f5f3f0;
  aspect-ratio: 1 / 1;
  position: relative;
}

.product-main__media {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.product-main__media.is-active {
  opacity: 1;
  pointer-events: auto;
}

.product-main__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* =====================================================
   INFO — flex column
   ===================================================== */
.product-main__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

/* ---- Header ---- */
.product-main__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.product-main__header-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-main__vendor {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pm-meta-color);
  opacity: 0.6;
}

.product-main__collection-link {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pm-meta-color);
  opacity: 0.55;
  text-decoration: none;
  transition: opacity 0.2s;
}

.product-main__collection-link:hover { opacity: 1; }

.product-main__header-actions {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  flex-shrink: 0;
}

.product-main__action-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--pm-border-color);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pm-text-color);
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.product-main__action-btn:hover { background: rgba(0,0,0,0.05); transform: scale(1.07); }
.product-main__action-btn.is-active svg { fill: #c0392b; stroke: #c0392b; }
.product-main__action-btn svg { width: 16px; height: 16px; }

/* ---- Título ---- */
.product-main__title {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--pm-title-color);
  padding:0px !important;
}

/* ---- Estrellas ---- */
.product-main__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.pm-star {
  width: 16px;
  height: 16px;
  color: #ddd;
}

.pm-star--filled { color: #D4A52A; }

.product-main__review-count {
  font-size: 0.82rem;
  color: var(--pm-meta-color);
  opacity: 0.6;
  margin-left: 4px;
}

/* ---- Precio ---- */
.product-main__price {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.product-main__price--current {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--pm-price-color);
  font-family: 'Platypi' !important;
}

.product-main__price--compare {
  font-size: 1rem;
  color: #aaa;
  font-weight: 400;
  text-decoration: line-through;
}

.product-main__price--sale {
  font-size: 1.5rem;
  font-weight: 600;
  color: #c0392b;
}

.product-main__price-badge {
  font-size: 0.72rem;
  font-weight: 700;
  background: #c0392b;
  color: #fff;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  align-self: center;
}

/* ---- Descripción ---- */
.product-main__description {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--pm-text-color);
  opacity: 0.75;
}

.product-main__description p { margin: 0 0 0.5em; }
.product-main__description p:last-child { margin-bottom: 0; }

/* ---- Divisor ---- */
.product-main__divider {
    height: 1px;
    background: #E9E9E9;
    opacity: 1;
    flex-shrink: 0;
}

/* =====================================================
   OPCIONES DE VARIANTE
   ===================================================== */
.product-main__option {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    margin-bottom: 1rem;
}

.product-main__option-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.product-main__option-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pm-text-color);
}

.product-main__option-selected {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--pm-meta-color);
  opacity: 0.7;
}

/* ---- Swatches (colores) ---- */
.product-main__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.product-main__swatch {
  position: relative;
  width: var(--pm-swatch-size);
  height: var(--pm-swatch-size);
  border-radius: calc(var(--pm-swatch-size) * 0.25);
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.product-main__swatch-input { display: none; }

.product-main__swatch-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid rgba(0,0,0,0.1);
  transition: border-color 0.15s;
}

.product-main__swatch:hover { transform: scale(1.08); }

.product-main__swatch.is-selected {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--pm-accent);
}

.product-main__swatch.is-unavailable { opacity: 1; }

/* X sobre swatch no disponible */
.product-main__swatch-x {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  display:none;
}

.product-main__swatch-x::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  background: rgba(0,0,0,0.35);
  transform: translateY(-50%) rotate(-45deg);
}

/* ---- Pills (tallas, otras) ---- */
.product-main__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.product-main__pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 40px;
  padding: 0 1rem;
  border-radius: var(--pm-pill-radius);
  border: 1.5px solid var(--pm-border-color);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--pm-text-color);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  user-select: none;
  white-space: nowrap;
}

.product-main__pill-input { display: none; }

.product-main__pill:hover { border-color: var(--pm-accent); }

.product-main__pill.is-selected {
  border-color: var(--pm-accent);
  background: var(--pm-accent);
  color: #fff;
}

.product-main__pill.is-unavailable {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* ---- Disponibilidad ---- */
.product-main__availability {
  margin: 0;
  font-size: 0.8rem;
  color: var(--pm-text-color);
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.7;
}

.pm-avail-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pm-avail-dot--in  { background: #27ae60; }
.pm-avail-dot--out { background: #e74c3c; }

/* =====================================================
   FILA DE COMPRA: qty | add btn — FLEX ROW
   ===================================================== */
.product-main__purchase-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.75rem;
}

/* ---- Cantidad ---- */
.product-main__qty {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  border-radius: 12px;
  background: #F7F7F7;
  border: 1.5px solid #E9E9E9;
  overflow: hidden;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
}

.product-main__qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--pm-qty-text);
  padding: 0;
  transition: background 0.15s;
}

.product-main__qty-btn:hover { background: rgba(0,0,0,0.06); }
.product-main__qty-btn svg { width: 16px; height: 16px; }

.product-main__qty-value {
  min-width: 36px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--pm-qty-text);
  user-select: none;
}

/* ---- Agregar al carrito ---- */
.product-main__add-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 46px;
  border: none;
  border-radius: 12px;
  background: var(--pm-btn-bg);
  color: var(--pm-btn-text);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.15s ease;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.product-main__add-btn:hover:not(:disabled) {
  opacity: 0.88;
  transform: translateY(-1px);
}

.product-main__add-btn:disabled {
  opacity: 0.5;
  /*cursor: not-allowed;*/
}

.product-main__add-btn.is-loading #pm-add-label-{{ section.id }} { opacity: 0; }
.product-main__add-btn.is-loading .product-main__add-spinner { display: flex; }

.product-main__add-spinner {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
}

.product-main__add-spinner svg { width: 22px; height: 22px; }

/* ---- Mensaje ---- */
.product-main__cart-msg {
  margin: -0.25rem 0 0;
  font-size: 0.82rem;
  min-height: 1.2em;
  color: #27ae60;
  margin-top:10px;
}

.product-main__cart-msg.is-error { color: #c0392b; }

/* =====================================================
   TRUST BADGES — flex column
   ===================================================== */
.product-main__badges {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.product-main__badge {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
}

.product-main__badge-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--pm-meta-color);
  opacity: 0.6;
  margin-top: 1px;
}

.product-main__badge-icon svg { width: 100%; height: 100%; }

.product-main__badge-text {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.product-main__badge-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pm-text-color);
  display: block;
}

.product-main__badge-subtitle {
  font-size: 0.8rem;
  color: var(--pm-meta-color);
  opacity: 0.65;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media screen and (max-width: 900px) {
  .product-main__gallery {
    flex: 0 0 50%;
    position: static;
  }
  .product-main__thumbs { width: calc(var(--pm-thumb-width) * 0.85); }
}

@media screen and (max-width: 680px) {
  .product-main__layout {
    flex-direction: column;
  }

  .product-main__gallery {
    flex: unset;
    width: 100%;
    flex-direction: column-reverse; /* thumbs debajo en móvil */
    gap: 0.75rem;
  }

  .product-main__thumbs {
    flex-direction: row;
    width: 100%;
    height: auto;
    overflow-x: auto;
    max-height: none;
  }

  .product-main__thumb {
    width: 64px;
    flex-shrink: 0;
  }

  .product-main__media-wrap {
    aspect-ratio: 1 / 1;
  }

  .product-main__purchase-row {
    flex-direction: column;
  }

  .product-main__qty {
    align-self: flex-start;
  }

  .product-main__add-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-main__media,
  .product-main__add-btn,
  .product-main__swatch,
  .product-main__pill { transition: none; }
}
/* END_SECTION:v2-product-main */

/* START_SECTION:v2-product-tabs (INDEX:13) */
/* =====================================================
   SECTION
   ===================================================== */
.product-tabs {
  background: var(--pt-bg);
  padding-top: var(--pt-padding-top);
  padding-bottom: var(--pt-padding-bottom);
  padding-left: 20px;
  padding-right: 20px;
}
.product-tabs *{
    font-family: "Poppins", sans-serif !important;
}

.product-tabs__inner--full {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

/* =====================================================
   DIVISOR SUPERIOR
   ===================================================== */
.product-tabs__top-divider {
  height: 1px;
  background: var(--pt-divider);
  opacity: 0.15;
  margin-bottom: 2rem;
}

/* =====================================================
   LAYOUT — flex row: nav izq | contenido der
   ===================================================== */
.product-tabs__layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3rem;
}

/* =====================================================
   NAV DE TABS — flex column, alineada a la izquierda
   ===================================================== */
.product-tabs__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
  width: 200px;
}

/* =====================================================
   BOTÓN DE TAB
   ===================================================== */
.product-tabs__tab {
  display: block;
  width: 100%;
  padding: 0.75rem 1.1rem;
  border: none;
  background: transparent;
  text-align: left;
  font-size: var(--pt-tab-font-size);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--pt-tab-inactive-text);
  cursor: pointer;
  border-radius: var(--pt-tab-radius);
  transition: background 0.2s ease, color 0.2s ease;
  line-height: 1.2;
}

.product-tabs__tab:hover:not(.is-active) {
  color: var(--pt-tab-active-text);
  background: color-mix(in srgb, var(--pt-tab-active-bg) 15%, transparent);
}

@supports not (color: color-mix(in srgb, red 50%, transparent)) {
  .product-tabs__tab:hover:not(.is-active) {
    background: rgba(0,0,0,0.04);
  }
}

.product-tabs__tab.is-active {
  background: var(--pt-tab-active-bg);
  color: var(--pt-tab-active-text);
}

/* =====================================================
   PANELES DE CONTENIDO
   ===================================================== */
.product-tabs__content {
  flex: 1;
  min-width: 0;
}

.product-tabs__panel {
  display: none;
  animation: pt-fade-in 0.25s ease forwards;
}

.product-tabs__panel.is-active {
  display: block;
}

@keyframes pt-fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =====================================================
   RTE — tipografía del contenido
   ===================================================== */
.product-tabs__rte {
  font-size: var(--pt-content-size);
  line-height: 1.75;
  color: var(--pt-content-text);
}

.product-tabs__rte p {
  margin: 0 0 1em;
}

.product-tabs__rte p:last-child {
  margin-bottom: 0;
}

.product-tabs__rte h1,
.product-tabs__rte h2,
.product-tabs__rte h3,
.product-tabs__rte h4 {
  font-weight: 600;
  margin: 1.25em 0 0.5em;
  line-height: 1.3;
  color: var(--pt-content-text);
}

.product-tabs__rte h1 { font-size: 1.4em; }
.product-tabs__rte h2 { font-size: 1.25em; }
.product-tabs__rte h3 { font-size: 1.1em; }

.product-tabs__rte ul,
.product-tabs__rte ol {
  padding-left: 1.5rem;
  margin: 0 0 1em;
}

.product-tabs__rte li {
  margin-bottom: 0.35em;
}

.product-tabs__rte a {
  color: var(--pt-tab-active-bg);
  text-decoration: underline;
}

.product-tabs__rte img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-tabs__rte table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.9em;
}

.product-tabs__rte th,
.product-tabs__rte td {
  padding: 0.5em 0.75em;
  border: 1px solid var(--pt-divider);
  text-align: left;
}

.product-tabs__rte th {
  font-weight: 600;
  background: rgba(0,0,0,0.03);
}

/* =====================================================
   ESTADOS VACÍOS
   ===================================================== */
.product-tabs__empty {
  opacity: 0.5;
  font-size: 0.9rem;
  margin: 0;
}

/* =====================================================
   PLACEHOLDER RESEÑAS
   ===================================================== */
.product-tabs__reviews-placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 0;
}

.product-tabs__reviews-placeholder p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--pt-content-text);
  opacity: 0.55;
}

/* =====================================================
   RESPONSIVE — en móvil los tabs se vuelven acordeón
   ===================================================== */
@media screen and (max-width: 680px) {
  .product-tabs__layout {
    flex-direction: column;
    gap: 0;
  }

  .product-tabs__nav {
    width: 100%;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--pt-divider);
    opacity: 0.15;
    margin-bottom: 0;
  }

  .product-tabs__nav {
    opacity: 1;
    border-bottom: none;
  }

  .product-tabs__tab {
    border-bottom: 1px solid;
    border-color: color-mix(in srgb, var(--pt-divider) 20%, transparent);
    border-radius: 0;
    padding: 0.9rem 0;
    font-size: calc(var(--pt-tab-font-size) * 0.9);
  }

  .product-tabs__tab.is-active {
    border-radius: 0;
    background: transparent;
    color: var(--pt-tab-active-bg);
    border-left: 3px solid var(--pt-tab-active-bg);
    padding-left: 0.75rem;
  }

  .product-tabs__content {
    padding-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-tabs__panel { animation: none; }
}
/* END_SECTION:v2-product-tabs */

/* START_SECTION:v2-related-products (INDEX:14) */
/* =====================================================
   SECTION BASE
   ===================================================== */
.related-products-section {
  background: var(--rp-section-bg);
  padding-top: var(--rp-padding-top);
  padding-bottom: var(--rp-padding-bottom);
}

.related-products__heading {
  text-align: center;
  font-style: italic;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--rp-title-color);
  margin: 0 0 1.75rem;
  font-family: "Platypi", serif !important;
  line-height:1.3;
}

/* =====================================================
   SKELETON LOADER (mientras carga recomendaciones)
   ===================================================== */
.related-products__skeleton {
  display: flex;
  gap: var(--rp-gap);
}

.rp-skeleton__card {
  flex: 0 0 calc(
    (100% - (var(--rp-columns) - 1) * var(--rp-gap)) / var(--rp-columns)
  );
  border-radius: var(--rp-radius);
  overflow: hidden;
}

.rp-skeleton__image {
  aspect-ratio: 1 / 1;
  background: linear-gradient(90deg, #f0ece6 25%, #e8e4de 50%, #f0ece6 75%);
  background-size: 200% 100%;
  animation: rp-shimmer 1.4s infinite;
}

.rp-skeleton__info {
  padding: 20px;
  border: solid 1px #ececec;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.rp-skeleton__line {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #f0ece6 25%, #e8e4de 50%, #f0ece6 75%);
  background-size: 200% 100%;
  animation: rp-shimmer 1.4s infinite;
}

.rp-skeleton__line--title { width: 70%; }
.rp-skeleton__line--price { width: 40%; }

@keyframes rp-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* =====================================================
   VIEWPORT
   ===================================================== */
.related-products__viewport,
.related-products__recommendations-wrap {
  overflow: hidden;
  width: 100%;
}

/* =====================================================
   TRACK
   ===================================================== */
.related-products__track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--rp-gap);
  will-change: transform;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* =====================================================
   CARD — mismo diseño que V2 Featured Collection
   ===================================================== */
.related-products__card {
  flex: 0 0 calc(
    (100% - (var(--rp-columns) - 1) * var(--rp-gap)) / var(--rp-columns)
  );
  min-width: 0;
  background: var(--rp-card-bg);
  border-radius: var(--rp-radius);
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease;
}

.related-products__card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* ---- Imagen ---- */
.rp-card__image-wrap {
  position: relative;
  overflow: hidden;
  background: #f5f3f0;
  aspect-ratio: 1 / 1;
}

.rp-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.rp-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.4s ease;
}

.rp-card__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.rp-card__image-link:hover .rp-card__image:not(.rp-card__image--hover) { opacity: 0; }
.rp-card__image-link:hover .rp-card__image--hover { opacity: 1; }

.rp-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0ece6;
}

.rp-card__placeholder .placeholder-svg {
  width: 55%;
  height: 55%;
  opacity: 0.3;
}

/* ---- Wishlist ---- */
.rp-card__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 2;
  padding: 0;
}

.rp-card__wishlist:hover { transform: scale(1.12); box-shadow: 0 3px 10px rgba(0,0,0,0.18); }
.rp-card__wishlist.is-active svg { fill: #c0392b; color: #c0392b; stroke: #c0392b; }
.rp-card__wishlist svg { width: 16px; height: 16px; color: #333; }

/* ---- Badge ---- */
.rp-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
  line-height: 1.4;
}

.rp-card__badge--sale { background: #c0392b; color: #fff; }

/* ---- Add to cart (hover) ---- */
.rp-card__add-form,
.rp-card__add-btn--link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.rp-card__add-btn {
  display: block;
  width: 90%;
  margin: auto;
  padding: 0.75rem 1rem;
  background: var(--rp-add-bg);
  color: var(--rp-add-text);
  border: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: Poppins, sans-serif;
}

.rp-card__add-btn--link {
  display: block;
  padding: 0.75rem 1rem;
  background: var(--rp-add-bg);
  color: var(--rp-add-text);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: Poppins, sans-serif;
}

.rp-card__image-wrap:hover .rp-card__add-btn,
.rp-card__image-wrap:hover .rp-card__add-btn--link {
  transform: translateY(-20px);
}

/* ---- Info ---- */
.rp-card__info {
  padding: 20px;
  border: solid 1px #ececec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rp-card__title-link { text-decoration: none; color: inherit; }

.rp-card__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.3rem;
  color: var(--rp-product-title-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
}

.rp-card__price {
  font-size: 0.9rem;
  color: var(--rp-price-color);
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  font-family: "Poppins", sans-serif;
}

.rp-card__price--compare { color: #999; font-weight: 400; }
.rp-card__price--sale    { color: #c0392b; font-weight: 600; }

/* =====================================================
   CONTROLES
   ===================================================== */
.related-products__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.related-products__arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0ddd8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rp-nav-color);
  padding: 0;
  transition: box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.related-products__arrow svg { width: 16px; height: 16px; }

.related-products__arrow:hover:not(:disabled) {
  box-shadow: 0 4px 16px rgba(0,0,0,0.14);
  transform: scale(1.07);
}

.related-products__arrow:disabled {
  opacity: 0.28;
  cursor: default;
}

.related-products__dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.related-products__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d0cdc9;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.related-products__dot.is-active {
  background: var(--rp-nav-color);
  transform: scale(1.35);
}

/* =====================================================
   VER TODOS
   ===================================================== */
.related-products__footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.related-products__view-all {
  display: inline-block;
  padding: 0.7em 2.2em;
  background: var(--rp-btn-bg);
  color: var(--rp-btn-text);
  border-radius: var(--rp-btn-radius);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.related-products__view-all:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
.related-products__inner.page-width{
    padding:0px 20px;
}
/* =====================================================
   RESPONSIVE
   ===================================================== */
@media screen and (max-width: 600px) {
  .related-products__card,
  .rp-skeleton__card {
    flex: 0 0 78vw;
    max-width: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .related-products__track { transition: none; }
  .rp-card__add-btn,
  .rp-card__add-btn--link,
  .rp-card__image { transition: none; }
  .rp-skeleton__image,
  .rp-skeleton__line { animation: none; }
}
/* END_SECTION:v2-related-products */

/* START_SECTION:v2-rich-text (INDEX:15) */
.rich-text-split {
  background: var(--rts-bg);
  padding-top: var(--rts-padding-top);
  padding-bottom: var(--rts-padding-bottom);
}

/* =====================================================
   FLEX CONTAINER
   ===================================================== */
.rich-text-split__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--rts-col-gap);
  max-width: var(--container-v2);
  margin:auto;
}

/* =====================================================
   COLUMNAS
   ===================================================== */
.rich-text-split__col {
  flex: 1 1 0;
  min-width: 0;
}

.rich-text-split__col--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.rich-text-split__col--right {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* =====================================================
   PRETITLE
   ===================================================== */
.rich-text-split__pretitle {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rts-body-color);
  opacity: 0.55;
  margin: 0;
}

/* =====================================================
   TÍTULO
   ===================================================== */
.rich-text-split__title {
  margin: 0;
  font-size: var(--rts-title-size);
  line-height: 1.4;
  font-weight: 400;
  color: var(--rts-title-color);
}

.rich-text-split__title--normal {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", serif;
}

.rich-text-split__title--italic {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: var(--rts-title-italic-color);
}

/* =====================================================
   CTA
   ===================================================== */
.rich-text-split__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--rts-title-color);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: gap 0.25s ease, opacity 0.2s ease;
}

.rich-text-split__cta:hover {
  gap: 10px;
  opacity: 0.7;
}

.rich-text-split__cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* =====================================================
   DIVISOR VERTICAL
   ===================================================== */
.rich-text-split__divider {
  flex-shrink: 0;
  width: 1px;
  align-self: stretch;
  background: var(--rts-divider-color);
  opacity: 0.2;
  margin: 0 0.5rem;
}

/* =====================================================
   CUERPO
   ===================================================== */
.rich-text-split__body {
  font-size: var(--rts-body-size);
  line-height: 1.7;
  color: var(--rts-body-color);
  margin: 0;
}

.rich-text-split__body p {
  margin: 0 0 0.6em;
  font-family: "Poppins", sans-serif !important;
}

.rich-text-split__body p:last-child {
  margin-bottom: 0;
}

.rich-text-split__body--secondary {
  opacity: 0.6;
  font-size: calc(var(--rts-body-size) - 1px);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media screen and (max-width: 720px) {
  .rich-text-split{
    margin:15px;
  }
  .rich-text-split__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
  }

  .rich-text-split__col {
    flex: unset;
    width: 100%;
  }

  .rich-text-split__divider {
    width: 40px;
    height: 1px;
    align-self: unset;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rich-text-split__cta {
    transition: none;
  }
}
/* END_SECTION:v2-rich-text */

/* START_SECTION:v2-slider (INDEX:16) */
/* =====================================================
   SLIDER BASE
   ===================================================== */
   .hero-slider__media img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.hero-slider {
  position: relative;
  width: 100%;
  height: var(--hs-height);
  border-radius: var(--hs-radius);
  overflow: hidden;
  contain: layout style; /* performance: limita el reflow */
}

/* =====================================================
   TRACK — Flex, todas las slides en fila
   Movimiento con translateX en cada slide individual
   (fade entre slides, no scroll)
   ===================================================== */
.hero-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

/* =====================================================
   SLIDE — apiladas con position absolute
   Transición fade: opacity + transform sutil
   ===================================================== */
.hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--hs-transition, 600ms) ease;
  pointer-events: none;
  will-change: opacity; /* performance GPU hint */
}

.hero-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

/* =====================================================
   IMAGEN
   ===================================================== */
.hero-slider__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* No transition en la imagen — solo en el slide */
}

.hero-slider__placeholder {
  width: 100%;
  height: 100%;
  background: #c9b8a8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider__placeholder .placeholder-svg {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

/* =====================================================
   OVERLAY
   ===================================================== */
.hero-slider__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--slide-overlay, #000);
  opacity: var(--slide-overlay-opacity, 0.3);
  pointer-events: none;
}

/* =====================================================
   CONTENT WRAP — flex para posicionar en 9 puntos
   ===================================================== */
.hero-slider__content-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: var(--slide-justify, flex-end);
  align-items: var(--slide-align, center);
  padding: var(--slide-content-padding, 48px);
  box-sizing: border-box;
  pointer-events: none;
}

.hero-slider__content {
  display: flex;
  flex-direction: column;
  align-items: var(--slide-items-align, flex-end);
  gap: 0.85rem;
  max-width: var(--slide-content-max-width, 520px);
  text-align: var(--slide-text-align, right);
  pointer-events: auto;
}

/* =====================================================
   PRETITLE
   ===================================================== */
.hero-slider__pretitle {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--slide-title-color, #fff);
  opacity: 0.7;
  margin: 0;
}

/* =====================================================
   TÍTULO
   ===================================================== */
.hero-slider__title {
  margin: 0;
  font-size: var(--slide-title-size, 40px);
  line-height: 1.2;
  font-weight: 400;
  color: var(--slide-title-color, #fff);
}

.hero-slider__title--normal {
  font-family: 'Poppins';
  display: block;
  font-style: normal;
}

.hero-slider__title--italic {
  display: block;
  font-style: italic;
}

/* =====================================================
   SUBTÍTULO
   ===================================================== */
.hero-slider__subtitle {
  margin: 0;
  font-size: var(--slide-subtitle-size, 16px);
  line-height: 1.6;
  color: var(--slide-subtitle-color, #f0ebe3);
  max-width: 42ch;
}

/* =====================================================
   CTAs
   ===================================================== */
.hero-slider__cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  justify-content: var(--slide-items-align, flex-end);
  margin-top: 0.25rem;
}

.hero-slider__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 1.6em;
  background: var(--slide-btn-bg, #fff);
  color: var(--slide-btn-text, #111);
  border: 1px solid var(--slide-btn-border, #fff);
  border-radius: var(--slide-btn-radius, 24px);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.2s;
  font-family: "Poppins", sans-serif !important;
}

.hero-slider__cta:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.hero-slider__cta--ghost {
  background: transparent;
  color: var(--slide-title-color, #fff);
  border-color: var(--slide-title-color, #fff);
}

/* =====================================================
   FLECHAS
   ===================================================== */
.hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--hs-arrow-bg, rgba(255,255,255,0.15));
  border: 1px solid rgba(255,255,255,0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hs-arrow-color, #fff);
  padding: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider__arrow svg { width: 18px; height: 18px; }

.hero-slider__arrow--prev { left: 16px; }
.hero-slider__arrow--next { right: 16px; }

.hero-slider__arrow:hover {
  background: var(--hs-arrow-bg, rgba(255,255,255,0.28));
  transform: translateY(-50%) scale(1.07);
}

/* =====================================================
   DOTS
   ===================================================== */
.hero-slider__dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hs-dot-inactive, rgba(255,255,255,0.45));
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
  flex-shrink: 0;
}

.hero-slider__dot.is-active {
  background: var(--hs-dot-active, #fff);
  transform: scale(1.35);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media screen and (max-width: 768px) {
  .hero-slider {
    height: var(--hs-height-mobile);
    border-radius: calc(var(--hs-radius) * 0.6);
  }

  .hero-slider__title {
    font-size: calc(var(--slide-title-size, 40px) * 0.68);
  }

  .hero-slider__subtitle {
    font-size: calc(var(--slide-subtitle-size, 16px) * 0.9);
  }

  .hero-slider__content-wrap {
    /* En móvil siempre esquina inferior-derecha para máxima legibilidad */
    align-items: flex-end;
    justify-content: flex-end;
    padding: 24px;
  }

  .hero-slider__content {
    align-items: flex-end;
    text-align: right;
  }

  .hero-slider__cta-wrap {
    justify-content: flex-end;
  }

  .hero-slider__arrow {
    width: 34px;
    height: 34px;
  }

  .hero-slider__arrow--prev { left: 8px; }
  .hero-slider__arrow--next { right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider__slide { transition: none; }
  .hero-slider__cta   { transition: none; }
  .hero-slider__arrow { transition: none; }
}
/* END_SECTION:v2-slider */

/* START_SECTION:v2-testimonials (INDEX:17) */
/* =====================================================
   SECTION
   ===================================================== */
.testimonials-section {
  max-width: var(--container-v2);
  margin: auto;
  background: var(--ts-bg);
  padding-top: var(--ts-padding-top);
  padding-bottom: var(--ts-padding-bottom);
}

.testimonials__heading {
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--ts-title-color);
  margin: 0 0 2rem;
  letter-spacing: -0.01em;
  font-family: "Platypi", serif !important;
}

/* =====================================================
   CAROUSEL WRAP — flex row: flecha | viewport | flecha
   ===================================================== */
.testimonials__carousel-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  max-width: 70%;
  margin: auto;
}

/* =====================================================
   VIEWPORT
   ===================================================== */
.testimonials__viewport {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

/* =====================================================
   TRACK — flex puro, transform-based
   ===================================================== */
.testimonials__track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--ts-gap);
  will-change: transform;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* =====================================================
   CARD
   Ancho = (100% - gaps_entre_visibles) / visibles
   ===================================================== */
.testimonials__card {
  flex: 0 0 calc(
    (100% - (var(--ts-visible) - 1) * var(--ts-gap)) / var(--ts-visible)
  );
  min-width: 0;
  background: var(--ts-card-bg);
  border-radius: var(--ts-card-radius);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

/* =====================================================
   QUOTE
   ===================================================== */
.testimonials__quote {
  margin: 0;
  font-size: var(--ts-quote-size);
  line-height: 1.65;
  color: var(--ts-text-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.testimonials__quote-mark {
  font-style: normal;
  color: var(--ts-text-color);
}

/* =====================================================
   STARS
   ===================================================== */
.testimonials__stars {
  display: flex;
  gap: 2px;
}

.testimonials__star {
  width: 14px;
  height: 14px;
  color: #d8cfc8;
}

.testimonials__star--filled {
  color: #c07a50;
}

/* =====================================================
   META — flex row, nombre izq / fecha der
   ===================================================== */
.testimonials__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.testimonials__author {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ts-meta-color);
}

.testimonials__date {
  font-size: 0.82rem;
  color: var(--ts-meta-color);
  opacity: 0.65;
}

/* =====================================================
   FLECHAS
   ===================================================== */
.testimonials__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--ts-arrow-radius);
  background: var(--ts-arrow-bg);
  border: 1px solid color-mix(in srgb, var(--ts-arrow-color) 20%, transparent);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ts-arrow-color);
  padding: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonials__arrow svg {
  width: 18px;
  height: 18px;
}

.testimonials__arrow:hover:not(:disabled) {
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
  transform: scale(1.06);
}

.testimonials__arrow:disabled {
  opacity: 0.25;
  cursor: default;
  transform: none;
}

/* =====================================================
   DOTS
   ===================================================== */
.testimonials__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 1.25rem;
}

.testimonials__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d0cdc9;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.testimonials__dot.is-active {
  background: var(--ts-arrow-color);
  transform: scale(1.35);
}

/* =====================================================
   RESPONSIVE — móvil: 1 visible, flechas más pequeñas
   ===================================================== */
@media screen and (max-width: 680px) {
  .testimonials__card {
    flex: 0 0 100%;
  }

  .testimonials__arrow {
    width: 34px;
    height: 34px;
  }

  .testimonials__arrow svg {
    width: 15px;
    height: 15px;
  }

  .testimonials__carousel-wrap {
    gap: 0.5rem;
    max-width:100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonials__track { transition: none; }
  .testimonials__arrow { transition: none; }
}
/* END_SECTION:v2-testimonials */

/* START_SECTION:v2-text-banner (INDEX:18) */
.text-banner {
  box-sizing: border-box;
}

.text-banner__wrapper {
  width: 100%;
  box-sizing: border-box;
}

.text-banner__wrapper--full {
  max-width: 100%;
}

.text-banner__wrapper--container {
  max-width: 1200px;
  margin: 0 auto;
}

.text-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.5rem;
}

.text-banner__title {
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 3rem);
  line-height: 1.2;
  max-width: 800px;
}

.text-banner__description {
  margin: 0;
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  line-height: 1.6;
  max-width: 700px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.text-banner__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.text-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  border: 1px solid;
  border-radius: 24px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.text-banner__button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.text-banner__button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .text-banner__title {
    font-size: clamp(1.25rem, 4vw, 2rem);
  }

  .text-banner__description {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  }

  .text-banner__button {
    padding: 0.6rem 1.4rem;
    font-size: 0.85rem;
  }
}
/* END_SECTION:v2-text-banner */

/* START_SECTION:index-section-instagram_shop (INDEX:50) */
.snptwdgt-container{
margin-top: 20px;
}
.snptwdgt-container .snptwdgt__ftr{
display: none;
}
/* END_SECTION:index-section-instagram_shop */

/* START_SECTION:v2-collection-grid (INDEX:86) */
.collection-grid-section {
  background-color: var(--section-bg);
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

.collection-grid__heading {
  text-align: center;
  margin: 0 0 2rem;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: inherit;
}

.collection-grid__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  align-items: stretch;
  max-width: var(--container-v2);
  margin: auto;
}

.collection-grid__item {
  flex: 1 1 calc(25% - var(--gap) * 0.75);
  min-width: 160px;
}

/* Item destacado ocupa el doble de ancho */
.collection-grid__item--featured {
  flex: 2 1 calc(50% - var(--gap) * 0.75);
  min-width: 300px;
}

.collection-grid__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* ---- Imagen wrap: contiene imagen + overlay + label ---- */
.collection-grid__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  height: 100%;
  min-height: 260px;
  background: #e8e4dd;
}

.collection-grid__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collection-grid__placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e4dd;
}

.collection-grid__placeholder .placeholder-svg {
  width: 60%;
  height: 60%;
  opacity: 0.35;
}

/* ---- Overlay oscuro base (siempre visible, sutil) ---- */
.collection-grid__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 55%
  );
  transition: opacity 0.4s ease;
  border-radius: var(--border-radius);
  pointer-events: none;
}

/* ---- Label ---- */
.collection-grid__label {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: var(--item-label-align, flex-start);
  /*padding: 1rem 1.1rem;*/
  pointer-events: none;
}

.collection-grid__label-text {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.45em 0.9em;
  font-family: "Poppins", sans-serif !important;

  /* Color de fondo con opacidad personalizable */
  background-color: color-mix(
    in srgb,
    var(--label-bg) calc(var(--label-opacity) * 100%),
    transparent
  );

  color: var(--label-text);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;

  /* El label empieza invisible y se desliza hacia arriba en hover */
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
    width: 100%;;
}

/* Fallback para browsers sin color-mix (Safari <15.4) */
@supports not (color: color-mix(in srgb, red 50%, transparent)) {
  .collection-grid__label-text {
    background-color: var(--label-bg);
  }
}

.collection-grid__arrow {
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

/* ---- Hover ---- */
.collection-grid__link:hover .collection-grid__image,
.collection-grid__link:focus-visible .collection-grid__image {
  transform: scale(1.05);
}

.collection-grid__link:hover .collection-grid__overlay,
.collection-grid__link:focus-visible .collection-grid__overlay {
  opacity: 1.3; /* sube levemente el overlay */
}

.collection-grid__link:hover .collection-grid__label-text,
.collection-grid__link:focus-visible .collection-grid__label-text {
  opacity: 1;
  transform: translateY(0);
}

.collection-grid__link:hover .collection-grid__arrow,
.collection-grid__link:focus-visible .collection-grid__arrow {
  transform: translateX(3px);
}

/* ============================
   RESPONSIVE
   ============================ */

/* 2 columnas en tablet */
@media screen and (max-width: 900px) {
  .collection-grid__item {
    flex: 1 1 calc(50% - var(--gap) * 0.5);
    min-width: 140px;
  }
  .collection-grid__item--featured {
    flex: 1 1 100%;
  }
}

/* 2 columnas en móvil grande / 1 columna en móvil chico */
@media screen and (max-width: 600px) {
  .collection-grid-section{
    margin:15px;
  }
  .collection-grid__wrapper {
    flex-direction: row;
  }
  .collection-grid__item,
  .collection-grid__item--featured {
    flex: 1 0 150px;
    min-width: 0;
  }
  .collection-grid__image-wrap {
    min-height: 220px;
    height:350px;
  }
  .collection-grid__label-text{
    opacity:1;
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .collection-grid__image,
  .collection-grid__label-text,
  .collection-grid__arrow {
    transition: none;
  }
}
/* END_SECTION:v2-collection-grid */