/** Shopify CDN: Minification failed

Line 199:0 Expected "}" to go with "{"

**/
/* =========================================================
   LAUNCHBASE — BONOS
   ========================================================= */

.lb-bonuses {
  padding: 80px 20px;
  background: var(--lb-bonuses-background, #fff7f9);
  color: var(--lb-bonuses-text, #241a1d);
}

.lb-bonuses *,
.lb-bonuses *::before,
.lb-bonuses *::after {
  box-sizing: border-box;
}

.lb-bonuses__container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.lb-bonuses__header {
  max-width: 790px;
  margin: 0 auto 44px;
}

.lb-bonuses__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lb-bonuses__item {
  position: relative;
}

@media screen and (max-width:749px){

.lb-bonuses{
padding:60px 18px;
}
.lb-bonuses__header {
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.lb-bonuses__header .lb-section-header__heading {
  font-size: 38px !important;
  line-height: 1.08 !important;
  text-align: center !important;
}
@media screen and (max-width:749px){

  .lb-bonuses{
    padding:60px 18px;
  }

  .lb-bonuses__header {
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }

  /* PEGA AQUÍ */
  .lb-bonuses__header .lb-eyebrow {
  display: block;
  width: 100%;
  text-align: center !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 18px !important;
  color: var(--lb-bonuses-accent, #da587f);
}

  .lb-bonuses__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

.lb-bonuses__grid{
grid-template-columns:1fr;
gap:18px;
}

}
.lb-bonuses__card {
  height: 100%;
}

.lb-bonuses__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.lb-bonuses__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: var(--lb-bonuses-icon-background, #fce8ee);
  color: var(--lb-bonuses-accent, #da587f);
}

.lb-bonuses__icon svg {
  width: 25px;
  height: 25px;
}

.lb-bonuses__kicker {
  margin: 0;
  color: var(--lb-bonuses-accent, #da587f);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
@media screen and (max-width: 749px) {

  .lb-bonuses__top {
    margin-bottom: 16px;
  }

  .lb-bonuses__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .lb-bonuses__icon svg {
    width: 22px;
    height: 22px;
  }

  .lb-bonuses__kicker {
    font-size: 10px;
  }
.lb-bonuses__card {
  padding: 22px !important;
}

.lb-bonuses__card .lb-card__title {
  font-size: 21px;
  line-height: 1.25;
}

.lb-bonuses__card .lb-card__content {
  font-size: 16px;
  line-height: 1.5;
}

.lb-bonuses__content {
  margin-top: 10px;
}

.lb-bonuses__top {
  margin-bottom: 16px;
}

.lb-bonuses__grid {
  gap: 16px;
  .lb-bonuses__card {
  padding: 20px !important;
}

.lb-bonuses__top {
  margin-bottom: 14px;
}

.lb-bonuses__card .lb-card__title {
  margin-bottom: 10px !important;
}

.lb-bonuses__card .lb-card__content {
  margin-top: 0 !important;
}

.lb-bonuses__card .lb-card__content p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.55;
}

