body {
  background: white;
}

.banner--fixed img,
.banner-entry {
  background-color: transparent;
}

section:nth-of-type(1) {
  margin: unset;
}

section:nth-of-type(1) .container {
  padding: unset;
  max-width: 100%;
}

.main-menu li > a:hover {
       
        COLOR: white;
    }
.store-header .header-btn {
    
    color: #000000;
    background-color: #fff;
}
section.s-block.s-block--banners.container .grid {
    max-width: 322px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.grid-flow-row {
    grid-auto-flow: column;
}
.footer-is-light .store-footer {
    background-color: #C39460 !important;
}
.footer-is-light .store-footer .store-footer__inner {
    color: #111111;
}
.copyright-text p {
    color:black;
}
.hover\:text-primary:hover {
    color: #000!important;
}