body.shop {
  margin-top: 80px;
}

.c-hero__content .buttons {
  display: flex;
}

.c-hero__content .button {
  width: 245px;
  min-width: 245px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  border-radius: 50rem;
  border: 1px solid #346c4e;
  color: #346c4e;
  font-weight: 700;
  margin-right: 1.25rem;
  flex-shrink: 0;
}

.c-hero__content .button.button-subscribe {
  color: #fff;
  background-color: #346c4e;
}

.c-hero__content .button.button-subscribe::before,
.c-hero__content .button.button-newsletter::before {
  margin-right: 0.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-hero__content .button.button-subscribe::before {
  content: "";
  width: 16px;
  height: 19px;
  background-image: url("/assets/img/icon_subscribe.svg");
}

.c-hero__content .button.button-newsletter::before {
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icon_newsletter.svg");
}

@media (max-width: 1140px) {
  .c-hero__content .buttons {
    display: block;
    flex-direction: column;
    align-items: center;
  }

  .c-hero__content .button {
    margin: 0 auto;
    width: auto;
    max-width: 280px;
    flex-grow: 1;
  }

  .c-hero__content .button.button-newsletter {
    margin-top: 1rem;
  }
}

@media (max-width: 1140px) {
  .c-hero__content .button {
    margin: 0 auto;
  }
}

.bluedot-footer h2 { display:none; }
.b-footer {
  margin-top: 0;
  background-color: transparent;
  padding: 0.5rem 0 1.75rem 0;
}

.unreadbook-footer-wrap {
  background-color: var(--bg-gray);
  color: #333;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 5rem;
}

.unreadbook-footer-wrap .unreadbook-footer {
  padding: 2rem 0;
}

.unreadbook-logo-wrap {
  margin-bottom: 1rem;
  max-height: 60px;
}

.unreadbook-logo {
  object-fit: cover;
  max-height: inherit;
  filter: grayscale(100%);
}

.unreadbook-footer .f-description {
  line-height: 1.9;
}