.banner--fixed img {
  background-color: transparent;
}
.banner-entry {
   background-color: transparent !important;
}
.bg-primary{
  background-color: white;
}
.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: 1000px;
  margin-top: unset !important;
}
.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: 640px) {
  .ZA_limited-offers-3 .discount-percentage{
  max-width: 60px;
}}

.s-block--banners .banner-entry {
    width: 100%;
    display: block;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: #FACDB8 !important;
}

.s-block--banners .lazy__bg {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
}
.md\:flex{
  background-color: #FACDB8;
  color: black;
  max-width: 100%;
}
.md\:flex .container{
  max-width: unset;
  margin: unset;
}
.hover\:bg-\[var\(--color-primary-dark\)\]:hover{
  background-color: #EF6626;
}