div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div , section:nth-child(11) > div , section:nth-child(13) > div
{
max-width:unset;
}
section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color:transparent !important;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4){
margin:0;
} 
footer .store-footer__inner {
 background:linear-gradient(to right, #2F4C6E,  #4D7196);
 color:white;
 }
.s-product-card-image {
    background-color:transparent !important;
}
section.s-block.s-block--banners.container a{
    background-color:transparent !important;
}
custom-salla-product-card button.s-button-element.s-button-btn.s-button-outline {
background:linear-gradient(to right, #2F4C6E,  #4D7196);
  color:white;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin: auto;
}
    .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));
    margin: auto;
      
}
   section.s-block.s-block--banners.container .md\:grid-cols-3 a{
    height: 130px;
} 

}