/** Shopify CDN: Minification failed

Line 628:0 All "@import" rules must come first

**/
/* ============================================================
   Florema · PAGE SECTIONS (sobre, aromas, contacto, FAQ, mayoristas)
   ============================================================ */

/* ── Page Hero ─────────────────────────────────────────── */
.florema-page-hero {
  position: relative;
  min-height: 480px;
  background: var(--hero-bg, #f3ebd9);
  color: var(--hero-ink, #23231f);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 32px;
  margin-bottom: 0;
}
.florema-page-hero__media {
  position: absolute; inset: 0; z-index: 0;
}
.florema-page-hero__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.florema-page-hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,calc(var(--scrim, 0.35) * 0.6)), rgba(0,0,0,var(--scrim, 0.35)));
}
.florema-page-hero__inner {
  position: relative; z-index: 1;
  max-width: 720px;
  width: 100%;
}
.florema-page-hero__inner--center  { text-align: center; }
.florema-page-hero__inner--left    { text-align: left; }
.florema-page-hero__inner--right   { text-align: right; }
.florema-page-hero__inner--on-image { color: #fff; }
.florema-page-hero__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.85;
}
.florema-page-hero__title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}
.florema-page-hero__lead {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 auto 28px;
  max-width: 560px;
  opacity: 0.92;
}
.florema-page-hero__cta {
  display: flex;
  gap: 12px;
  justify-content: inherit;
  flex-wrap: wrap;
}
.florema-page-hero__inner--center .florema-page-hero__cta { justify-content: center; }
.florema-page-hero__inner--left   .florema-page-hero__cta { justify-content: flex-start; }
.florema-page-hero__inner--right  .florema-page-hero__cta { justify-content: flex-end; }

/* ── Page Split (image + text) ──────────────────────────── */
.florema-page-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 90px 64px;
  align-items: center;
}
.florema-page-split--image-left  { direction: ltr; }
.florema-page-split--image-left  .florema-page-split__media { order: 1; }
.florema-page-split--image-left  .florema-page-split__copy  { order: 2; }
.florema-page-split--image-right .florema-page-split__media { order: 2; }
.florema-page-split--image-right .florema-page-split__copy  { order: 1; }
.florema-page-split__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
}
.florema-page-split__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.florema-page-split__placeholder {
  width: 100%; height: 100%;
  background: repeating-linear-gradient(45deg, #d6cdb8, #d6cdb8 20px, #cfc6b0 20px, #cfc6b0 40px);
}
.florema-page-split__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--florema-ink-2);
  margin-bottom: 12px;
}
.florema-page-split__title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.005em;
  margin: 0 0 18px;
}
.florema-page-split__body {
  font-size: 16px;
  line-height: 1.65;
  color: var(--florema-ink);
  margin-bottom: 22px;
}
.florema-page-split__body p:last-child { margin-bottom: 0; }
.florema-page-split__cta {
  display: inline-flex;
}

/* ── Page Values (grid) ─────────────────────────────────── */
.florema-page-values {
  padding: 80px 32px;
  color: #f7f0e0;
}
.florema-page-values__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.florema-page-values__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 240, 224, 0.55);
  margin-bottom: 12px;
}
.florema-page-values__title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.005em;
}
.florema-page-values__grid {
  display: grid;
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}
.florema-page-values__grid--n3 { grid-template-columns: repeat(3, 1fr); }
.florema-page-values__grid--n4 { grid-template-columns: repeat(4, 1fr); }
.florema-page-values__grid--n5,
.florema-page-values__grid--n6 { grid-template-columns: repeat(3, 1fr); }
.florema-page-values__card {
  padding: 32px 24px;
  border: 1px solid rgba(247, 240, 224, 0.12);
  border-radius: 6px;
  background: rgba(247, 240, 224, 0.04);
}
.florema-page-values__icon {
  display: block;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 14px;
}
.florema-page-values__card-title {
  font-family: var(--florema-font-sans);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #f7f0e0;
}
.florema-page-values__card-body {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(247, 240, 224, 0.7);
  margin: 0;
}

/* ── Page Stats ─────────────────────────────────────────── */
.florema-page-stats {
  padding: 56px 32px;
}
.florema-page-stats__inner {
  display: grid;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.florema-page-stats__inner--n3 { grid-template-columns: repeat(3, 1fr); }
.florema-page-stats__inner--n4 { grid-template-columns: repeat(4, 1fr); }
.florema-page-stats__inner--n5 { grid-template-columns: repeat(5, 1fr); }
.florema-page-stats__number {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  color: var(--florema-ink);
  line-height: 1;
}
.florema-page-stats__label {
  font-family: var(--florema-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--florema-ink-2);
  margin-top: 8px;
}

/* ── Page FAQ ──────────────────────────────────────────── */
.florema-page-faq {
  padding: 80px 32px;
  max-width: 880px;
  margin: 0 auto;
}
.florema-page-faq__head {
  text-align: center;
  margin-bottom: 40px;
}
.florema-page-faq__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--florema-ink-2);
  margin-bottom: 12px;
}
.florema-page-faq__title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 400;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.florema-page-faq__lead {
  font-size: 15px;
  color: var(--florema-ink-2);
  margin: 0;
}
.florema-page-faq__list {
  border-top: 1px solid rgba(0,0,0,0.08);
}
.florema-page-faq__item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.florema-page-faq__summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.florema-page-faq__summary::-webkit-details-marker { display: none; }
.florema-page-faq__q {
  font-family: var(--florema-font-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--florema-ink);
}
.florema-page-faq__plus {
  font-size: 22px;
  font-weight: 300;
  color: var(--florema-ink-2);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.florema-page-faq__item[open] .florema-page-faq__plus { color: var(--florema-ink); }
.florema-page-faq__a {
  padding: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--florema-ink);
}
.florema-page-faq__a p { margin: 0 0 12px; }
.florema-page-faq__a p:last-child { margin-bottom: 0; }
.florema-page-faq__a a { color: #6b8259; }

/* ── Page Aromas grid ──────────────────────────────────── */
.florema-page-aromas {
  padding: 80px 32px;
}
.florema-page-aromas__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}
.florema-page-aromas__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--florema-ink-2);
  margin-bottom: 12px;
}
.florema-page-aromas__title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 400;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.florema-page-aromas__lead {
  font-size: 16px;
  color: var(--florema-ink-2);
  margin: 0;
}
.florema-page-aromas__filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.florema-page-aromas__chip {
  padding: 8px 16px;
  background: rgba(0,0,0,0.04);
  border: none;
  border-radius: 999px;
  font-family: var(--florema-font-sans);
  font-size: 12px;
  color: var(--florema-ink);
  cursor: pointer;
  transition: background 0.15s;
}
.florema-page-aromas__chip:hover { background: rgba(0,0,0,0.08); }
.florema-page-aromas__chip.is-active {
  background: var(--florema-ink);
  color: #fff;
}
.florema-page-aromas__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  max-width: 1280px;
  margin: 0 auto;
}
.florema-page-aromas__card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.florema-page-aromas__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.florema-page-aromas__media {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.florema-page-aromas__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.florema-page-aromas__emoji {
  font-size: 64px;
  line-height: 1;
}
.florema-page-aromas__copy {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}
.florema-page-aromas__family {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--florema-ink-2);
  text-transform: uppercase;
}
.florema-page-aromas__name {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 2px;
  letter-spacing: -0.005em;
}
.florema-page-aromas__notes {
  font-size: 13px;
  color: var(--florema-ink-2);
  margin: 0;
  letter-spacing: 0.01em;
}
.florema-page-aromas__desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--florema-ink);
  margin: 8px 0 12px;
}
.florema-page-aromas__cta {
  margin-top: auto;
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--florema-ink);
  text-decoration: none;
  align-self: flex-start;
  border-bottom: 1px solid var(--florema-ink);
  padding-bottom: 2px;
}
.florema-page-aromas__cta:hover { color: #6b8259; border-color: #6b8259; }

/* ── Page Contact ──────────────────────────────────────── */
.florema-page-contact {
  padding: 80px 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.florema-page-contact__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.florema-page-contact__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--florema-ink-2);
  margin-bottom: 12px;
}
.florema-page-contact__title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 400;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.florema-page-contact__lead {
  font-size: 16px;
  color: var(--florema-ink-2);
  margin: 0;
}
.florema-page-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}
.florema-page-contact__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.florema-page-contact__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.florema-page-contact__label {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--florema-ink-2);
  text-transform: uppercase;
}
.florema-page-contact__value {
  font-size: 17px;
  color: var(--florema-ink);
  text-decoration: none;
}
.florema-page-contact__value a {
  color: var(--florema-ink);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.florema-page-contact__form-wrap {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 32px;
}
.florema-page-contact__form-title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 18px;
}
.florema-page-contact__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.florema-page-contact__form input,
.florema-page-contact__form textarea {
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  font-family: var(--florema-font-sans);
  font-size: 14px;
  background: #fafafa;
  color: var(--florema-ink);
  width: 100%;
}
.florema-page-contact__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.florema-page-contact__form textarea {
  resize: vertical;
  min-height: 120px;
}
.florema-page-contact__form button {
  align-self: flex-start;
  margin-top: 6px;
}
.florema-page-contact__success {
  background: #d4e3c4;
  color: #2d4127;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 14px;
}
.florema-page-contact__errors {
  background: #f4d6d4;
  color: #7a3a35;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 14px;
}

/* ── Page CTA strip ────────────────────────────────────── */
.florema-page-cta {
  position: relative;
  padding: 100px 32px;
  background: var(--cta-bg);
  color: var(--cta-ink);
  overflow: hidden;
  text-align: center;
}
.florema-page-cta__media {
  position: absolute; inset: 0;
}
.florema-page-cta__media img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.5; display: block;
}
.florema-page-cta__inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.florema-page-cta__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  opacity: 0.7;
}
.florema-page-cta__title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 400;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.florema-page-cta__lead {
  font-size: 17px;
  line-height: 1.5;
  opacity: 0.85;
  max-width: 540px;
  margin: 0 auto 28px;
}
.florema-page-cta__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Mobile responsive ────────────────────────────────── */
@media (max-width: 749px) {
  .florema-page-hero { min-height: 360px; padding: 80px 24px; }
  .florema-page-split {
    grid-template-columns: 1fr;
    padding: 56px 24px;
    gap: 28px;
  }
  .florema-page-split--image-right .florema-page-split__media,
  .florema-page-split--image-left  .florema-page-split__media { order: 1; }
  .florema-page-split--image-right .florema-page-split__copy,
  .florema-page-split--image-left  .florema-page-split__copy { order: 2; }
  .florema-page-values__grid--n3,
  .florema-page-values__grid--n4,
  .florema-page-values__grid--n5,
  .florema-page-values__grid--n6 { grid-template-columns: repeat(2, 1fr); }
  .florema-page-stats__inner--n3,
  .florema-page-stats__inner--n4,
  .florema-page-stats__inner--n5 { grid-template-columns: repeat(2, 1fr); }
  .florema-page-contact__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .florema-page-contact__form-row {
    grid-template-columns: 1fr;
  }
  .florema-page-faq, .florema-page-contact { padding: 56px 24px; }
  .florema-page-aromas { padding: 56px 24px; }
}

/* ============================================================
   Florema · sistema visual
   Boutique cálido — estética plana editorial
   ============================================================ */

/* Tipografías estilo Apple:
   - Macs/iOS reciben SF Pro (system) y New York (system) nativamente vía -apple-system y BlinkMacSystemFont
   - Otros sistemas usan Inter + Source Serif 4 cargados desde Google Fonts como fallback cercano a SF/New York
   - Mono: ui-monospace (SF Mono en Apple, Cascadia/Consolas en Windows) */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,500;1,8..60,400&display=swap");

/* ── Tokens ────────────────────────────────────────────── */
:root {
  /* fondos */
  --florema-cream:    #faf8f3;
  --florema-cream-2:  #f3eee2;
  --florema-cream-3:  #ebe4d2;

  /* tinta */
  --florema-ink:    #1d1d1b;
  --florema-ink-2:  #5d5d57;
  --florema-ink-3:  #9b9a92;
  --florema-ink-4:  #c9c5b8;

  /* acentos pastel — uno por familia olfativa */
  --florema-green:       #c8d6b3;
  --florema-green-deep:  #7a8d63;
  --florema-yellow:      #f0e3a3;
  --florema-yellow-deep: #b89e4e;
  --florema-brown:       #d6bfa3;
  --florema-brown-deep:  #8d7457;
  --florema-red:         #e6b3a8;
  --florema-red-deep:    #a85f4f;

  /* tipografía estilo Apple */
  --florema-font-sans:  -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --florema-font-serif: "New York", ui-serif, "Source Serif 4", "Charter", Georgia, "Times New Roman", serif;
  --florema-font-mono:  ui-monospace, "SF Mono", "Menlo", "Cascadia Code", "Consolas", monospace;

  /* escala (desktop) */
  --florema-size-hero: 64px;
  --florema-size-serif-display: 48px;
  --florema-size-h2: 30px;
  --florema-size-h3: 24px;
  --florema-size-body: 14px;
  --florema-size-small: 12px;
  --florema-size-eyebrow: 11px;

  /* layout */
  --florema-pad-y: 65px;
  --florema-pad-x: 40px;
  --florema-gap: 14px;
  --florema-max-w: 1280px;
}

/* permite que settings_schema sobreescriba los tokens vía variables inline en theme.liquid */

/* ── Reset suave dentro de bloques Florema ───────────────── */
.florema {
  background: var(--florema-cream);
  color: var(--florema-ink);
  font-family: var(--florema-font-sans);
  font-size: var(--florema-size-body);
  line-height: 1.65;
}

/* Forzar stack Apple en TODO descendiente — Dawn no puede pisar */
.florema,
.florema *,
.florema button,
.florema input,
.florema textarea,
.florema select,
.florema label {
  font-family: var(--florema-font-sans);
}

/* Overrides específicos: serif para títulos editoriales */
.florema-display-serif,
.florema .florema-display-serif,
.florema-pdp__title,
.florema .florema-pdp__title,
.florema-about__title,
.florema .florema-about__title,
.florema-coll-banner__title,
.florema .florema-coll-banner__title,
.florema-news__title,
.florema .florema-news__title,
.florema-pack__title,
.florema .florema-pack__title,
.florema-cat-icons__title,
.florema .florema-cat-icons__title {
  font-family: var(--florema-font-serif);
}

/* Overrides específicos: mono para eyebrows / labels */
.florema-mono,
.florema .florema-mono,
.florema-eyebrow,
.florema .florema-eyebrow,
.florema-pdp__family,
.florema .florema-pdp__family,
.florema-pdp-aroma__family,
.florema .florema-pdp-aroma__family,
.florema-pdp-notes__head,
.florema .florema-pdp-notes__head,
.florema-pdp__option-label,
.florema .florema-pdp__option-label,
.florema-pdp__variant-family,
.florema .florema-pdp__variant-family,
.florema-card__family,
.florema .florema-card__family,
.florema-pdp__breadcrumb,
.florema .florema-pdp__breadcrumb,
.florema-cat-icons__label,
.florema .florema-cat-icons__label {
  font-family: var(--florema-font-mono);
}

.florema *,
.florema *::before,
.florema *::after {
  box-sizing: border-box;
  border-radius: 0 !important;     /* sin border-radius en ningún elemento */
  box-shadow: none !important;     /* sin sombras */
}

.florema img,
.florema svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.florema a {
  color: inherit;
  text-decoration: none;
}

.florema p {
  margin: 0;
  color: var(--florema-ink-2);
  line-height: 1.5;
  font-weight: 400;
}

.florema h1,
.florema h2,
.florema h3,
.florema h4 {
  margin: 0;
  color: var(--florema-ink);
  font-weight: 600;
  letter-spacing: -0.018em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── Tipografía utilitaria · estilo Apple ───────────────── */
.florema-display {
  font-family: var(--florema-font-sans);
  font-size: var(--florema-size-hero);
  line-height: 1.07;
  font-weight: 600;
  letter-spacing: -0.022em;
}

.florema-display-serif {
  font-family: var(--florema-font-serif);
  font-size: var(--florema-size-serif-display);
  line-height: 1.07;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.florema-display-serif em {
  font-style: italic;
  font-weight: 400;
}

.florema-h2 {
  font-size: var(--florema-size-h2);
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.1;
}

.florema-h3 {
  font-size: var(--florema-size-h3);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.florema-body  { font-size: var(--florema-size-body); line-height: 1.5; color: var(--florema-ink-2); font-weight: 400; }
.florema-small { font-size: var(--florema-size-small); color: var(--florema-ink-2); }

.florema-eyebrow {
  display: inline-block;
  font-family: var(--florema-font-mono);
  font-size: var(--florema-size-eyebrow);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--florema-green-deep);
}

.florema-eyebrow--brown   { color: var(--florema-brown-deep); }
.florema-eyebrow--red     { color: var(--florema-red-deep); }
.florema-eyebrow--yellow  { color: var(--florema-yellow-deep); }
.florema-eyebrow--ink     { color: var(--florema-ink); }

/* ── Layout helpers ─────────────────────────────────────── */
.florema-section {
  padding: var(--florema-pad-y) var(--florema-pad-x);
}

.florema-section--cream-2 { background: var(--florema-cream-2); }
.florema-section--cream   { background: var(--florema-cream); }

.florema-section--bordered {
  border-top: 1px solid var(--florema-cream-3);
  border-bottom: 1px solid var(--florema-cream-3);
}

.florema-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
  gap: 16px;
  flex-wrap: wrap;
}

.florema-section-link {
  font-size: 13px;
  color: var(--florema-ink-2);
}

.florema-section-link:hover { color: var(--florema-ink); }

.florema-grid       { display: grid; gap: var(--florema-gap); }
.florema-grid--2    { grid-template-columns: repeat(2, 1fr); }
.florema-grid--3    { grid-template-columns: repeat(3, 1fr); }
.florema-grid--4    { grid-template-columns: repeat(4, 1fr); }
.florema-grid--5    { grid-template-columns: repeat(5, 1fr); }
.florema-split      { display: grid; grid-template-columns: 1fr 1fr; }
.florema-split--14  { grid-template-columns: 1.4fr 1fr 1fr; }
.florema-split--112 { grid-template-columns: 1fr 1.2fr; }

/* ── Botones ─────────────────────────────────────────────── */
/* alta especificidad para vencer el reset de Dawn (.button, button[type=submit], a, etc.) */
.florema a.florema-btn,
.florema button.florema-btn,
.florema .florema-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--florema-font-sans);
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  padding: 14px 26px;
  border: 1px solid var(--florema-ink);
  background: transparent;
  color: var(--florema-ink);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.florema a.florema-btn:hover,
.florema button.florema-btn:hover,
.florema .florema-btn:hover {
  background: var(--florema-ink);
  color: var(--florema-cream);
}

.florema a.florema-btn--primary,
.florema button.florema-btn--primary,
.florema .florema-btn--primary {
  background: var(--florema-ink);
  color: var(--florema-cream);
  border-color: var(--florema-ink);
}

.florema a.florema-btn--primary:hover,
.florema button.florema-btn--primary:hover,
.florema .florema-btn--primary:hover {
  background: #000;
  color: var(--florema-cream);
}

.florema-btn--sm    { padding: 10px 18px; font-size: 12px; }
.florema-btn--full  { width: 100%; }

/* ── Eyebrow / labels ────────────────────────────────────── */
.florema-mono {
  font-family: var(--florema-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--florema-ink-2);
}

/* ── Photo placeholder (fondo rayado) ────────────────────── */
.florema-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--florema-font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 14px;
  overflow: hidden;
  position: relative;
}

.florema-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* tonos del rayado */
.florema-photo--neutral { background: repeating-linear-gradient(135deg, #ece7da 0 9px, #dcd4be 9px 18px); color: #5d5d57; }
.florema-photo--green   { background: repeating-linear-gradient(135deg, var(--florema-green) 0 9px, #b1c298 9px 18px); color: #3e4f37; }
.florema-photo--yellow  { background: repeating-linear-gradient(135deg, var(--florema-yellow) 0 9px, #d8c47a 9px 18px); color: #574a18; }
.florema-photo--brown   { background: repeating-linear-gradient(135deg, var(--florema-brown) 0 9px, #bda080 9px 18px); color: #4d3c2c; }
.florema-photo--red     { background: repeating-linear-gradient(135deg, var(--florema-red) 0 9px, #cc8e80 9px 18px); color: #5a2f24; }
.florema-photo--dark    { background: repeating-linear-gradient(135deg, #3a3a36 0 9px, #2a2a27 9px 18px); color: #cfc9b8; }

.florema-photo--4-5  { aspect-ratio: 4 / 5; }
.florema-photo--1    { aspect-ratio: 1 / 1; }
.florema-photo--4-3  { aspect-ratio: 4 / 3; }

/* ── Hero ─ imagen full-width con panel de texto sobrepuesto ── */
.florema-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.florema-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 600px;
}

.florema-hero__copy {
  position: relative;
  z-index: 2;
  width: 50%;
  min-height: 600px;
  background: transparent;
  padding: 90px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* variante opcional: panel cream sólido (si la imagen es muy ocupada) */
.florema-hero--solid .florema-hero__copy {
  background: var(--florema-cream-2);
}

/* variante opcional: panel cream translúcido con blur */
.florema-hero--overlay .florema-hero__copy {
  background: rgba(243, 238, 226, 0.85);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* ─ modo texto claro · para imágenes oscuras ─ */
.florema-hero--light .florema-hero__title,
.florema-hero--light .florema-hero__lead {
  color: var(--florema-cream);
}

.florema-hero--light .florema-eyebrow {
  color: var(--florema-cream);
  opacity: 0.85;
}

.florema-hero--light a.florema-btn,
.florema-hero--light button.florema-btn,
.florema-hero--light .florema-btn {
  border-color: var(--florema-cream);
  color: var(--florema-cream);
  background: transparent;
}

.florema-hero--light a.florema-btn:hover,
.florema-hero--light button.florema-btn:hover,
.florema-hero--light .florema-btn:hover {
  background: var(--florema-cream);
  color: var(--florema-ink);
}

.florema-hero--light a.florema-btn--primary,
.florema-hero--light button.florema-btn--primary,
.florema-hero--light .florema-btn--primary {
  background: var(--florema-cream);
  color: var(--florema-ink);
  border-color: var(--florema-cream);
}

.florema-hero--light a.florema-btn--primary:hover,
.florema-hero--light button.florema-btn--primary:hover,
.florema-hero--light .florema-btn--primary:hover {
  background: #fff;
  color: var(--florema-ink);
}

/* dots del slider — invierten en modo claro para mantener contraste */
.florema-hero--light .florema-hero__dot {
  background: var(--florema-ink);
  border-color: rgba(255, 255, 255, 0.4);
}

/* variante: panel de texto a la derecha */
.florema-hero--right .florema-hero__copy {
  margin-left: 50%;
}

/* ─ Scrim · degradado oscuro sobre la imagen para legibilidad del texto ─ */
.florema-hero--scrim .florema-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, rgba(29, 29, 27, var(--florema-scrim-opacity, 0.6)) 0%, rgba(29, 29, 27, 0) 70%);
}

/* Direcciones del scrim */
.florema-hero--scrim-bottom .florema-hero__media::after {
  background: linear-gradient(to top, rgba(29, 29, 27, var(--florema-scrim-opacity, 0.6)) 0%, rgba(29, 29, 27, 0) 70%);
}

.florema-hero--scrim-top .florema-hero__media::after {
  background: linear-gradient(to bottom, rgba(29, 29, 27, var(--florema-scrim-opacity, 0.6)) 0%, rgba(29, 29, 27, 0) 70%);
}

.florema-hero--scrim-left .florema-hero__media::after {
  background: linear-gradient(to right, rgba(29, 29, 27, var(--florema-scrim-opacity, 0.6)) 0%, rgba(29, 29, 27, 0) 70%);
}

.florema-hero--scrim-right .florema-hero__media::after {
  background: linear-gradient(to left, rgba(29, 29, 27, var(--florema-scrim-opacity, 0.6)) 0%, rgba(29, 29, 27, 0) 70%);
}

.florema-hero--scrim-radial .florema-hero__media::after {
  background: radial-gradient(ellipse at center, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, var(--florema-scrim-opacity, 0.6)) 100%);
}

.florema-hero--scrim-full .florema-hero__media::after {
  background: rgba(29, 29, 27, var(--florema-scrim-opacity, 0.6));
}

.florema-hero__title {
  font-family: var(--florema-font-sans);
  font-size: var(--florema-size-hero);
  line-height: 1.07;
  margin: 18px 0;
  font-weight: 600;
  letter-spacing: -0.022em;
  max-width: 480px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.florema-hero__lead {
  font-size: 15px;
  line-height: 1.65;
  color: var(--florema-ink-2);
  max-width: 420px;
  margin: 0;
}

.florema-hero__cta {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.florema-hero__media .florema-photo {
  height: 100%;
  min-height: 600px;
  width: 100%;
}

/* slider de imágenes — cross-fade automático, pausa en hover.
   Cada slide ocupa 5s; total = N × 5s. Pre-configurado para N=1..6. */
.florema-hero__slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.florema-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.florema-hero__slide .florema-photo {
  height: 100%;
  min-height: inherit;
  width: 100%;
}

.florema-hero__slider:hover .florema-hero__slide,
.florema-hero__slider:focus-within .florema-hero__slide {
  animation-play-state: paused;
}

/* N=1: imagen estática (sin animación) */
.florema-hero__slider--n1 .florema-hero__slide { opacity: 1; }

/* N=2: 10s total, cada slide visible 5s con cross-fade */
.florema-hero__slider--n2 .florema-hero__slide                  { animation: florema-fade-2 10s infinite; }
.florema-hero__slider--n2 .florema-hero__slide:nth-child(2)     { animation-delay: 5s; }
@keyframes florema-fade-2 {
  0%, 45%       { opacity: 1; }
  50%, 95%      { opacity: 0; }
  100%          { opacity: 1; }
}

/* N=3: 15s total */
.florema-hero__slider--n3 .florema-hero__slide                  { animation: florema-fade-3 15s infinite; }
.florema-hero__slider--n3 .florema-hero__slide:nth-child(2)     { animation-delay: 5s; }
.florema-hero__slider--n3 .florema-hero__slide:nth-child(3)     { animation-delay: 10s; }
@keyframes florema-fade-3 {
  0%, 30%       { opacity: 1; }
  35%, 95%      { opacity: 0; }
  100%          { opacity: 1; }
}

/* N=4: 20s total */
.florema-hero__slider--n4 .florema-hero__slide                  { animation: florema-fade-4 20s infinite; }
.florema-hero__slider--n4 .florema-hero__slide:nth-child(2)     { animation-delay: 5s; }
.florema-hero__slider--n4 .florema-hero__slide:nth-child(3)     { animation-delay: 10s; }
.florema-hero__slider--n4 .florema-hero__slide:nth-child(4)     { animation-delay: 15s; }
@keyframes florema-fade-4 {
  0%, 22%       { opacity: 1; }
  27%, 95%      { opacity: 0; }
  100%          { opacity: 1; }
}

/* N=5: 25s total */
.florema-hero__slider--n5 .florema-hero__slide                  { animation: florema-fade-5 25s infinite; }
.florema-hero__slider--n5 .florema-hero__slide:nth-child(2)     { animation-delay: 5s; }
.florema-hero__slider--n5 .florema-hero__slide:nth-child(3)     { animation-delay: 10s; }
.florema-hero__slider--n5 .florema-hero__slide:nth-child(4)     { animation-delay: 15s; }
.florema-hero__slider--n5 .florema-hero__slide:nth-child(5)     { animation-delay: 20s; }
@keyframes florema-fade-5 {
  0%, 17%       { opacity: 1; }
  22%, 95%      { opacity: 0; }
  100%          { opacity: 1; }
}

/* N=6: 30s total */
.florema-hero__slider--n6 .florema-hero__slide                  { animation: florema-fade-6 30s infinite; }
.florema-hero__slider--n6 .florema-hero__slide:nth-child(2)     { animation-delay: 5s; }
.florema-hero__slider--n6 .florema-hero__slide:nth-child(3)     { animation-delay: 10s; }
.florema-hero__slider--n6 .florema-hero__slide:nth-child(4)     { animation-delay: 15s; }
.florema-hero__slider--n6 .florema-hero__slide:nth-child(5)     { animation-delay: 20s; }
.florema-hero__slider--n6 .florema-hero__slide:nth-child(6)     { animation-delay: 25s; }
@keyframes florema-fade-6 {
  0%, 13%       { opacity: 1; }
  18%, 95%      { opacity: 0; }
  100%          { opacity: 1; }
}

/* indicadores (dots) */
.florema-hero__dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
  pointer-events: none;
}

.florema-hero__dot {
  width: 6px;
  height: 6px;
  background: var(--florema-cream);
  opacity: 0.6;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* ── Tarjeta de categoría (label flotante) ──────────────── */
.florema-cat {
  position: relative;
  display: block;
}

.florema-cat__label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: var(--florema-cream);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
}

.florema-cat__count {
  color: var(--florema-ink-2);
  font-weight: 400;
}

/* ── Bento grid de categorías (asimétrico) ────────────────── */
.florema-cat-bento__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  margin-bottom: 22px;
}

.florema-cat-bento__title {
  font-family: var(--florema-font-serif);
  font-size: var(--florema-size-serif-display);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 6px 0 0;
}

.florema-cat-bento__title em {
  font-style: italic;
  font-weight: 400;
}

.florema-cat-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 130px;
  gap: 10px;
}

.florema-cat-bento__cell {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--florema-cream-2);
  text-decoration: none;
  color: var(--florema-ink);
  transition: transform 0.18s ease;
}

.florema-cat-bento__cell:hover {
  transform: scale(0.995);
}

.florema-cat-bento__cell .florema-photo {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.florema-cat-bento__cell--small  { grid-column: span 1; grid-row: span 1; }
.florema-cat-bento__cell--medium { grid-column: span 2; grid-row: span 1; }
.florema-cat-bento__cell--tall   { grid-column: span 1; grid-row: span 2; }
.florema-cat-bento__cell--wide   { grid-column: span 3; grid-row: span 1; }
.florema-cat-bento__cell--large  { grid-column: span 2; grid-row: span 2; }
.florema-cat-bento__cell--xlarge { grid-column: span 3; grid-row: span 2; }

.florema-cat-bento__label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--florema-cream);
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 2;
  max-width: calc(100% - 32px);
}

.florema-cat-bento__label-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--florema-ink);
  line-height: 1.2;
}

.florema-cat-bento__label-count {
  font-family: var(--florema-font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--florema-ink-2);
}

.florema-cat-bento__arrow {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 16px;
  color: var(--florema-ink);
  background: var(--florema-cream);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.florema-cat-bento__cell:hover .florema-cat-bento__arrow {
  opacity: 1;
}

/* ── Product card (collection / best sellers / related) ─── */
.florema-card {
  background: var(--florema-cream);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--florema-ink);
  position: relative;
}

.florema-card--cream-2 { background: var(--florema-cream-2); }

.florema-card__media {
  position: relative;
  overflow: hidden;
  background: var(--florema-cream-2);
}

.florema-card__media-link {
  display: block;
}

/* Quick-add botón circular (mobile + esquina) */
.florema-card__quick-add {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  border: 1px solid var(--florema-ink);
  background: var(--florema-cream);
  color: var(--florema-ink);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.florema-card__quick-add:hover {
  background: var(--florema-ink);
  color: var(--florema-cream);
}

.florema-card__quick-add.is-added {
  background: var(--florema-green-deep);
  color: var(--florema-cream);
  border-color: var(--florema-green-deep);
}

/* Add to bag bar (desktop, aparece on hover sobre la imagen) */
.florema-card__add-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--florema-ink);
  color: var(--florema-cream);
  border: 0;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--florema-font-sans);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 2;
}

.florema-card:hover .florema-card__add-bar {
  transform: translateY(0);
  opacity: 1;
}

.florema-card__add-bar:hover {
  background: #000;
}

.florema-card__add-bar.is-added {
  background: var(--florema-green-deep);
}

.florema-card__add-bar-price {
  font-weight: 500;
}

.florema-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}

.florema-card__family {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--florema-font-mono);
  font-size: 10px;
  color: var(--florema-ink-2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
}

.florema-card__family-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  flex-shrink: 0;
}

.florema-card__family-name {
  font-weight: 500;
}

.florema-card__name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--florema-ink);
}

.florema-card__notes {
  font-size: 11px;
  color: var(--florema-ink-2);
  line-height: 1.35;
}

.florema-card__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--florema-ink);
  margin-top: 2px;
}

.florema-card__price--was {
  font-size: 12px;
  color: var(--florema-ink-3);
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 6px;
}

.florema-card__rating {
  font-size: 11px;
  color: var(--florema-ink-2);
  display: flex;
  align-items: center;
  gap: 4px;
}

.florema-card__rating-count { color: var(--florema-ink-3); }

/* Compatibilidad con cards antiguas que usaban florema-card__row */
.florema-card__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 6px;
  gap: 8px;
}

/* ── Banda de valor ──────────────────────────────────────── */
.florema-value {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 32px var(--florema-pad-x);
  border-top: 1px solid var(--florema-cream-3);
  border-bottom: 1px solid var(--florema-cream-3);
}

.florema-value__item {
  padding-left: 22px;
  border-left: 1px solid var(--florema-cream-3);
}

.florema-value__item:first-child {
  padding-left: 0;
  border-left: none;
}

.florema-value__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.florema-value__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--florema-ink);
  margin-top: -2px;
}

.florema-value__text { flex: 1; }

.florema-value__title { font-size: 13px; font-weight: 600; letter-spacing: -0.01em; color: var(--florema-ink); }
.florema-value__sub   { font-size: 12px; color: var(--florema-ink-2); margin-top: 4px; }

/* ── Pack badge ──────────────────────────────────────────── */
.florema-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--florema-ink);
  color: var(--florema-cream);
  font-size: 10px;
  font-family: var(--florema-font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
}

.florema-badge--green { background: var(--florema-green); color: var(--florema-ink); position: static; padding: 2px 6px; font-size: 9px; display: inline-block; }

/* ── Pack card ───────────────────────────────────────────── */
.florema-pack {
  background: var(--florema-cream-2);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  position: relative;
}

.florema-pack--feature { padding: 30px; }

.florema-pack__title {
  font-family: var(--florema-font-serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.florema-pack__sub {
  font-size: 12px;
  color: var(--florema-ink-2);
  margin-top: 4px;
}

.florema-pack__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 12px;
  gap: 8px;
}

/* ── Ubicaciones ─────────────────────────────────────────── */
.florema-loc {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  border-top: 1px solid var(--florema-cream-3);
}

.florema-loc__list {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.florema-loc__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid var(--florema-cream-3);
  gap: 12px;
}

.florema-loc__item:first-of-type { border-top: 1px solid var(--florema-ink); }

.florema-loc__city {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.florema-loc__addr  { font-size: 12px; color: var(--florema-ink-2); margin-top: 4px; }
.florema-loc__hours { font-size: 11px; color: var(--florema-ink-3); margin-top: 2px; font-family: var(--florema-font-mono); }

.florema-loc__media {
  min-height: 480px;
  position: relative;
  overflow: hidden;
}

.florema-loc__media .florema-photo {
  height: 100%;
  min-height: 480px;
  width: 100%;
  position: relative;
}

.florema-loc__media .florema-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Grid dinámico para categorías aromáticas (1-6 cols según blocks) */
.florema-aroma-grid {
  grid-template-columns: repeat(var(--aroma-cols, 4), 1fr);
}

/* Header de la sección categorías aromáticas */
.florema-aroma-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-bottom: 30px;
  align-items: end;
}

.florema-aroma-head__title {
  margin-top: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.florema-aroma-head__body {
  font-size: 14px;
  line-height: 1.5;
  color: var(--florema-ink-2);
  max-width: 480px;
  margin: 0;
}

/* ── Categorías aromáticas ──────────────────────────────── */
.florema-aroma-card {
  background: var(--florema-cream);
  display: flex;
  flex-direction: column;
}

.florema-aroma-card__body {
  padding: 16px 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.florema-aroma-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.florema-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.florema-aroma-card__name {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.florema-aroma-card__notes {
  font-size: 11px;
  color: var(--florema-ink-2);
  line-height: 1.5;
}

.florema-aroma-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--florema-cream-3);
}

.florema-aroma-card__count {
  font-size: 10px;
  font-family: var(--florema-font-mono);
  color: var(--florema-ink-2);
  letter-spacing: 0.08em;
}

/* ── Newsletter ──────────────────────────────────────────── */
/* ── Newsletter (2 columnas) ─────────────────────────────── */
.florema-news {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px 80px;
  align-items: center;
  padding: 64px var(--florema-pad-x);
  background: var(--florema-cream);
  border-top: 1px solid var(--florema-cream-3);
}

/* Newsletter: tipografía Apple-style */
.florema-news__eyebrow {
  font-family: var(--florema-font-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--florema-ink-3);
  margin-bottom: 14px;
}

.florema-news__title {
  font-family: var(--florema-font-serif);
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 400;           /* Light — Apple editorial */
  margin: 0 0 16px;
  letter-spacing: -0.025em;
  line-height: 1.06;
  color: var(--florema-ink);
}

/* "10% off" en itálica, mismo peso — sin negrita */
.florema-news__title em {
  font-style: italic;
  font-weight: 400;
}

.florema-news__lead {
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--florema-ink-2) !important;  /* neutralizar herencia de link color */
  line-height: 1.65;
  margin: 0;
  max-width: 340px;
}

.florema-news__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.florema-news__form-row {
  display: flex;
  gap: 0;
}

.florema-news__input {
  flex: 1;
  padding: 15px 16px;
  border: 1px solid var(--florema-ink);
  border-right: none;
  background: var(--florema-cream);
  font-size: 13px;
  font-family: var(--florema-font-sans);
  font-weight: 400;
  color: var(--florema-ink);
  outline: none;
  min-width: 0;
  -webkit-appearance: none;
  border-radius: 0;
  transition: background 0.15s;
}

.florema-news__input:focus {
  background: #fff;
}

.florema-news__input::placeholder {
  color: var(--florema-ink-3);
  font-weight: 400;
}

.florema-news__btn {
  padding: 15px 26px;
  background: var(--florema-ink);
  color: var(--florema-cream);
  font-family: var(--florema-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 1px solid var(--florema-ink);
  cursor: pointer;
  white-space: nowrap;
  -webkit-appearance: none;
  border-radius: 0;
  transition: opacity 0.2s;
}

.florema-news__btn:hover { opacity: 0.8; }

.florema-news__legal {
  margin-top: 10px;
  font-family: var(--florema-font-sans);
  font-size: 11px;
  font-weight: 400;
  color: var(--florema-ink-3);
  line-height: 1.55;
}

.florema-news__success {
  margin-top: 12px;
  font-family: var(--florema-font-sans);
  font-size: 12px;
  color: var(--florema-green-deep, #4a6741);
}

.florema-news__error {
  margin-top: 12px;
  font-family: var(--florema-font-sans);
  font-size: 12px;
  color: #a85f4f;
}

@media (max-width: 749px) {
  .florema-news {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px var(--florema-pad-x);
  }
  .florema-news__lead { max-width: 100%; }
}

/* ── Footer ──────────────────────────────────────────────── */
.florema-ftr {
  background: var(--florema-ink);
  color: var(--florema-cream);
}

/* Main: brand col + nav cols (ahora manejado por .florema-ftr__top en responsive) */

.florema-ftr__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.florema-ftr__logo-link {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

/* Footer: tipografía Apple-style */
.florema-ftr__logo {
  font-family: var(--florema-font-serif);
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1;
}

.florema-ftr__logo-img {
  display: block;
  height: auto;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.florema-ftr__tagline {
  font-family: var(--florema-font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  line-height: 1.65;
  margin: 0;
  max-width: 210px;
}

.florema-ftr__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.florema-ftr__social-btn {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.65);
  font-family: var(--florema-font-mono);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}

.florema-ftr__social-btn:hover {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

.florema-ftr__wa {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}

.florema-ftr__wa-label {
  font-family: var(--florema-font-mono);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.13em;
  color: rgba(255,255,255,0.3);
}

.florema-ftr__wa-number {
  font-family: var(--florema-font-sans);
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.015em;
  transition: opacity 0.15s;
}

.florema-ftr__wa-number:hover { opacity: 0.65; }

/* Nav columns */
.florema-ftr__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}

.florema-ftr__nav-heading {
  font-family: var(--florema-font-mono);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.florema-ftr__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.florema-ftr__nav-link {
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.15s;
  line-height: 1.3;
}

.florema-ftr__nav-link:hover,
.florema-ftr__nav-link[aria-current="page"] {
  color: #fff;
}

/* Stores strip */
.florema-ftr__stores {
  padding: 32px var(--florema-pad-x);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px 48px;
  align-items: start;
}

.florema-ftr__stores-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 2px;
}

.florema-ftr__stores-label {
  font-family: var(--florema-font-mono);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

.florema-ftr__stores-cta {
  font-family: var(--florema-font-serif);
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
  letter-spacing: -0.02em;
}

.florema-ftr__stores-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.florema-ftr__store {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.florema-ftr__store-name {
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.01em;
}

.florema-ftr__store-addr {
  font-family: var(--florema-font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  line-height: 1.45;
}

/* Header de la tarjeta de tienda (nombre + tag verde) */
.florema-ftr__store-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

/* Tag verde "1ER PISO FRENTE FALABELLA" */
.florema-ftr__store-tag {
  display: inline-block;
  background: rgba(143, 168, 122, 0.18);
  color: #b5c79e;
  font-family: var(--florema-font-mono);
  font-size: 9px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* Horario de la tienda */
.florema-ftr__store-hours {
  font-family: var(--florema-font-mono);
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,0.32);
  letter-spacing: 0.03em;
  margin-top: 4px;
  display: block;
}

.florema-ftr__store-maps {
  font-family: var(--florema-font-mono);
  font-size: 9px;
  font-weight: 400;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  letter-spacing: 0.06em;
  margin-top: 3px;
  transition: color 0.15s;
}

.florema-ftr__store-maps:hover { color: rgba(255,255,255,0.7); }

/* Legal bar */
.florema-ftr__legal {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px var(--florema-pad-x);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.florema-ftr__legal-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.florema-ftr__legal-links a {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.15s;
}

.florema-ftr__legal-links a:hover { color: rgba(255,255,255,0.75); }

.florema-ftr__legal-center {
  display: flex;
  align-items: center;
  gap: 6px;
}

.florema-ftr__country {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 4px 10px;
  border-radius: 2px;
}

.florema-ftr__payments {
  display: flex;
  justify-content: flex-end;
}

.florema-ftr__payments-text {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  text-align: right;
}

.florema-ftr__copy {
  text-align: center;
  padding: 14px var(--florema-pad-x);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.2);
}

/* ── Footer: top wrapper ─────────────────────────────── */
.florema-ftr__top {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px 60px;
  padding: 56px var(--florema-pad-x) 44px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Mobile accordion nav (siempre oculto en desktop) */
.florema-ftr__mob-acc { display: none; }

/* Mobile bottom bar (siempre oculto en desktop) */
.florema-ftr__mob-bottom { display: none; }

/* Footer responsive */
@media (max-width: 989px) {
  .florema-ftr__top {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 36px;
  }
  .florema-ftr__nav--desktop {
    grid-template-columns: repeat(2, 1fr);
  }
  .florema-ftr__stores--desktop {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 749px) {
  /* Ocultar elementos solo-desktop */
  .florema-ftr__nav--desktop,
  .florema-ftr__wa--desktop,
  .florema-ftr__stores--desktop,
  .florema-ftr__legal--desktop,
  .florema-ftr__copy--desktop {
    display: none !important;
  }

  /* Mostrar mobile */
  .florema-ftr__mob-acc {
    display: block;
  }
  .florema-ftr__mob-bottom {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px var(--florema-pad-x) 24px;
    border-top: 1px solid rgba(255,255,255,0.07);
  }

  /* Top brand mobile */
  .florema-ftr__top {
    padding: 32px var(--florema-pad-x) 28px;
    gap: 18px;
    border-bottom: none;
  }

  /* ── Accordion items ── */
  .florema-ftr__acc-item {
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .florema-ftr__acc-item:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .florema-ftr__acc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px var(--florema-pad-x);
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.55);
    font-family: var(--florema-font-mono);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none;
  }

  .florema-ftr__acc-label {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .florema-ftr__acc-count {
    color: rgba(255,255,255,0.3);
  }

  .florema-ftr__acc-icon {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
    transition: transform 0.2s;
    line-height: 1;
  }

  .florema-ftr__acc-btn[aria-expanded="true"] .florema-ftr__acc-icon {
    transform: rotate(45deg);
  }

  .florema-ftr__acc-body {
    padding: 4px var(--florema-pad-x) 20px;
  }

  .florema-ftr__acc-body .florema-ftr__nav-list {
    gap: 14px;
  }

  .florema-ftr__acc-body .florema-ftr__nav-link {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
  }

  .florema-ftr__acc-body .florema-ftr__store {
    margin-bottom: 16px;
  }

  /* ── Mobile bottom bar ── */
  .florema-ftr__mob-wa {
    display: flex;
    align-items: baseline;
    gap: 6px;
  }

  .florema-ftr__mob-wa-label {
    font-family: var(--florema-font-sans);
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,0.4);
  }

  .florema-ftr__mob-wa-num {
    font-family: var(--florema-font-sans);
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
  }

  .florema-ftr__mob-country {
    font-family: var(--florema-font-sans);
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .florema-ftr__mob-copy {
    font-family: var(--florema-font-sans);
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,0.25);
    margin-top: 4px;
  }
}

/* ══════════════════════════════════════════════════════════
   Florema · Cart Drawer
   ══════════════════════════════════════════════════════════ */

.florema-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  visibility: hidden;
  pointer-events: none;
}

.florema-cart-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

/* Overlay */
.florema-cart-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20,17,14,0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.florema-cart-drawer.is-open .florema-cart-drawer__overlay {
  opacity: 1;
}

/* Panel */
.florema-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 420px;
  max-width: 95vw;
  background: var(--florema-cream);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.32,0,0.15,1);
  box-shadow: -4px 0 40px rgba(0,0,0,0.12);
  overflow: hidden;
}

.florema-cart-drawer.is-open .florema-cart-drawer__panel {
  transform: translateX(0);
}

/* Header */
.florema-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 18px;
  border-bottom: 1px solid var(--florema-cream-3);
  flex-shrink: 0;
}

.florema-cart-drawer__title {
  font-family: var(--florema-font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--florema-ink);
  margin: 0;
}

.florema-cart-drawer__close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--florema-ink);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: opacity 0.15s;
  border-radius: 50%;
}

.florema-cart-drawer__close:hover { opacity: 0.55; }

/* Progress bar de envío gratis */
/* ── Barra de progreso dual (regalo + envío) ── */
.florema-cart-drawer__progress {
  padding: 14px 24px 0;
  border-bottom: 1px solid var(--florema-cream-3);
  flex-shrink: 0;
}

.florema-cart-drawer__progress-text {
  font-family: var(--florema-font-sans);
  font-size: 12px;
  color: var(--florema-ink-2);
  margin: 0 0 12px;
  line-height: 1.5;
}

.florema-cart-drawer__progress-text strong {
  color: var(--florema-ink);
  font-weight: 600;
}

/* Track wrapper — espacio para las etiquetas de hitos */
.florema-cart-drawer__track {
  position: relative;
  padding-bottom: 52px;
  margin: 0 8px;
}

/* Riel de fondo — overflow:hidden para contener el fill */
.florema-cart-drawer__track-bg {
  height: 12px;
  background: #e8dfca;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

/* Relleno animado — height:100% es más fiable que top+bottom */
.florema-cart-drawer__track-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 6px;
  background: linear-gradient(to right, #8fa87a, #6b8259) !important;
  transition: width 0.6s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
}

/* Hito — posicionado absolutamente sobre el track wrapper */
.florema-cart-drawer__milestone {
  position: absolute;
  top: -4px;           /* centrado vertical sobre el riel de 8px: (8/2) - (15/2) ≈ -4 */
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

/* Círculo/pip sobre el riel */
.florema-cart-drawer__milestone-pip {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--florema-cream-3);
  border: 2px solid var(--florema-cream);
  box-shadow: 0 0 0 1px var(--florema-cream-3);
  transition: background 0.35s, box-shadow 0.35s;
  flex-shrink: 0;
}

.florema-cart-drawer__milestone.is-reached .florema-cart-drawer__milestone-pip {
  background: #4a6741;
  box-shadow: 0 0 0 2px rgba(74,103,65,0.2);
}

/* Cuerpo con icono + etiqueta */
.florema-cart-drawer__milestone-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  margin-top: 6px;
}

.florema-cart-drawer__milestone-icon {
  display: flex;
  align-items: center;
  color: var(--florema-ink-3);
  transition: color 0.3s;
}

.florema-cart-drawer__milestone.is-reached .florema-cart-drawer__milestone-icon {
  color: #4a6741;
}

.florema-cart-drawer__milestone-label {
  font-family: var(--florema-font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--florema-ink-3);
  line-height: 1.3;
  transition: color 0.3s;
  white-space: nowrap;
}

.florema-cart-drawer__milestone.is-reached .florema-cart-drawer__milestone-label {
  color: #4a6741;
  font-weight: 600;
}

/* Contador en header */
.florema-cart-drawer__count {
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--florema-ink-3);
}

/* ── Upsell: tira horizontal compacta ── */
.florema-cart-drawer__upsell {
  border-top: 1px solid var(--florema-cream-3);
  padding: 12px 0 14px;
  flex-shrink: 0;
}

.florema-cart-drawer__upsell-head {
  padding: 0 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.florema-cart-drawer__upsell-title {
  font-family: var(--florema-font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--florema-ink);
  font-weight: 600;
}

.florema-cart-drawer__upsell-sub {
  font-family: var(--florema-font-sans);
  font-size: 10px;
  color: var(--florema-ink-3);
}

/* Tira horizontal deslizable */
.florema-cart-drawer__upsell-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 24px 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.florema-cart-drawer__upsell-list::-webkit-scrollbar { display: none; }

/* Card vertical compacta */
.florema-cart-drawer__upsell-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  width: 82px;
  scroll-snap-align: start;
}

.florema-cart-drawer__upsell-img {
  display: block;
  width: 82px;
  height: 82px;
  overflow: hidden;
  background: var(--florema-cream-2);
}

.florema-cart-drawer__upsell-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.florema-cart-drawer__upsell-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 100%;
}

.florema-cart-drawer__upsell-name {
  font-family: var(--florema-font-sans);
  font-size: 10px;
  color: var(--florema-ink);
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.florema-cart-drawer__upsell-price {
  font-family: var(--florema-font-sans);
  font-size: 10px;
  color: var(--florema-ink-2);
}

.florema-cart-drawer__upsell-add {
  background: var(--florema-ink);
  color: var(--florema-cream);
  border: none;
  width: 26px;
  height: 26px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: opacity 0.2s, transform 0.15s;
  flex-shrink: 0;
  line-height: 1;
}

.florema-cart-drawer__upsell-add:hover { opacity: 0.75; transform: scale(1.08); }
.florema-cart-drawer__upsell-add.is-added { background: #4a6741; }

/* Columnas header */
.florema-cart-drawer__columns {
  display: flex;
  justify-content: space-between;
  padding: 10px 24px 8px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--florema-ink-3);
  border-bottom: 1px solid var(--florema-cream-3);
  flex-shrink: 0;
}

/* Items list */
.florema-cart-drawer__items {
  flex: 1;
  overflow-y: auto;
  padding: 0 24px;
  -webkit-overflow-scrolling: touch;
}

.florema-cart-drawer__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  font-family: var(--florema-font-sans);
  font-size: 13px;
  color: var(--florema-ink-3);
}

/* Item */
.florema-cart-drawer__item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0 12px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--florema-cream-3);
}

.florema-cart-drawer__item:last-child {
  border-bottom: none;
}

.florema-cart-drawer__item-img {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  background: var(--florema-cream-2);
  flex-shrink: 0;
}

.florema-cart-drawer__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.florema-cart-drawer__item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.florema-cart-drawer__item-title {
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--florema-ink);
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: -0.005em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.florema-cart-drawer__item-title:hover {
  color: var(--florema-ink-2);
}

.florema-cart-drawer__item-price {
  font-family: var(--florema-font-sans);
  font-size: 12px;
  color: var(--florema-ink-2);
}

.florema-cart-drawer__item-variant {
  font-family: var(--florema-font-sans);
  font-size: 11px;
  color: var(--florema-ink-3);
}

.florema-cart-drawer__item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

/* Qty stepper */
.florema-cart-drawer__qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--florema-cream-3);
}

.florema-cart-drawer__qty button {
  background: transparent;
  border: none;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  color: var(--florema-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.florema-cart-drawer__qty button:hover {
  background: var(--florema-cream-2);
}

.florema-cart-drawer__qty input[type="number"] {
  width: 32px;
  border: none;
  border-left: 1px solid var(--florema-cream-3);
  border-right: 1px solid var(--florema-cream-3);
  background: transparent;
  text-align: center;
  font-family: var(--florema-font-sans);
  font-size: 12px;
  color: var(--florema-ink);
  height: 28px;
  padding: 0;
  -moz-appearance: textfield;
}

.florema-cart-drawer__qty input::-webkit-inner-spin-button,
.florema-cart-drawer__qty input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* Remove button */
.florema-cart-drawer__item-remove {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--florema-ink-3);
  padding: 4px;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}

.florema-cart-drawer__item-remove:hover {
  color: var(--florema-ink);
}

/* Item total (right column) */
.florema-cart-drawer__item-total {
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--florema-ink);
  text-align: right;
  padding-top: 2px;
  white-space: nowrap;
}

/* Note */
.florema-cart-drawer__note {
  border-top: 1px solid var(--florema-cream-3);
  flex-shrink: 0;
}

.florema-cart-drawer__note-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  cursor: pointer;
  font-family: var(--florema-font-sans);
  font-size: 12px;
  color: var(--florema-ink-2);
  list-style: none;
  user-select: none;
}

.florema-cart-drawer__note-summary::-webkit-details-marker { display: none; }

.florema-cart-drawer__note-icon {
  font-size: 16px;
  font-weight: 300;
  transition: transform 0.2s;
}

.florema-cart-drawer__note[open] .florema-cart-drawer__note-icon {
  transform: rotate(45deg);
}

.florema-cart-drawer__note-input {
  width: 100%;
  padding: 10px 24px 16px;
  border: none;
  border-top: 1px solid var(--florema-cream-3);
  background: var(--florema-cream-2);
  font-family: var(--florema-font-sans);
  font-size: 12px;
  color: var(--florema-ink);
  resize: vertical;
  outline: none;
  display: block;
  box-sizing: border-box;
}

/* Footer */
.florema-cart-drawer__footer {
  padding: 16px 24px 24px;
  border-top: 1px solid var(--florema-cream-3);
  flex-shrink: 0;
  background: var(--florema-cream);
}

.florema-cart-drawer__total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4px;
}

.florema-cart-drawer__total-label {
  font-family: var(--florema-font-sans);
  font-size: 13px;
  color: var(--florema-ink-2);
  font-weight: 400;
}

.florema-cart-drawer__total-value {
  font-family: var(--florema-font-sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--florema-ink);
  letter-spacing: -0.01em;
}

.florema-cart-drawer__total-info {
  font-family: var(--florema-font-sans);
  font-size: 11px;
  color: var(--florema-ink-3);
  margin: 0 0 14px;
}

.florema-cart-drawer__checkout {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  background: var(--florema-ink);
  color: var(--florema-cream);
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid var(--florema-ink);
  cursor: pointer;
  transition: opacity 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
}

.florema-cart-drawer__checkout:hover { opacity: 0.82; }

/* ── Sobre la marca ──────────────────────────────────────── */
.florema-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

.florema-about__media {
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.florema-about__media .florema-photo {
  height: 100%;
  min-height: 420px;
  width: 100%;
}

.florema-about--reverse > .florema-about__media { order: 2; }

.florema-about__copy {
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.florema-about__title {
  font-family: var(--florema-font-serif);
  font-size: 44px;
  line-height: 1.07;
  margin: 14px 0 16px;
  font-weight: 500;
  letter-spacing: -0.015em;
  max-width: 440px;
}

.florema-about__lead {
  font-size: 14px;
  line-height: 1.7;
  color: var(--florema-ink-2);
  max-width: 440px;
  margin: 0;
}

/* ── Categoría iconos (strip horizontal) ────────────────── */
.florema-cat-icons {
  background: var(--florema-cream);
  padding: 60px var(--florema-pad-x);
  text-align: center;
  border-top: 1px solid var(--florema-cream-3);
}

.florema-cat-icons__head {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.florema-cat-icons__title {
  font-family: var(--florema-font-serif);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 8px 0 0;
}

.florema-cat-icons__body {
  font-size: 14px;
  line-height: 1.5;
  color: var(--florema-ink-2);
  max-width: 520px;
  margin: 6px auto 0;
}

.florema-cat-icons__row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.florema-cat-icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  color: var(--florema-ink);
  text-decoration: none;
  transition: opacity 0.2s ease;
  min-width: 100px;
  padding: 8px 4px;
}

.florema-cat-icons__item:hover {
  opacity: 0.7;
}

.florema-cat-icons__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: var(--florema-ink);
}

.florema-cat-icons__icon .florema-icon {
  width: 100%;
  height: 100%;
}

.florema-cat-icons__label {
  font-family: var(--florema-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--florema-ink);
}

/* ── Collection page · banner ────────────────────────────── */
.florema-coll-banner {
  position: relative;
  padding: var(--florema-pad-y) var(--florema-pad-x);
  background: var(--florema-cream);
  overflow: hidden;
}

.florema-coll-banner--with-image {
  min-height: 360px;
  padding: 80px 40px 70px;
}

.florema-coll-banner__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.florema-coll-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.florema-coll-banner__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.florema-coll-banner__title {
  font-family: var(--florema-font-serif);
  font-size: var(--florema-size-serif-display);
  line-height: 1.07;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 12px 0 14px;
}

.florema-coll-banner__title em { font-style: italic; font-weight: 400; }

.florema-coll-banner__body {
  font-size: 14px;
  line-height: 1.65;
  color: var(--florema-ink-2);
  max-width: 560px;
  margin-bottom: 14px;
}

.florema-coll-banner__body p { margin: 0 0 8px; color: inherit; }

.florema-coll-banner__count {
  margin-top: 10px;
}

/* modo claro (sobre imágenes oscuras) */
.florema-coll-banner--light .florema-coll-banner__title,
.florema-coll-banner--light .florema-coll-banner__body,
.florema-coll-banner--light .florema-coll-banner__count {
  color: var(--florema-cream);
}

.florema-coll-banner--light .florema-eyebrow {
  color: var(--florema-cream);
  opacity: 0.85;
}

/* ── Collection page · grid ──────────────────────────────── */
.florema-coll {
  padding: 28px var(--florema-pad-x) var(--florema-pad-y);
  background: var(--florema-cream);
}

.florema-coll__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 14px 0 22px;
  border-bottom: 1px solid var(--florema-cream-3);
  margin-bottom: 24px;
}

.florema-coll__bar-left,
.florema-coll__bar-right {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.florema-coll__filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.florema-coll__filter > .florema-mono {
  color: var(--florema-ink-2);
}

.florema-coll__filter select,
.florema-coll__filter input[type="number"] {
  font-family: var(--florema-font-sans);
  font-size: 13px;
  padding: 8px 12px;
  border: 1px solid var(--florema-cream-3);
  background: var(--florema-cream);
  color: var(--florema-ink);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231d1d1b' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
  padding-right: 28px;
}

.florema-coll__filter input[type="number"] {
  background-image: none;
  padding: 8px 10px;
  width: 88px;
}

.florema-coll__filter select:focus,
.florema-coll__filter input:focus {
  outline: none;
  border-color: var(--florema-ink);
}

.florema-coll__filter-price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.florema-coll__filter-price > span {
  font-size: 12px;
  color: var(--florema-ink-3);
}

.florema-coll__grid {
  margin-bottom: 32px;
}

.florema-coll__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 28px 0 8px;
  border-top: 1px solid var(--florema-cream-3);
}

.florema-coll__pagination-status {
  color: var(--florema-ink-2);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.florema-coll__pagination-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.florema-coll__empty {
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* ─────────────────────────────────────────────────────────
   PDP · Product page
   ───────────────────────────────────────────────────────── */
.florema-pdp {
  padding: 0 var(--florema-pad-x) 40px;
  background: var(--florema-cream);
}

.florema-pdp__breadcrumb {
  padding: 14px 0;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--florema-ink-2);
}

.florema-pdp__breadcrumb a {
  color: inherit;
}

.florema-pdp__breadcrumb a:hover {
  color: var(--florema-ink);
}

.florema-pdp__breadcrumb-sep {
  margin: 0 6px;
  color: var(--florema-ink-3);
}

.florema-pdp__breadcrumb-current {
  color: var(--florema-ink);
}

.florema-pdp__main {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  margin-bottom: 40px;
}

.florema-pdp__gallery-wrap {
  padding-right: 24px;
  /* Foto sticky en escritorio: acompaña el scroll por la sección de info,
     y se libera al llegar al final de .florema-pdp__main (Combina con / Reseñas).
     Sin max-height ni overflow para evitar scrollbars internas. */
  position: sticky;
  top: 24px;
  align-self: start;
}

/* Gallery */
.florema-pdp-gallery {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
}

.florema-pdp-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.florema-pdp-gallery__thumb {
  aspect-ratio: 1;
  background: var(--florema-cream-2);
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  outline: 1px solid transparent;
  transition: outline-color 0.15s ease;
}

.florema-pdp-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.florema-pdp-gallery__thumb.is-active {
  outline: 2px solid var(--florema-ink);
  outline-offset: -2px;
}

.florema-pdp-gallery__main {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--florema-cream-2);
  overflow: hidden;
}

.florema-pdp-gallery__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.florema-pdp-gallery__slide.is-active {
  opacity: 1;
  z-index: 2;
}

.florema-pdp-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info column */
.florema-pdp__info {
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
}

.florema-pdp__family {
  font-family: var(--florema-font-mono);
  font-size: var(--florema-size-eyebrow);
  font-weight: 500;
  color: var(--florema-ink-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.florema-pdp__title {
  font-family: var(--florema-font-serif);
  font-size: var(--florema-size-serif-display);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.07;
  margin: 8px 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.florema-pdp__rating {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: var(--florema-size-small);
  color: var(--florema-ink);
}

/* Versión clickeable: scroll a la sección de reseñas */
.florema-pdp__rating--link {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.florema-pdp__rating--link:hover {
  opacity: 0.7;
}
.florema-pdp__rating--link:hover .florema-pdp__rating-text {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.florema-pdp__rating-text {
  color: var(--florema-ink-2);
}

.florema-pdp__desc {
  font-size: var(--florema-size-body);
  line-height: 1.5;
  color: var(--florema-ink-2);
  margin: 20px 0 0;
  font-weight: 400;
}

.florema-pdp__desc--bottom {
  margin: 24px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--florema-cream-3);
  font-size: 13px;
  line-height: 1.5;
}

.florema-pdp__price {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.018em;
  margin-top: 22px;
  color: var(--florema-ink);
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.florema-pdp__price-compare {
  font-size: 14px;
  font-weight: 400;
  color: var(--florema-ink-3);
  text-decoration: line-through;
}

.florema-pdp__price-currency {
  font-size: 12px;
  font-weight: 400;
  color: var(--florema-ink-2);
}

.florema-pdp__price-discount {
  font-size: 11px;
  font-weight: 600;
  color: var(--florema-red-deep);
  background: rgba(230, 179, 168, 0.25);
  padding: 4px 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Banner de cuotas (Mercado Pago) */
.florema-pdp__installments {
  margin-top: 14px;
  padding: 12px 16px;
  background: var(--florema-cream-2);
  border: 1px solid var(--florema-cream-3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--florema-ink);
  text-decoration: none;
  transition: border-color 0.15s ease;
}

a.florema-pdp__installments:hover {
  border-color: var(--florema-ink);
}

.florema-pdp__installments-text {
  color: var(--florema-ink);
}

.florema-pdp__installments-text strong {
  font-weight: 600;
}

.florema-pdp__installments-logo {
  height: 22px;
  width: auto;
  max-width: 90px;
  flex-shrink: 0;
  object-fit: contain;
}

/* Recomendados inline (estilo "Pairs Well With") */
.florema-pdp__recommend {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--florema-cream-3);
}

.florema-pdp__recommend-head {
  margin-bottom: 14px;
}

.florema-pdp__recommend-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--florema-ink);
}

.florema-pdp__recommend-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.florema-pdp__recommend-grid::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.florema-pdp__recommend-card {
  flex: 0 0 calc(32% - 8px);
  display: flex;
  flex-direction: column;
  background: var(--florema-cream);
  scroll-snap-align: start;
}

.florema-pdp__recommend-imglink {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--florema-cream-2);
  overflow: hidden;
}

.florema-pdp__recommend-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.florema-pdp__recommend-add {
  position: absolute;
  right: 8px;
  bottom: 8px;
  margin: 0;
}

.florema-pdp__recommend-add-btn {
  width: 24px;
  height: 24px;
  border: 1px solid var(--florema-ink);
  background: var(--florema-cream);
  color: var(--florema-ink);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50% !important;
  transition: background 0.15s ease, color 0.15s ease;
}

.florema-pdp__recommend-add-btn:hover {
  background: var(--florema-ink);
  color: var(--florema-cream);
}

.florema-pdp__recommend-add-btn.is-added {
  background: var(--florema-green-deep);
  color: var(--florema-cream);
  border-color: var(--florema-green-deep);
}

.florema-pdp__recommend-info {
  padding: 8px 0 0;
  display: flex;
  flex-direction: column;
}

.florema-pdp__recommend-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--florema-ink);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.florema-pdp__recommend-sub {
  font-size: 10px;
  color: var(--florema-ink-2);
  margin-top: 2px;
}

.florema-pdp__recommend-price {
  font-size: 12px;
  margin-top: 4px;
  color: var(--florema-ink);
  font-weight: 500;
}

.florema-pdp__recommend-compare {
  font-size: 11px;
  color: var(--florema-ink-3);
  text-decoration: line-through;
  margin-left: 6px;
  font-weight: 400;
}

/* Aroma selector */
.florema-pdp-aromas {
  margin-top: 28px;
}

.florema-pdp-aromas__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  gap: 12px;
}

.florema-pdp-aromas__head .florema-mono {
  letter-spacing: 0.08em;
  color: var(--florema-ink-2);
}

.florema-pdp-aromas__view-all {
  font-size: 12px;
  color: var(--florema-ink-2);
}

.florema-pdp-aromas__view-all:hover {
  color: var(--florema-ink);
}

.florema-pdp-aromas__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.florema-pdp-aroma {
  display: flex;
  flex-direction: column;
  padding: 10px 8px;
  background: var(--florema-cream);
  border: 1px solid var(--florema-cream-3);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  text-align: left;
}

.florema-pdp-aroma:hover {
  border-color: var(--florema-ink);
}

.florema-pdp-aroma.is-active {
  background: var(--florema-ink);
  color: var(--florema-cream);
  border-color: var(--florema-ink);
}

.florema-pdp-aroma__swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 6px;
}

.florema-pdp-aroma__name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.florema-pdp-aroma__family {
  font-size: 9px;
  font-family: var(--florema-font-mono);
  opacity: 0.7;
  margin-top: 2px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.florema-pdp-aroma__notes {
  font-size: 10px;
  color: var(--florema-ink-2);
  margin-top: 6px;
  line-height: 1.35;
  display: block;
}

.florema-pdp-aroma.is-active .florema-pdp-aroma__notes {
  color: rgba(250, 248, 243, 0.75);
}

/* Notas olfativas */
.florema-pdp-notes {
  margin-top: 26px;
  background: var(--florema-cream-2);
  padding: 22px;
}

.florema-pdp-notes__head {
  font-family: var(--florema-font-mono);
  font-size: var(--florema-size-eyebrow);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--florema-ink-2);
  margin-bottom: 14px;
}

.florema-pdp-notes__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--florema-cream-3);
  align-items: center;
}

.florema-pdp-notes__row:first-of-type {
  border-top: none;
}

.florema-pdp-notes__label {
  font-size: 13px;
  font-weight: 500;
}

.florema-pdp-notes__bar {
  height: 4px;
  background: var(--florema-cream-3);
  margin-top: 6px;
  position: relative;
}

.florema-pdp-notes__fill {
  position: absolute;
  inset: 0;
  background: var(--florema-green-deep);
}

.florema-pdp-notes__list {
  font-size: 13px;
  color: var(--florema-ink);
  line-height: 1.5;
}

/* Variant chips (size selector) */
.florema-pdp__option {
  margin-top: 22px;
}

.florema-pdp__option-label {
  letter-spacing: 0.08em;
  color: var(--florema-ink-2);
  margin-bottom: 8px;
  display: block;
  font-size: var(--florema-size-eyebrow);
  font-family: var(--florema-font-mono);
  text-transform: uppercase;
  font-weight: 500;
}

.florema-pdp__variants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px;
}

/* Variants enriquecidos (chips con swatch+familia+notas): 4 columnas fijas */
.florema-pdp__variants--rich {
  grid-template-columns: repeat(4, 1fr);
}

.florema-pdp__variant-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.florema-pdp__variant-chip {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  background: var(--florema-cream);
  border: 1px solid var(--florema-cream-3);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: left;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  gap: 0;
}

.florema-pdp__variant-swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 6px;
  flex-shrink: 0;
}

.florema-pdp__variant-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.florema-pdp__variant-family {
  font-family: var(--florema-font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--florema-ink-2);
  margin-top: 3px;
  opacity: 0.85;
}

.florema-pdp__variant-notes {
  font-size: 11px;
  color: var(--florema-ink-2);
  margin-top: 5px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0;
}

.florema-pdp__variant-input:checked + .florema-pdp__variant-chip .florema-pdp__variant-family,
.florema-pdp__variant-input:checked + .florema-pdp__variant-chip .florema-pdp__variant-notes {
  color: rgba(250, 248, 243, 0.75);
  opacity: 1;
}

.florema-pdp__variant-chip:hover {
  border-color: var(--florema-ink);
}

.florema-pdp__variant-input:checked + .florema-pdp__variant-chip {
  background: var(--florema-ink);
  color: var(--florema-cream);
  border-color: var(--florema-ink);
}

/* Toggle "Mismo aroma para ambos productos · Recomendado" */
.florema-pdp__option--hidden {
  display: none;
}

.florema-pdp__same-aroma {
  margin: 4px 0 14px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid var(--florema-cream-3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.florema-pdp__same-aroma-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}

.florema-pdp__same-aroma-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--florema-ink-2);
}

.florema-pdp__same-aroma-badge {
  font-family: var(--florema-font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--florema-green-deep);
  background: transparent;
  padding: 0;
  white-space: nowrap;
  border: none;
}

.florema-pdp__same-aroma-badge::before {
  content: '·';
  margin-right: 4px;
  opacity: 0.5;
}

.florema-pdp__same-aroma-toggle {
  background: transparent;
  border: 0;
  padding: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.florema-pdp__same-aroma-toggle-track {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: var(--florema-cream-3);
  position: relative;
  transition: background 0.2s ease;
}

.florema-pdp__same-aroma-toggle-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: var(--florema-cream);
  transition: transform 0.2s ease;
}

.florema-pdp__same-aroma-toggle[aria-pressed="true"] .florema-pdp__same-aroma-toggle-track {
  background: var(--florema-ink);
}

.florema-pdp__same-aroma-toggle[aria-pressed="true"] .florema-pdp__same-aroma-toggle-knob {
  transform: translateX(14px);
}

/* CTA row */
.florema-pdp__cta-row {
  display: flex;
  gap: 8px;
  margin-top: 22px;
  align-items: stretch;
}

.florema-pdp__qty {
  display: flex;
  border: 1px solid var(--florema-ink);
  align-items: stretch;
}

.florema-pdp__qty-btn {
  background: transparent;
  border: 0;
  width: 38px;
  font-size: 16px;
  color: var(--florema-ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.florema-pdp__qty-btn:hover {
  background: var(--florema-cream-2);
}

.florema-pdp__qty-input {
  width: 48px;
  border: 0;
  border-left: 1px solid var(--florema-ink);
  border-right: 1px solid var(--florema-ink);
  padding: 12px 0;
  font-size: 13px;
  text-align: center;
  background: var(--florema-cream);
  color: var(--florema-ink);
  font-family: var(--florema-font-sans);
  appearance: textfield;
  -moz-appearance: textfield;
}

.florema-pdp__qty-input::-webkit-outer-spin-button,
.florema-pdp__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.florema-pdp__add {
  flex: 1;
}

.florema-pdp__add[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Warranties · grid 2x2 con ícono + texto */
.florema-pdp__warranties {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  border-top: 1px solid var(--florema-cream-3);
  padding-top: 20px;
}

.florema-pdp__warranty {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.florema-pdp__warranty-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--florema-ink);
  margin-top: -2px;
}

.florema-pdp__warranty-text {
  flex: 1;
}

.florema-pdp__warranty-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--florema-ink);
  line-height: 1.2;
}

.florema-pdp__warranty-sub {
  font-size: 12px;
  color: var(--florema-ink-2);
  margin-top: 3px;
  line-height: 1.4;
}

/* Iconos genéricos */
.florema-icon {
  display: block;
}

/* ─────────────────────────────────────────────────────────
   Header · Florema
   ───────────────────────────────────────────────────────── */
.florema-hdr {
  background: var(--florema-cream);
  border-bottom: 1px solid var(--florema-cream-3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: box-shadow 0.2s ease;
}

.florema-hdr.is-scrolled {
  box-shadow: 0 2px 12px -4px rgba(29, 29, 27, 0.08) !important;
}

.florema-hdr__announce {
  background: var(--florema-ink);
  color: var(--florema-cream);
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 8px 16px;
}

.florema-hdr__announce a {
  color: inherit;
  text-decoration: none;
}

.florema-hdr__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px 32px;
  max-width: 1440px;
  margin: 0 auto;
}

.florema-hdr__menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}

.florema-hdr__menu-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--florema-ink);
}

.florema-hdr__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--florema-ink);
  line-height: 1;
}

.florema-hdr__logo-text {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-family: var(--florema-font-sans);
}

.florema-hdr__logo-sub {
  font-family: var(--florema-font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--florema-ink-2);
  margin-top: 2px;
}

.florema-hdr__logo-img {
  max-height: 38px;
  width: auto;
}

.florema-hdr__nav {
  justify-self: center;
}

.florema-hdr__nav-list {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.florema-hdr__nav-item {
  position: relative;
}

.florema-hdr__nav-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--florema-ink);
  text-decoration: none;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: color 0.15s ease;
}

.florema-hdr__nav-link:hover,
.florema-hdr__nav-link.is-active {
  color: var(--florema-ink);
}

.florema-hdr__nav-link.is-active::after,
.florema-hdr__nav-item.is-open .florema-hdr__nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--florema-ink);
}

.florema-hdr__nav-caret {
  font-size: 14px;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 2px;
  color: var(--florema-ink-2);
  transition: transform 0.2s ease;
}

.florema-hdr__nav-item.is-open .florema-hdr__nav-caret {
  transform: rotate(-90deg);
}

/* Dropdown */
.florema-hdr__dropdown {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(0);
  min-width: 580px;
  max-width: 90vw;
  background: var(--florema-cream);
  border: 1px solid var(--florema-cream-3);
  border-top: 0;
  padding: 32px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 90;
  pointer-events: none;
  box-shadow: 0 12px 32px -10px rgba(29, 29, 27, 0.12) !important;
}

/* Acción en el dropdown — agregar línea sutil arriba */
.florema-hdr__dropdown::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 24px;
  right: 24px;
  height: 1px;
  background: var(--florema-cream-3);
}

.florema-hdr__nav-item.is-open .florema-hdr__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.florema-hdr__dropdown-cols {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.florema-hdr__dropdown-col {
  flex: 0 0 auto;
  min-width: 140px;
}

.florema-hdr__dropdown-heading {
  font-family: var(--florema-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--florema-ink);
  font-weight: 600;
  margin-bottom: 12px;
}

.florema-hdr__dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.florema-hdr__dropdown-link {
  font-size: 14px;
  color: var(--florema-ink-2);
  text-decoration: none;
  padding: 6px 0;
  display: inline-block;
  font-weight: 400;
  letter-spacing: -0.005em;
  transition: color 0.15s ease, transform 0.15s ease;
  position: relative;
}

.florema-hdr__dropdown-link::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
  background: var(--florema-ink);
  opacity: 0;
  transition: opacity 0.18s ease, width 0.18s ease;
}

.florema-hdr__dropdown-link:hover {
  color: var(--florema-ink);
  transform: translateX(4px);
}

.florema-hdr__dropdown-link:hover::before {
  opacity: 1;
  width: 8px;
}

.florema-hdr__dropdown-link--standalone {
  font-style: italic;
  font-size: 12px;
}

/* Promo blocks en dropdown */
.florema-hdr__dropdown-promo {
  flex: 0 0 200px;
  text-decoration: none;
  color: var(--florema-ink);
  display: block;
}

.florema-hdr__dropdown-promo-img {
  aspect-ratio: 16 / 10;
  background: var(--florema-cream-2);
  overflow: hidden;
  margin-bottom: 8px;
}

.florema-hdr__dropdown-promo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.florema-hdr__dropdown-promo-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Right-side actions */
.florema-hdr__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-self: end;
}

.florema-hdr__action {
  position: relative;
  color: var(--florema-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.florema-hdr__action:hover {
  opacity: 0.6;
}

.florema-hdr__cart {
  position: relative;
}

.florema-hdr__cart-count {
  position: absolute;
  top: -2px;
  right: -4px;
  background: var(--florema-ink);
  color: var(--florema-cream);
  font-family: var(--florema-font-mono);
  font-size: 9px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.florema-hdr__cart-count[hidden] {
  display: none !important;
}

/* Mobile drawer */
.florema-hdr__mobile {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
}

.florema-hdr__mobile.is-open {
  visibility: visible;
}

.florema-hdr__mobile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(29, 29, 27, 0);
  transition: background 0.25s ease;
}

.florema-hdr__mobile.is-open .florema-hdr__mobile-overlay {
  background: rgba(29, 29, 27, 0.4);
}

.florema-hdr__mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(380px, 90%);
  background: var(--florema-cream);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.florema-hdr__mobile.is-open .florema-hdr__mobile-panel {
  transform: translateX(0);
}

.florema-hdr__mobile-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--florema-cream-3);
  min-height: 60px;
}

/* Logo en mobile drawer — clickeable, va al home */
.florema-hdr__mobile-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.florema-hdr__mobile-logo-img {
  display: block;
  height: 22px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
}

/* Fallback texto si no hay imagen */
.florema-hdr__mobile-logo .florema-hdr__logo-text {
  font-family: var(--florema-font-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--florema-ink);
  line-height: 1;
}

.florema-hdr__mobile-close {
  background: transparent;
  border: 0;
  font-size: 26px;
  font-weight: 300;
  cursor: pointer;
  padding: 8px;
  color: var(--florema-ink);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background 0.15s;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}

.florema-hdr__mobile-close:active {
  background: var(--florema-cream-2);
}

.florema-hdr__mobile-nav {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0 24px;
  -webkit-overflow-scrolling: touch;
}

.florema-hdr__mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ── Ítems principales ── */
.florema-hdr__mobile-item > a,
.florema-hdr__mobile-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;          /* touch target ≥ 48px */
  min-height: 56px;
  font-family: var(--florema-font-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--florema-ink);
  text-decoration: none;
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid var(--florema-cream-3);
  transition: background 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.florema-hdr__mobile-item > a:active,
.florema-hdr__mobile-item summary:active {
  background: var(--florema-cream-2);
}

.florema-hdr__mobile-item summary::-webkit-details-marker { display: none; }

.florema-hdr__mobile-item details summary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.22s ease;
  color: var(--florema-ink-3);
}

.florema-hdr__mobile-item details[open] summary span {
  transform: rotate(45deg);
}

/* ── Sub-menú (Ej: Productos) ── */
.florema-hdr__mobile-sub {
  background: var(--florema-cream-2);
  border-bottom: 1px solid var(--florema-cream-3);
}

.florema-hdr__mobile-sub li {
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.florema-hdr__mobile-sub li:last-child {
  border-bottom: none;
}

.florema-hdr__mobile-sub li > a,
.florema-hdr__mobile-sub li summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px 16px 40px;  /* indent + touch target generoso */
  min-height: 52px;
  font-family: var(--florema-font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--florema-ink);
  text-decoration: none;
  transition: background 0.12s;
  -webkit-tap-highlight-color: transparent;
  list-style: none;
}

.florema-hdr__mobile-sub li > a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--florema-ink-3);
  flex-shrink: 0;
}

.florema-hdr__mobile-sub li > a:active,
.florema-hdr__mobile-sub li summary:active {
  background: var(--florema-cream-3);
}

/* ── Sub-sub-menú ── */
.florema-hdr__mobile-subsub {
  background: var(--florema-cream-3);
}

.florema-hdr__mobile-subsub li a {
  display: flex;
  align-items: center;
  padding: 14px 24px 14px 56px;
  min-height: 48px;
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--florema-ink-2);
  text-decoration: none;
  transition: background 0.12s;
  -webkit-tap-highlight-color: transparent;
}

.florema-hdr__mobile-subsub li a:active {
  background: rgba(0,0,0,0.05);
}

/* Promo blocks dentro del mobile drawer */
.florema-hdr__mobile-promo {
  list-style: none;
  margin: 14px 22px 16px;
}

.florema-hdr__mobile-promo a {
  display: block;
  text-decoration: none;
  color: var(--florema-ink);
}

.florema-hdr__mobile-promo-img {
  aspect-ratio: 16 / 10;
  background: var(--florema-cream-2);
  overflow: hidden;
  margin-bottom: 8px;
}

.florema-hdr__mobile-promo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.florema-hdr__mobile-promo-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: block;
}

.florema-hdr__mobile-foot {
  padding: 18px 22px;
  border-top: 1px solid var(--florema-cream-3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.florema-hdr__mobile-foot a {
  font-size: 13px;
  color: var(--florema-ink);
  text-decoration: none;
}

@media (max-width: 1099px) {
  .florema-hdr__bar { padding: 14px 20px; gap: 14px; }
  .florema-hdr__menu-toggle { display: flex; }
  .florema-hdr__nav { display: none; }
  .florema-hdr__bar {
    grid-template-columns: auto 1fr auto;
  }
  .florema-hdr__logo { justify-self: center; }
  .florema-hdr__logo-text { font-size: 18px; }
  .florema-hdr__actions { gap: 10px; }
  .florema-hdr__mobile { display: block; }
}

/* Sticky CTA bar (aparece al scrollear bajo el CTA principal)
   Desktop (≥750px): aparece DEBAJO del header sticky (top:72px)
   Mobile  (<750px):  aparece ABAJO de la pantalla (bottom:0) */
.florema-pdp__sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 110px;        /* fallback CSS — JS lo ajusta dinámicamente al alto real del header */
  bottom: auto;
  z-index: 50;       /* debajo del header sticky (z-index:100) */
  background: var(--florema-ink);
  border-top: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.16);
  transform: translateY(-200%);  /* desktop: oculto hacia ARRIBA */
  transition: transform 0.3s ease, visibility 0.3s;
  pointer-events: none;
  visibility: hidden;
}

.florema-pdp__sticky.is-visible {
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Mobile: vuelve a la posición inferior (más cómodo para tap) */
@media (max-width: 749px) {
  .florema-pdp__sticky {
    top: auto;
    bottom: 0;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.18);
    transform: translateY(110%);   /* oculto hacia ABAJO en mobile */
  }
}

.florema-pdp__sticky-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.florema-pdp__sticky-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.florema-pdp__sticky-name {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.florema-pdp__sticky-name [data-pdp-sticky-variant] {
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.florema-pdp__sticky-change {
  background: transparent;
  border: 0;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  align-self: flex-start;
  font-family: inherit;
  letter-spacing: 0.02em;
  transition: color 0.15s;
}

.florema-pdp__sticky-change:hover {
  color: rgba(255,255,255,0.85);
}

.florema-pdp__sticky-qty {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}

.florema-pdp__sticky-qty-btn {
  background: transparent;
  border: 0;
  width: 32px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.15s;
}

.florema-pdp__sticky-qty-btn:hover {
  background: rgba(255,255,255,0.1);
}

.florema-pdp__sticky-qty-val {
  width: 32px;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,0.25);
  border-right: 1px solid rgba(255,255,255,0.25);
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
}

.florema-pdp__sticky-btn {
  flex-shrink: 0;
  background: var(--florema-cream) !important;
  color: var(--florema-ink) !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 12px 22px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s !important;
}

.florema-pdp__sticky-btn:hover {
  background: #fff !important;
  opacity: 1 !important;
}

.florema-pdp__sticky-btn:disabled {
  opacity: 0.45 !important;
  cursor: default;
}

.florema-pdp__sticky-btn-sep {
  opacity: 0.45;
}

.florema-pdp__sticky-sep {
  opacity: 0.45;
  color: rgba(255,255,255,0.5);
}

.florema-pdp__sticky-name [data-pdp-sticky-family] {
  color: rgba(255,255,255,0.75);
  font-style: italic;
  font-size: 0.9em;
}

@media (max-width: 749px) {
  .florema-pdp__sticky-inner {
    padding: 8px 14px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .florema-pdp__sticky-info {
    flex: 1 0 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .florema-pdp__sticky-name { font-size: 12px; }
  .florema-pdp__sticky-change { font-size: 11px; align-self: center; }
  .florema-pdp__sticky-qty-btn { width: 28px; height: 36px; }
  .florema-pdp__sticky-qty-val { width: 28px; line-height: 36px; }
  .florema-pdp__sticky-btn {
    flex: 1;
    padding: 10px 14px !important;
    font-size: 11px !important;
    justify-content: center;
  }
}

/* Strip de métodos de pago */
.florema-pdp__payments {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid var(--florema-cream-3);
  background: var(--florema-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.florema-pdp__payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.florema-pdp__payment-img {
  height: 24px;
  width: auto;
  max-width: 70px;
  object-fit: contain;
  display: block;
}

/* Variante: una sola imagen wide ocupa todo el ancho */
.florema-pdp__payments--single {
  padding: 12px 14px;
  gap: 0;
}

.florema-pdp__payments--single .florema-pdp__payment {
  width: 100%;
}

.florema-pdp__payments--single .florema-pdp__payment-img {
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 56px;
}

.florema-pdp__payment-text {
  font-size: 11px;
  color: var(--florema-ink-2);
  font-family: var(--florema-font-mono);
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border: 1px solid var(--florema-cream-3);
  background: var(--florema-cream-2);
}

/* Accordion */
.florema-pdp-accordion-wrap {
  padding: 0 var(--florema-pad-x) 40px;
  background: var(--florema-cream);
}

.florema-pdp-accordion {
  max-width: 1100px;
}

.florema-pdp__accordion-inline {
  margin-top: 24px;
  max-width: 100%;
}

.florema-pdp-accordion__item {
  border-top: 1px solid var(--florema-cream-3);
  padding: 0;
}

.florema-pdp-accordion__item:last-of-type {
  border-bottom: 1px solid var(--florema-cream-3);
}

.florema-pdp-accordion__summary {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--florema-ink);
  list-style: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.florema-pdp-accordion__summary::-webkit-details-marker {
  display: none;
}

.florema-pdp-accordion__summary-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.florema-pdp-accordion__summary-left .florema-icon {
  color: var(--florema-ink-2);
}

.florema-pdp-accordion__icon {
  font-size: 16px;
  color: var(--florema-ink-2);
  margin-left: 12px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
}

.florema-pdp-accordion__item[open] .florema-pdp-accordion__icon {
  transform: rotate(45deg);
}

.florema-pdp-accordion__body {
  padding: 0 0 16px;
  font-size: 13px;
  color: var(--florema-ink-2);
  line-height: 1.5;
  max-width: 720px;
}

.florema-pdp-accordion__body p {
  margin: 0 0 8px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Reviews */
.florema-pdp-reviews__avg {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.florema-pdp-reviews__avg-num {
  color: var(--florema-ink-2);
}

.florema-pdp-review {
  border-top: 1px solid var(--florema-cream-3);
  padding-top: 14px;
}

.florema-pdp-review__stars {
  font-size: 12px;
}

.florema-pdp-review__body {
  font-size: 13px;
  line-height: 1.6;
  margin: 8px 0 10px;
  color: var(--florema-ink);
}

.florema-pdp-review__author {
  font-size: 11px;
  color: var(--florema-ink-2);
}

/* ─── REVIEWS REDESIGN — bloque vertical con avatar, verified, leer más ─── */
.florema-pdp-reviews__center-title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 22px;
  letter-spacing: -0.01em;
}

/* Bloque resumen: 4.9 ★★★★★ + botón "Escribe una reseña" */
.florema-pdp-reviews__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  padding: 18px 0 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.florema-pdp-reviews__summary-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.florema-pdp-reviews__avg-big {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  color: var(--florema-ink);
}
.florema-pdp-reviews__summary-stars {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florema-pdp-reviews__stars-row {
  font-size: 18px;
  letter-spacing: 2px;
  color: #f0c040;
  line-height: 1;
}
.florema-pdp-reviews__based-on {
  font-size: 12px;
  color: var(--florema-ink-2);
}
.florema-pdp-reviews__write-btn {
  display: inline-block;
  padding: 13px 28px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.florema-pdp-reviews__write-btn:hover {
  background: #000;
  transform: translateY(-1px);
}

/* Filtros de tópicos */
.florema-pdp-reviews__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
}
.florema-pdp-reviews__filters-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--florema-ink-2);
  margin-right: 4px;
}
.florema-pdp-reviews__chip {
  display: inline-block;
  padding: 7px 14px;
  background: rgba(0,0,0,0.04);
  border: none;
  border-radius: 999px;
  font-family: var(--florema-font-sans);
  font-size: 12px;
  color: var(--florema-ink);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.florema-pdp-reviews__chip:hover {
  background: rgba(0,0,0,0.08);
}
.florema-pdp-reviews__chip.is-active {
  background: #1a1a1a;
  color: #fff;
}

.florema-pdp-reviews__match-count {
  font-size: 12px;
  color: var(--florema-ink-2);
  margin: 6px 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Lista vertical de reviews */
.florema-pdp-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Card individual (override del estilo grid) */
.florema-pdp-reviews__list .florema-pdp-review {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: transparent;
  border-radius: 0;
}
.florema-pdp-reviews__list .florema-pdp-review:first-child {
  padding-top: 0;
}

/* Columna izquierda: avatar + nombre + verificado */
.florema-pdp-review__avatar-col {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.florema-pdp-review__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--florema-font-sans);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
}
.florema-pdp-review__author-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.florema-pdp-review__author-name {
  font-family: var(--florema-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--florema-ink);
  line-height: 1.3;
}
.florema-pdp-review__verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  color: #6b8259;
  line-height: 1.2;
}

/* Columna derecha: stars, título, body, fecha */
.florema-pdp-review__main {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.florema-pdp-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.florema-pdp-review__stars {
  color: #1a1a1a;
  letter-spacing: 1px;
  line-height: 1;
}
.florema-pdp-review__star {
  display: inline-block;
  line-height: 1;
}
.florema-pdp-review__date {
  font-family: var(--florema-font-mono);
  font-size: 10px;
  color: var(--florema-ink-2);
  letter-spacing: 0.04em;
}
.florema-pdp-review__title {
  font-family: var(--florema-font-serif, 'Cormorant Garamond', serif);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: var(--florema-ink);
  line-height: 1.3;
}
.florema-pdp-review__body {
  font-size: 14px;
  line-height: 1.6;
  margin: 4px 0 0;
  color: var(--florema-ink);
}
.florema-pdp-review__more-link {
  background: none;
  border: none;
  padding: 4px 0 0;
  font-family: var(--florema-font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--florema-ink);
  cursor: pointer;
  align-self: flex-start;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.florema-pdp-review__more-link:hover {
  color: #6b8259;
}

/* Mobile: stack columns */
@media (max-width: 749px) {
  .florema-pdp-reviews__list .florema-pdp-review {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .florema-pdp-reviews__summary {
    flex-direction: column;
    gap: 16px;
  }
  .florema-pdp-reviews__avg-big {
    font-size: 32px;
  }
}

/* Botón "Ver más reseñas" */
.florema-pdp-reviews__more {
  display: block;
  margin: 22px auto 0;
  padding: 12px 26px;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 999px;
  font-family: var(--florema-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--florema-ink);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.florema-pdp-reviews__more:hover {
  background: var(--florema-ink);
  color: #fff;
  border-color: var(--florema-ink);
}

/* Wrapper para widgets de apps de reseñas (Judge.me, Loox, etc.) */
.florema-pdp-reviews__app {
  width: 100%;
}

/* NO ocultamos divs vacíos con CSS — los apps de reviews inyectan
   su contenido de forma asíncrona y display:none puede bloquearlos.
   JS limpia los contenedores vacíos después de 2.5 s. */

/* ── Judge.me widget — integración visual con Florema ── */
.jdgm-widget { font-family: var(--florema-font-sans) !important; }

/* Ocultar el título "Reseñas de clientes" de Judge.me — ya tenemos el nuestro */
.jdgm-rev-widg .jdgm-rev-widg__summary { display: none !important; }

/* Estrellas en color acorde al tema */
.jdgm-star { color: var(--florema-ink) !important; }
.jdgm-star.jdgm--on { color: #c8a84b !important; }

/* Review cards */
.jdgm-rev {
  border-top: 1px solid var(--florema-cream-3) !important;
  border-bottom: none !important;
  padding: 20px 0 !important;
  background: transparent !important;
}
.jdgm-rev__author,
.jdgm-rev__timestamp { font-size: 11px !important; color: var(--florema-ink-3) !important; }
.jdgm-rev__body { font-size: 13px !important; color: var(--florema-ink) !important; line-height: 1.6 !important; }
.jdgm-rev__title { font-size: 14px !important; font-weight: 600 !important; color: var(--florema-ink) !important; }

/* Botón "Escribir una reseña" */
.jdgm-write-rev-link,
.jdgm-button {
  background: var(--florema-ink) !important;
  color: var(--florema-cream) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: var(--florema-font-sans) !important;
  font-size: 12px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
}
.jdgm-write-rev-link:hover,
.jdgm-button:hover { opacity: 0.8 !important; }

/* Paginación */
.jdgm-paginate a { color: var(--florema-ink) !important; }
.jdgm-paginate .jdgm-current { background: var(--florema-ink) !important; color: var(--florema-cream) !important; }

/* ── Mobile (≤ 749px) ────────────────────────────────────── */
@media (max-width: 749px) {
  :root {
    --florema-pad-y: 30px;
    --florema-pad-x: 22px;
    --florema-gap: 8px;
    --florema-size-hero: 36px;
    --florema-size-serif-display: 30px;
    --florema-size-h2: 22px;
    --florema-size-body: 13px;
  }

  .florema-about,
  .florema-loc {
    grid-template-columns: 1fr;
  }

  /* hero mobile: igual que desktop — imagen full-bleed, texto sobrepuesto sin fondo */
  .florema-hero {
    display: block;
    position: relative;
    min-height: 520px;
    overflow: hidden;
  }

  .florema-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 520px;
    z-index: 1;
  }

  .florema-hero__slider,
  .florema-hero__slider .florema-photo,
  .florema-hero__media .florema-photo {
    min-height: 520px;
    height: 100%;
  }

  .florema-hero__copy {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 520px;
    padding: 32px 22px 40px;
    background: transparent;
    justify-content: flex-end;
  }

  .florema-hero--solid .florema-hero__copy {
    background: var(--florema-cream-2);
  }

  .florema-hero--overlay .florema-hero__copy {
    background: rgba(243, 238, 226, 0.85);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .florema-hero--right .florema-hero__copy {
    margin-left: 0;
  }

  /* lead más estrecho en mobile para que respire sobre la imagen */
  .florema-hero__lead { max-width: 90%; }

  .florema-loc__media { min-height: 320px; }
  .florema-about__copy { padding: 28px 22px; }
  .florema-loc__list { padding: 28px 22px; }

  .florema-hero__title { font-size: 36px; }
  .florema-about__title { font-size: 30px; }

  /* collection mobile */
  .florema-coll-banner--with-image { min-height: 280px; padding: 50px 22px; }
  .florema-coll-banner__title { font-size: 32px; }
  .florema-coll__bar {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 16px;
  }
  .florema-coll__bar-left,
  .florema-coll__bar-right {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .florema-coll__filter {
    justify-content: space-between;
  }
  .florema-coll__filter select,
  .florema-coll__filter input[type="number"] { width: 100%; }
  .florema-coll__filter-price { width: 60%; }

  /* Bento grid mobile: 2 cols UNIFORMES cuadrados (más compacto y limpio) */
  .florema-cat-bento {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 8px;
  }
  /* Todas las cells se vuelven 1x1 cuadradas — sin spans en mobile */
  .florema-cat-bento__cell,
  .florema-cat-bento__cell--small,
  .florema-cat-bento__cell--medium,
  .florema-cat-bento__cell--tall,
  .florema-cat-bento__cell--wide,
  .florema-cat-bento__cell--large,
  .florema-cat-bento__cell--xlarge {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1 / 1;
  }
  /* Excepción: el "xlarge" (la más grande del bento) puede mantener 2 cols full width como hero */
  .florema-cat-bento__cell--xlarge {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
  }

  .florema-cat-bento__head {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .florema-cat-bento__title { font-size: 32px; }
  .florema-cat-bento__label { top: 10px; left: 10px; padding: 6px 10px; }
  .florema-cat-bento__label-name { font-size: 11px; }
  .florema-cat-bento__label-count { font-size: 8px; }

  /* Product cards mobile: stack name + price vertically para nombres largos */
  .florema-card__body {
    padding: 10px 4px 14px;
  }

  .florema-card__family {
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .florema-card__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-top: 6px;
  }

  .florema-card__name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .florema-card__price {
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
  }

  .florema-card__price--was {
    margin-left: 6px;
    font-size: 11px;
  }

  .florema-card__rating {
    font-size: 11px;
    margin-top: 4px;
  }

  /* Categoría producto cards mobile: label debajo (no overlay) */
  .florema-cat {
    display: flex;
    flex-direction: column;
  }

  .florema-cat .florema-photo {
    aspect-ratio: 4 / 5;
  }

  .florema-cat__label {
    position: static;
    background: transparent;
    padding: 8px 2px 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--florema-ink);
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .florema-cat__count {
    color: var(--florema-ink-3);
    font-weight: 400;
    font-size: 12px;
  }

  /* Categoria iconos mobile */
  .florema-cat-icons { padding: 36px 18px; }
  .florema-cat-icons__title { font-size: 28px; }
  .florema-cat-icons__row {
    gap: 18px 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 6px;
    margin: 0 -18px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .florema-cat-icons__row::-webkit-scrollbar { display: none; }
  .florema-cat-icons__item {
    flex: 0 0 auto;
    min-width: 84px;
    gap: 10px;
  }
  .florema-cat-icons__icon { width: 44px; height: 44px; }
  .florema-cat-icons__label { font-size: 10px; }

  /* PDP recommend mobile: 2.5 cards visibles más compactas */
  .florema-pdp__recommend-card { flex: 0 0 calc(38% - 6px); }
  .florema-pdp__recommend-name { font-size: 11px; }
  .florema-pdp__recommend-price { font-size: 11px; }

  /* Categorías aromáticas mobile: stack vertical */
  .florema-aroma-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 20px;
    align-items: start;
  }
  .florema-aroma-head__title {
    font-size: 32px;
    line-height: 1.07;
  }
  .florema-aroma-head__body {
    font-size: 13px;
    max-width: 100%;
  }

  /* PDP payment strip mobile */
  .florema-pdp__payments {
    gap: 14px 16px;
    padding: 12px 14px;
  }
  .florema-pdp__payment-img { height: 20px; max-width: 56px; }
  .florema-pdp__installments {
    flex-direction: row;
    align-items: center;
    padding: 10px 12px;
    font-size: 12px;
  }
  .florema-pdp__installments-logo { height: 18px; }

  /* PDP mobile */
  .florema-pdp { padding: 0 22px 24px; }
  .florema-pdp__main {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .florema-pdp__gallery-wrap {
    padding-right: 0;
    padding-bottom: 14px;
    /* Reset sticky en mobile — la galería fluye normal */
    position: static;
    top: auto;
    align-self: stretch;
  }
  .florema-pdp-gallery {
    grid-template-columns: 1fr;
  }
  .florema-pdp-gallery__thumbs {
    flex-direction: row;
    gap: 6px;
    overflow-x: auto;
    padding: 8px 0 4px;
    order: 2;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .florema-pdp-gallery__thumbs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .florema-pdp-gallery__thumb {
    flex: 0 0 64px;
    width: 64px;
  }
  .florema-pdp-gallery__main {
    aspect-ratio: 1;
    order: 1;
  }
  .florema-pdp__info { padding: 0; }
  .florema-pdp__title { font-size: 36px; }
  .florema-pdp-aromas__grid { grid-template-columns: 1fr 1fr; }
  .florema-pdp-notes__row { grid-template-columns: 1fr; gap: 6px; }
  .florema-pdp__variants { grid-template-columns: 1fr 1fr; }
  .florema-pdp__cta-row { flex-wrap: wrap; }
  .florema-pdp__qty { flex: 0 0 auto; }
  .florema-pdp__add { flex: 1 0 100%; }
  .florema-pdp-accordion-wrap { padding: 0 22px 24px; }

  .florema-grid--4,
  .florema-grid--5,
  .florema-aroma-grid { grid-template-columns: 1fr 1fr; }

  .florema-grid--3,
  .florema-split--14 { grid-template-columns: 1fr; }

  .florema-value {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 24px 22px;
  }

  .florema-value__item {
    padding-left: 0;
    border-left: none;
  }

  .florema-news__title { font-size: 26px; }

  .florema-news__form {
    flex-direction: column;
    gap: 8px;
  }

  .florema-news__input {
    border: 1px solid var(--florema-ink);
  }
}
