body {
  background: #FEF4E8;
}

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

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

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

.md\:grid-cols-3 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0rem;
}

.two-row .banner-entry:first-child {
  grid-column: span 1 / span 1;
  grid-row: span 1/ span 1;
}

section:nth-of-type(2).s-block {
  margin-top: 1rem !important;
}

section:nth-of-type(2) {
  max-width: 850px;
}


section:not(:nth-of-type(3)) .s-slider-block__title {
  display: none;
}

section:nth-of-type(3) .s-slider-block__title h2 {
  border-bottom: 2px solid;
  font-size: 25px;
  padding-bottom: 15px
}

.s-slider-block__display-all {
  border: 1px solid black;
  height: 33px;
  width: 100px;
  border-radius: 20px;
  text-align: center;
  color: black;
  padding-top: 5px;
}

.s-button-btn {
  border-radius: 10px;
  background: #EBBB6E;
  color: white;
  border: none;
}

.s-product-card-entry {
  box-shadow: 0px 0px 8.35px 0px #0000006e;
  padding: 1rem;
  border-radius: 24px;
  margin: 5px;
  height: 98%;
}
#best-offers-6-slider{
  margin-top: 5px;
}
.carousel-slider .swiper {
  padding: 5px;
}

.s-reviews-header {
  line-height: unset;
  font-size: 29px;
  margin: 10px;
  color: white;
}

.s-reviews-header-wrapper {
  display: flex;
  justify-content: center;
  background: url("https://c.top4top.io/p_3839w2cgs1.png") center center / contain no-repeat;
  margin-bottom: 19px;
}

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

section:nth-of-type(9) .s-reviews-testimonial {
  background: #EBBB6E;
}

.footer-is-light .store-footer .store-footer__inner {
  background: #EBBB6E;
  color: white;
}

.s-reviews-testimonial {
  background: #EBBB6E;
}

.s-reviews-testimonial * {
  color: #fff !important;
}

.s-reviews-testimonial svg {
  fill: #fff !important;
}
.s-block__title .right-side h2{
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}

.s-block__title .right-side h2::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: #EBBB6E;
    border-radius: 999px;
}

.s-block__title .right-side h2::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: -33%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #EBBB6E;
    border-radius: 50%;
}
.s-block__title{
  display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
  .md\:grid-cols-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .two-row .banner-entry:first-child {
    flex-basis: 45%;
    padding: 0;
  }

  .banner-entry.square-photos {
    flex-basis: 45%;
  }
}