.banner--fixed img {
  background-color: transparent;
}
.banner-entry {
   background-color: transparent !important;
}
.index .store-header {
    position: relative;
    width: 100%;
    z-index: 10;
}


section:nth-of-type(1){
  max-width: 100%;
  margin: unset;
}
section:nth-of-type(1) .container{
  max-width: unset;
  padding: unset;
}
section:nth-of-type(2){
  max-width: 800px;
 margin-top: unset;
}
.md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
 
    }
    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
    }
.two-row .banner-entry:first-child {
        height: 200px;
    }
}
.s-block--banners .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}


/* @media (max-width: 1024px) {
    .s-block--banners .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .s-block--banners .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}*/

.s-block--banners .banner-entry {
    width: 100%;
    display: block;
}

.s-block--banners .lazy__bg {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
} 
.text-\[\#111111\]{
  background-color: white;
  color: black;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: #D0D0C0 !important;
}