.bg_black {
  position: relative;
  color: white;
}
.bg_black:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 100%;
  background-color: #141414;
}

.bg_grey {
  position: relative;
}
.bg_grey:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 100%;
  background-color: #F3F3F3;
}

.lp_ion-dryer h1 {
  font-size: 25px;
}
.lp_ion-dryer h2 {
  font-size: 24px;
}
.lp_ion-dryer h3 {
  font-size: 20px;
}
.lp_ion-dryer .ion_whats-inside span,
.lp_ion-dryer .ion_comparison .ion_13 > p {
  font-size: 13px;
}
@media (min-width: 545px) {
  .lp_ion-dryer h1 {
    font-size: 48px;
  }
  .lp_ion-dryer h2 {
    font-size: 30px;
  }
  .lp_ion-dryer h3 {
    font-size: 24px;
  }
  .lp_ion-dryer .ion_20 {
    font-size: 20px;
  }
  .lp_ion-dryer p {
    font-size: 18px;
  }
  .lp_ion-dryer .ion_whats-inside strong,
.lp_ion-dryer .ion_comparison .ion_13 > p,
.lp_ion-dryer .ion_16 {
    font-size: 16px;
  }
  .lp_ion-dryer .ion_whats-inside span {
    font-size: 14px;
  }
  .lp_ion-dryer .ion_whats-inside ul p {
    width: 70%;
  }
}

/* HIDE BREADCRUMBS */
@media only screen and (min-width: 501px) {
  .category-breadcrumbs-container {
    position: absolute;
    left: -9999px;
    height: 1px;
  }
}

/*# sourceMappingURL=style.css.map */
