/** Shopify CDN: Minification failed

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

**/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800;900&display=swap");

.brewbox-surface {
  --bb-black: #0b0b08;
  --bb-ink: #171511;
  --bb-muted: #6d6256;
  --bb-cream: #f7f1e8;
  --bb-paper: #fffaf2;
  --bb-line: rgba(39, 33, 25, 0.14);
  --bb-gold: #b78042;
  --bb-olive: #73765a;
  --bb-radius: 8px;
  color: var(--bb-ink);
  background: var(--bb-paper);
  font-family: Inter, var(--font-body-family);
}

.product-grid-item__brewbox-summary,
.product-grid-item__brewbox-button {
  display: none;
}

.brewbox-surface *,
.brewbox-surface *::before,
.brewbox-surface *::after {
  box-sizing: border-box;
}

.brewbox-wrap {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.brewbox-kicker {
  margin: 0 0 14px;
  color: #9b6a37;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brewbox-title {
  margin: 0;
  color: var(--bb-ink);
  font-family: "Cormorant Garamond", Georgia, var(--font-heading-family);
  font-size: clamp(3.2rem, 5vw, 7.2rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.brewbox-section-title {
  margin: 0;
  color: var(--bb-ink);
  font-family: "Cormorant Garamond", Georgia, var(--font-heading-family);
  font-size: clamp(2.8rem, 3vw, 4.8rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
}

.brewbox-text {
  margin: 18px 0 0;
  color: var(--bb-muted);
  font-size: 1.65rem;
  line-height: 1.65;
}

.brewbox-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border: 1px solid var(--bb-black);
  border-radius: 4px;
  background: var(--bb-black);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.brewbox-button:hover {
  transform: translateY(-1px);
  color: #fff;
}

.brewbox-button--secondary {
  background: transparent;
  color: var(--bb-black);
}

.brewbox-button--secondary:hover {
  background: var(--bb-black);
  color: #fff;
}

.brewbox-hero--dark .brewbox-button,
.brewbox-dark-cta .brewbox-button {
  border-color: var(--bb-cream);
  background: var(--bb-cream);
  color: var(--bb-black);
}

.brewbox-hero--dark .brewbox-button:hover,
.brewbox-dark-cta .brewbox-button:hover {
  background: #fffaf2;
  color: var(--bb-black);
}

.brewbox-hero--dark .brewbox-button--secondary {
  border-color: var(--bb-cream);
  background: rgba(247, 241, 232, 0.12);
  color: var(--bb-cream);
}

.brewbox-hero--dark .brewbox-button--secondary:hover {
  background: var(--bb-cream);
  color: var(--bb-black);
}

.brewbox-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 780px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--bb-black);
}

.brewbox-hero__media {
  position: absolute;
  inset: 0;
}

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

.brewbox-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 241, 232, 0.97) 0%, rgba(247, 241, 232, 0.82) 35%, rgba(247, 241, 232, 0.08) 67%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.18));
}

.brewbox-hero--dark .brewbox-hero__shade {
  background:
    linear-gradient(90deg, rgba(8, 8, 5, 0.86) 0%, rgba(8, 8, 5, 0.56) 44%, rgba(8, 8, 5, 0.18) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.26));
}

.brewbox-hero__content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 72px 0;
}

.brewbox-hero--dark .brewbox-title,
.brewbox-hero--dark .brewbox-text {
  color: #fff;
}

.brewbox-hero--dark .brewbox-text {
  color: rgba(255, 255, 255, 0.82);
}

.brewbox-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.brewbox-promise-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.brewbox-promise {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--bb-ink);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
}

.brewbox-hero--dark .brewbox-promise {
  color: #fff;
}

.brewbox-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: currentColor;
}

.brewbox-band {
  padding: 76px 0;
  background: var(--bb-paper);
}

.brewbox-band--cream {
  background: var(--bb-cream);
}

.brewbox-band--dark {
  background: var(--bb-black);
  color: #fff;
}

.brewbox-band--dark .brewbox-section-title,
.brewbox-band--dark .brewbox-title {
  color: #fff;
}

.brewbox-heading {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.brewbox-heading .brewbox-section-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin: 18px auto 0;
  background: var(--bb-gold);
}

.brewbox-grid {
  display: grid;
  gap: 28px;
}

.brewbox-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brewbox-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brewbox-grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brewbox-feature {
  text-align: center;
  padding: 12px;
}

.brewbox-feature h3,
.brewbox-card h3,
.brewbox-step h3 {
  margin: 16px 0 8px;
  color: inherit;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25;
}

.brewbox-feature p,
.brewbox-step p {
  margin: 0;
  color: var(--bb-muted);
  font-size: 1.35rem;
  line-height: 1.55;
}

.brewbox-band--dark .brewbox-feature p,
.brewbox-band--dark .brewbox-step p {
  color: rgba(255, 255, 255, 0.72);
}

.brewbox-card {
  overflow: hidden;
  border: 1px solid rgba(58, 45, 32, 0.16);
  border-radius: 7px;
  background: rgba(255, 250, 242, 0.88);
  box-shadow: 0 18px 38px rgba(58, 45, 32, 0.06);
}

.brewbox-card__image {
  aspect-ratio: 1.36 / 1;
  overflow: hidden;
  background: #ded3c4;
}

.brewbox-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 360ms ease;
}

.brewbox-card:hover .brewbox-card__image img {
  transform: scale(1.035);
}

.brewbox-card__body {
  padding: 22px;
}

.brewbox-card__body h3 {
  font-family: "Cormorant Garamond", Georgia, var(--font-heading-family);
  font-size: 2.45rem;
  font-weight: 600;
  line-height: 1.04;
}

.brewbox-card__body p {
  margin: 0 0 16px;
  color: var(--bb-muted);
  font-size: 1.38rem;
  line-height: 1.55;
}

.brewbox-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 18px;
  padding: 0;
  color: var(--bb-muted);
  font-size: 1.18rem;
  list-style: none;
}

.brewbox-card__price {
  margin: 0 0 18px;
  color: var(--bb-black);
  font-size: 1.55rem;
  font-weight: 900;
}

.brewbox-card .brewbox-button {
  width: 100%;
  min-height: 42px;
}

.brewbox-logo-strip {
  padding: 28px 0;
  border-block: 1px solid var(--bb-line);
  background: #efe5d8;
}

.brewbox-logo-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(23, 21, 17, 0.62);
  font-size: clamp(1.5rem, 2vw, 2.6rem);
  font-weight: 900;
  filter: grayscale(1);
}

.brewbox-logo-strip__label {
  color: #8e6a48;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brewbox-process {
  position: relative;
  overflow: hidden;
  background: var(--bb-black);
}

.brewbox-process__media {
  position: absolute;
  inset: 0;
  opacity: 0.42;
}

.brewbox-process__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brewbox-process__inner {
  position: relative;
  z-index: 1;
  padding: 64px 0;
  color: #fff;
}

.brewbox-step {
  color: #fff;
}

.brewbox-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
}

.brewbox-split__image {
  overflow: hidden;
  border-radius: var(--bb-radius);
}

.brewbox-split__image img {
  width: 100%;
  display: block;
}

.brewbox-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--bb-line);
  background: var(--bb-paper);
}

.brewbox-stat {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  border-right: 1px solid var(--bb-line);
}

.brewbox-stat:last-child {
  border-right: 0;
}

.brewbox-stat strong {
  display: block;
  font-size: 2rem;
}

.brewbox-stat span {
  color: var(--bb-muted);
  font-size: 1.3rem;
}

.brewbox-newsletter {
  display: grid;
  grid-template-columns: 260px 1fr 1fr;
  gap: 42px;
  align-items: center;
  padding: 0;
  background: var(--bb-cream);
}

.brewbox-newsletter__image {
  height: 170px;
  overflow: hidden;
}

.brewbox-newsletter__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brewbox-newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding-right: 40px;
}

.brewbox-newsletter input[type="email"] {
  min-height: 48px;
  border: 1px solid var(--bb-line);
  border-radius: 4px;
  padding: 0 18px;
  background: #fffaf6;
  color: var(--bb-ink);
}

.brewbox-product-shell {
  padding: 52px 0 0;
  background: var(--bb-paper);
}

.brewbox-product-includes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.brewbox-include {
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  background: rgba(255, 250, 242, 0.82);
  overflow: hidden;
}

.brewbox-include__image {
  aspect-ratio: 1 / 0.9;
  background: #eadfce;
}

.brewbox-include__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brewbox-include__body {
  padding: 16px;
}

.brewbox-include__body h3 {
  margin: 0 0 8px;
  color: var(--bb-ink);
  font-size: 1.45rem;
  line-height: 1.25;
}

.brewbox-include__body p {
  margin: 0;
  color: var(--bb-muted);
  font-size: 1.25rem;
  line-height: 1.45;
}

.brewbox-testimonials {
  display: grid;
  grid-template-columns: 0.7fr repeat(3, 1fr);
  gap: 28px;
  align-items: center;
}

.brewbox-score {
  font-family: var(--font-heading-family);
  font-size: clamp(4rem, 5vw, 7rem);
  color: var(--bb-ink);
  line-height: 1;
}

.brewbox-quote {
  min-height: 170px;
  padding: 24px;
  border-left: 1px solid var(--bb-line);
}

.brewbox-stars {
  color: #c88b2f;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.brewbox-quote p {
  margin: 14px 0;
  color: var(--bb-ink);
  font-size: 1.35rem;
  line-height: 1.55;
}

.brewbox-quote small {
  color: var(--bb-muted);
}

.brewbox-dark-cta {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--bb-black);
}

.brewbox-dark-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
}

.brewbox-dark-cta__content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding: 58px 0;
  color: #fff;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.28);
}

.brewbox-dark-cta .brewbox-section-title,
.brewbox-dark-cta .brewbox-text {
  color: #fff;
}

.brewbox-dark-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 7, 4, 0.72), rgba(7, 7, 4, 0.38) 45%, rgba(7, 7, 4, 0.12));
}

.brewbox-dark-cta__content {
  position: relative;
  z-index: 3;
}

body:has(.brewbox-surface) {
  background: #fffaf2;
  color: #171511;
  font-family: Inter, var(--font-body-family);
}

body:has(.brewbox-surface) h1,
body:has(.brewbox-surface) h2,
body:has(.brewbox-surface) h3,
body:has(.brewbox-surface) .h1,
body:has(.brewbox-surface) .h2,
body:has(.brewbox-surface) .h3 {
  font-family: "Cormorant Garamond", Georgia, var(--font-heading-family);
  letter-spacing: 0;
}

body:has(.brewbox-surface) .template-search,
body:has(.brewbox-surface) .collection-grid-section {
  background: #fffaf2 !important;
}

body:has(.brewbox-surface) .facets-vertical {
  align-items: flex-start;
}

body:has(.brewbox-surface) .facets-wrapper {
  color: #171511;
}

body:has(.brewbox-surface) .facets__summary,
body:has(.brewbox-surface) .widget__action_display {
  color: #171511;
  font-weight: 800;
}

body:has(.brewbox-surface) .product__filter--toolbar {
  margin-bottom: 34px;
  border-color: rgba(58, 45, 32, 0.14);
}

body:has(.brewbox-surface) .product-grid-item {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid rgba(58, 45, 32, 0.16) !important;
  border-radius: 7px;
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 18px 34px rgba(58, 45, 32, 0.06);
}

body:has(.brewbox-surface) .product-grid-item__thumbnail {
  aspect-ratio: 1.34 / 1;
  background: #e8dccb;
}

body:has(.brewbox-surface) .product-grid-item__thumbnail .media,
body:has(.brewbox-surface) .product-grid-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:has(.brewbox-surface) .product-grid-item__badges .badge,
body:has(.brewbox-surface) .product-grid-item__badges span {
  border-radius: 4px;
  background: #0b0b08 !important;
  color: #fffaf2 !important;
  font-family: Inter, var(--font-body-family);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body:has(.brewbox-surface) .product-grid-item__content,
body:has(.brewbox-surface) .product-grid-item__content.text-left,
body:has(.brewbox-surface) .product-grid-item__content.text-center,
body:has(.brewbox-surface) .product-grid-item__content.text-right {
  padding: 22px 22px 20px !important;
  text-align: left !important;
}

body:has(.brewbox-surface) h3.product-grid-item__title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, var(--font-heading-family);
  font-size: 2.45rem;
  font-weight: 600;
  line-height: 1.04;
}

body:has(.brewbox-surface) .product-grid-item__title a {
  color: #171511;
}

body:has(.brewbox-surface) .product-grid-item__brewbox-summary {
  display: block;
  margin: 0 0 16px;
}

body:has(.brewbox-surface) .product-grid-item__brewbox-summary p {
  margin: 0 0 14px;
  color: #5f564c;
  font-size: 1.35rem;
  line-height: 1.5;
}

body:has(.brewbox-surface) .product-grid-item__brewbox-summary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  color: #6d6256;
  font-size: 1.12rem;
  line-height: 1.35;
  list-style: none;
}

body:has(.brewbox-surface) .product-grid-item__brewbox-summary li:not(:last-child)::after {
  content: "•";
  margin-left: 12px;
  color: #9b6a37;
}

body:has(.brewbox-surface) .product-grid-item__price,
body:has(.brewbox-surface) .price {
  justify-content: flex-start !important;
  color: #171511;
  font-family: Inter, var(--font-body-family);
  font-size: 1.65rem;
  font-weight: 900;
}

body:has(.brewbox-surface) .product-grid-item__brewbox-button {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border-radius: 4px;
  background: #0b0b08;
  color: #fffaf2;
  font-family: Inter, var(--font-body-family);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

body:has(.brewbox-surface) .product-grid-item__brewbox-button:hover {
  color: #fffaf2;
  background: #2c241a;
}

body:has(.brewbox-surface) .product-grid-item__actions,
body:has(.brewbox-surface) .product-grid-item__action-visibal-cartx,
body:has(.brewbox-surface) .product-grid-item__action-visibal-cartxx {
  display: none !important;
}

.brewbox-header-polish .shopify-section-group-header-group {
  position: relative;
  z-index: 20;
}

body:has(.brewbox-surface) .header-wrapper,
body:has(.brewbox-surface) .header,
body:has(.brewbox-surface) .header-topbar,
body:has(.brewbox-surface) sticky-header {
  background: rgba(255, 250, 242, 0.96);
}

body:has(.brewbox-surface) .announcement-bar,
body:has(.brewbox-surface) .header-topbar {
  background: #0b0b08;
  color: #fff;
}

@media (max-width: 989px) {
  .brewbox-wrap {
    width: min(100% - 28px, 720px);
  }

  .brewbox-hero {
    min-height: 640px;
    align-items: end;
  }

  .brewbox-hero__shade,
  .brewbox-hero--dark .brewbox-hero__shade {
    background:
      linear-gradient(180deg, rgba(8, 8, 5, 0.18) 0%, rgba(8, 8, 5, 0.54) 46%, rgba(247, 241, 232, 0.96) 100%);
  }

  .brewbox-hero--dark .brewbox-hero__shade {
    background:
      linear-gradient(180deg, rgba(8, 8, 5, 0.12) 0%, rgba(8, 8, 5, 0.58) 48%, rgba(8, 8, 5, 0.92) 100%);
  }

  .brewbox-hero__content {
    max-width: 100%;
    padding: 280px 0 42px;
  }

  .brewbox-promise-row,
  .brewbox-grid--3,
  .brewbox-grid--4,
  .brewbox-grid--5,
  .brewbox-split,
  .brewbox-stats,
  .brewbox-product-includes,
  .brewbox-testimonials,
  .brewbox-newsletter {
    grid-template-columns: 1fr;
  }

  .brewbox-logo-strip__inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .brewbox-newsletter {
    padding-bottom: 28px;
  }

  .brewbox-newsletter form {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .brewbox-newsletter > div:not(.brewbox-newsletter__image) {
    padding-inline: 22px;
  }

  .brewbox-stat,
  .brewbox-quote {
    border-right: 0;
    border-left: 0;
    border-top: 1px solid var(--bb-line);
  }
}


/* PRODUCT EXPERIENCE UPGRADE */
.brewbox-product-content{display:grid;grid-template-columns:3fr 1.2fr;gap:30px;align-items:start}
.brewbox-product-includes{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}
.brewbox-include{background:#fff;border:1px solid #ece5db;border-radius:18px;overflow:hidden;transition:.3s ease}
.brewbox-include:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.08)}
.brewbox-include__image img{width:100%;height:180px;object-fit:cover;display:block}
.brewbox-include__body{padding:18px}
.brewbox-product-sidebar{background:#faf6f0;border:1px solid #ece5db;border-radius:18px;padding:24px;position:sticky;top:20px}
.brewbox-product-sidebar h3{font-family:"Cormorant Garamond",serif;font-size:3rem;margin:0 0 16px}
.brewbox-product-sidebar ul{padding-left:18px}
.brewbox-product-sidebar li{margin-bottom:12px}
.brewbox-testimonials{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:20px}
.brewbox-quote{background:#fff;border-radius:18px;padding:28px;border:1px solid #ece5db;min-height:220px}
@media(max-width:990px){
.brewbox-product-content,.brewbox-testimonials{grid-template-columns:1fr}
}


.brewbox-product-shell,.brewbox-band,.brewbox-band--cream{
background:#f6f1ea!important;
color:#171511!important;
}
.brewbox-benefits{margin-bottom:30px;}
.brewbox-product-layout{display:grid;grid-template-columns:3fr 1fr;gap:24px;align-items:start;}
.brewbox-product-sidebar{
background:#f8f3ec;border:1px solid #e5d9c8;border-radius:12px;
padding:24px;color:#171511;height:fit-content;
}
.brewbox-product-sidebar h3,.brewbox-section-title,.brewbox-kicker,.brewbox-score{
color:#171511!important;
}
.brewbox-product-sidebar li,.brewbox-text,.brewbox-quote p,.brewbox-quote small{
color:#3f3a33!important;
}
.brewbox-product-includes{
grid-template-columns:repeat(5,1fr)!important;
}
.brewbox-include{
background:#fff!important;
}
.brewbox-include__body h3{
font-size:1.1rem!important;
color:#171511!important;
}
.brewbox-include__body p{
font-size:.95rem!important;
color:#5b544c!important;
}
.brewbox-testimonials{display:grid!important;grid-template-columns:.8fr 1fr 1fr 1fr!important;}
.brewbox-band--cream *{color:inherit;}
@media(max-width:990px){
 .brewbox-product-layout{grid-template-columns:1fr;}
 .brewbox-product-includes{grid-template-columns:repeat(2,1fr)!important;}
 .brewbox-testimonials{grid-template-columns:1fr!important;}
}

/* final fixes */
.brewbox-product-content{display:grid!important;grid-template-columns:2fr 1fr!important;gap:30px;align-items:start}
.brewbox-product-sidebar--mockup{display:block!important;background:#f8f3eb!important}
.brewbox-sidebar-image img{width:100%;display:block;border-radius:12px;margin-top:18px}
.brewbox-product-sidebar h3{font-size:42px;font-family:"Cormorant Garamond",serif}
.brewbox-product-includes{display:grid;grid-template-columns:repeat(5,1fr)!important;gap:18px}
.brewbox-include__image{background:#e8dece}
#shopify-section-product-recommendations,.product-recommendations{background:#f6f1ea!important}
.product-recommendations .card-wrapper,.product-recommendations .card{background:#fff!important}
@media(max-width:990px){
.brewbox-product-content{grid-template-columns:1fr!important}
}


/* v4 fixes */
.brewbox-product-content{grid-template-columns:4fr 1.5fr!important;}
.brewbox-product-sidebar--mockup{align-self:start}
.brewbox-product-sidebar--mockup .brewbox-sidebar-image{min-height:260px;background:url('https://cdn.shopify.com/s/files/1/0000/0001/files/placeholder.jpg') center/cover no-repeat;}
.brewbox-band{background:#f6f1ea!important}
.product-recommendations,.shopify-section[id*="product-recommendations"]{
background:#2f4738!important;
padding-top:60px!important;
padding-bottom:60px!important;
}
.product-recommendations h2,.product-recommendations .title{
color:#fff!important;
}
.product-recommendations .card,
.product-recommendations .card-wrapper{
background:#fff!important;
border-radius:12px;
}


/* Ajustes finales solicitados */
.brewbox-band--cream{
 background:#F4F0E8 !important;
}
.related-products,
.product-recommendations,
.product-recommendations-wrapper,
section:has(.product-grid-item){
 background:#F4F0E8;
}
.brewbox-product-content{
 grid-template-columns:1fr !important;
}
.brewbox-product-includes{
 width:100% !important;
}
body{
 font-size:110%;
}
.product__title h1,
h1{
 font-size:calc(100% + 0.6rem);
}
h2{
 font-size:calc(100% + 0.4rem);
}


/* ============================================================
   BREWBOX MOCKUP ALIGNMENT v5
   Ajustes para coincidir con los mockups entregados
   ============================================================ */

/* --- HERO LIGHT (Nosotros, B2B) --- */
.brewbox-hero--light .brewbox-hero__shade {
  background:
    linear-gradient(90deg, rgba(247, 241, 232, 0.97) 0%, rgba(247, 241, 232, 0.84) 38%, rgba(247, 241, 232, 0.06) 68%),
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.14));
}
.brewbox-hero--light .brewbox-title,
.brewbox-hero--light .brewbox-text {
  color: var(--bb-ink);
}
.brewbox-hero--light .brewbox-button {
  border-color: var(--bb-black);
  background: var(--bb-black);
  color: #fff;
}
.brewbox-hero--light .brewbox-button--secondary {
  background: transparent;
  color: var(--bb-black);
  border-color: var(--bb-black);
}
.brewbox-hero--light .brewbox-promise {
  color: var(--bb-ink);
}

/* --- HERO: breadcrumb / kicker en hero oscuro --- */
.brewbox-hero--dark .brewbox-kicker {
  color: rgba(255,255,255,0.72);
}
.brewbox-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: rgba(255,255,255,0.62);
  font-size: 1.3rem;
}
.brewbox-hero__breadcrumb a {
  color: rgba(255,255,255,0.62);
  text-decoration: none;
}
.brewbox-hero__breadcrumb a:hover { color: #fff; }
.brewbox-hero__breadcrumb span { color: #fff; }

/* --- SOCIAL PROOF BAR (home hero) --- */
.brewbox-social-proof {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(255, 250, 242, 0.96);
  color: var(--bb-ink);
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.brewbox-social-proof__avatars {
  display: flex;
}
.brewbox-social-proof__avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #c8b49a;
  margin-left: -8px;
  overflow: hidden;
  flex-shrink: 0;
}
.brewbox-social-proof__avatar:first-child { margin-left: 0; }
.brewbox-social-proof__stars {
  color: #e6a817;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

/* --- HEADING DIVIDER LINE --- */
.brewbox-heading .brewbox-section-title::after {
  width: 40px;
  height: 2px;
  background: var(--bb-gold);
  opacity: 0.7;
}

/* --- CARDS: mockup tiene ratio más cuadrado y sin link wrapper --- */
.brewbox-card__image {
  aspect-ratio: 1.2 / 1;
}
.brewbox-card__body {
  padding: 24px;
}
.brewbox-card__body h3 {
  margin-bottom: 10px;
}
.brewbox-card__meta li {
  position: relative;
}
.brewbox-card__meta li:not(:last-child)::after {
  content: "•";
  margin-left: 12px;
  color: #9b6a37;
}

/* --- B2B: sección proceso oscura con imagen de fondo --- */
.brewbox-process {
  min-height: 380px;
}
.brewbox-process__inner {
  padding: 80px 0;
}
.brewbox-step {
  padding: 0 8px;
}
.brewbox-step h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}
.brewbox-step p {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.72);
}

/* --- B2B: sección final CTA con dos columnas + contacto --- */
.brewbox-b2b-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 80px 0;
}
.brewbox-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.brewbox-contact-item__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bb-line);
  background: var(--bb-cream);
  color: var(--bb-muted);
}
.brewbox-contact-item strong {
  display: block;
  font-size: 1.35rem;
  color: var(--bb-ink);
  margin-bottom: 2px;
}
.brewbox-contact-item p {
  margin: 0;
  color: var(--bb-muted);
  font-size: 1.3rem;
}

/* --- ABOUT: firma de fundadores --- */
.brewbox-signature {
  margin-top: 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.6rem;
  font-style: italic;
  color: var(--bb-ink);
  line-height: 1.1;
}
.brewbox-signature small {
  display: block;
  font-family: Inter, var(--font-body-family);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  color: var(--bb-muted);
  letter-spacing: 0.05em;
  margin-top: 6px;
}

/* --- ABOUT: dark CTA section extra iconos de promesa --- */
.brewbox-hero--dark .brewbox-promise,
.brewbox-dark-cta .brewbox-promise {
  color: rgba(255,255,255,0.88);
}
.brewbox-dark-cta .brewbox-promise-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
}

/* --- COLLECTION HERO: promises row en 4 columnas --- */
.brewbox-collection-promises {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 28px;
  margin-top: 36px;
}
.brewbox-collection-promise {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.88);
  font-size: 1.2rem;
  font-weight: 600;
}

/* --- PRODUCT: benefits strip 4 cols --- */
.brewbox-benefits-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  margin: 0 0 52px;
  overflow: hidden;
  background: var(--bb-paper);
}
.brewbox-benefits-strip .brewbox-feature {
  padding: 28px 20px;
  border-right: 1px solid var(--bb-line);
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.brewbox-benefits-strip .brewbox-feature:last-child {
  border-right: 0;
}
.brewbox-benefits-strip .brewbox-feature h3 {
  font-size: 1.35rem;
  margin: 0 0 4px;
}
.brewbox-benefits-strip .brewbox-feature p {
  font-size: 1.2rem;
}
.brewbox-benefits-strip .brewbox-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

/* --- PRODUCT: "Qué incluye" section layout --- */
.brewbox-includes-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}
.brewbox-product-sidebar-box {
  background: var(--bb-cream);
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  padding: 28px;
  position: sticky;
  top: 20px;
}
.brewbox-product-sidebar-box h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  margin: 0 0 16px;
  color: var(--bb-ink);
}
.brewbox-sidebar-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.brewbox-sidebar-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--bb-line);
  font-size: 1.3rem;
  color: var(--bb-ink);
}
.brewbox-sidebar-checklist li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid #9b6a37;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9l3.5 3.5L14 6' stroke='%239b6a37' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  margin-top: 1px;
}
.brewbox-sidebar-image img {
  width: 100%;
  display: block;
  border-radius: 8px;
  margin-top: 18px;
}

/* --- NEWSLETTER SECTION: ajuste de fondo --- */
.brewbox-newsletter {
  background: var(--bb-cream) !important;
  overflow: hidden;
}
.brewbox-newsletter input[type="email"] {
  font-size: 1.35rem;
}
.brewbox-newsletter input[type="email"]::placeholder {
  color: var(--bb-muted);
}

/* Checkbox newsletter */
.brewbox-newsletter-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 1.15rem;
  color: var(--bb-muted);
}

/* --- TESTIMONIAL QUOTES: mockup tiene tarjetas blancas con radius --- */
.brewbox-quote {
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  border-left: 1px solid var(--bb-line);
  background: #fff;
  padding: 28px;
}
.brewbox-quote-reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.brewbox-quote-reviewer__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #c8b49a;
  flex-shrink: 0;
  overflow: hidden;
}
.brewbox-quote-reviewer small {
  display: block;
  color: var(--bb-muted);
  font-size: 1.2rem;
}

/* --- LOGO STRIP: fondo más visible --- */
.brewbox-logo-strip {
  background: #ede4d7;
}

/* --- FOOTER STRIP (trust icons en collection) --- */
.brewbox-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 36px 0;
  border-top: 1px solid var(--bb-line);
}
.brewbox-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid var(--bb-line);
}
.brewbox-trust-item:last-child { border-right: 0; }
.brewbox-trust-item h3 {
  margin: 0 0 3px;
  font-size: 1.3rem;
  font-weight: 800;
}
.brewbox-trust-item p {
  margin: 0;
  font-size: 1.15rem;
  color: var(--bb-muted);
}

/* --- GENERAL: quitar font-size override agresivo del body --- */
body {
  font-size: 100% !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 989px) {
  .brewbox-b2b-cta,
  .brewbox-includes-layout,
  .brewbox-benefits-strip,
  .brewbox-trust-strip {
    grid-template-columns: 1fr;
  }
  .brewbox-benefits-strip .brewbox-feature {
    border-right: 0;
    border-bottom: 1px solid var(--bb-line);
  }
  .brewbox-trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--bb-line);
    padding: 16px 0;
  }
  .brewbox-collection-promises {
    grid-template-columns: 1fr 1fr;
  }
  .brewbox-dark-cta .brewbox-promise-row {
    grid-template-columns: 1fr 1fr;
  }
}


/* ============================================================
   FIXES v6 — correcciones de legibilidad y layout
   ============================================================ */

/* FIX 1: Dark CTA (home + about) — texto invisible por overlay excesivo
   El ::after tenía opacity muy alta tapando el contenido.
   Subimos el z-index del content y reducimos el overlay. */
.brewbox-dark-cta::after {
  background: linear-gradient(
    90deg,
    rgba(7, 7, 4, 0.78) 0%,
    rgba(7, 7, 4, 0.55) 40%,
    rgba(7, 7, 4, 0.22) 70%,
    rgba(7, 7, 4, 0.10) 100%
  ) !important;
}
.brewbox-dark-cta img {
  opacity: 0.55 !important;
}
.brewbox-dark-cta__content {
  z-index: 3 !important;
}
.brewbox-dark-cta .brewbox-section-title {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,0.45);
}
.brewbox-dark-cta .brewbox-text {
  color: rgba(255,255,255,0.88) !important;
  text-shadow: 0 1px 12px rgba(0,0,0,0.35);
}
.brewbox-dark-cta .brewbox-kicker {
  color: #c8913f !important;
  text-shadow: none;
}

/* FIX 2: Hero dark — kicker y promise text más visibles */
.brewbox-hero--dark .brewbox-kicker {
  color: rgba(255, 255, 255, 0.85) !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
/* Reducir opacidad del shade dark para que la imagen no tape el texto */
.brewbox-hero--dark .brewbox-hero__shade {
  background:
    linear-gradient(90deg,
      rgba(6, 6, 4, 0.90) 0%,
      rgba(6, 6, 4, 0.68) 40%,
      rgba(6, 6, 4, 0.24) 68%,
      rgba(6, 6, 4, 0.04) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.22)) !important;
}

/* FIX 3: B2B hero — botones legibles sobre fondo claro */
/* El hero de B2B ahora es --light, los botones usan colores oscuros */
.brewbox-hero--light .brewbox-button {
  border-color: #0b0b08 !important;
  background: #0b0b08 !important;
  color: #fff !important;
  text-shadow: none;
}
.brewbox-hero--light .brewbox-button--secondary {
  background: transparent !important;
  color: #0b0b08 !important;
  border-color: #0b0b08 !important;
}
/* Asegurar que el título en hero light sea oscuro y legible */
.brewbox-hero--light .brewbox-title {
  color: var(--bb-ink) !important;
  text-shadow: none;
}
.brewbox-hero--light .brewbox-text {
  color: var(--bb-muted) !important;
  text-shadow: none;
}

/* FIX 4: About split — imagen a la misma altura que el texto,
   sin desbordamiento. El problema es que la imagen no tiene
   height fijo y puede desbordar. */
.brewbox-split {
  align-items: start !important;
}
.brewbox-split__image {
  overflow: hidden;
  border-radius: var(--bb-radius);
  aspect-ratio: 4 / 5;    /* ratio vertical como en el mockup */
}
.brewbox-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* FIX 5: Proceso section (B2B dark) — textos con mejor contraste */
.brewbox-process__inner .brewbox-kicker {
  color: #c8913f !important;
}
.brewbox-process__inner .brewbox-section-title {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.5);
}
.brewbox-process__media {
  opacity: 0.38 !important;
}
/* Aumentar contraste de pasos */
.brewbox-step h3 {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
  font-weight: 800;
}
.brewbox-step p {
  color: rgba(255,255,255,0.80) !important;
}

/* FIX 6: Cards corporativas B2B — listas con bullet visible */
.brewbox-card__body ul {
  list-style: disc !important;
  padding-left: 20px !important;
  display: block !important;
  margin: 0 0 16px;
  color: var(--bb-muted);
  font-size: 1.3rem;
  line-height: 1.7;
}
.brewbox-card__body ul li::marker {
  color: #9b6a37;
}

/* FIX 7: Newsletter — fondo crema correcto sin override agresivo */
.brewbox-newsletter {
  background: var(--bb-cream) !important;
}
.brewbox-newsletter .brewbox-section-title,
.brewbox-newsletter .brewbox-kicker {
  color: var(--bb-ink) !important;
}
.brewbox-newsletter .brewbox-text {
  color: var(--bb-muted) !important;
}


/* ============================================================
   FIXES v7 — botón secundario visible + hero isolation
   ============================================================ */

/* FIX: Botón secundario en hero oscuro — borde sólido blanco y texto blanco */
.brewbox-hero--dark .brewbox-button--secondary {
  border: 2px solid rgba(255,255,255,0.85) !important;
  background: rgba(255,255,255,0.10) !important;
  color: #fff !important;
  font-weight: 800;
}
.brewbox-hero--dark .brewbox-button--secondary:hover {
  background: rgba(255,255,255,0.22) !important;
  color: #fff !important;
}

/* FIX: Botón primario en hero oscuro — fondo crema sólido, legible */
.brewbox-hero--dark .brewbox-button:not(.brewbox-button--secondary) {
  background: #fff !important;
  border-color: #fff !important;
  color: #0b0b08 !important;
  font-weight: 800;
}
.brewbox-hero--dark .brewbox-button:not(.brewbox-button--secondary):hover {
  background: #f7f1e8 !important;
  color: #0b0b08 !important;
}

/* FIX: Aislar la sección brewbox para que otras secciones no se superpongan */
.brewbox-surface {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

/* FIX: Hero — garantizar que el contenido del hero sea siempre visible sobre la imagen */
.brewbox-hero {
  isolation: isolate;
}
.brewbox-hero__content {
  position: relative;
  z-index: 10 !important;
}
.brewbox-hero__shade {
  z-index: 2;
  position: absolute;
  inset: 0;
}
.brewbox-hero__media {
  z-index: 1;
  position: absolute;
  inset: 0;
}

/* FIX: Bullets duplicados en cards B2B — quitar el bullet del CSS anterior */
.brewbox-card__body ul {
  list-style: none !important;
  padding-left: 0 !important;
}
.brewbox-card__body ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
  font-size: 1.3rem;
  color: var(--bb-muted);
  line-height: 1.5;
}
.brewbox-card__body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9b6a37;
  font-size: 1.1rem;
}
/* Eliminar el ::marker doble */
.brewbox-card__body ul li::marker {
  content: none !important;
}


/* ============================================================
   RESPONSIVE COMPLETO v8
   Breakpoints: 480px (mobile), 768px (tablet), 989px (desktop)
   Estas reglas tienen mayor especificidad y anulan todo lo anterior
   ============================================================ */

/* ── TABLET: 768px – 989px ─────────────────────────────── */
@media (max-width: 989px) {

  /* WRAP */
  .brewbox-wrap {
    width: calc(100% - 40px);
    max-width: 720px;
    margin-inline: auto;
  }

  /* BAND */
  .brewbox-band,
  .brewbox-band--cream,
  .brewbox-band--dark {
    padding: 56px 0;
  }

  /* HERO */
  .brewbox-hero {
    min-height: 520px;
    align-items: end;
  }
  .brewbox-hero__content {
    max-width: 100%;
    padding: 220px 0 40px;
  }
  .brewbox-hero--light .brewbox-hero__shade {
    background:
      linear-gradient(180deg,
        rgba(247,241,232,0.18) 0%,
        rgba(247,241,232,0.72) 50%,
        rgba(247,241,232,0.97) 100%) !important;
  }
  .brewbox-hero--dark .brewbox-hero__shade {
    background:
      linear-gradient(180deg,
        rgba(6,6,4,0.15) 0%,
        rgba(6,6,4,0.62) 48%,
        rgba(6,6,4,0.93) 100%) !important;
  }
  .brewbox-hero__shade {
    background:
      linear-gradient(180deg,
        rgba(247,241,232,0.18) 0%,
        rgba(247,241,232,0.72) 50%,
        rgba(247,241,232,0.97) 100%) !important;
  }

  /* TÍTULOS */
  .brewbox-title {
    font-size: clamp(3.2rem, 6vw, 5.4rem) !important;
    line-height: 1.0;
  }
  .brewbox-section-title {
    font-size: clamp(2.6rem, 4vw, 4rem) !important;
  }

  /* PROMISE ROW */
  .brewbox-promise-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px;
  }

  /* GRIDS → 2 columnas */
  .brewbox-grid--3,
  .brewbox-grid--4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .brewbox-grid--5 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
  }

  /* SPLIT (Nosotros historia) */
  .brewbox-split {
    grid-template-columns: 1fr !important;
    gap: 36px;
  }
  .brewbox-split__image {
    aspect-ratio: 16 / 9 !important;
    min-height: unset !important;
    width: 100%;
  }

  /* STATS */
  .brewbox-stats {
    grid-template-columns: 1fr 1fr !important;
  }
  .brewbox-stat {
    border-right: 1px solid var(--bb-line);
    border-top: 1px solid var(--bb-line);
  }
  .brewbox-stat:nth-child(2n) { border-right: 0; }
  .brewbox-stat:nth-child(1),
  .brewbox-stat:nth-child(2) { border-top: 0; }

  /* TESTIMONIALS */
  .brewbox-testimonials {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
  }
  .brewbox-testimonials > div:first-child {
    grid-column: 1 / -1;
    text-align: center;
  }
  .brewbox-quote {
    border-left: 1px solid var(--bb-line) !important;
  }

  /* NEWSLETTER */
  .brewbox-newsletter {
    grid-template-columns: 1fr !important;
    padding-bottom: 40px;
  }
  .brewbox-newsletter__image {
    height: 200px;
    width: 100%;
  }
  .brewbox-newsletter > div:not(.brewbox-newsletter__image) {
    padding-inline: 20px;
  }
  .brewbox-newsletter form,
  .brewbox-newsletter > div:last-child {
    padding-inline: 20px;
  }

  /* LOGO STRIP */
  .brewbox-logo-strip__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
  }

  /* PRODUCT includes */
  .brewbox-product-includes {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .brewbox-includes-layout {
    grid-template-columns: 1fr !important;
  }
  .brewbox-product-sidebar-box {
    position: static;
  }

  /* BENEFITS STRIP */
  .brewbox-benefits-strip {
    grid-template-columns: 1fr 1fr !important;
  }
  .brewbox-benefits-strip .brewbox-feature:nth-child(2n) {
    border-right: 0;
  }
  .brewbox-benefits-strip .brewbox-feature {
    border-bottom: 1px solid var(--bb-line);
  }

  /* B2B process steps */
  .brewbox-grid--5.brewbox-steps-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  /* B2B CTA final */
  .brewbox-b2b-cta {
    grid-template-columns: 1fr !important;
    gap: 40px;
    padding: 60px 0;
  }

  /* COLLECTION promises */
  .brewbox-collection-promises {
    grid-template-columns: repeat(2, max-content) !important;
    gap: 14px 28px;
  }

  /* TRUST STRIP */
  .brewbox-trust-strip {
    grid-template-columns: 1fr 1fr !important;
  }
  .brewbox-trust-item:nth-child(2n) { border-right: 0; }
  .brewbox-trust-item {
    border-bottom: 1px solid var(--bb-line);
    padding: 20px 16px;
  }

  /* DARK CTA */
  .brewbox-dark-cta {
    min-height: 280px;
  }
  .brewbox-dark-cta__content {
    max-width: 100%;
    padding: 48px 0;
  }
  .brewbox-dark-cta .brewbox-promise-row {
    grid-template-columns: 1fr 1fr !important;
  }

  /* PROCESS section */
  .brewbox-process__inner {
    padding: 60px 0;
  }
}


/* ── MOBILE: hasta 767px ─────────────────────────────────── */
@media (max-width: 767px) {

  /* WRAP */
  .brewbox-wrap {
    width: calc(100% - 32px);
  }

  /* BAND */
  .brewbox-band,
  .brewbox-band--cream,
  .brewbox-band--dark {
    padding: 44px 0;
  }

  /* HERO */
  .brewbox-hero {
    min-height: 580px;
    align-items: end;
  }
  .brewbox-hero__content {
    padding: 200px 0 36px;
  }

  /* TÍTULOS */
  .brewbox-title {
    font-size: clamp(3rem, 9vw, 4.8rem) !important;
    line-height: 1.02;
  }
  .brewbox-section-title {
    font-size: clamp(2.4rem, 7vw, 3.4rem) !important;
    line-height: 1.08;
  }
  .brewbox-kicker {
    font-size: 1.1rem;
  }
  .brewbox-text {
    font-size: 1.5rem;
  }

  /* ACCIONES */
  .brewbox-actions {
    flex-direction: column;
    gap: 10px;
  }
  .brewbox-actions .brewbox-button {
    width: 100%;
    justify-content: center;
  }

  /* PROMISE ROW → columna única */
  .brewbox-promise-row {
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin-top: 28px;
  }
  .brewbox-promise {
    font-size: 1.2rem;
  }

  /* SOCIAL PROOF */
  .brewbox-social-proof {
    font-size: 1.15rem;
    padding: 8px 16px;
    gap: 10px;
  }

  /* GRIDS → columna única */
  .brewbox-grid--3,
  .brewbox-grid--4,
  .brewbox-grid--5 {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  /* HEADING */
  .brewbox-heading {
    margin-bottom: 28px;
  }

  /* CARDS */
  .brewbox-card__image {
    aspect-ratio: 16 / 10;
  }
  .brewbox-card__body {
    padding: 18px;
  }
  .brewbox-card__body h3 {
    font-size: 2.2rem;
  }

  /* FEATURE icons */
  .brewbox-feature {
    padding: 8px 0;
  }
  .brewbox-feature h3 {
    font-size: 1.45rem;
  }

  /* SPLIT */
  .brewbox-split {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }
  .brewbox-split__image {
    aspect-ratio: 4 / 3 !important;
    min-height: unset !important;
  }

  /* SIGNATURE */
  .brewbox-signature {
    font-size: 2.2rem;
  }

  /* STATS */
  .brewbox-stats {
    grid-template-columns: 1fr 1fr !important;
  }
  .brewbox-stat {
    min-height: 90px;
    padding: 16px;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .brewbox-stat strong {
    font-size: 1.7rem;
  }

  /* TESTIMONIALS → columna única */
  .brewbox-testimonials {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .brewbox-score {
    font-size: 5rem;
  }
  .brewbox-quote {
    min-height: unset;
    padding: 20px;
  }

  /* NEWSLETTER */
  .brewbox-newsletter {
    grid-template-columns: 1fr !important;
    padding-bottom: 36px;
  }
  .brewbox-newsletter__image {
    height: 160px;
  }
  .brewbox-newsletter form {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    padding-inline: 16px !important;
  }
  .brewbox-newsletter form .brewbox-button {
    width: 100%;
  }
  .brewbox-newsletter > div:not(.brewbox-newsletter__image) {
    padding-inline: 16px;
  }
  .brewbox-newsletter-consent {
    padding-inline: 16px;
    font-size: 1.1rem;
  }

  /* LOGO STRIP */
  .brewbox-logo-strip__inner {
    gap: 12px 20px;
    font-size: 1.6rem;
  }

  /* PRODUCT INCLUDES */
  .brewbox-product-includes {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  .brewbox-include__image img {
    height: 130px;
  }
  .brewbox-include__body {
    padding: 12px;
  }
  .brewbox-includes-layout {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
  .brewbox-product-sidebar-box {
    position: static;
  }

  /* BENEFITS STRIP */
  .brewbox-benefits-strip {
    grid-template-columns: 1fr !important;
    border-radius: 0;
  }
  .brewbox-benefits-strip .brewbox-feature {
    border-right: 0;
    border-bottom: 1px solid var(--bb-line);
    padding: 20px 16px;
  }
  .brewbox-benefits-strip .brewbox-feature:last-child {
    border-bottom: 0;
  }

  /* DARK CTA */
  .brewbox-dark-cta {
    min-height: 240px;
  }
  .brewbox-dark-cta__content {
    padding: 40px 0;
  }
  .brewbox-dark-cta .brewbox-promise-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
    margin-top: 24px;
  }
  .brewbox-promise span {
    font-size: 1.1rem;
  }

  /* B2B CTA */
  .brewbox-b2b-cta {
    grid-template-columns: 1fr !important;
    gap: 32px;
    padding: 44px 0;
  }
  .brewbox-contact-item {
    margin-bottom: 16px;
  }

  /* PROCESS */
  .brewbox-process__inner {
    padding: 48px 0;
  }
  .brewbox-grid--5 {
    grid-template-columns: 1fr !important;
  }
  .brewbox-step {
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.14);
    padding-top: 16px;
    margin-top: 16px;
  }
  .brewbox-step:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }

  /* COLLECTION HERO promises */
  .brewbox-collection-promises {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px 20px;
  }
  .brewbox-collection-promise {
    font-size: 1.15rem;
  }

  /* TRUST STRIP */
  .brewbox-trust-strip {
    grid-template-columns: 1fr 1fr !important;
  }
  .brewbox-trust-item {
    padding: 16px 12px;
  }
  .brewbox-trust-item h3 {
    font-size: 1.2rem;
  }
  .brewbox-trust-item p {
    font-size: 1.05rem;
  }

  /* BREADCRUMB */
  .brewbox-hero__breadcrumb {
    font-size: 1.2rem;
  }
}


/* ── SMALL MOBILE: hasta 479px ──────────────────────────── */
@media (max-width: 479px) {

  .brewbox-wrap {
    width: calc(100% - 24px);
  }

  .brewbox-title {
    font-size: clamp(2.8rem, 10vw, 4rem) !important;
  }
  .brewbox-section-title {
    font-size: clamp(2.2rem, 8vw, 3rem) !important;
  }

  .brewbox-hero {
    min-height: 540px;
  }
  .brewbox-hero__content {
    padding: 180px 0 32px;
  }

  /* Botones full width en mobile pequeño */
  .brewbox-button {
    min-height: 52px;
    font-size: 1.2rem;
  }

  /* Cards: full width, imagen más alta */
  .brewbox-card__image {
    aspect-ratio: 4 / 3;
  }

  /* Product includes: una sola columna */
  .brewbox-product-includes {
    grid-template-columns: 1fr !important;
  }

  /* Stats: columna única */
  .brewbox-stats,
  .brewbox-trust-strip {
    grid-template-columns: 1fr !important;
  }
  .brewbox-stat {
    border-right: 0 !important;
    border-top: 1px solid var(--bb-line) !important;
  }
  .brewbox-stat:first-child {
    border-top: 0 !important;
  }

  /* Newsletter */
  .brewbox-newsletter__image {
    height: 140px;
  }

  /* Logo strip: más compacto */
  .brewbox-logo-strip__inner {
    font-size: 1.4rem;
    gap: 10px 16px;
  }

  /* Signature */
  .brewbox-signature {
    font-size: 2rem;
  }

  /* Social proof */
  .brewbox-social-proof {
    flex-wrap: wrap;
    font-size: 1.1rem;
    border-radius: 12px;
  }

  /* Promise row en dark CTA: columna única en muy pequeño */
  .brewbox-dark-cta .brewbox-promise-row {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  /* Collection promises: columna única */
  .brewbox-collection-promises {
    grid-template-columns: 1fr !important;
  }
}

/* Newsletter form row */
.brewbox-newsletter__form-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 40px;
}
.brewbox-newsletter__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}
@media (max-width: 767px) {
  .brewbox-newsletter__form-wrap {
    padding-right: 0;
    padding-inline: 16px;
  }
  .brewbox-newsletter__row {
    grid-template-columns: 1fr;
  }
  .brewbox-newsletter__row .brewbox-button {
    width: 100%;
  }
  .brewbox-newsletter {
    grid-template-columns: 1fr !important;
  }
}


/* ============================================================
   MANUAL DE MARCA — Alineamiento v9
   Paleta oficial BrewBox Café / RVRNDO Studio 2025
   ============================================================

   COLORES OFICIALES:
   Negro:         #000000  → fondo oscuro principal
   Dorado/Ámbar:  #e2a236  → acento primario (reemplaza #b78042 / #9b6a37)
   Blanco:        #ffffff  → texto sobre oscuros
   Teal:          #195560  → color secundario oscuro (secciones oscuras)
   Verde bosque:  #3b4636  → terciario (proceso, dark CTA)
   Lavanda:       #5d597c  → acento suave (kickers, detalles)

   TIPOGRAFÍAS:
   Heading: Playfair Display (bold italic) — más cercana disponible a Adoquin FatItalic
   Body:    DM Sans — limpia, legible, equivalente a Grantha Sangam MN en web
   ============================================================ */

/* FUENTES DE MARCA */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&family=DM+Sans:wght@300;400;500;600;700;800&display=swap");

/* TOKENS DE MARCA — sobreescriben los anteriores */
.brewbox-surface {
  --bb-black:   #000000;
  --bb-ink:     #1a1a1a;
  --bb-muted:   #4a4540;
  --bb-cream:   #f5f0e8;
  --bb-paper:   #faf7f2;
  --bb-line:    rgba(25, 85, 96, 0.14);
  --bb-gold:    #e2a236;          /* dorado oficial */
  --bb-teal:    #195560;          /* teal oficial */
  --bb-forest:  #3b4636;          /* verde bosque oficial */
  --bb-lavender:#5d597c;          /* lavanda oficial */
  --bb-radius:  6px;
  font-family: "DM Sans", var(--font-body-family), sans-serif;
}

/* TIPOGRAFÍA HEADING → Playfair Display */
.brewbox-title,
.brewbox-section-title,
.brewbox-card__body h3,
.brewbox-signature {
  font-family: "Playfair Display", Georgia, var(--font-heading-family), serif !important;
  font-style: italic;
  font-weight: 700;
}

/* BODY FONT */
.brewbox-surface,
.brewbox-text,
.brewbox-promise,
.brewbox-feature p,
.brewbox-step p,
.brewbox-quote p,
.brewbox-include__body p,
.brewbox-button {
  font-family: "DM Sans", var(--font-body-family), sans-serif !important;
}

/* KICKER → acento lavanda/dorado */
.brewbox-kicker {
  color: var(--bb-lavender) !important;
  font-family: "DM Sans", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.brewbox-hero--dark .brewbox-kicker,
.brewbox-process__inner .brewbox-kicker,
.brewbox-dark-cta .brewbox-kicker {
  color: var(--bb-gold) !important;
}

/* DIVIDER LINE → dorado oficial */
.brewbox-heading .brewbox-section-title::after {
  background: var(--bb-gold) !important;
  opacity: 1;
  height: 2px;
  width: 42px;
}

/* BOTÓN PRIMARIO → teal oficial */
.brewbox-button {
  background: var(--bb-teal) !important;
  border-color: var(--bb-teal) !important;
  color: #fff !important;
  font-family: "DM Sans", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
  border-radius: var(--bb-radius);
}
.brewbox-button:hover {
  background: var(--bb-forest) !important;
  border-color: var(--bb-forest) !important;
  color: #fff !important;
}

/* BOTÓN SECUNDARIO */
.brewbox-button--secondary {
  background: transparent !important;
  border-color: var(--bb-teal) !important;
  color: var(--bb-teal) !important;
}
.brewbox-button--secondary:hover {
  background: var(--bb-teal) !important;
  color: #fff !important;
}

/* BOTÓN EN HERO OSCURO → dorado */
.brewbox-hero--dark .brewbox-button:not(.brewbox-button--secondary) {
  background: var(--bb-gold) !important;
  border-color: var(--bb-gold) !important;
  color: #000 !important;
}
.brewbox-hero--dark .brewbox-button:not(.brewbox-button--secondary):hover {
  background: #c98e28 !important;
  border-color: #c98e28 !important;
}
.brewbox-hero--dark .brewbox-button--secondary {
  background: rgba(255,255,255,0.10) !important;
  border: 2px solid rgba(255,255,255,0.80) !important;
  color: #fff !important;
}
.brewbox-hero--dark .brewbox-button--secondary:hover {
  background: rgba(255,255,255,0.22) !important;
  color: #fff !important;
}

/* BOTÓN EN HERO LIGHT → teal */
.brewbox-hero--light .brewbox-button:not(.brewbox-button--secondary) {
  background: var(--bb-teal) !important;
  border-color: var(--bb-teal) !important;
  color: #fff !important;
}
.brewbox-hero--light .brewbox-button--secondary {
  background: transparent !important;
  border-color: var(--bb-teal) !important;
  color: var(--bb-teal) !important;
}

/* DARK CTA → fondo verde bosque */
.brewbox-dark-cta::after {
  background: linear-gradient(
    90deg,
    rgba(59, 70, 54, 0.90) 0%,
    rgba(59, 70, 54, 0.65) 40%,
    rgba(59, 70, 54, 0.25) 75%,
    rgba(59, 70, 54, 0.08) 100%
  ) !important;
}

/* PROCESO section → teal oficial */
.brewbox-process {
  background: var(--bb-teal) !important;
}
.brewbox-process__media {
  opacity: 0.25 !important;
  mix-blend-mode: luminosity;
}

/* LOGO STRIP → lavanda sutil */
.brewbox-logo-strip {
  background: #edeaf5 !important;
  border-color: rgba(93, 89, 124, 0.18) !important;
}
.brewbox-logo-strip__label {
  color: var(--bb-lavender) !important;
}
.brewbox-logo-strip__inner {
  color: rgba(93, 89, 124, 0.55) !important;
}

/* ANNOUNCEMENT BAR → teal */
body:has(.brewbox-surface) .announcement-bar,
body:has(.brewbox-surface) .header-topbar {
  background: var(--bb-teal) !important;
  color: #fff !important;
}

/* HEADER → blanco limpio */
body:has(.brewbox-surface) .header-wrapper,
body:has(.brewbox-surface) .header,
body:has(.brewbox-surface) sticky-header {
  background: rgba(250, 247, 242, 0.97) !important;
  border-bottom: 1px solid rgba(25, 85, 96, 0.10);
}

/* CARDS → sombra con tinte teal */
.brewbox-card {
  border-color: rgba(25, 85, 96, 0.14) !important;
  box-shadow: 0 12px 32px rgba(25, 85, 96, 0.07) !important;
}

/* PRECIO → dorado */
.brewbox-card__price {
  color: var(--bb-teal) !important;
  font-size: 1.6rem;
  font-weight: 800;
}

/* STARS → dorado oficial */
.brewbox-stars {
  color: var(--bb-gold) !important;
}
.brewbox-social-proof__stars {
  color: var(--bb-gold) !important;
}

/* SIDEBAR checklist bullets → teal */
.brewbox-sidebar-checklist li::before {
  border-color: var(--bb-teal) !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9l3.5 3.5L14 6' stroke='%23195560' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

/* BULLETS en card B2B → dorado */
.brewbox-card__body ul li::before {
  color: var(--bb-gold) !important;
}

/* SCORE / rating */
.brewbox-score {
  color: var(--bb-teal) !important;
}

/* STAT border */
.brewbox-stat {
  border-color: rgba(25, 85, 96, 0.14) !important;
}
.brewbox-stat strong {
  color: var(--bb-teal);
  font-size: 2.2rem;
}

/* QUOTE cards */
.brewbox-quote {
  border-color: rgba(25, 85, 96, 0.14) !important;
}

/* CONTACT icons → teal */
.brewbox-contact-item__icon {
  background: rgba(25, 85, 96, 0.08) !important;
  border-color: rgba(25, 85, 96, 0.20) !important;
  color: var(--bb-teal) !important;
}

/* PRODUCT GRID (colección) → botón teal */
body:has(.brewbox-surface) .product-grid-item__brewbox-button {
  background: var(--bb-teal) !important;
  color: #fff !important;
}
body:has(.brewbox-surface) .product-grid-item__brewbox-button:hover {
  background: var(--bb-forest) !important;
}

/* BADGES */
body:has(.brewbox-surface) .product-grid-item__badges .badge,
body:has(.brewbox-surface) .product-grid-item__badges span {
  background: var(--bb-gold) !important;
  color: #000 !important;
}

/* NEWSLETTER → fondo teal suave */
.brewbox-newsletter {
  background: var(--bb-teal) !important;
}
.brewbox-newsletter .brewbox-section-title,
.brewbox-newsletter .brewbox-kicker {
  color: #fff !important;
}
.brewbox-newsletter .brewbox-text {
  color: rgba(255,255,255,0.82) !important;
}
.brewbox-newsletter .brewbox-kicker {
  color: var(--bb-gold) !important;
}
.brewbox-newsletter input[type="email"] {
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(255,255,255,0.30) !important;
  color: #fff !important;
}
.brewbox-newsletter input[type="email"]::placeholder {
  color: rgba(255,255,255,0.55) !important;
}
.brewbox-newsletter .brewbox-button {
  background: var(--bb-gold) !important;
  border-color: var(--bb-gold) !important;
  color: #000 !important;
}
.brewbox-newsletter .brewbox-button:hover {
  background: #c98e28 !important;
  border-color: #c98e28 !important;
}
.brewbox-newsletter-consent {
  color: rgba(255,255,255,0.72) !important;
}

/* BAND CREAM → tono cálido más neutro */
.brewbox-band--cream {
  background: #f0ece3 !important;
}

/* FEATURES → íconos teal */
.brewbox-feature .brewbox-icon {
  color: var(--bb-teal) !important;
}
.brewbox-feature h3 {
  color: var(--bb-ink) !important;
}

/* PROMISE ICONS → teal en light, dorado en dark */
.brewbox-hero--light .brewbox-promise .brewbox-icon,
.brewbox-promise .brewbox-icon {
  color: var(--bb-teal) !important;
}
.brewbox-hero--dark .brewbox-promise .brewbox-icon {
  color: var(--bb-gold) !important;
}

/* COLLECTION PROMISES */
.brewbox-collection-promise .brewbox-icon {
  color: var(--bb-gold) !important;
}

/* BENEFITS STRIP → teal */
.brewbox-benefits-strip .brewbox-feature .brewbox-icon {
  color: var(--bb-teal) !important;
}
.brewbox-benefits-strip .brewbox-feature h3 {
  color: var(--bb-teal) !important;
}

/* TRUST STRIP */
.brewbox-trust-item h3 {
  color: var(--bb-teal) !important;
}

/* PROCESS STEPS icons */
.brewbox-step h3 {
  font-family: "DM Sans", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.01em;
}

/* SIGNATURE → Playfair italic */
.brewbox-signature {
  font-family: "Playfair Display", Georgia, serif !important;
  font-style: italic;
  color: var(--bb-teal) !important;
}
.brewbox-signature small {
  font-family: "DM Sans", sans-serif !important;
  font-style: normal;
  color: var(--bb-lavender) !important;
}

/* BREADCRUMB */
.brewbox-hero__breadcrumb a {
  color: rgba(255,255,255,0.65) !important;
}
.brewbox-hero__breadcrumb span {
  color: var(--bb-gold) !important;
}

/* PRODUCT INCLUDE hover */
.brewbox-include:hover {
  border-color: rgba(25,85,96,0.30) !important;
  box-shadow: 0 8px 28px rgba(25,85,96,0.10) !important;
}

/* SOCIAL PROOF BAR */
.brewbox-social-proof {
  background: rgba(250, 247, 242, 0.97) !important;
  box-shadow: 0 4px 20px rgba(25,85,96,0.15) !important;
}
.brewbox-social-proof__avatar {
  background: var(--bb-teal) !important;
  opacity: 0.6;
}

/* BACK TO TOP / FAB buttons */
body:has(.brewbox-surface) .back-to-top,
body:has(.brewbox-surface) [class*="back-top"] {
  background: var(--bb-teal) !important;
  color: #fff !important;
}

/* Facets / filtros colección */
body:has(.brewbox-surface) .facets__summary,
body:has(.brewbox-surface) .widget__action_display {
  color: var(--bb-teal) !important;
}
body:has(.brewbox-surface) input[type="checkbox"]:checked {
  accent-color: var(--bb-teal);
}

/* Headings globales con brewbox activo */
body:has(.brewbox-surface) h1,
body:has(.brewbox-surface) h2,
body:has(.brewbox-surface) h3 {
  font-family: "Playfair Display", Georgia, var(--font-heading-family), serif !important;
}


/* ============================================================
   BREWBOX v6 FIXES
   ============================================================ */

/* FIX 1 — Hero banner: texto subtítulo en blanco
   Hay una regla !important global en .brewbox-text que lo sobreescribe;
   se necesita mayor especificidad con !important para ganarle. */
.brewbox-hero--dark .brewbox-text,
.brewbox-hero--dark .brewbox-kicker {
  color: rgba(255, 255, 255, 0.90) !important;
}

/* FIX 2 — Social proof pill: quitar círculos, estrellas y texto más grandes */
.brewbox-social-proof__avatars {
  display: none !important;
}
.brewbox-social-proof__stars {
  font-size: 1.6rem !important;
  letter-spacing: 0.08em !important;
}
.brewbox-social-proof {
  font-size: 1.5rem !important;
  gap: 10px !important;
  padding: 12px 24px !important;
}

/* FIX 3 — Newsletter: respiro vertical (el bloque tiene padding:0 y fondo teal).
   Padding-block en las columnas de contenido para todos los tamaños. */
.brewbox-newsletter > *:not(.brewbox-newsletter__image) {
  padding-block: 56px !important;
}
/* En desktop: imagen full-height para llenar la fila más alta */
@media (min-width: 990px) {
  .brewbox-newsletter {
    align-items: stretch !important;
  }
  .brewbox-newsletter__image {
    height: auto !important;
    min-height: 240px;
  }
}
/* En mobile: menos padding vertical para no alargar demasiado */
@media (max-width: 767px) {
  .brewbox-newsletter > *:not(.brewbox-newsletter__image) {
    padding-block: 36px !important;
  }
}

/* FIX 4 — Precio página de producto: teal de marca y grande
   (el buy box ahora tiene fondo claro, por eso teal en vez de blanco) */
body:has(.brewbox-surface) .price--large .price-item,
body:has(.brewbox-surface) .price--large .price__regular,
body:has(.brewbox-surface) .price--large .price-item--regular,
body:has(.brewbox-surface) .price--large .price-item--sale,
body:has(.brewbox-surface) .price__box_wrapper .price-item,
body:has(.brewbox-surface) .price__box_wrapper .price__regular {
  color: #195560 !important;
  font-size: 2.8rem !important;
  font-weight: 900 !important;
}
/* Precio en oferta (tachado) en tono apagado */
body:has(.brewbox-surface) .price--large .price__sale .price-item--regular,
body:has(.brewbox-surface) .price__box_wrapper s .price-item {
  color: #8a8178 !important;
}

/* FIX 4b — Precio en tarjetas de colección: tamaño normal, oscuro */
body:has(.brewbox-surface) .product-grid-item__price .price-item,
body:has(.brewbox-surface) .product-grid-item__price .price__regular,
body:has(.brewbox-surface) .product-grid-item__price {
  color: #171511 !important;
  font-size: 1.7rem !important;
  font-weight: 900 !important;
}

/* FIX 5 — Badge descuento SAVE %: negro sobre beige, legible en cualquier fondo */
body:has(.brewbox-surface) .product-grid-item__badges .badge,
body:has(.brewbox-surface) .product-grid-item__badges span,
body:has(.brewbox-surface) .card__badge .badge,
body:has(.brewbox-surface) .card__badge span,
body:has(.brewbox-surface) .badge--sale,
body:has(.brewbox-surface) [class*="badge"] {
  color: #000 !important;
  background: #f5f0e8 !important;
  border: 1px solid rgba(0,0,0,0.10) !important;
  font-weight: 800 !important;
}

/* FIX 6 — Colección/Kits hero: texto subtítulo en blanco
   (mismo problema que FIX 1, cubierto por la misma regla) */
.brewbox-collection-hero .brewbox-text,
.brewbox-hero--dark .brewbox-section-title {
  color: #fff !important;
}

/* FIX 7 — Nosotros: íconos "Nuestro compromiso" en blanco
   El dark-cta tiene fondo oscuro; los íconos .brewbox-promise están en teal = invisibles */
.brewbox-dark-cta .brewbox-promise .brewbox-icon,
.brewbox-dark-cta .brewbox-feature .brewbox-icon,
.brewbox-dark-cta .brewbox-icon {
  color: #fff !important;
}
.brewbox-dark-cta .brewbox-promise,
.brewbox-dark-cta .brewbox-feature h3 {
  color: #fff !important;
}


/* ============================================================
   BOTONES REDONDEADOS (pill) — aplica a todos los botones del tema
   ============================================================ */
.brewbox-button,
.brewbox-button--secondary,
body:has(.brewbox-surface) .product-grid-item__brewbox-button,
body:has(.brewbox-surface) .btn,
body:has(.brewbox-surface) button,
body:has(.brewbox-surface) [type="submit"],
body:has(.brewbox-surface) .shopify-payment-button__button,
body:has(.brewbox-surface) .cart__checkout-button {
  border-radius: 18px !important;
}


/* ============================================================
   LOGO STRIP — CARRUSEL infinito de logos (B2B)
   Logos editables como bloques; se agregan/quitan sin límite.
   ============================================================ */
.brewbox-logo-strip__label {
  display: block;
  text-align: center;
  margin-bottom: 22px;
}

.brewbox-logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Desvanecido suave en los bordes */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.brewbox-logo-marquee__track {
  display: flex;
  width: max-content;
  animation-name: brewbox-marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* animation-duration se define inline según número de logos */
}
.brewbox-logo-marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
/* Cada logo ocupa un ancho fijo del viewport: 3 visibles en desktop.
   El ancho fijo (sin gap) mantiene el loop de los 2 grupos perfectamente continuo. */
.brewbox-logo-strip__item {
  flex: 0 0 33.333vw;
  width: 33.333vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
}
.brewbox-logo-strip__item img {
  height: 64px;
  max-height: 64px;
  width: auto;
  max-width: 78%;
  object-fit: contain;
  display: block;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 200ms ease, opacity 200ms ease;
}
.brewbox-logo-marquee:hover .brewbox-logo-strip__item img {
  filter: grayscale(0);
  opacity: 1;
}
.brewbox-logo-strip__item--text {
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  font-weight: 900;
  color: inherit;
  white-space: nowrap;
}

/* Pausa al pasar el mouse */
.brewbox-logo-marquee:hover .brewbox-logo-marquee__track {
  animation-play-state: paused;
}

@keyframes brewbox-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Tablet: 2 logos visibles */
@media (max-width: 989px) {
  .brewbox-logo-strip__item {
    flex: 0 0 50vw;
    width: 50vw;
  }
  .brewbox-logo-strip__item img { height: 56px; max-height: 56px; max-width: 80%; }
}
/* Celular: 1 logo visible (ocupa toda la pantalla) */
@media (max-width: 767px) {
  .brewbox-logo-strip__item {
    flex: 0 0 100vw;
    width: 100vw;
  }
  .brewbox-logo-strip__item img { height: 60px; max-height: 60px; max-width: 62%; }
}
@media (max-width: 479px) {
  .brewbox-logo-strip__item img { height: 50px; max-height: 50px; max-width: 68%; }
}

/* Accesibilidad: sin movimiento si el usuario lo pidió */
@media (prefers-reduced-motion: reduce) {
  .brewbox-logo-marquee__track { animation: none; transform: none; }
  .brewbox-logo-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .brewbox-logo-marquee__group:nth-child(2) { display: none; }
}


/* ============================================================
   CONVERSIÓN — Trust row en buy box + barra sticky de compra
   (Auditoría de conversión BrewBox)
   ============================================================ */

/* --- Trust row junto al CTA (PDP) --- */
.bb-buybox-trust {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid currentColor;
  border-color: rgba(128, 128, 128, 0.25);
}
.bb-buybox-trust__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* El texto y los iconos HEREDAN el color del buy box (se ven sobre fondo
   claro u oscuro/verde según el esquema del producto) */
.bb-buybox-trust__item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: inherit;
}
.bb-buybox-trust__item strong { color: inherit; font-weight: 800; }
.bb-buybox-trust__item .brewbox-icon,
.bb-buybox-trust__item svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: currentColor;
}
.bb-buybox-trust__payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.bb-buybox-trust__payments .bb-pay-icon {
  height: 26px;
  width: auto;
  border-radius: 4px;
}
@media (max-width: 749px) {
  .bb-buybox-trust__row { gap: 8px; }
  .bb-buybox-trust__item { flex-direction: column; text-align: center; gap: 6px; font-size: 1.05rem; }
  .bb-buybox-trust__item br { display: none; }
  .bb-buybox-trust__item span { display: block; }
}

/* --- Barra sticky de compra (solo móvil/tablet) --- */
.bb-sticky-cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #ffffff;
  border-top: 1px solid rgba(25, 85, 96, 0.18);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(110%);
  transition: transform 280ms ease;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.bb-sticky-cart.is-visible { transform: translateY(0); }
.bb-sticky-cart__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
}
.bb-sticky-cart__img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  flex: 0 0 48px;
}
.bb-sticky-cart__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
}
.bb-sticky-cart__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #171511;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bb-sticky-cart__price {
  font-size: 1.5rem;
  font-weight: 900;
  color: #195560;
}
.bb-sticky-cart__cta {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 26px;
  border: 0;
  border-radius: 18px;
  background: #195560;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease;
}
.bb-sticky-cart__cta:hover { background: #3b4636; }

/* Solo se muestra en móvil/tablet; en desktop el buy box ya es visible */
@media (min-width: 990px) {
  .bb-sticky-cart { display: none !important; }
}


/* ============================================================
   HEADER BREWBOX — Opción A: Teal oscuro + sticky (alineado a marca)
   Aplica en TODA la tienda (no solo páginas con .brewbox-surface).
   ============================================================ */

/* Fondo teal del header — selector de ALTA especificidad (#id) + anula
   el degradado del color scheme del tema base (.gradient = background-image) */
#shopify__header__section,
#shopify__header__section .header_bottom,
#shopify__header__section.header,
.header,
.header_bottom,
.header_bottom.gradient,
.header-wrapper,
sticky-header,
body:has(.brewbox-surface) .header,
body:has(.brewbox-surface) .header_bottom,
body:has(.brewbox-surface) .header-wrapper,
body:has(.brewbox-surface) sticky-header {
  background: #3b4636 !important;
  background-color: #3b4636 !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(226, 162, 54, 0.28) !important;
}

/* Logo en dorado (si es texto) */
.header__heading,
.header__heading a,
.header__logo .header__heading a {
  color: #e2a236 !important;
}

/* Menú principal: links en blanco */
.header__menu_ul .header__menu_item,
.header__menu .header__menu_item {
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 160ms ease;
}
/* Hover y página activa: el texto se MANTIENE blanco; solo marca la línea dorada.
   Especificidad alta para ganarle al hover oscuro del tema base. */
.header .header__menu_ul .header__menu_item:hover,
.header .header__menu_ul .header__menu_item:focus,
.header_bottom .header__menu_ul .header__menu_item:hover,
.header_bottom .header__menu_ul .header__menu_item:focus,
.header__menu_ul li.active > .header__menu_item,
.header__menu_ul [aria-current] > .header__menu_item,
.header__menu_ul .header__menu_item[aria-current] {
  color: #ffffff !important;
}
.header__menu_ul > li > .header__menu_item {
  position: relative;
  padding-bottom: 4px;
}
.header__menu_ul > li > .header__menu_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #e2a236;
  transition: width 200ms ease;
}
.header__menu_ul > li:hover > .header__menu_item::after,
.header__menu_ul > li.active > .header__menu_item::after,
.header__menu_ul > li [aria-current]::after {
  width: 100%;
}

/* Iconos de acción (búsqueda, favoritos, usuario, carrito) en blanco */
.header__actions_btn,
.header__actions_btn svg,
.header__actions_btn .icon,
.header__actions_btn path {
  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor;
}
.header__actions_btn:hover,
.header__actions_btn:hover svg {
  color: #e2a236 !important;
}

/* Contador del carrito en dorado */
.cart-count-bubble,
.header__actions_btn_cart_num {
  background: #e2a236 !important;
  color: #3b2a0c !important;
  font-weight: 800;
}
/* Ocultar el puntito de favoritos/compare cuando está vacío (en cero) */
.wishlist__count:empty,
.compare__count:empty {
  display: none !important;
}

/* Barra de anuncio: dorada con texto oscuro (contraste sobre el teal) */
.header__topbar,
body:has(.brewbox-surface) .header__topbar,
body:has(.brewbox-surface) .announcement-bar {
  background: #e2a236 !important;
  color: #3b2a0c !important;
}
.header__topbar a,
.header__topbar .announcement-bar__message {
  color: #3b2a0c !important;
}

/* Header fijo al hacer scroll (sticky) */
.header_bottom {
  position: sticky !important;
  top: 0;
  z-index: 100;
}

/* Menú móvil / off-canvas: mantener legibilidad */
.mobile__menu_bar .header__actions_btn,
.mobile__menu_bar svg {
  color: #ffffff !important;
}


/* ============================================================
   PÁGINAS NUEVAS — Contacto · Blog · Artículo
   ============================================================ */

/* --- CONTACTO --- */
.brewbox-contact-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}
.brewbox-contact-form-box .brewbox-section-title { margin-bottom: 24px; }
.brewbox-contact-form { display: flex; flex-direction: column; gap: 16px; }
.brewbox-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.brewbox-field { display: flex; flex-direction: column; gap: 6px; }
.brewbox-field label {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--bb-ink);
}
.brewbox-field input,
.brewbox-field textarea {
  width: 100%;
  border: 1px solid var(--bb-line);
  border-radius: 10px;
  padding: 13px 16px;
  background: #fffaf6;
  color: var(--bb-ink);
  font-size: 1.35rem;
  font-family: "DM Sans", sans-serif;
}
.brewbox-field input:focus,
.brewbox-field textarea:focus {
  outline: none;
  border-color: var(--bb-teal);
  box-shadow: 0 0 0 3px rgba(25, 85, 96, 0.12);
}
.brewbox-contact-form .brewbox-button { align-self: flex-start; margin-top: 6px; }
.brewbox-form-success {
  background: rgba(29, 158, 117, 0.12);
  border: 1px solid rgba(29, 158, 117, 0.4);
  color: #0f6e56;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 1.3rem;
}
.brewbox-form-error {
  background: rgba(176, 58, 46, 0.10);
  border: 1px solid rgba(176, 58, 46, 0.35);
  color: #b03a2e;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 1.3rem;
}

.brewbox-contact-info {
  background: #f8f3ec;
  border: 1px solid #e5d9c8;
  border-radius: 14px;
  padding: 28px;
}
.brewbox-contact-info__title {
  margin: 0 0 18px;
  color: var(--bb-ink);
  font-size: 1.9rem;
  font-weight: 800;
}
.brewbox-contact-info .brewbox-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(25, 85, 96, 0.10);
  text-decoration: none;
  color: var(--bb-ink);
}
.brewbox-contact-info .brewbox-contact-item:last-child { border-bottom: 0; }
.brewbox-contact-info .brewbox-contact-item__icon {
  width: 44px; height: 44px; flex: 0 0 44px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bb-teal);
  border-radius: 50%;
}
.brewbox-contact-info .brewbox-contact-item__icon .brewbox-icon { width: 22px; height: 22px; color: #fff; }
.brewbox-contact-info .brewbox-contact-item strong { display: block; font-size: 1.3rem; color: var(--bb-ink); }
.brewbox-contact-info .brewbox-contact-item p { margin: 2px 0 0; font-size: 1.25rem; color: var(--bb-muted); }
.brewbox-contact-map { line-height: 0; }
.brewbox-contact-map iframe { width: 100%; height: 420px; border: 0; display: block; }

/* --- BLOG (listado) --- */
.brewbox-blog-card { display: flex; flex-direction: column; }
.brewbox-blog-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eadfce;
}
.brewbox-blog-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 400ms ease; }
.brewbox-blog-card:hover .brewbox-blog-card__image img { transform: scale(1.04); }
.brewbox-blog-card__placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: var(--bb-cream);
}
.brewbox-blog-card__placeholder .brewbox-icon { width: 48px; height: 48px; color: var(--bb-teal); opacity: 0.5; }
.brewbox-blog-card__meta {
  font-size: 1.15rem;
  color: var(--bb-lavender);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.brewbox-blog-card h3 { margin: 0 0 8px; font-size: 1.9rem; line-height: 1.25; }
.brewbox-blog-card h3 a { color: var(--bb-ink); text-decoration: none; }
.brewbox-blog-card h3 a:hover { color: var(--bb-teal); }
.brewbox-blog-card__link {
  display: inline-block;
  margin-top: 14px;
  color: var(--bb-teal);
  font-weight: 800;
  text-decoration: none;
  font-size: 1.3rem;
}
.brewbox-blog-card__link:hover { color: var(--bb-gold); }

.brewbox-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 48px;
}
.brewbox-pagination__link {
  min-width: 42px;
  padding: 10px 16px;
  border: 1px solid var(--bb-line);
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: var(--bb-ink);
  font-weight: 700;
  font-size: 1.3rem;
}
.brewbox-pagination__link:hover { border-color: var(--bb-teal); color: var(--bb-teal); }
.brewbox-pagination__link.is-current { background: var(--bb-teal); color: #fff; border-color: var(--bb-teal); }

/* --- ARTÍCULO --- */
.brewbox-article-hero { min-height: 60vh; }
.brewbox-article-meta {
  margin-top: 16px;
  color: rgba(255,255,255,0.85);
  font-size: 1.35rem;
  font-weight: 600;
}
.brewbox-article-body {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--bb-ink);
}
.brewbox-article-body p { margin: 0 0 22px; }
.brewbox-article-body h2 { font-family: "Playfair Display", Georgia, serif; font-size: 2.8rem; margin: 36px 0 14px; color: var(--bb-ink); }
.brewbox-article-body h3 { font-size: 2.1rem; margin: 28px 0 12px; color: var(--bb-ink); }
.brewbox-article-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 18px 0; }
.brewbox-article-body a { color: var(--bb-teal); text-decoration: underline; }
.brewbox-article-body ul, .brewbox-article-body ol { margin: 0 0 22px; padding-left: 24px; }
.brewbox-article-body li { margin-bottom: 8px; }
.brewbox-article-body blockquote {
  border-left: 3px solid var(--bb-gold);
  margin: 24px 0;
  padding: 8px 0 8px 22px;
  font-style: italic;
  color: var(--bb-muted);
}
.brewbox-article-tags {
  max-width: 760px;
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.brewbox-tag {
  background: var(--bb-cream);
  color: var(--bb-teal);
  border: 1px solid rgba(25,85,96,0.18);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 1.15rem;
  font-weight: 700;
}
.brewbox-article-back { max-width: 760px; margin: 32px auto 0; }
.brewbox-article-comments { max-width: 760px; }
.brewbox-comment {
  background: #fffaf2;
  border: 1px solid var(--bb-line);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 14px;
}
.brewbox-comment__body { margin: 0 0 8px; font-size: 1.4rem; color: var(--bb-ink); }
.brewbox-comment__author { margin: 0; font-size: 1.25rem; font-weight: 700; color: var(--bb-teal); }

/* --- RESPONSIVE páginas nuevas --- */
@media (max-width: 989px) {
  .brewbox-contact-layout { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 767px) {
  .brewbox-field-row { grid-template-columns: 1fr; }
  .brewbox-article-body { font-size: 1.5rem; }
  .brewbox-article-hero { min-height: 50vh; }
}


/* ============================================================
   CARRITO · WISHLIST · DRAWER — alineados a la marca BrewBox
   (Aplican global; estas páginas no usan .brewbox-surface)
   ============================================================ */

/* --- Botones principales (checkout, carrito, wishlist, compare) --- */
.cart__checkout-button,
.cart__ctas .button,
button[name="checkout"],
.cart-notification__links .button,
.wishlist-page .button,
.btn_wishlist_,
.compare-page .button {
  background: var(--bb-teal, #195560) !important;
  border: 1px solid var(--bb-teal, #195560) !important;
  color: #ffffff !important;
  border-radius: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
}
.cart__checkout-button:hover,
.cart__ctas .button:hover,
button[name="checkout"]:hover,
.wishlist-page .button:hover,
.btn_wishlist_:hover {
  background: var(--bb-forest, #3b4636) !important;
  border-color: var(--bb-forest, #3b4636) !important;
  color: #ffffff !important;
}
/* Botón secundario del carrito (ver carrito / seguir comprando) */
.cart-notification__links a:not(.button),
.cart__ctas .cart__continue {
  color: var(--bb-teal, #195560) !important;
  font-weight: 700;
}

/* --- Encabezados del carrito en tipografía de marca --- */
.cart-notification__heading,
.cart-items__heading,
.cart__items-title,
.title--cart,
.main-cart .title {
  font-family: "Playfair Display", Georgia, serif !important;
  color: var(--bb-ink, #171511) !important;
}

/* --- Precios con acento de marca --- */
.cart__item_price,
.cart-item__price-wrapper .price,
.cart-item__totals .price,
.totals__subtotal-value,
.totals .price,
.cart__item_price .price {
  color: var(--bb-teal, #195560) !important;
  font-weight: 800 !important;
}
.cart-item__name,
.cart-item__name a {
  color: var(--bb-ink, #171511) !important;
  font-weight: 700;
}
.cart-item__name a:hover { color: var(--bb-teal, #195560) !important; }

/* --- Nombre/links de producto en el drawer --- */
.cart-notification__product--title,
.cart-notification-product__name a {
  color: var(--bb-ink, #171511) !important;
  font-weight: 700;
}

/* --- Estados vacíos --- */
.cart__empty-text,
.empty__cart__item,
.empty-list--text,
.wishlist-grid--empty-list {
  color: var(--bb-muted, #4a4540) !important;
}

/* --- Iconos de favoritos/eliminar en el carrito → acento de marca --- */
.cart-item__remove-button .icon,
.cart-item__remove .icon,
.right__btn_svg svg {
  color: var(--bb-teal, #195560);
}

/* --- Cantidad (stepper) bordes de marca --- */
.cart-item__quantity .quantity,
.cart-notification__quantity-wrapper .quantity {
  border-radius: 10px;
}

/* --- Página wishlist: título de marca --- */
.wishlist-page .customer__title,
.wishlist-page h1,
.wishlist-page .title {
  font-family: "Playfair Display", Georgia, serif !important;
  color: var(--bb-ink, #171511) !important;
}


/* ============================================================
   CARRITO — fondo claro coherente con el cuerpo del sitio
   (el wrapper usa settings.cart_color_scheme global = venía verde)
   ============================================================ */
.cart_template_wrapper,
.cart_template_wrapper.gradient,
.cart_subtotal,
.cart_subtotal.gradient {
  background: var(--bb-paper, #faf7f2) !important;
  background-color: var(--bb-paper, #faf7f2) !important;
  background-image: none !important;
  color: var(--bb-ink, #171511) !important;
}
/* Texto del carrito vacío legible */
.cart__empty-text,
.cart_template_wrapper .cart__empty-text {
  color: var(--bb-ink, #171511) !important;
  opacity: 1 !important;
  font-family: "Playfair Display", Georgia, serif !important;
}
/* Textos internos del carrito sobre el fondo claro */
.cart_template_wrapper .cart-item__name,
.cart_template_wrapper .cart-items__heading,
.cart_template_wrapper th,
.cart_template_wrapper .product__title--cart-items {
  color: var(--bb-ink, #171511) !important;
}
.cart_template_wrapper .cart-item__name a { color: var(--bb-ink, #171511) !important; }
/* "Seguir comprando" (estado vacío) con estilo de marca */
.cart__warnings .button,
.cart__warnings a.button {
  background: var(--bb-teal, #195560) !important;
  border-color: var(--bb-teal, #195560) !important;
  color: #fff !important;
  border-radius: 18px !important;
}


/* ============================================================
   WISHLIST — fondo claro + legibilidad (mismo criterio que el carrito)
   ============================================================ */
.wishlist,
.wishlist.gradient,
section#wishlist,
section#wishlist.gradient {
  background: var(--bb-paper, #faf7f2) !important;
  background-color: var(--bb-paper, #faf7f2) !important;
  background-image: none !important;
  color: var(--bb-ink, #171511) !important;
}
.wishlist .empty-list--text,
.empty-list--text.black {
  color: var(--bb-ink, #171511) !important;
  font-family: "Playfair Display", Georgia, serif !important;
}
.wishlist .no_p_w {
  color: var(--bb-muted, #4a4540) !important;
}
.wishlist .empty_w_icon svg {
  fill: var(--bb-teal, #195560);
  opacity: 0.85;
}


/* ============================================================
   PULIDO GLOBAL — textos informativos más grandes + uniformidad
   ============================================================ */

/* Párrafos de cuerpo: más legibles (estaban pequeños) */
.brewbox-text {
  font-size: 1.85rem;
  line-height: 1.7;
}
.brewbox-feature p,
.brewbox-step p,
.brewbox-promise,
.brewbox-collection-promise {
  font-size: 1.5rem;
  line-height: 1.5;
}
.brewbox-card p,
.brewbox-quote p,
.brewbox-include__body p,
.brewbox-blog-card p,
.brewbox-product-sidebar li,
.brewbox-sidebar-checklist li {
  font-size: 1.5rem;
  line-height: 1.6;
}
.brewbox-card__meta,
.brewbox-blog-card__meta {
  font-size: 1.25rem;
}
.bb-buybox-trust__item {
  font-size: 1.35rem;
}

/* Reducción proporcional en móvil para que no se vea enorme */
@media (max-width: 767px) {
  .brewbox-text { font-size: 1.62rem; }
  .brewbox-feature p,
  .brewbox-step p,
  .brewbox-promise,
  .brewbox-card p,
  .brewbox-quote p,
  .brewbox-include__body p,
  .brewbox-blog-card p {
    font-size: 1.45rem;
  }
}
@media (max-width: 479px) {
  .brewbox-text { font-size: 1.55rem; }
}

/* Uniformidad: el cart drawer también queda claro (usa background-1) */
.cart-drawer-box,
.cart-notification {
  --bb-drawer-bg: #faf7f2;
}


/* Refuerzo: páginas de sistema con fondo claro garantizado */
.compare,
.compare.gradient,
.template-search,
.template-search.gradient,
.template-404,
.customer,
.customer.gradient {
  background: var(--bb-paper, #faf7f2) !important;
  background-image: none !important;
}
.compare .empty-list--text,
.template-404 .not_found_title,
.template-search__header * {
  color: var(--bb-ink, #171511) !important;
}
