body {
    background-color: #FFFFFF;
}
section:nth-of-type(1){
margin: unset;
}
section:nth-of-type(1) .container ,
section:nth-of-type(3) .container ,
section:nth-of-type(5) .container ,
section:nth-of-type(7) .container {
padding: unset;
    max-width: unset;
}
.banner--fixed img, .banner-entry {
    background-color: transparent;
}
.s-product-card-entry{
height: 95%;
    margin: 5px;
    box-shadow: 0 0 10px black;
}
.s-button-primary-outline ,
.footer-is-light .store-footer .store-footer__inner ,
.footer-is-light .store-footer{
background-color: #C47DB5;
    color: white;
}
.s-button-primary-outline:hover{
background-color: #C47DB5;
    color: white;
    opacity: 1;
}
.copyright-text p{
color: white;
}