
/* =========================================================
   BEE PRODUCT PAGES — visual premium inspirado no padrão Caracóis Care
   Escopo seguro: .bee-product-page
========================================================= */

/* Linha redundante de marketplaces no hero do produto removida —
   o CTA "Comprar nos marketplaces" abre o modal #beeModal com a versão rica. */
.bee-product-page #beeProductMarkets:empty { display: none; }

.bee-product-page {
  background: #160f0e;
  color: var(--white);
}

.bee-product-page nav:not(.scrolled) {
  background: transparent;
}

.bee-product-page nav:not(.scrolled) .nav-links a,
.bee-product-page nav:not(.scrolled) .nav-social a {
  color: rgba(255,255,255,.86);
}

.bee-product-page nav:not(.scrolled) .mobile-toggle span {
  background: var(--white);
}

.bee-product-hero {
  min-height: 100vh;
  padding: 156px 0 86px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 760px 560px at 82% 20%, rgba(196,162,101,.16), transparent 65%),
    radial-gradient(ellipse 680px 540px at 13% 86%, rgba(155,68,66,.42), transparent 68%),
    linear-gradient(165deg, #120d0c 0%, #211514 42%, #7C3331 100%);
}

.bee-product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 28%),
    radial-gradient(circle at 72% 45%, rgba(255,255,255,.05), transparent 36%);
  pointer-events: none;
}

.bee-product-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .9fr);
  gap: 72px;
  align-items: center;
}

.bee-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 28px;
  font-size: .74rem;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.52);
}

.bee-product-breadcrumb a {
  color: var(--gold-light);
  text-decoration: none;
}

.bee-product-breadcrumb a:hover {
  color: var(--white);
}

.bee-product-badge {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 9px 20px;
  border-radius: 999px;
  background: rgba(196,162,101,.13);
  border: 1px solid rgba(196,162,101,.28);
  color: var(--gold-light);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 26px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.bee-product-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(196,162,101,.75);
}

.bee-product-title {
  font-family: var(--serif);
  color: var(--white);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
  margin-bottom: 16px;
  text-wrap: balance;
}

.bee-product-type {
  font-family: var(--serif);
  color: var(--gold-light);
  font-size: clamp(1.28rem, 2.4vw, 1.82rem);
  font-style: italic;
  line-height: 1.15;
  margin-bottom: 26px;
}

.bee-product-desc {
  color: rgba(255,255,255,.82);
  max-width: 690px;
  font-size: 1.05rem;
  line-height: 1.82;
  margin-bottom: 30px;
}

.bee-product-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.bee-product-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.17);
  font-size: .82rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.bee-product-pill::before {
  content: "✓";
  color: var(--gold-light);
}

.bee-product-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.bee-product-ctas .btn-outline {
  border-color: rgba(255,255,255,.28);
  color: var(--white);
}

.bee-product-ctas .btn-outline:hover {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
}

.bee-product-visual {
  min-height: 540px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 42% 18%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035));
  box-shadow: 0 34px 100px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
  position: relative;
  overflow: hidden;
}

.bee-product-visual::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(239,217,215,.38), transparent 64%);
  filter: blur(16px);
  opacity: .85;
}

.bee-product-visual::after {
  content: "Bee";
  position: absolute;
  right: 34px;
  bottom: 26px;
  font-family: var(--serif);
  font-style: italic;
  color: rgba(255,255,255,.22);
  font-size: clamp(2rem, 4vw, 3.4rem);
  pointer-events: none;
}

.bee-product-image-frame {
  position: relative;
  z-index: 2;
  width: min(440px, 86%);
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  overflow: hidden;
}

.bee-product-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.14));
}

.bee-product-image-frame.is-placeholder {
  background: linear-gradient(155deg, #FAF1EF, #EFD9D7);
  border: 1px solid rgba(155,68,66,.14);
}

.bee-product-image-frame.is-placeholder .bee-placeholder-name {
  font-family: var(--serif);
  color: var(--terracota);
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
}

.bee-product-meta-strip {
  background: var(--white);
  color: var(--text);
  padding: 34px 0;
  border-bottom: 1px solid rgba(155,68,66,.08);
}

.bee-product-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bee-product-meta-card {
  background: var(--nude-ultra);
  border: 1px solid rgba(155,68,66,.08);
  border-radius: 18px;
  padding: 20px;
  text-align: center;
}

.bee-product-meta-card span {
  display: block;
  color: var(--terracota);
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.bee-product-meta-card strong {
  color: var(--black);
  font-size: .98rem;
  line-height: 1.3;
}

.bee-product-content {
  background: var(--white);
  color: var(--text);
  padding: 100px 0;
}

.bee-product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: start;
}

.bee-product-editorial {
  position: sticky;
  top: 112px;
  background: linear-gradient(145deg, var(--nude-ultra), #fff);
  border: 1px solid rgba(155,68,66,.08);
  border-radius: 30px;
  padding: 38px;
  box-shadow: 0 24px 60px rgba(0,0,0,.045);
}

.bee-product-editorial .section-label {
  margin-bottom: 16px;
}

.bee-product-editorial h2,
.bee-product-info-block h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.8vw, 3.05rem);
  font-weight: 400;
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 18px;
}

.bee-product-editorial p,
.bee-product-info-block p {
  color: var(--text-light);
  line-height: 1.78;
  font-size: 1rem;
}

.bee-product-info-stack {
  display: grid;
  gap: 22px;
}

.bee-product-info-block {
  background: var(--nude-ultra);
  border: 1px solid rgba(155,68,66,.08);
  border-radius: 26px;
  padding: 34px;
}

.bee-product-info-block h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  margin-bottom: 14px;
}

.bee-product-info-block .ingredients {
  font-size: .92rem;
  line-height: 1.72;
}

.bee-product-related {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--nude-ultra), var(--nude-light));
  color: var(--text);
}

.bee-product-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  margin-top: 34px;
}

.bee-product-related-card {
  display: block;
  text-decoration: none;
  background: var(--white);
  color: var(--text);
  border: 1px solid rgba(155,68,66,.08);
  border-radius: 22px;
  padding: 24px;
  transition: all .32s var(--ease);
  min-height: 168px;
}

.bee-product-related-card:hover {
  transform: translateY(-5px);
  border-color: var(--terracota);
  box-shadow: 0 18px 42px rgba(155,68,66,.1);
}

.bee-product-related-card span {
  display: block;
  color: var(--gold);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 700;
  margin-bottom: 8px;
}

.bee-product-related-card strong {
  display: block;
  color: var(--black);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.1;
  margin-bottom: 9px;
}

.bee-product-related-card small {
  color: var(--text-light);
  line-height: 1.45;
}

/* Botão flutuante: garante um único ícone legível nas páginas Bee */
.bee-product-page .whatsapp-float svg,
.bee-product-page .whatsapp-float img {
  width: 30px;
  height: 30px;
}

@media (max-width: 1060px) {
  .bee-product-shell {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .bee-product-visual {
    min-height: 430px;
  }

  .bee-product-meta-grid,
  .bee-product-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bee-product-content-grid {
    grid-template-columns: 1fr;
  }

  .bee-product-editorial {
    position: static;
  }
}

@media (max-width: 720px) {
  .bee-product-hero {
    padding: 122px 0 70px;
    min-height: auto;
  }

  .bee-product-title {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .bee-product-type {
    font-size: 1.35rem;
  }

  .bee-product-desc {
    font-size: .98rem;
  }

  .bee-product-ctas .btn {
    width: 100%;
  }

  .bee-product-visual {
    min-height: 360px;
    border-radius: 28px;
    padding: 24px;
  }

  .bee-product-image-frame {
    width: min(340px, 94%);
    padding: 24px;
  }

  .bee-product-meta-grid,
  .bee-product-related-grid {
    grid-template-columns: 1fr;
  }

  .bee-product-content,
  .bee-product-related {
    padding: 72px 0;
  }

  .bee-product-editorial,
  .bee-product-info-block {
    padding: 28px;
  }
}

@media (max-width: 520px) {
  .bee-product-pills {
    gap: 8px;
  }

  .bee-product-pill {
    font-size: .76rem;
    padding: 9px 13px;
  }

  .bee-product-breadcrumb {
    font-size: .66rem;
  }
}


/* =========================================================
   BEE PRODUCT PAGES — hard fix final 20260504
   Corrige navegação interna/marketplaces que apareciam como links azuis
   e reforça escopo mobile sem interferir no modal global Bee.
========================================================= */
.bee-product-page .bee-product-market-row,
.bee-product-page .bee-product-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 18px 0 0;
}
.bee-product-page .bee-product-market-row a,
.bee-product-page .bee-product-market-chip,
.bee-product-page .bee-product-section-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  text-decoration: none !important;
  transition: all .28s var(--ease);
}
.bee-product-page .bee-product-market-row a,
.bee-product-page .bee-product-market-chip {
  color: var(--black) !important;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border: 1px solid rgba(196,162,101,.35);
  box-shadow: 0 10px 26px rgba(196,162,101,.20);
}
.bee-product-page .bee-product-market-row a:hover,
.bee-product-page .bee-product-market-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(196,162,101,.28);
}
.bee-product-page .bee-product-section-nav a {
  color: rgba(255,255,255,.88) !important;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
}
.bee-product-page .bee-product-section-nav a:hover {
  color: var(--white) !important;
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.12);
}
.bee-product-page .bee-product-buy-section,
.bee-product-page .bee-product-next-step,
.bee-product-page .bee-product-guide,
.bee-product-page .bee-product-related {
  scroll-margin-top: 96px;
}
.bee-product-page .bee-cat-buy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.bee-product-page .bee-product-market-card {
  text-decoration: none !important;
}
.bee-product-page .bee-product-market-card .bee-cat-buy-label {
  color: var(--text-light);
}
@media (max-width: 768px) {
  .bee-product-page .bee-product-section-nav,
  .bee-product-page .bee-product-market-row {
    gap: 8px;
  }
  .bee-product-page .bee-product-market-row a,
  .bee-product-page .bee-product-market-chip,
  .bee-product-page .bee-product-section-nav a {
    min-height: 38px;
    padding: 9px 12px;
    font-size: .72rem;
  }
  .bee-product-page .bee-cat-buy-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   BEE PRODUCT PAGES — fix v12 (20260504)
   Corrige bugs estruturais que existiam no CSS original:
   1. CRÍTICO: o main.css tem regra global "nav { position: fixed; top: 0;
      width: 100%; z-index: 1000 }" para o nav principal do site, mas como
      o seletor não está qualificado, ele afeta TODOS os <nav> da página.
      Os HTMLs de produto têm dois <nav> internos (.bee-product-breadcrumb
      e .bee-product-section-nav) que herdam fixed e ficam flutuando no
      topo, sobrepostos ao nav principal — exatamente o que aparece como
      pill "MODO DE USAR / COMPOSIÇÃO / RELACIONADOS" sobre o logo nas
      screenshots reportadas. Aqui resetamos esses navs internos.
   2. .bee-product-details-grid sem regra de grid (HTML usa essa classe,
      mas o CSS antigo só tinha regras para .bee-product-content-grid).
   3. .bee-product-specs-panel e .bee-product-spec sem CSS — herdavam
      genérico e ficavam sem hierarquia.
   4. .bee-product-section-nav (dentro do editorial, fundo claro) tinha
      cores de texto branco com fundo translúcido — invisível no fundo
      claro. Estilo agora coerente com o fundo claro.
   Tudo escopado em .bee-product-page para não vazar.
========================================================= */

/* 1. CRÍTICO: reset de position fixed para navs INTERNOS das páginas Bee.
   Vence sobre a regra "nav { position: fixed }" do main.css por
   especificidade de classe + ancestral. */
.bee-product-page nav.bee-product-breadcrumb,
.bee-product-page nav.bee-product-section-nav {
  position: static;
  top: auto;
  width: auto;
  z-index: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

/* 2. Section "bee-product-details" e seu grid principal */
.bee-product-page .bee-product-details {
  background: var(--white);
  color: var(--text);
  padding: 80px 0 100px;
}

.bee-product-page .bee-product-details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

@media (min-width: 980px) {
  .bee-product-page .bee-product-details-grid {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) minmax(280px, 380px);
    gap: 40px;
  }
}

/* Em mobile garante que o painel de specs aparece primeiro */
.bee-product-page .bee-product-specs-panel { order: 1; }
.bee-product-page .bee-product-editorial   { order: 2; }
.bee-product-page .bee-product-info-stack  { order: 3; }
@media (min-width: 980px) {
  .bee-product-page .bee-product-specs-panel,
  .bee-product-page .bee-product-editorial,
  .bee-product-page .bee-product-info-stack { order: initial; }
}

/* 2. Painel de specs (Volume / pH / ANVISA / Código de barras) */
.bee-product-page .bee-product-specs-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
  background: linear-gradient(155deg, var(--nude-ultra), #fff);
  border: 1px solid rgba(155, 68, 66, .08);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .04);
}

@media (min-width: 980px) {
  .bee-product-page .bee-product-specs-panel {
    grid-template-columns: 1fr;
    position: sticky;
    top: 112px;
  }
}

.bee-product-page .bee-product-spec {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid rgba(155, 68, 66, .06);
  border-radius: 14px;
}

.bee-product-page .bee-product-spec span {
  color: var(--terracota);
  font-family: var(--sans);
  font-size: .64rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}

.bee-product-page .bee-product-spec strong {
  color: var(--black);
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.25;
  word-break: break-word;
}

/* 3. Editorial: NÃO sticky em mobile (o sticky do CSS antigo só desligava
   via .bee-product-content-grid, que não existe no HTML). */
.bee-product-page .bee-product-editorial {
  position: static;
}

@media (min-width: 980px) {
  .bee-product-page .bee-product-editorial {
    position: sticky;
    top: 112px;
  }
}

/* 4. Section nav DENTRO do editorial: cores claras no fundo branco/nude.
   Override deve vir DEPOIS do bloco antigo (linhas 544-554) — está aqui no
   final, então ganha por especificidade. */
.bee-product-page .bee-product-editorial .bee-product-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding: 0;
  background: transparent;
  border: 0;
}

.bee-product-page .bee-product-editorial .bee-product-section-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--terracota) !important;
  background: rgba(155, 68, 66, .06);
  border: 1px solid rgba(155, 68, 66, .14);
  backdrop-filter: none;
  text-decoration: none !important;
  transition: all .26s var(--ease);
}

.bee-product-page .bee-product-editorial .bee-product-section-nav a:hover {
  color: var(--white) !important;
  background: var(--terracota);
  border-color: var(--terracota);
}

/* 5. Info-stack: blocos de Modo de usar / Composição com leitura confortável */
.bee-product-page .bee-product-info-stack {
  display: grid;
  gap: 18px;
}

/* 6. Tipografia de detalhes em mobile — evita quebras agressivas em colunas
   estreitas (era o caso onde "Modo de usar" virava 1-2 palavras por linha). */
.bee-product-page .bee-product-editorial p,
.bee-product-page .bee-product-info-block p {
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .bee-product-page .bee-product-details {
    padding: 60px 0 80px;
  }
  .bee-product-page .bee-product-specs-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

/* 7. Print: ficha técnica limpa */
@media print {
  .bee-product-page nav,
  .bee-product-page .whatsapp-float,
  .bee-product-page .bee-product-ctas,
  .bee-product-page .bee-product-section-nav,
  .bee-product-page .bee-product-buy-section,
  .bee-product-page .bee-product-next-step,
  .bee-product-page .bee-product-related,
  .bee-product-page footer {
    display: none !important;
  }
  .bee-product-page,
  .bee-product-hero,
  .bee-product-details {
    background: #fff !important;
    color: #000 !important;
    min-height: auto !important;
    padding: 16pt 0 !important;
  }
  .bee-product-page .bee-product-title,
  .bee-product-page .bee-product-type,
  .bee-product-page .bee-product-desc,
  .bee-product-page .bee-product-spec strong {
    color: #000 !important;
  }
}

/* =========================================================
   BEE PRODUCT PAGES — fix v13 (20260504)
   Corrige a seção "Próximo passo":
   - .btn-outline-white não existe no main.css (só .btn-outline para
     fundo escuro). O JS pede essa classe, então o segundo botão virava
     um .btn genérico claro com texto preto, parecendo idêntico ao
     primeiro e com baixíssimo contraste contra o fundo escuro da seção.
   - .bee-cat-cta-btns não tinha CSS de gap, então os botões empilhavam
     colados em mobile.
========================================================= */

.bee-product-page .bee-cat-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.bee-product-page .bee-cat-cta-btns .btn {
  min-height: 52px;
  padding: 16px 30px;
}

/* Cria a variante .btn-outline-white para fundo escuro, escopada nas
   páginas Bee (não vaza para o resto do site). Texto branco, borda
   branca translúcida, fundo transparente — estética coerente com a
   seção escura "Próximo Passo". */
.bee-product-page .btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, .42);
  font-weight: 500;
  backdrop-filter: blur(8px);
}

.bee-product-page .btn-outline-white:hover {
  background: rgba(255, 255, 255, .08);
  border-color: var(--white);
  color: var(--white);
  transform: translateY(-2px);
}

/* Reforço de contraste no .btn-white quando aparece sobre o gradiente
   escuro da seção "Próximo Passo" — borda sutil dourada e peso firme. */
.bee-product-page .bee-product-next-step .btn-white {
  background: var(--white);
  color: var(--terracota);
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.bee-product-page .bee-product-next-step .btn-white:hover {
  background: var(--white);
  color: var(--terracota-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .26);
}

@media (max-width: 720px) {
  .bee-product-page .bee-cat-cta-btns {
    flex-direction: column;
    gap: 12px;
  }
  .bee-product-page .bee-cat-cta-btns .btn {
    width: 100%;
    max-width: 360px;
  }
}



/* ==========================================================
   Studio Caracóis — Bee product pages final mobile safe-area
   Scoped only to product pages. Does not affect home/units.
   ========================================================== */
@media (max-width: 768px) {
  body.bee-product-page {
    min-height: 100dvh;
    overflow-x: hidden;
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
    background: #211514;
  }
  body.bee-product-page main { overflow-x: clip; }
  body.bee-product-page footer {
    padding-bottom: calc(122px + env(safe-area-inset-bottom, 0px));
  }
  body.bee-product-page .sticky-cta {
    display: flex;
    bottom: 0;
    z-index: 997;
    min-height: 66px;
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  body.bee-product-page .whatsapp-float {
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    z-index: 998;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
}
