/* =============================================================
   SHIMS DA OFERTA (potes) — NP-vsl
   Nas paginas ml01/02/03 estas regras vinham do bootstrap.min.css
   e dos estilos globais do main.css (html/body/img/sup/b/.container).
   Aqui ficam escopadas em .esconder para nao afetar o resto da
   pagina Taboola. Carregar DEPOIS de offer.css e
   products-neuroflush.css.
   ============================================================= */

.esconder {
  /* nas ml o html tem font-size: 20px — reproduz dentro da oferta */
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  color: #231f20;
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.esconder * {
  transition: 0.2s;
  box-sizing: border-box;
}

.esconder img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}

.esconder b {
  font-weight: 800 !important;
}

.esconder sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

.esconder h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.esconder .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0.75rem;
}

.esconder .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* =============================================================
   Compensacao de rem: nas ml o root e 20px, aqui e 16px.
   Converte os valores rem do products-neuroflush.css para em
   (que dentro de .esconder valem 20px).
   ============================================================= */

.esconder .cta-headline h2 {
  font-size: 1.35em;
}

.esconder .products .item .item-mobile-title .line1 {
  font-size: 1.15em;
}

.esconder .products .item .item-mobile-title .line2 {
  font-size: 0.8em;
}

.esconder .products .item .offer-bundle .bundle-plus {
  font-size: 1.75em;
}

.esconder .products .item.promo .offer-bundle .bundle-plus {
  font-size: 2.5em;
}

.esconder .products .item.mid .offer-bundle .bundle-plus {
  font-size: 2em;
}

@media (max-width: 767px) {
  .esconder .products .item .offer-bundle .bundle-plus {
    font-size: 1.5em;
  }

  .esconder .products .item.promo .offer-bundle .bundle-plus {
    font-size: 2em;
  }
}
