/* Forest theme */
:root {
  --forest-bg: #f5f1e6;
  --forest-surface: #fff;
  --forest-primary: #004735;
  --forest-header: #00513d;
  --forest-header-text: #fff;
  --forest-topbar: #00251d;
  --forest-nav: #003f30;
  --forest-nav-text: #fff;
  --forest-heading: #073e32;
  --forest-text: #385d54;
  --forest-link: #006f52;
  --forest-button: #ffc321;
  --forest-button-text: #073e32;
  --forest-footer: #003f30;
  --forest-footer-text: #fff;
  --forest-max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--forest-bg);
  color: var(--forest-text);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.5;
}
a {
  color: var(--forest-link);
  text-decoration: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
h1,
h2,
h3 {
  color: var(--forest-heading);
  text-wrap: balance;
}
.forest-topline {
  background: var(--forest-topbar);
  color: var(--forest-header-text);
  font-size: 12px;
  font-weight: 700;
}
.forest-topline > div {
  max-width: var(--forest-max);
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 20px;
}
.forest-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--forest-header);
  color: var(--forest-header-text);
}
.forest-header-main {
  max-width: var(--forest-max);
  height: 76px;
  display: grid;
  grid-template-columns: 190px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: auto;
  padding: 0 20px;
}
.forest-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--forest-header-text);
  font-size: 19px;
}
.forest-brand-mark {
  color: var(--forest-button);
  font-size: 25px;
}
.forest-brand-logo {
  display: block;
  width: auto;
  max-width: 180px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}
.forest-brand-fallback {
  display: flex;
  align-items: center;
  gap: 8px;
}
.forest-brand.has-custom-logo .forest-brand-fallback,
.forest-brand.has-custom-logo > .forest-brand-mark,
.forest-brand.has-custom-logo > strong {
  display: none;
}
.forest-search {
  height: 42px;
  display: flex;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
}
.forest-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 0 16px;
  color: #253f38;
  font: inherit;
}
.forest-search button {
  width: 52px;
  border: 0;
  background: var(--forest-button);
  color: var(--forest-button-text);
  font-size: 24px;
  cursor: pointer;
}
.forest-search:focus-within {
  outline: 3px solid color-mix(in srgb, var(--forest-button) 70%, #fff);
  outline-offset: 2px;
}
.forest-search input:focus,
.forest-search button:focus {
  outline: 0;
}
.forest-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.forest-actions > a {
  padding: 10px 16px;
  border-radius: 7px;
  background: var(--forest-button);
  color: var(--forest-button-text);
  font-weight: 800;
}
.forest-actions .sf-favorites-link {
  position: relative;
}
.forest-actions .sf-favorites-link > b {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 19px;
  height: 19px;
  display: grid;
  padding: 0 5px;
  place-items: center;
  border-radius: 999px;
  background: var(--forest-button);
  color: var(--forest-button-text);
  font-size: 10px;
}
.forest-actions .sf-cart-trigger {
  border-color: transparent;
  background: transparent;
  color: var(--forest-header-text);
}
.forest-nav {
  min-height: 44px;
  display: flex;
  align-items: stretch;
  gap: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--forest-nav);
  overflow: auto;
}
.forest-nav a {
  display: flex;
  align-items: center;
  padding: 0 17px;
  color: var(--forest-nav-text);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}
.forest-nav .is-category {
  background: var(--forest-button);
  color: var(--forest-button-text);
}
.forest-hero {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: var(--forest-primary);
  color: var(--forest-header-text);
}
.forest-hero-copy {
  width: min(590px, 100%);
  justify-self: end;
  padding: 70px 48px 70px 24px;
}
.forest-kicker,
.forest-section-head > span,
.forest-benefit-intro > span {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--forest-button) 18%, transparent);
  color: var(--forest-button);
  font-size: 11px;
  font-weight: 800;
}
.forest-hero h1 {
  max-width: 620px;
  margin: 18px 0;
  font-size: clamp(43px, 5.5vw, 76px);
  line-height: 0.99;
  letter-spacing: -0.035em;
  color: var(--forest-header-text);
}
.forest-hero p {
  max-width: 60ch;
  color: color-mix(in srgb, var(--forest-header-text) 82%, transparent);
  font-size: 17px;
}
.forest-hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.forest-button,
.forest-link-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
}
.forest-button {
  background: var(--forest-button);
  color: var(--forest-button-text);
}
.sf-cart-checkout {
  width: 100%;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.forest-link-button {
  border: 1px solid
    color-mix(in srgb, var(--forest-header-text) 28%, transparent);
  color: var(--forest-header-text);
}
.forest-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 27px;
  font-size: 13px;
  font-weight: 700;
}
.forest-proof span:before {
  content: "•";
  margin-right: 7px;
  color: var(--forest-button);
}
.forest-hero-art {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.forest-hero-image {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.forest-hero-art.has-custom-image .forest-leaf,
.forest-hero-art.has-custom-image .forest-photo {
  display: none;
}
.forest-photo {
  position: absolute;
  inset: 70px 14% 70px 10%;
  display: grid;
  place-items: center;
  border-radius: 48% 52% 44% 56%;
  background: var(--forest-button);
  color: var(--forest-button-text);
  font-size: 150px;
  font-weight: 900;
}
.forest-leaf {
  position: absolute;
  z-index: 2;
  width: 170px;
  height: 300px;
  border-radius: 100% 0 100% 0;
  background: #2f9556;
  transform: rotate(35deg);
}
.forest-leaf.one {
  left: 3%;
  bottom: 20px;
}
.forest-leaf.two {
  right: 5%;
  top: 25px;
  transform: rotate(210deg);
  background: #78ad4c;
}
.forest-benefits {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 15px;
  margin: auto;
  padding: 70px clamp(20px,3vw,56px);
}
.forest-benefit-intro {
  padding-right: 30px;
}
.forest-benefit-intro h2 {
  margin: 13px 0;
  font-size: 39px;
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.forest-benefit,
.forest-product {
  background: var(--forest-surface);
  border-radius: 12px;
}
.forest-benefit {
  padding: 23px;
}
.forest-benefit b {
  color: var(--forest-link);
  font-size: 35px;
}
.forest-benefit h3 {
  margin: 18px 0 7px;
}
.forest-benefit p {
  margin: 0;
  font-size: 13px;
}
.forest-products {
  width: 100%;
  max-width: none;
  margin: auto;
  padding: 50px clamp(20px,3vw,56px) 90px;
}
.forest-section-head h2 {
  margin: 10px 0 26px;
  font-size: 40px;
}
.forest-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 15px;
}
.forest-product {
  overflow: hidden;
}
.forest-product > a {
  display: block;
  padding: 12px;
  color: var(--forest-text);
}
.forest-product-image {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #fff;
}
.forest-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.forest-product-image span {
  font-size: 64px;
  font-weight: 900;
  color: #9abbb1;
}
.forest-product small {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--forest-button) 22%, #fff);
  color: var(--forest-button-text);
  font-size: 10px;
  font-weight: 800;
}
.forest-product h3 {
  min-height: 43px;
  margin: 9px 0;
  font-size: 14px;
  line-height: 1.25;
}
.forest-product strong {
  display: block;
  color: var(--forest-primary);
  text-align: right;
  font-size: 18px;
}
.forest-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 60px max(20px, calc((100vw - var(--forest-max)) / 2));
  background: var(--forest-footer);
  color: var(--forest-footer-text);
}
.forest-footer h2 {
  max-width: 520px;
  color: var(--forest-footer-text);
}
.forest-footer nav {
  display: grid;
  gap: 9px;
}
.forest-footer a {
  color: var(--forest-footer-text);
  font-weight: 700;
}

/* Inicio Forest: lienzo continuo verde esmeralda */
.forest-home {
  background: #003b2e;
}
.forest-home main {
  color: #dcefe8;
  background:
    radial-gradient(ellipse at 84% 18%, rgba(79,174,109,.36) 0, rgba(79,174,109,0) 34%),
    radial-gradient(ellipse at 12% 68%, rgba(12,112,82,.5) 0, rgba(12,112,82,0) 38%),
    linear-gradient(145deg,#002f25 0%,#005a43 44%,#073d32 72%,#002d24 100%);
}
.forest-home .forest-hero {
  background: transparent;
}
.forest-home .forest-benefits,
.forest-home .forest-products {
  position: relative;
  background: transparent;
}
.forest-home .forest-benefit-intro h2,
.forest-home .forest-section-head h2,
.forest-home .forest-benefit h3,
.forest-home .forest-product h3 {
  color: #f5fff9;
}
.forest-home .forest-benefit-intro p,
.forest-home .forest-benefit p {
  color: #cce6dc;
}
.forest-home .forest-benefit,
.forest-home .forest-product {
  background: #07513f;
  box-shadow: 0 18px 42px rgba(0,26,20,.24);
}
.forest-home .forest-benefit b {
  color: var(--forest-button);
}
.forest-home .forest-product > a {
  color: #dcefe8;
}
.forest-home .forest-product-image {
  background: #e5f1ec;
}
.forest-home .forest-product-image span {
  color: #397765;
}
.forest-home .forest-product strong {
  color: var(--forest-button);
}
.forest-home .forest-empty {
  color: #dcefe8;
}
.forest-home .forest-empty h3 {
  color: #f5fff9;
}
.forest-home ::selection {
  background: var(--forest-button);
  color: var(--forest-button-text);
}
.sf-cart {
  color: #223c35;
}
.sf-cart h2 {
  color: #073e32;
}
.forest-search-state {
  display: grid;
  justify-items: center;
  max-width: 560px;
  margin: 54px auto;
  padding: 38px 24px;
  text-align: center;
}
.forest-search-state > i {
  color: var(--forest-primary);
  font-size: 42px;
}
.forest-search-state h2 {
  margin: 16px 0 4px;
}
.forest-search-state p {
  margin: 0;
}
@media (max-width: 900px) {
  .forest-header-main {
    grid-template-columns: 1fr auto;
  }
  .forest-search {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .forest-header-main {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .forest-hero {
    grid-template-columns: 1fr;
  }
  .forest-hero-art {
    display: none;
  }
  .forest-hero-copy {
    justify-self: center;
    padding: 70px 24px;
  }
  .forest-benefits {
    grid-template-columns: 1fr 1fr;
  }
  .forest-benefit-intro {
    grid-column: 1/-1;
  }
  .forest-topline span:last-child {
    display: none;
  }
}
@media (max-width: 560px) {
  .forest-actions > a {
    display: none;
  }
  .forest-brand {
    font-size: 16px;
  }
  .forest-hero h1 {
    font-size: 43px;
  }
  .forest-benefits {
    grid-template-columns: 1fr;
    padding-top: 45px;
  }
  .forest-footer {
    flex-direction: column;
  }
  .forest-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .forest-topline > div {
    min-height: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Detalle de producto */
.forest-product-view{background:var(--forest-bg)}
.forest-product-main{width:100%;max-width:none;margin:0;padding:18px clamp(20px,3vw,56px) 80px}
.forest-product-breadcrumb{display:flex;gap:8px;align-items:center;margin:0 0 18px;color:var(--forest-text);font-size:12px}.forest-product-breadcrumb a{color:var(--forest-text)}
.forest-product-overview{display:grid;grid-template-columns:minmax(290px,400px) minmax(420px,1fr) 296px;gap:24px;align-items:start}
.forest-product-stage{display:grid;place-items:center;aspect-ratio:1;overflow:hidden;border-radius:10px;background:var(--forest-surface)}.forest-product-stage img{width:100%;height:100%;object-fit:contain}.forest-product-stage>span{font-size:90px;font-weight:900;color:color-mix(in srgb,var(--forest-primary) 35%,transparent)}
.forest-product-thumbs{display:flex;justify-content:center;gap:8px;margin-top:10px}.forest-product-thumbs button{width:48px;height:48px;padding:3px;border:1px solid color-mix(in srgb,var(--forest-primary) 22%,transparent);border-radius:7px;background:#fff}.forest-product-thumbs img{width:100%;height:100%;object-fit:contain}
.forest-product-copy h1{margin:5px 0 6px;color:var(--forest-heading);font-size:clamp(26px,2vw,34px);line-height:1.05;letter-spacing:-.025em;white-space:nowrap}.forest-product-impact,.forest-product-summary{margin:0 0 8px;color:var(--forest-text);font-size:13px;line-height:1.45}.forest-product-description-link{display:inline-flex;align-items:center;gap:6px;color:var(--forest-link);font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.forest-product-trust{display:flex;gap:13px;margin:12px 0;color:var(--forest-text);font-size:12px;font-weight:700}.forest-product-trust i{color:var(--forest-button)}
.forest-product-levels{display:grid;grid-template-columns:repeat(var(--forest-price-levels,3),1fr);gap:8px;margin:14px 0}.forest-product-levels button{min-height:62px;padding:10px;text-align:left;border:1px solid color-mix(in srgb,var(--forest-primary) 15%,transparent);border-radius:8px;background:var(--forest-surface);color:var(--forest-heading)}.forest-product-levels button.is-active{border:2px solid var(--forest-primary)}.forest-product-levels small,.forest-product-levels strong{display:block}.forest-product-levels strong{margin-top:8px;text-align:right;font-size:20px;line-height:1.1}
.forest-product-facts{display:grid;gap:10px;padding:14px;border:1px solid color-mix(in srgb,var(--forest-primary) 14%,transparent);border-radius:9px;background:color-mix(in srgb,var(--forest-surface) 88%,transparent)}.forest-product-facts strong{color:var(--forest-heading);font-size:13px}.forest-product-facts p{margin:2px 0 0;font-size:12px;line-height:1.4}
.forest-buy-box{position:sticky;top:138px;padding:14px;border-radius:10px;background:var(--forest-surface);box-shadow:0 3px 8px rgba(0,45,34,.1)}.forest-buy-pill{display:block;margin-bottom:6px;padding:6px 9px;border-radius:999px;background:color-mix(in srgb,var(--forest-primary) 12%,#fff);color:var(--forest-heading);text-align:center;font-size:11px;font-weight:800}.forest-buy-pill.is-soft{display:flex;justify-content:space-between}.forest-buy-price{display:block;margin-top:12px;color:var(--forest-heading);font-size:30px}.forest-buy-box>p{margin:0 0 14px;font-size:11px}.forest-buy-box>label{display:block;color:var(--forest-heading);font-size:12px;font-weight:800}
.forest-quantity{display:grid;grid-template-columns:34px 38px 34px 1fr;align-items:center;margin:6px 0 12px}.forest-quantity button,.forest-quantity output{height:36px;display:grid;place-items:center;border:1px solid #dde3df;background:#fff}.forest-quantity button{font-size:18px}.forest-quantity span{padding-left:9px;text-align:right;font-size:9px}.forest-quantity span strong{display:block;color:var(--forest-heading);font-size:14px}.forest-add-cart{width:100%;justify-content:center;border:0;cursor:pointer}.forest-buy-links,.forest-buy-assurances{display:flex;justify-content:center;gap:18px;margin-top:13px;color:var(--forest-heading);font-size:11px;font-weight:750}.forest-buy-assurances{padding:10px 5px;background:color-mix(in srgb,var(--forest-button) 14%,#fff)}
.forest-volume-progress{margin:0 0 14px;padding:10px;border-radius:8px;background:color-mix(in srgb,var(--forest-button) 10%,#fff);color:var(--forest-heading)}.forest-volume-progress>div{display:flex;align-items:flex-start;gap:8px}.forest-volume-progress>div>i{margin-top:2px;color:var(--forest-button)}.forest-volume-progress span span,.forest-volume-progress strong,.forest-volume-progress small{display:block}.forest-volume-progress strong{font-size:11px;line-height:1.3}.forest-volume-progress small{margin-top:2px;font-size:9px;line-height:1.35}.forest-volume-progress-track{height:5px;margin-top:8px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--forest-primary) 12%,#fff)}.forest-volume-progress-track i{display:block;width:0;height:100%;border-radius:inherit;background:var(--forest-button);transition:width .2s ease}.forest-volume-progress.is-applied{background:color-mix(in srgb,var(--forest-primary) 10%,#fff)}
.forest-product-notice{margin:42px 0 14px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--forest-primary) 18%,transparent);border-radius:7px;background:var(--forest-surface)}.forest-product-notice strong{color:var(--forest-heading);font-size:12px}.forest-product-notice p{margin:3px 0 0;font-size:10px;line-height:1.45}
.forest-product-tabs{display:flex;gap:8px;padding:15px 0;border-top:1px solid color-mix(in srgb,var(--forest-primary) 15%,transparent)}.forest-product-tabs a{min-width:110px;padding:9px 15px;border-radius:7px;background:var(--forest-surface);color:var(--forest-heading);text-align:center;font-size:12px;font-weight:800}.forest-product-tabs a.is-active{background:var(--forest-primary);color:#fff}
.forest-product-content{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;padding:5px 0 48px}.forest-product-content h2{margin:0 0 2px;font-size:23px}.forest-product-content h3{margin:14px 0 3px;color:var(--forest-heading);font-size:13px}.forest-product-content p{max-width:none;margin:0;color:var(--forest-text);font-size:12px;line-height:1.5}.forest-product-content>div p{text-align:justify;text-justify:inter-word;hyphens:auto}.forest-product-content .forest-product-unlabeled{margin-top:14px}.forest-product-content>aside{align-self:start;padding:12px;border:2px solid var(--forest-heading);background:var(--forest-surface)}.forest-product-content>aside strong{display:block;padding-bottom:6px;border-bottom:1px solid var(--forest-heading);color:var(--forest-heading);font-size:20px}.forest-product-content>aside p{margin:8px 0}.forest-product-content>aside b{color:var(--forest-primary);font-size:11px}
.forest-related{padding-top:24px}.forest-related>h2{margin:0 0 22px;font-size:27px}
@media(max-width:1180px){.forest-product-overview{grid-template-columns:minmax(290px,400px) minmax(360px,1fr)}.forest-buy-box{position:static;grid-column:1/-1}.forest-related>div{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.forest-product-main{padding-inline:14px}.forest-product-overview,.forest-product-content{grid-template-columns:1fr}.forest-product-copy h1{font-size:29px;white-space:normal}.forest-product-levels{grid-template-columns:1fr}.forest-product-levels button{min-height:52px}.forest-product-content{gap:20px}.forest-product-tabs{overflow:auto}.forest-related>div{grid-template-columns:repeat(2,1fr)}}

/* Vistas auxiliares y vista previa Forest */
/* Forest template previews */
.forest-template-main {
  width: 100%;
  max-width: none;
  margin: auto;
  padding: 28px clamp(20px,3vw,56px) 70px;
}
.forest-template-main > h1 {
  margin: 8px 0 24px;
  color: var(--forest-heading);
  font-size: 36px;
}
.forest-template-crumb {
  margin: 0;
  color: var(--forest-text);
  font-size: 13px;
}
.forest-template-count {
  margin: 0 0 20px;
  color: var(--forest-text);
  font-size: 13px;
  font-weight: 700;
}
.forest-preview-product,
.forest-preview-order,
.forest-preview-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 34px;
}
.forest-preview-product-image {
  display: grid;
  place-items: center;
  min-height: 480px;
  border-radius: 14px;
  background: var(--forest-surface);
  font-size: 90px;
  color: var(--forest-primary);
}
.forest-preview-product-image img {
  max-width: 88%;
  max-height: 450px;
  object-fit: contain;
}
.forest-preview-product h2 {
  margin: 14px 0;
  font-size: 34px;
  color: var(--forest-heading);
}
.forest-preview-product p {
  color: var(--forest-text);
}
.forest-preview-product > div:last-child > strong {
  display: block;
  margin: 22px 0;
  font-size: 28px;
  color: var(--forest-primary);
}
.forest-preview-order section,
.forest-preview-order aside,
.forest-preview-checkout section,
.forest-preview-checkout aside {
  padding: 22px;
  border: 1px solid #ddd8ca;
  border-radius: 14px;
  background: var(--forest-surface);
}
.forest-preview-order article {
  display: flex;
  align-items: center;
  gap: 14px;
}
.forest-preview-order article > b {
  margin-left: auto;
}
.forest-preview-order article small {
  display: block;
  margin-top: 5px;
  color: var(--forest-text);
}
.forest-preview-thumb {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 10px;
  background: #eef4ee;
  color: var(--forest-primary);
  font-size: 28px;
}
.forest-preview-order aside p,
.forest-preview-checkout aside p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.forest-preview-order .forest-button,
.forest-preview-checkout .forest-button,
.forest-preview-product .forest-button {
  width: 100%;
  border: 0;
}
.forest-preview-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.forest-preview-fields input,
.forest-preview-checkout section > input {
  width: 100%;
  margin-bottom: 12px;
  padding: 13px;
  border: 1px solid #cbc8bd;
  border-radius: 8px;
}
.forest-preview-fields input:nth-child(3) {
  grid-column: 1/-1;
}
@media (max-width: 760px) {
  .forest-preview-product,
  .forest-preview-order,
  .forest-preview-checkout {
    grid-template-columns: 1fr;
  }
  .forest-preview-product-image {
    min-height: 300px;
  }
  .forest-template-main > h1 {
    font-size: 28px;
  }
}

/* Detalle Forest: continuidad visual con la tarjeta de catálogo */
.forest-product-view .forest-product-main {
  padding-top: 24px;
}
.forest-product-view .forest-product-breadcrumb {
  margin-bottom: 26px;
  color: var(--forest-emerald-muted);
  font-size: 13px;
}
.forest-product-view .forest-product-breadcrumb strong {
  color: var(--forest-emerald-heading);
}
.forest-product-view .forest-product-overview {
  grid-template-columns: minmax(340px,.9fr) minmax(420px,1.25fr) minmax(330px,370px);
  gap: clamp(24px,2.2vw,38px);
}
.forest-product-view .forest-product-gallery {
  min-width: 0;
}
.forest-product-view .forest-product-stage {
  border-radius: 16px;
  background: #e5f1ec;
  box-shadow: 0 24px 54px rgba(0,24,18,.28);
}
.forest-product-view .forest-product-stage > span {
  color: #9abbb1;
  font-size: clamp(80px,10vw,132px);
}
.forest-product-view .forest-product-thumbs {
  justify-content: flex-start;
  margin-top: 12px;
}
.forest-product-view .forest-product-thumbs button {
  border: 0;
  border-radius: 10px;
  background: #e5f1ec;
  box-shadow: 0 8px 20px rgba(0,24,18,.18);
  cursor: pointer;
}
.forest-product-view .forest-product-copy {
  min-width: 0;
  padding-top: 4px;
}
.forest-product-view .forest-product-copy h1 {
  max-width: 16ch;
  margin: 0 0 16px;
  color: var(--forest-emerald-heading);
  font-size: clamp(34px,3.1vw,54px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .98;
  text-wrap: balance;
  white-space: normal;
}
.forest-product-view .forest-product-impact {
  max-width: 58ch;
  margin-bottom: 8px;
  color: var(--forest-emerald-text);
  font-size: 16px;
  line-height: 1.45;
}
.forest-product-view .forest-product-summary {
  max-width: 68ch;
  font-size: 14px;
  line-height: 1.55;
}
.forest-product-view .forest-product-description-link {
  margin-top: 6px;
  font-size: 13px;
}
.forest-product-view .forest-product-trust {
  gap: 20px;
  margin: 20px 0 18px;
  color: var(--forest-emerald-heading);
  font-size: 13px;
}
.forest-product-view .forest-product-levels {
  gap: 10px;
  margin: 0 0 16px;
}
.forest-product-view .forest-product-levels button {
  min-width: 0;
  min-height: 82px;
  padding: 13px 14px;
  border: 1px solid rgba(220,239,232,.16);
  border-radius: 12px;
  background: rgba(5,79,61,.72);
  color: var(--forest-emerald-heading);
  cursor: pointer;
  transition: transform .18s ease,background .18s ease,border-color .18s ease;
}
.forest-product-view .forest-product-levels button:hover {
  transform: translateY(-2px);
  border-color: rgba(255,198,30,.72);
}
.forest-product-view .forest-product-levels button.is-active {
  border-color: var(--forest-button);
  background: var(--forest-button);
  color: var(--forest-button-text);
}
.forest-product-view .forest-product-levels small {
  color: inherit;
  font-size: 11px;
  font-weight: 800;
}
.forest-product-view .forest-product-levels strong {
  margin-top: 9px;
  color: var(--forest-button);
  font-size: clamp(21px,2vw,28px);
  font-variant-numeric: tabular-nums;
}
.forest-product-view .forest-product-levels button.is-active strong {
  color: var(--forest-button-text);
}
.forest-product-view .forest-product-facts:empty {
  display: none;
}
.forest-product-view .forest-product-facts {
  gap: 14px;
  padding: 16px 18px;
  border: 0;
  border-radius: 12px;
  background: rgba(5,79,61,.62);
}
.forest-product-view .forest-buy-box {
  position: sticky;
  top: 142px;
  overflow: hidden;
  padding: 22px;
  border: 0;
  border-radius: 16px;
  background: #e5f1ec;
  color: #163e33;
  box-shadow: 0 28px 62px rgba(0,22,16,.36);
}
.forest-product-view .forest-buy-pill {
  margin: 0;
  padding: 0 0 12px;
  border-radius: 0;
  background: transparent;
  color: #163e33;
  text-align: left;
  font-size: 12px;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.forest-product-view .forest-buy-pill.is-soft {
  margin-bottom: 18px;
  padding: 11px 0;
  border-top: 1px solid rgba(5,79,61,.14);
  border-bottom: 1px solid rgba(5,79,61,.14);
  background: transparent;
  color: #31594d;
  text-transform: none;
}
.forest-product-view .forest-buy-price {
  margin: 0;
  color: #054f3d;
  font-size: clamp(38px,3vw,48px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.forest-product-view .forest-buy-box > p {
  margin: 7px 0 20px;
  color: #527167;
  font-size: 12px;
}
.forest-product-view .forest-buy-box > label {
  color: #163e33;
  font-size: 13px;
}
.forest-product-view .forest-volume-progress {
  margin-bottom: 18px;
  padding: 13px;
  border-radius: 10px;
  background: #fff4ce;
  color: #163e33;
}
.forest-product-view .forest-volume-progress strong {
  color: #163e33;
  font-size: 12px;
}
.forest-product-view .forest-volume-progress small {
  color: #527167;
  font-size: 10px;
}
.forest-product-view .forest-quantity {
  grid-template-columns: 42px 48px 42px 1fr;
  gap: 0;
  margin: 8px 0 16px;
}
.forest-product-view .forest-quantity button,
.forest-product-view .forest-quantity output {
  height: 42px;
  border-color: rgba(5,79,61,.16);
  background: #fff;
  color: #163e33;
}
.forest-product-view .forest-quantity button:first-child {
  border-radius: 9px 0 0 9px;
}
.forest-product-view .forest-quantity button:nth-child(3) {
  border-radius: 0 9px 9px 0;
}
.forest-product-view .forest-quantity span {
  color: #527167;
}
.forest-product-view .forest-quantity span strong {
  color: #054f3d;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
}
.forest-product-view .forest-add-cart {
  min-height: 56px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(255,198,30,.24);
  font-size: 16px;
  font-weight: 900;
}
.forest-product-view .forest-buy-links {
  color: #31594d;
  font-size: 12px;
}
.forest-product-view .forest-buy-assurances {
  margin: 16px -22px -22px;
  padding: 15px 10px;
  background: #d5e8e1;
  color: #163e33;
  font-size: 11px;
}
.forest-product-view .forest-product-notice {
  margin-top: 48px;
  padding: 16px 18px;
  border: 0;
  border-radius: 12px;
  background: rgba(5,79,61,.58);
}
.forest-product-view .forest-product-tabs {
  gap: 26px;
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(220,239,232,.16);
}
.forest-product-view .forest-product-tabs a {
  min-width: 0;
  padding: 15px 0 12px;
  border-radius: 0;
  background: transparent;
  color: var(--forest-emerald-muted);
}
.forest-product-view .forest-product-tabs a.is-active {
  border-bottom: 3px solid var(--forest-button);
  background: transparent;
  color: var(--forest-emerald-heading);
}
@media (max-width: 1260px) {
  .forest-product-view .forest-product-overview {
    grid-template-columns: minmax(320px,.8fr) minmax(400px,1.2fr);
  }
  .forest-product-view .forest-buy-box {
    position: static;
    grid-column: 1/-1;
  }
}
@media (max-width: 760px) {
  .forest-product-view .forest-product-main {
    padding-top: 16px;
  }
  .forest-product-view .forest-product-breadcrumb {
    overflow: hidden;
    margin-bottom: 16px;
    white-space: nowrap;
  }
  .forest-product-view .forest-product-overview {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .forest-product-view .forest-product-copy h1 {
    max-width: none;
    font-size: 36px;
  }
  .forest-product-view .forest-product-levels {
    grid-template-columns: repeat(var(--forest-price-levels,3),minmax(0,1fr));
    overflow-x: auto;
  }
  .forest-product-view .forest-product-levels button {
    min-width: 128px;
  }
  .forest-product-view .forest-buy-box {
    padding: 18px;
  }
  .forest-product-view .forest-buy-assurances {
    margin: 16px -18px -18px;
  }
}

/* Forest emerald system: all storefront views */
.forest-theme-emerald {
  --forest-emerald-canvas: #003b2e;
  --forest-emerald-deep: #002d24;
  --forest-emerald-surface: #07513f;
  --forest-emerald-raised: #0a624c;
  --forest-emerald-heading: #f5fff9;
  --forest-emerald-text: #dcefe8;
  --forest-emerald-muted: #b9d9ce;
  background: var(--forest-emerald-canvas);
  color: var(--forest-emerald-text);
}
.forest-theme-emerald:not(.forest-home) .forest-template-main,
.forest-theme-emerald .forest-product-main {
  min-height: calc(100vh - 152px);
  color: var(--forest-emerald-text);
  background:
    radial-gradient(ellipse at 88% 12%, rgba(79,174,109,.28) 0, rgba(79,174,109,0) 34%),
    linear-gradient(145deg,var(--forest-emerald-deep) 0%,#005a43 48%,#073d32 76%,var(--forest-emerald-deep) 100%);
}
.forest-theme-emerald:not(.forest-home) .forest-template-main > h1,
.forest-theme-emerald:not(.forest-home) .forest-template-main h2,
.forest-theme-emerald:not(.forest-home) .forest-template-main h3,
.forest-theme-emerald .forest-product-main h1,
.forest-theme-emerald .forest-product-main h2,
.forest-theme-emerald .forest-product-main h3 {
  color: var(--forest-emerald-heading);
}
.forest-theme-emerald .forest-template-crumb,
.forest-theme-emerald .forest-template-count,
.forest-theme-emerald .forest-product-breadcrumb,
.forest-theme-emerald .forest-product-breadcrumb a,
.forest-theme-emerald .forest-product-impact,
.forest-theme-emerald .forest-product-summary,
.forest-theme-emerald .forest-product-trust,
.forest-theme-emerald .forest-product-content p,
.forest-theme-emerald .forest-preview-product p,
.forest-theme-emerald .forest-preview-order article small {
  color: var(--forest-emerald-muted);
}
.forest-theme-emerald .forest-product-description-link,
.forest-theme-emerald .forest-template-main a:not(.forest-button) {
  color: #ffd45c;
}
.forest-theme-emerald .forest-preview-order section,
.forest-theme-emerald .forest-preview-order aside,
.forest-theme-emerald .forest-preview-checkout section,
.forest-theme-emerald .forest-preview-checkout aside,
.forest-theme-emerald .forest-preview-collections article,
.forest-theme-emerald .forest-preview-content,
.forest-theme-emerald .forest-preview-account form,
.forest-theme-emerald .forest-preview-account section,
.forest-theme-emerald .forest-preview-account aside,
.forest-theme-emerald .forest-preview-centered,
.forest-theme-emerald:not(.forest-home) .forest-product,
.forest-theme-emerald .forest-product-levels button,
.forest-theme-emerald .forest-product-facts,
.forest-theme-emerald .forest-buy-box,
.forest-theme-emerald .forest-product-notice,
.forest-theme-emerald .forest-product-tabs a,
.forest-theme-emerald .forest-product-content > aside,
.forest-theme-emerald .forest-related article {
  border-color: rgba(220,239,232,.14);
  background: var(--forest-emerald-surface);
  color: var(--forest-emerald-text);
}
.forest-theme-emerald .forest-product-levels button,
.forest-theme-emerald .forest-product-facts strong,
.forest-theme-emerald .forest-buy-box > label,
.forest-theme-emerald .forest-buy-price,
.forest-theme-emerald .forest-buy-links,
.forest-theme-emerald .forest-buy-assurances,
.forest-theme-emerald .forest-product-notice strong,
.forest-theme-emerald .forest-product-tabs a,
.forest-theme-emerald .forest-product-content > aside strong {
  color: var(--forest-emerald-heading);
}
.forest-theme-emerald .forest-product-levels button.is-active,
.forest-theme-emerald .forest-product-tabs a.is-active {
  border-color: var(--forest-button);
  background: var(--forest-emerald-raised);
  color: var(--forest-emerald-heading);
}
.forest-theme-emerald .forest-product-levels strong,
.forest-theme-emerald:not(.forest-home) .forest-product strong,
.forest-theme-emerald .forest-preview-product > div:last-child > strong,
.forest-theme-emerald .forest-related article > a > strong,
.forest-theme-emerald .forest-product-content > aside b {
  color: var(--forest-button);
}
.forest-theme-emerald:not(.forest-home) .forest-product > a,
.forest-theme-emerald .forest-related article > a {
  color: var(--forest-emerald-text);
}
.forest-theme-emerald .forest-search-state > i,
.forest-theme-emerald .forest-preview-centered > i,
.forest-theme-emerald .forest-preview-collections article > i {
  color: var(--forest-button);
}
.forest-theme-emerald .forest-product-stage,
.forest-theme-emerald .forest-preview-product-image,
.forest-theme-emerald .forest-product-image {
  background: #e5f1ec;
}
.forest-theme-emerald .forest-buy-pill,
.forest-theme-emerald .forest-volume-progress,
.forest-theme-emerald .forest-volume-progress.is-applied,
.forest-theme-emerald .forest-buy-assurances,
.forest-theme-emerald .forest-preview-thumb,
.forest-theme-emerald .forest-preview-summary {
  background: var(--forest-emerald-raised);
  color: var(--forest-emerald-heading);
}
.forest-theme-emerald .forest-quantity button,
.forest-theme-emerald .forest-quantity output,
.forest-theme-emerald .forest-preview-input,
.forest-theme-emerald .forest-preview-account input,
.forest-theme-emerald .forest-preview-fields input,
.forest-theme-emerald .forest-preview-checkout section > input {
  border-color: rgba(220,239,232,.22);
  background: #e5f1ec;
  color: #163e33;
}
.forest-theme-emerald .forest-taxonomy-directory > header {
  border-bottom: 0;
}
.forest-theme-emerald .forest-taxonomy-directory > header p,
.forest-theme-emerald .forest-taxonomy-group li a {
  color: var(--forest-emerald-text);
}
.forest-theme-emerald .forest-taxonomy-index {
  border: 0;
  background: var(--forest-emerald-surface);
  box-shadow: 0 18px 42px rgba(0,26,20,.24);
}
.forest-theme-emerald .forest-taxonomy-index a,
.forest-theme-emerald .forest-taxonomy-thumb {
  background: var(--forest-emerald-raised);
  color: var(--forest-emerald-heading);
}
.forest-theme-emerald .forest-taxonomy-index span {
  color: rgba(220,239,232,.38);
}
.forest-theme-emerald .forest-taxonomy-group > h3 {
  border-color: var(--forest-button);
}
.forest-theme-emerald .forest-taxonomy-group li {
  border-color: rgba(220,239,232,.12);
}
.forest-theme-emerald .forest-taxonomy-group li a:hover,
.forest-theme-emerald .forest-taxonomy-group li a:focus-visible {
  color: #ffd45c;
}
.forest-theme-emerald ::selection {
  background: var(--forest-button);
  color: var(--forest-button-text);
}

/* Carrito Forest: mismo contraste esmeralda */
.forest-theme-emerald .sf-cart {
  --sf-text: var(--forest-emerald-heading);
  --sf-muted: var(--forest-emerald-muted);
  background: var(--forest-emerald-deep);
  color: var(--forest-emerald-text);
  box-shadow: -18px 0 50px rgba(0,18,14,.42);
}
.forest-theme-emerald .sf-cart-head,
.forest-theme-emerald .sf-cart-item,
.forest-theme-emerald .sf-cart-footer {
  border-color: rgba(220,239,232,.14);
}
.forest-theme-emerald .sf-cart-head h2,
.forest-theme-emerald .sf-cart-copy > a,
.forest-theme-emerald .sf-cart-copy > strong,
.forest-theme-emerald .sf-cart-footer > div {
  color: var(--forest-emerald-heading);
}
.forest-theme-emerald .sf-cart-head > button,
.forest-theme-emerald .sf-cart-prices > span,
.forest-theme-emerald .sf-cart-price-row .sf-cart-remove,
.forest-theme-emerald .sf-cart-quantity,
.forest-theme-emerald .sf-cart-quantity-button,
.forest-theme-emerald .sf-cart-promo,
.forest-theme-emerald .sf-cart-promotion-status {
  border-color: rgba(220,239,232,.14);
  background: var(--forest-emerald-surface);
  color: var(--forest-emerald-text);
}
.forest-theme-emerald .sf-cart-promo b,
.forest-theme-emerald .sf-cart-promo strong,
.forest-theme-emerald .sf-cart-prices b,
.forest-theme-emerald .sf-cart-line-total,
.forest-theme-emerald .sf-cart-promotion-status > div,
.forest-theme-emerald .sf-cart-promotion-status > a {
  color: var(--forest-button);
}
.forest-theme-emerald .sf-cart-meta,
.forest-theme-emerald .sf-cart-prices small,
.forest-theme-emerald .sf-cart-promotion-status small,
.forest-theme-emerald .sf-cart-footer small,
.forest-theme-emerald .sf-cart-head .sf-eyebrow {
  color: var(--forest-emerald-muted);
}
.forest-theme-emerald .sf-cart-thumb {
  border-color: rgba(220,239,232,.16);
  background: #e5f1ec;
}

/* Tarjeta de catálogo Forest */
.forest-theme-emerald .forest-product-grid {
  grid-template-columns: repeat(auto-fill,minmax(230px,1fr));
  gap: 22px;
  align-items: stretch;
}
.forest-theme-emerald .forest-product {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--forest-emerald-surface);
  box-shadow: 0 20px 46px rgba(0,24,18,.3);
  transition: transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s cubic-bezier(.2,.8,.2,1);
}
.forest-theme-emerald .forest-product > a {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0;
  padding: 14px;
  color: var(--forest-emerald-text);
}
.forest-theme-emerald .forest-product-image {
  width: calc(100% + 28px);
  margin: -14px -14px 0;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #e5f1ec;
}
.forest-theme-emerald .forest-product-image img {
  transition: transform .32s cubic-bezier(.2,.8,.2,1);
}
.forest-theme-emerald .forest-product h3 {
  min-height: 48px;
  margin: 15px 0 16px;
  color: var(--forest-emerald-heading);
  font-size: 16px;
  line-height: 1.3;
}
.forest-product-footer {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: calc(100% + 28px);
  margin: 0 -14px -14px;
  padding: 12px 14px;
  border-radius: 0 0 16px 16px;
  background: var(--forest-button);
  color: var(--forest-button-text);
}
.forest-product-footer > span:first-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.forest-theme-emerald .forest-product .forest-product-footer small {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--forest-button-text);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}
.forest-theme-emerald .forest-product .forest-product-footer strong {
  display: block;
  color: var(--forest-button-text);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}
.forest-theme-emerald article[data-product-id] > .sf-favorite-button {
  position: absolute;
  z-index: 4;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(5,79,61,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--forest-primary);
  box-shadow: 0 6px 18px rgba(0,45,34,.14);
  cursor: pointer;
  transition: transform .18s ease,background .18s ease,color .18s ease;
}
.forest-theme-emerald article[data-product-id] > .sf-favorite-button:hover {
  transform: scale(1.07);
}
.forest-theme-emerald article[data-product-id] > .sf-favorite-button:focus-visible {
  outline: 3px solid var(--forest-button);
  outline-offset: 2px;
}
.forest-theme-emerald article[data-product-id] > .sf-favorite-button.is-active {
  border-color: var(--forest-button);
  background: var(--forest-button);
  color: var(--forest-primary);
}
.forest-related article[data-product-id] {
  position: relative;
}
.forest-related article[data-product-id] > .sf-favorite-button {
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
}
.forest-favorites-page {
  margin-top: 24px;
}
.forest-favorites-page > header p {
  margin: 0 0 5px;
  color: var(--forest-button);
  font-weight: 850;
}
.forest-favorites-page > header h2 {
  margin: 0 0 24px;
  font-size: clamp(28px,4vw,46px);
}
.forest-favorites-page .sf-favorites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(230px,1fr));
  gap: 20px;
}
.forest-favorite-result,
.forest-favorite-skeleton {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(5,79,61,.8);
}
.forest-favorite-result .bento-catalog-image {
  display: grid;
  min-height: 230px;
  margin: 14px;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: #e5f1ec;
}
.forest-favorite-result .bento-catalog-image img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}
.forest-favorite-result .bento-catalog-image > span {
  color: #9abbb1;
  font-size: 70px;
  font-weight: 900;
}
.forest-favorite-result .bento-catalog-info {
  padding: 0 14px 14px;
}
.forest-favorite-result .bento-catalog-info > small {
  color: #b8d7cd;
  font-size: 10px;
  font-weight: 800;
}
.forest-favorite-result h2 {
  min-height: 48px;
  margin: 8px 0 14px;
  font-size: 16px;
  line-height: 1.3;
}
.forest-favorite-result h2 a {
  color: var(--forest-emerald-heading);
}
.forest-favorite-result .bento-price-line {
  color: var(--forest-button);
  font-size: 22px;
}
.forest-favorite-result .forest-favorite-price-label {
  display: block;
  margin: 0 0 3px;
  color: #b8d7cd;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.forest-favorite-result .bento-price-line del,
.forest-favorite-result .bento-catalog-info > em {
  display: none;
}
.forest-favorite-result [data-sf-add-product] {
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  border: 0;
  border-radius: 10px;
  background: var(--forest-button);
  color: var(--forest-button-text);
  font-weight: 850;
  cursor: pointer;
}
.forest-favorite-skeleton {
  min-height: 390px;
  background: linear-gradient(100deg,rgba(255,255,255,.05) 25%,rgba(255,255,255,.12) 45%,rgba(255,255,255,.05) 65%);
  background-size: 200% 100%;
  animation: forest-favorite-loading 1.2s linear infinite;
}
.forest-favorites-page .sf-favorites-empty {
  grid-column: 1/-1;
  padding: 70px 24px;
  text-align: center;
  border: 1px dashed rgba(255,255,255,.3);
  border-radius: 16px;
  background: rgba(5,79,61,.55);
}
.forest-favorites-page .sf-favorites-empty > i {
  color: var(--forest-button);
  font-size: 38px;
}
.forest-favorites-page .sf-favorites-empty a {
  display: inline-flex;
  margin-top: 12px;
  padding: 11px 16px;
  border-radius: 9px;
  background: var(--forest-button);
  color: var(--forest-button-text);
  font-weight: 850;
}
@keyframes forest-favorite-loading { to { background-position: -200% 0; } }
.forest-product-footer > span:last-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--forest-primary);
  color: var(--forest-header-text);
  font-size: 12px;
}
.forest-theme-emerald .forest-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(0,20,15,.42);
}
.forest-theme-emerald .forest-product:hover .forest-product-image img {
  transform: scale(1.035);
}
.forest-theme-emerald .forest-product:focus-within {
  outline: 3px solid var(--forest-button);
  outline-offset: 3px;
}
@media (max-width: 560px) {
  .forest-theme-emerald .forest-product-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
  }
  .forest-theme-emerald .forest-product > a {
    padding: 10px;
  }
  .forest-theme-emerald .forest-product-image {
    width: calc(100% + 20px);
    margin: -10px -10px 0;
  }
  .forest-theme-emerald .forest-product h3 {
    min-height: 44px;
    font-size: 13px;
  }
  .forest-product-footer {
    width: calc(100% + 20px);
    margin: 0 -10px -10px;
    min-height: 46px;
    padding: 10px;
  }
  .forest-theme-emerald .forest-product .forest-product-footer strong {
    font-size: 17px;
  }
  .forest-product-footer > span:last-child {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
  .forest-theme-emerald article[data-product-id] > .sf-favorite-button {
    top: 17px;
    right: 17px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 360px) {
  .forest-theme-emerald .forest-product-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .forest-theme-emerald .forest-product,
  .forest-theme-emerald .forest-product-image img {
    transition: none;
  }
  .forest-theme-emerald .forest-product:hover,
  .forest-theme-emerald .forest-product:focus-within,
  .forest-theme-emerald .forest-product:hover .forest-product-image img {
    transform: none;
  }
  .forest-theme-emerald article[data-product-id] > .sf-favorite-button {
    transition: none;
  }
  .forest-theme-emerald article[data-product-id] > .sf-favorite-button:hover {
    transform: none;
  }
  .forest-favorite-skeleton {
    animation: none;
  }
}
/* Forest extended preview layouts */
.forest-preview-collections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.forest-preview-collections article,
.forest-preview-content,
.forest-preview-account form,
.forest-preview-account section,
.forest-preview-account aside {
  padding: 24px;
  border: 1px solid #ddd8ca;
  border-radius: 14px;
  background: var(--forest-surface);
}
.forest-preview-collections article > i {
  font-size: 34px;
  color: var(--forest-primary);
}
.forest-taxonomy-directory > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid color-mix(in srgb,var(--forest-primary) 18%,transparent);
}
.forest-taxonomy-directory > header p {
  order: 2;
  margin: 0;
  color: var(--forest-text);
  font-size: 13px;
}
.forest-taxonomy-directory > header h2 {
  margin: 0;
  color: var(--forest-heading);
  font-size: clamp(20px,2vw,27px);
  letter-spacing: -.02em;
}
.forest-taxonomy-index {
  display: grid;
  grid-template-columns: repeat(26,minmax(44px,1fr));
  gap: 5px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  margin-bottom: 34px;
  padding: 10px;
  border: 1px solid color-mix(in srgb,var(--forest-primary) 18%,transparent);
  border-radius: 12px;
  background: color-mix(in srgb,var(--forest-surface) 96%,transparent);
  box-shadow: 0 7px 22px rgba(0,45,34,.08);
}
.forest-taxonomy-index a,
.forest-taxonomy-index span {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 850;
}
.forest-taxonomy-index a {
  background: color-mix(in srgb,var(--forest-primary) 10%,var(--forest-surface));
  color: var(--forest-primary);
  text-decoration: none;
}
.forest-taxonomy-index a:hover,
.forest-taxonomy-index a:focus-visible {
  outline: 2px solid var(--forest-button);
  outline-offset: 1px;
  background: var(--forest-primary);
  color: var(--forest-surface);
}
.forest-taxonomy-index span {
  color: color-mix(in srgb,var(--forest-text) 46%,transparent);
}
.forest-taxonomy-groups {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 36px 48px;
  align-items: start;
}
.forest-taxonomy-group {
  scroll-margin-top: 88px;
}
.forest-taxonomy-group > h3 {
  margin: 0 0 6px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--forest-primary);
  color: var(--forest-heading);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.03em;
}
.forest-taxonomy-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.forest-taxonomy-group li {
  border-bottom: 1px solid color-mix(in srgb,var(--forest-primary) 12%,transparent);
}
.forest-taxonomy-group li a {
  display: grid;
  grid-template-columns: 64px minmax(0,1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 84px;
  padding: 10px 2px;
  color: var(--forest-text);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.25;
  text-decoration: none;
}
.forest-taxonomy-thumb {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: color-mix(in srgb,var(--forest-primary) 10%,var(--forest-surface));
  color: var(--forest-primary);
}
.forest-taxonomy-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.forest-taxonomy-thumb i {
  font-size: 23px;
}
.forest-taxonomy-name {
  min-width: 0;
}
.forest-taxonomy-group li a > i {
  color: var(--forest-button);
  font-size: 11px;
  transition: transform .18s ease-out;
}
.forest-taxonomy-group li a:hover,
.forest-taxonomy-group li a:focus-visible {
  color: var(--forest-primary);
}
.forest-taxonomy-group li a:focus-visible {
  outline: 2px solid var(--forest-button);
  outline-offset: 3px;
  border-radius: 8px;
}
.forest-taxonomy-group li a:hover > i,
.forest-taxonomy-group li a:focus-visible > i {
  transform: translateX(3px);
}
.forest-preview-account {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 20px;
  max-width: 850px;
}
.forest-preview-account form {
  display: grid;
  gap: 16px;
  max-width: 460px;
}
.forest-preview-account label {
  display: grid;
  gap: 6px;
}
.forest-preview-account input,
.forest-preview-input {
  width: 100%;
  margin: 6px 0 12px;
  padding: 12px;
  border: 1px solid #cbc8bd;
  border-radius: 8px;
}
.forest-preview-account aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.forest-preview-summary {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 16px;
  border-radius: 10px;
  background: #f4f1e8;
}
.forest-preview-centered {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 560px;
  margin: 60px auto;
  padding: 44px;
  text-align: center;
  border-radius: 16px;
  background: var(--forest-surface);
}
.forest-preview-centered > i {
  font-size: 64px;
  color: var(--forest-primary);
}
.forest-preview-centered > strong {
  font-size: 28px;
}
.forest-preview-password {
  margin-top: 100px;
}
.forest-preview-order section > h2 {
  margin-top: 28px;
}
@media (max-width: 760px) {
  .forest-preview-collections {
    grid-template-columns: 1fr;
  }
  .forest-preview-account {
    grid-template-columns: 1fr;
  }
  .forest-taxonomy-directory > header {
    display: block;
  }
  .forest-taxonomy-directory > header p {
    margin-top: 7px;
  }
  .forest-taxonomy-index {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 44px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .forest-taxonomy-groups {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .forest-taxonomy-group li a {
    grid-template-columns: 56px minmax(0,1fr) auto;
    min-height: 76px;
    gap: 13px;
  }
  .forest-taxonomy-thumb {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }
}

/* La paleta del detalle prevalece sobre las superficies esmeralda generales. */
.forest-theme-emerald.forest-product-view .forest-product-levels button {
  border-color: rgba(220,239,232,.16);
  background: rgba(5,79,61,.72);
  color: var(--forest-emerald-heading);
}
.forest-theme-emerald.forest-product-view .forest-product-levels button.is-active {
  border-color: var(--forest-button);
  background: var(--forest-button);
  color: var(--forest-button-text);
}
.forest-theme-emerald.forest-product-view .forest-product-facts,
.forest-theme-emerald.forest-product-view .forest-product-notice {
  border-color: transparent;
  background: rgba(5,79,61,.62);
  color: var(--forest-emerald-text);
}
.forest-theme-emerald.forest-product-view .forest-buy-box {
  border-color: transparent;
  background: #e5f1ec;
  color: #163e33;
}
.forest-theme-emerald.forest-product-view .forest-buy-pill,
.forest-theme-emerald.forest-product-view .forest-buy-pill.is-soft {
  background: transparent;
  color: #163e33;
}
.forest-theme-emerald.forest-product-view .forest-buy-price,
.forest-theme-emerald.forest-product-view .forest-buy-box > label,
.forest-theme-emerald.forest-product-view .forest-buy-links,
.forest-theme-emerald.forest-product-view .forest-buy-assurances {
  color: #163e33;
}
.forest-theme-emerald.forest-product-view .forest-volume-progress,
.forest-theme-emerald.forest-product-view .forest-volume-progress.is-applied {
  background: #fff4ce;
  color: #163e33;
}
.forest-theme-emerald.forest-product-view .forest-buy-assurances {
  background: #d5e8e1;
}
.forest-theme-emerald.forest-product-view .forest-product-tabs a {
  border-color: transparent;
  background: transparent;
  color: var(--forest-emerald-muted);
}
.forest-theme-emerald.forest-product-view .forest-product-tabs a.is-active {
  border-color: var(--forest-button);
  background: transparent;
  color: var(--forest-emerald-heading);
}
.forest-product-view .forest-product-levels button:focus-visible,
.forest-product-view .forest-product-thumbs button:focus-visible,
.forest-product-view .forest-quantity button:focus-visible,
.forest-product-view .forest-add-cart:focus-visible {
  outline: 3px solid var(--forest-button);
  outline-offset: 3px;
}

/* Promociones Forest */
.forest-promotions-page {
  display: grid;
  gap: 42px;
}
.forest-promotions-hero {
  position: relative;
  overflow: visible;
  border-radius: 16px;
  background: var(--forest-button);
  color: var(--forest-button-text);
  box-shadow: 0 28px 62px rgba(0,24,18,.28);
}
.forest-promotions-hero > div {
  position: relative;
  z-index: 1;
  max-width: 64%;
  padding: clamp(32px,5vw,74px);
}
.forest-promotions-mascot {
  position: absolute;
  z-index: 0;
  right: -5%;
  bottom: 0;
  width: clamp(700px,64vw,1120px);
  margin: 0;
  clip-path: inset(-180px -180px 30% -180px);
  pointer-events: none;
  transform: translateY(30%);
}
.forest-promotions-mascot img {
  display: block;
  width: 100%;
  height: auto;
}
.forest-promotions-hero .forest-promotions-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(5,79,61,.1);
  color: #054f3d;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
.forest-promotions-hero h2 {
  max-width: 13ch;
  margin: 0 0 18px;
  color: var(--forest-button-text) !important;
  font-size: clamp(42px,6vw,82px);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: .92;
  text-wrap: balance;
}
.forest-promotions-hero p {
  max-width: 60ch;
  margin: 0;
  color: #24493f;
  font-size: clamp(15px,1.3vw,19px);
  line-height: 1.5;
}
.forest-promotions-hero > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.forest-promotions-hero a,
.forest-promotions-close > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid #054f3d;
  border-radius: 10px;
  color: #054f3d !important;
  font-weight: 850;
  text-decoration: none;
}
.forest-promotions-hero a:first-child {
  background: #054f3d;
  color: #f5fff9 !important;
}
.forest-promotions-list {
  display: grid;
  gap: 18px;
}
.forest-promotion-item {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(250px,330px);
  overflow: hidden;
  border-radius: 16px;
  background: rgba(4,70,53,.34);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}
.forest-promotion-type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--forest-button);
  color: var(--forest-button-text);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.forest-promotion-copy {
  padding: clamp(24px,3vw,42px);
}
.forest-promotion-copy h3 {
  max-width: 22ch;
  margin: 0 0 13px;
  font-size: clamp(28px,3vw,46px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
  text-wrap: balance;
}
.forest-promotion-copy > p {
  max-width: 68ch;
  margin: 0;
  color: #e2f1eb;
  font-size: 14px;
  line-height: 1.55;
}
.forest-promotion-tiers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.forest-promotion-tiers span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border-radius: 9px;
  background: rgba(8,93,71,.42);
  color: var(--forest-emerald-heading);
  font-size: 12px;
  font-weight: 750;
}
.forest-promotion-tiers b {
  color: var(--forest-button);
  font-size: 15px;
}
.forest-promotion-item > aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: transparent;
  color: #f5fff9;
}
.forest-promotion-item > aside small {
  color: #d3e8df;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}
.forest-promotion-item > aside strong {
  margin-top: 8px;
  color: #f5fff9;
  font-size: clamp(30px,3.5vw,48px);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.forest-promotion-item > aside > span {
  margin-top: 6px;
  color: #d3e8df;
  font-size: 12px;
}
.forest-promotion-item > aside a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
  padding: 0 14px;
  border-radius: 9px;
  background: var(--forest-button);
  color: var(--forest-button-text) !important;
  font-weight: 850;
  text-decoration: none;
}
.forest-promotions-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(26px,4vw,48px);
  border-radius: 16px;
  background: var(--forest-emerald-surface);
}
.forest-promotions-close h2 {
  margin: 0 0 8px;
  font-size: clamp(28px,3.2vw,48px);
  letter-spacing: -.03em;
}
.forest-promotions-close p {
  max-width: 68ch;
  margin: 0;
  color: var(--forest-emerald-muted);
}
.forest-promotions-close > a {
  flex: 0 0 auto;
  border: 0;
  background: var(--forest-button);
  color: var(--forest-button-text) !important;
}
.forest-promotions-empty {
  padding: 70px 24px;
  text-align: center;
  border: 1px dashed rgba(220,239,232,.3);
  border-radius: 16px;
  background: rgba(5,79,61,.62);
}
.forest-promotions-empty > i {
  color: var(--forest-button);
  font-size: 42px;
}
.forest-promotions-empty h2 {
  margin: 18px 0 8px;
}
.forest-promotions-empty p {
  margin: 0 0 20px;
  color: var(--forest-emerald-muted);
}
.forest-promotions-empty a {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 9px;
  background: var(--forest-button);
  color: var(--forest-button-text) !important;
  font-weight: 850;
}
.forest-promotions-page a:focus-visible {
  outline: 3px solid #f5fff9;
  outline-offset: 3px;
}
@media (min-width: 821px) and (max-width: 1100px) {
  .forest-promotions-hero > div {
    max-width: 70%;
  }
  .forest-promotions-mascot {
    right: -24%;
    width: 700px;
  }
}
@media (max-width: 820px) {
  .forest-promotions-page {
    gap: 28px;
  }
  .forest-promotion-item {
    grid-template-columns: 1fr;
  }
  .forest-promotions-hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: hidden;
  }
  .forest-promotions-hero > div {
    max-width: none;
  }
  .forest-promotions-mascot {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 0 20px;
    clip-path: none;
    transform: none;
  }
  .forest-promotions-mascot img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .forest-promotions-close {
    align-items: stretch;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .forest-promotions-hero > div,
  .forest-promotion-copy,
  .forest-promotion-item > aside {
    padding: 22px;
  }
  .forest-promotions-hero h2 {
    font-size: 44px;
  }
  .forest-promotions-hero > div > div,
  .forest-promotions-hero a {
    width: 100%;
  }
}
