/* Add custom CSS styles below */ 
custom-salla-product-card#\36 40747925 {}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    padding: 0px;
}
footer.store-footer {
    color: #fff;
}

.store-footer__inner.da-bgm {
    background: #8d4b64;
}
.right-side {
    justify-content: center;
}

.store-footer a {
    background: transparent;
}
@media (min-width: 768px) {
    .md\:grid-cols-3 {
      gap:0px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 480px) {
   .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 480px) {
    .s-block--banners .two-row .banner-entry {
        height: 241px;
    }
}


.banner-entry {
    height: 340px;
}
.banner-entry .lazy__bg{
      background-size: contain;
  background-repeat: no-repeat;
}
.s-product-card-content {    background: #8b4e6526;}