.banner--fixed img {
  background-color: transparent;
}
.top-navbar{
  background-color: white !important;
  color: black !important;
}
.banner-entry {
   background-color: transparent !important;
}



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(3){
  max-width: 1000px;
}

.md\:grid-cols-3 {
        grid-template-columns: repeat(6, 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;
    }
  .grid-rows-\[620px\] {
    grid-template-rows: 281px;
}
  .index .store-header{
    position: relative;
  }
}

.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;
}
.store-footer__inner{
  color: black;
}
[class^=sicon-], [class*=" sicon-"] {
color: white; }

.w-\[323px\] {
    width: 200px;
}