/* Add custom CSS styles below */ 
body{
  background-color: white;
}
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: 600px;
}
section:nth-of-type(2) img ,
section:nth-of-type(3) a , 
section:nth-of-type(5) img ,
section:nth-of-type(7) img ,
section:nth-of-type(9) img
{
  background-color: transparent;
}
.two-row .banner-entry:first-child {
        grid-column: unset;
        grid-row: unset;
}
section:nth-of-type(3) > div{
  grid-template-columns: repeat(5, minmax(0, 1fr));

}
.swiper{
  padding: 10px;
}
custom-salla-product-card{
  box-shadow: 0px 0px 10px 0px #2e2e2e;
}
.s-button-primary-outline{
  border-color: #380001;
     color: white;
   background-color: #380001;
}

.store-footer__inner{
  background-color: #380001 !important;
  color: white;
}
.store-footer{
    background-color: #380001 !important;
  color: white !important;
}
.store-footer .copyright-text p{
  color: white !important
}

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