body{
  background: white;
}
.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%;
}
section:nth-of-type(2) .container{
    max-width: 500px;
}
.md\:grid-cols-3 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .two-row .banner-entry:first-child
 {
        grid-column: span 1 / span 1;
        grid-row: span 1/ span 1;
    }

section:nth-of-type(3){
  max-width: 950px;
}
section:nth-of-type(3).s-block {
    margin-top: 1rem;
}
    .s-slider-block__title {
        margin-bottom: 1rem;
    }
.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: #2B372B;
    color:white;
  border: none;
}
.s-button-btn:hover{
 color: white; 
  background: #2B372B;
}

.s-product-card-entry{
      box-shadow: 0px 0px 8.35px 0px #0000006e;
    padding: 1rem;
    border-radius: 24px;
  margin: 5px;
    height: 98%;
}
.carousel-slider .swiper{
    padding: 5px ;
}
.s-reviews-header{
  font-size: 35px;
background: url("https://i.top4top.io/p_3820j7qlx1.png") center center /cover no-repeat;
width: 300px;
    text-align: center;
  color: black;
}
.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}
.s-reviews-testimonial {
    background:#BCA88D ;
}

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

.s-reviews-testimonial svg {
    fill: #fff !important;
}
section:nth-of-type(9) .s-reviews-testimonial{
  background:#BCA88D ;
}
.footer-is-light .store-footer .store-footer__inner{
  background:#BCA88D;
color: white;
}


@media (min-width: 640px) {
    .two-row .banner-entry:first-child
 {   
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
    }}
@media (max-width: 767px) {
    .md\:grid-cols-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .md\:grid-cols-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}
@media (min-width: 1024px) {
    .md\:grid-cols-3 {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
    }
}