body{
background-color: white;
}
section:nth-of-type(1){
  margin-top: unset;
}
section:nth-of-type(1) .container{
  padding: unset;
  max-width: unset;
}
section:nth-of-type(2) .container ,
section:nth-of-type(6) .container{
  max-width: 600px;
}
section:nth-of-type(7)  {
  max-width: 800px;
}
section:nth-of-type(7) div{
grid-template-columns: repeat(4, minmax(0, 1fr));  
}
section:nth-of-type(3){
  max-width: 1000px;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
  section:nth-of-type(3) div {
grid-template-columns: repeat(5, minmax(0, 1fr));
  }
.two-row .banner-entry:first-child{
  grid-row: span 1 /span 1 ;
}
@media (max-width:425px){
  section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 96px;
    height: 100px;
  }
}
@media (min-width:426px) and (max-width:768px){
    section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
      gap: 1rem;
  }
  .banner-entry{
    width: 30%;
    height: 180px !important;
  }
   
}

.s-slider-block__title-left{
  display: none;
}
.s-slider-block__title{
  justify-content: center;
}
.s-slider-block__title h2{
  font-size: 1.7rem;
}
.carousel-slider .swiper-wrapper>div{
  padding: 0.625rem;
}
.s-product-card-entry{
  height: 95%;
  margin: 10px;
  box-shadow: 0 0 10px black;
}
.s-button-primary-outline ,
.footer-is-light .store-footer .store-footer__inner{
  background-color: #A82A71;
  color: white;
  border: none;
}
.s-button-primary-outline:hover{
  background-color: #A82A71;
  color: black;
  opacity: 1;
}
@media (max-width:768px){
  section:nth-of-type(7) div{
grid-template-columns: repeat(2, minmax(0, 1fr));  
}
  section:nth-of-type(7) {
    max-width: 300px;
  }
  section:nth-of-type(7) .banner-entry{
    width: 100%;
    height: 145px;
  }
  section:nth-of-type(7) .gap-3{
    gap: 1rem;
  }
}