body{
  background: white;
}
section:nth-of-type(1)  {
  margin: unset;
}
section:nth-of-type(1) .container{
    padding: unset;
  max-width: 100%
}
.s-product-card-entry{
  box-shadow: 0px 0px 8.35px 0px #00000045;
padding: 1rem
}


section:nth-of-type(2) .container{
    max-width: 600px;
}
.lazy__bg{
  height: 224px;
}
.banner-entry{
      height: 229px
}
.banner--fixed img, .banner-entry{
  background: transparent;
}
section:nth-of-type(3) {
      width: 365px;
          margin-top: 1rem
}

.sm\:gap-8{
  gap: 0rem;
}
.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: 0rem;
    background: #D7AE6D;
    color:black;
  border: none;
}
.s-button-btn:hover{
 color: black;}
section:nth-of-type(6) .container{
MAX-WIDTH: 1200px
}
.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}
section:nth-of-type(10) .s-reviews-testimonial{
  background: #D7AE6D;
}
.footer-is-light .store-footer .store-footer__inner{
  background: #D7AE6D;
  color:black;
}
.text-gray-700{
  color:black;
}
.s-reviews-header{
  font-size: 40px;
background: url("https://j.top4top.io/p_3808z3dnd1.png") center center / contain no-repeat;
width: 300px;
    text-align: center;}
 
@media(max-width: 320px){
  section:nth-of-type(3) {
      width: 314px;
}
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}}
@media(min-width:425px){
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}}
@media(min-width:375px){
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}}
.carousel-slider .swiper{
  padding: 1rem
}