body{
  background: white;
}
.banner--fixed img, .banner-entry{
  background: 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;
    
}
section:nth-of-type(2){
         margin-top: 65px !important;
}
section:nth-of-type(3) .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
section:nth-of-type(3) {
    margin-top: 1rem;
    max-width: 700px;
}
section:nth-of-type(3) .lazy__bg {
    height: 200px;
}
section:nth-of-type(4) .s-slider-block__title-right h2{
      border-bottom: 2px solid;
      font-size: 25px;
    padding-bottom: 15px;
    width: 150px;

}
section:nth-of-type(4) .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-slider-block__title:not(section:nth-of-type(4) .s-slider-block__title){
  display: none;
}
.s-button-btn {
    border-radius: 10px;
    background: #B8604A;
    color:white;
  border: none;
}
.s-product-card-entry{
      box-shadow: 0px 0px 5.35px 0px #0000006e;
    padding: 1rem;
    border-radius: 24px;
  margin: 10px;
}
.carousel-slider .swiper{
    padding: 5px ;
}
section:nth-of-type(7)  {
  margin: unset;
}
section:nth-of-type(7) .container{
    padding: unset;
  max-width: 100%
}
section:nth-of-type(7) {
   margin-top: 40px !important;
}
.footer-is-light .store-footer .store-footer__inner{
  background:#B8604A;
  color:white;
}

@media(max-width: 768px) {
    section:nth-of-type(3) .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));}
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 2;
    }