body{
  background-color: white;
}
.index .store-header{
  position: relative;
}
section:nth-of-type(1) div{
  max-width: unset;
  padding: unset;
}
section:nth-of-type(2){
  max-width: 400px;
}
@media (max-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.banner-entry{
  height: 250px;
  background-color: transparent;
}
.s-button-primary-outline:hover{
  background-color: #B09977;
}
.ZA_limited-offers-3 .swiper-slide{
  background-image: url(https://imglink.cc/cdn/0OkLaN3CnY.png);
    background-repeat: no-repeat;
    background-size: cover;
  background-color: white;
  height: 582px;
}
.swiper-wrapper{
  background-color: white;
}
.hover\:bg-\[var\(--color-primary-dark\)\]:hover{
  background-color: #D6CAB8;
}
.bg-primary{
  background-color: #D6CAB8;
}
.sicon-store:before{
  color: white;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: #D6CAB8 !important;
  color: black;
}
.footer-is-light .store-footer{
  background-color: #C3B298 !important;
}