body.template--theme-4 .content__background {
  background: rgb(205, 219, 247);
  background: linear-gradient(180deg, rgba(205, 219, 247, 1) 0%, rgba(244, 248, 255, 1) 100%);
  overflow: hidden;
}

body.template--theme-4 .content__background::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 130%;
  height: 650px;
  background-image: url('/img/newVersion/templates/4/fala.png');
  /* background-image: url('https://d1u9ua4yk0lyeu.cloudfront.net/cms/bookshelf/templates/new/4/bg.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -220px -20px;
  opacity: 1;
}

body.template--theme-3 .header__search input {
    color: #000;
}

body.template--theme-3 .header__search input::placeholder {
    color: #000;
}

body.template--theme-3 .header__search .icon svg path {
    fill: #000;
    stroke: #000;
}

body.template--theme-3 .text--navigation {
    color: #000;
}

body.template--theme-3 .header__button--share svg *,
body.template--theme-3 .header__button--website svg * {
    stroke: #000;
}

body.template--theme-3 .shelf__hero__info__btn {
  background-color: transparent;
}

body.template--theme-3 .footer__text {
  color: rgba(255, 255, 255, .8);
}

body.template--theme-3 .footer__link:not(:last-of-type)::before {
  background-color: rgba(255, 255, 255, .8);
}

body.template--theme-3 .footer__link:hover {
  color: rgba(255, 255, 255, 1);
}

body.template--theme-3 .footer__logo svg * {
  fill: rgba(255, 255, 255, .8);
}

body.template--theme-3 .shelf__issue__info__share:hover svg * {
  stroke: #fff;
}

body.template--theme-3 .shelf__hero__info__btn:hover {
  background-color: #fff;
  color: #242a32;
}

body.template--theme-3 .shelf__hero__info__btn:hover svg path {
  fill: #242a32;
  stroke: #242a32;
}

body.template--theme-3 .shelf__hero__info__btn:hover svg circle,
body.template--theme-3 .shelf__hero__info__btn:hover svg line {
  stroke: #242a32;
}

body.template--theme-3 .modal__header__icon svg * {
  stroke: #273e5d;
}

body.template--theme-3 .modal__qrcode__link {
  background-color: #273e5d;
}

body.template--theme-3 .modal__footer__button {
  background-color: #273e5d;
  border-color: #273e5d;
}

body.template--theme-3 .modal__footer__button:not(:disabled):not(.disabled):hover {
  color: #273e5d;
}

body.template--theme-3 .modal__close:hover svg * {
  fill: #273e5d;
}

body.template--theme-3 .modal__title {
  color: #273e5d;
}

.shelf__hero__wrapper {
  padding: 0 15px;
}

body.template--theme .shelf__hero__info {
  max-width: 50%;
  width: auto;
  /* position: absolute; */
  /* bottom: 20%; */
  /* transform: none; */
  /* padding: 50px 130px; */
  /* align-items: flex-start; */
  background-color: transparent;
  border: none;
  position: relative;
  margin-top: -20px;
}

body.template--theme .shelf__hero__wrapper::before {
  content: '';
  width: 100%;
  height: 85%;
  background-color: var(--hero-info-background);
  border: 1px solid var(--hero-info-border);
  position: absolute;
  margin-top: -20px;
}

body.template--theme .shelf__hero__wrapper.shelf__hero__wrapper--landscape::before {
  height: 280px;
}


body.template--theme .shelf__hero__image__wrapper {
  /* margin-left: auto; */
  /* width: 100%; */
}

body.template--theme .shelf__hero__info__wrapper {
  max-width: 100%;
}

body.template--theme .shelf__hero__wrapper {
  justify-content: center;
  /* padding: 0 4% 0 40px; */
}

@media screen and (max-width: 1400px) {
  body.template--theme .shelf__hero__wrapper.shelf__hero__wrapper--landscape::before {
    margin-top: -50px;
  }

  body.template--theme .shelf__hero__info {
    margin-top: -50px;
  }
}

@media screen and (max-width: 1200px) {
  body.template--theme .shelf__hero__info__description {
    -webkit-line-clamp: 2;
  }

  body.template--theme .shelf__hero__wrapper.shelf__hero__wrapper--landscape::before {
    height: 250px;
    margin-top: -70px;
  }

  body.template--theme .shelf__hero__info {
    margin-top: -70px;
  }
}

@media screen and (max-width: 991px) {
  body.template--theme .shelf__hero__info {
    position: absolute;
    padding-left: 50px;
    margin-top: -60px;
  }

  body.template--theme .shelf__hero__image__wrapper {
    margin-left: auto;
  }

  body.template--default .shelf__hero__image__wrapper svg {
    height: auto;
  }

  body.template--theme .shelf__hero__wrapper.shelf__hero__wrapper--landscape::before {
    height: 220px;
  }

  body.template--theme .shelf__hero__wrapper::before {
    margin-top: -60px;
  }
}
