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: 950px;
}
section:nth-of-type(3) .container{
      max-width: 500px;

}
    .sm\:gap-8 {
        gap: 0.5rem;
    }
  
section:nth-of-type(4){
   max-width: 600px;
  margin-top: 1rem;
}
     .s-slider-block__title{
  display: none;
}
.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-button-btn {
    border-radius: 0px;
  background: linear-gradient(
    to bottom,
    #3B1574,
    #8B47CF);
    color:white;
  border: none;
}
.footer-is-light .store-footer .store-footer__inner{
  background: linear-gradient(
    to bottom,
    #3B1574,
    #8B47CF);
color: white;
}