body {
  /* background-image: url(https://e.top4top.io/p_3768fchqh1.png); */
  background-repeat: no-repeat;
  background-size: cover;
}

.banner--fixed img,
.banner-entry {
  background-color: #fff0;
}

section:nth-of-type(1) {
  margin: unset;
}

section:nth-of-type(1) .container {
  max-width: unset;
  padding: unset;
}

section:nth-of-type(2) .container {
  max-width: 600px;
}

section:nth-of-type(3) {
  margin-top: 1rem;
  max-width: 717px;
}

.banner-entry {
  height: 234px !important;
}

section:nth-of-type(3) div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s-slider-block__title h2 {
  font-size: 1.7rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}

.s-button-primary-outline {
  background: #C49C6C;
  color: #fff;
}

.s-button-primary-outline:hover {
  background: #C49C6C;
  color: #fff;
}

.s-product-card-entry {
  height: 95%;
  box-shadow: 0 0 10px #000;
  margin: 10px;
}

#best-offers-6-slider .s-slider-block__title {
  display: none;
}

.s-reviews-header-wrapper {
  justify-content: center;
}

.s-reviews-header {
  font-size: 1.7rem;
  /* background-image: url(https://h.top4top.io/p_3768nm8zl1.png); */
  background-repeat: no-repeat;
  padding: 18px 95px;
  color: #000;
}

.s-reviews-testimonial {
  background-color: #C49C6C;
  color: #fff;
}

.s-rating-stars-small svg,
.s-reviews-testimonial__icon svg {
  fill: #fff;
}

.footer-is-light .store-footer .store-footer__inner {
  background-color: #C49C6C;
  color: #fff;
}

@media (max-width: 768px) {
  section:nth-of-type(3) {
    margin-top: 1rem;
    max-width: 400px;
  }

  .banner-entry {
    height: 150px !important;
  }

  section:nth-of-type(3) .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  a.navbar-brand {
    position: absolute;
    right: 110px;
    scale: 110%;
  }
}