.nav {
  padding-bottom: 0px;
}

.nav__logo img {
  height: 66px;
}

.nav--scrolled .nav__logo img {
  height: 51px;
}

.add-to-cart__promo {
  font-size: 0.9rem;
}

body {
  margin-top: 129px !important;
}

@media screen and (max-width: 568px) {
  body {
    margin-top: 100px !important;
  }
  .nav__logo img {
    height: 42px;
  }
  .nav--scrolled .nav__logo img {
    height: 35px;
  }
  .products-actions {
    margin-top: 5.6em;
  }
  .products-actions .add-to-cart__promo {
    margin-top: 0.4em;
  }
}/*# sourceMappingURL=periodic.css.map */