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

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: 650px;
}
.md\:grid-cols-3 {
        grid-template-columns: repeat(4, 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: 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;
}
.w-\[323px\] {
    width: 210px;
}
[class^=sicon-], [class*=" sicon-"]{
  background-color: white;
}
.s-product-card-entry .s-button-btn:hover{
  background-color: #5F6070;
}
.text-\[\#111111\]{
  background-color: #9AA1EF;
}
.footer-is-light .store-footer .store-footer__inner{
  color: black;
}
h2.text-white {
  color: black;
}