/* Add custom CSS styles below */ 
section:nth-child(4) > div {
max-width:unset;
}
 section:nth-child(4) > div > a > img {
    background:transparent;
}
section:nth-child(4){
margin-top:0px !important;
}
section:nth-child(6) > div{
grid-template-columns
: repeat(5, minmax(0, 1fr));
}
section:nth-child(12) > div > a > img{
    background:transparent;
}

body.index {
background:black;

}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div > a > img{
width:500px;
margin:auto;
background: transparent;
}
.container > div > a {
    background:transparent
}
section:nth-child(8) > div > a > img {
    background:transparent;
}
section:nth-child(10) > div > a > img {
    background:transparent;
}
section:nth-child(14) > div > a > img {
    background:transparent;
}
div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button{
background:linear-gradient(to right, #B4833E,  #EE276D);
  color:white;
}
footer .store-footer__inner{
background:linear-gradient(to right, #B4833E,  #EE276D);
  color:white;
}
.two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
    }
@media(max-width:768px){
    section.s-block.s-block--banners.container .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
        section.s-block.s-block--banners.container .md\:grid-cols-3 a{
    height: 130px;
} 
}