body{
background-color: #FFFFFF;
}
section:nth-of-type(1){
margin: 0;
}
section:nth-of-type(1) .container{
margin: 0;
    padding: unset;
    max-width: unset;
}
.banner--fixed img, .banner-entry{
background-color: transparent;
}
section:nth-of-type(2) .container{
max-width: 600px;
}
section:nth-of-type(3) div{
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.two-row .banner-entry:first-child{
grid-row: span 1 / span 1;
}
.two-row .banner-entry:first-child{
padding: 12px;
}
@media(max-width:425px){
section:nth-of-type(3) div{
display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
}

.two-row .banner-entry{
padding: 72px !important;
}
.banner-entry{
height: 95px
}
}
@media(min-width:426px) and (max-width:768px){
section:nth-of-type(3) div{
display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
}

.two-row .banner-entry{
padding: 80px !important;
}
.banner-entry{
height: 95px
}
}
.s-product-card-entry{
height: 97%;
    padding: 10px;
    margin: 5px;
    box-shadow: 0 0 10px black;
}
.s-button-primary-outline{
background-color: #EBD488;
    color: black;
}
.s-button-primary-outline:hover{
background-color: #EBD488;
    color: black;
    opacity: 1;
}

section:nth-of-type(5) div{
padding: unset;
    margin: 0;
    max-width: unset;
}
section:nth-of-type(7) div{
padding: unset;
    margin: 0;
    max-width: unset;
}
section:nth-of-type(9) div{
padding: unset;
    margin: 0;
    max-width: unset;
}
section:nth-of-type(11) div{
padding: unset;
    margin: 0;
    max-width: unset;
}
.footer-is-light .store-footer .store-footer__inner{
background-color: #EBD488;
    color: black;
    border-bottom-color: black;
}
.footer-is-light .store-footer{
background-color: #EBD488;
    color: black;
}