section:nth-of-type(1) .container{
max-width: unset;
    padding: unset;
}
section:nth-of-type(1){
margin: unset;
}
section:nth-of-type(2) .container{
max-width: 600px;
}
.container >a>img{
background-color: transparent;
}
.banner--fixed img, .banner-entry{
background: transparent;
}
body{
background-color: white;
}
section:nth-of-type(3) {
max-width: 800px;
}
section:nth-of-type(3) div{
grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem;
}
section:nth-of-type(4) {
max-width: 600px;
margin-top: 1rem !important;
}
section:nth-of-type(4) div{
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.75rem;
}
@media (max-width:425px){
.banner-entry{
height: 120px;
}
section:nth-of-type(4) {
max-width: 600px;
margin-top: 0.5rem !important;
}
}
@media (min-width:768px){
section:nth-of-type(4){
margin-top: 1rem !important;
}
}
.s-product-card-vertical{
adding: 5px;
    margin: 2px;
    box-shadow: 0 0 10px black;
}
.s-product-card-entry{
height: 95%;
}
.s-button-primary-outline{
background-color: #8A1D38;
    color: white;
}
.s-button-primary-outline:hover{
background-color: #8A1D38;
    color: white;
    opacity: 1;
}
section:nth-of-type(6) div{
max-width: unset;
    padding: unset;
}
.footer-is-light .store-footer .store-footer__inner{
background-color: #8A1D38;
 color: white;
}
.footer-is-light .store-footer{
background-color: #8A1D38;
}
.copyright-text p{
 color: white;
}
.hover\:text-primary:hover{
 color: white;
}
.store-footer a:hover{
 opacity: 1;
}

/*banners*/
section:nth-of-type(8) > div,
section:nth-of-type(10) > div,
section:nth-of-type(12) > div,
section:nth-of-type(14) > div,
section:nth-of-type(16) > div{
  max-width: 1650px;
}