/* Add custom CSS styles below */ 
section:nth-of-type(1){
  margin: unset;

}
section:nth-of-type(1) .container{
  max-width: unset;
    padding: unset;
}
section:nth-of-type(1) img{
  border-radius: unset;
}
section:nth-of-type(2) .container{
  max-width: 400px;
}
section:nth-of-type(3) {
  max-width: 700px;
 
}
section:nth-of-type(2) img ,
section:nth-of-type(3) a ,
section:nth-of-type(5) img ,
section:nth-of-type(6) img ,
section:nth-of-type(7) img ,
section:nth-of-type(9) img ,
section:nth-of-type(10) img ,
section:nth-of-type(12) img
{
  background-color: transparent;
}

.swiper{
  padding: 10px
}
.s-product-card-entry{
  box-shadow: 0px 0px 6px 0px rgb(0, 0, 0, .5);
}
.s-slider-block__title{
  display: none;
}
.s-button-primary-outline{
  color: white;
  background-color: var(--color-primary);
}
.store-footer__inner{
    background-color: #1F1F1F !important;
    color: white !important;
}
.copyright-text{
  color: black !important
}

.s-products-list-wrapper{
  padding: 15px
}