/* Add custom CSS styles below */ 
body , img , a{
background-color: transparent !important;
}

/*Hero*/
section:nth-child(4){
margin: unset;
}
section:nth-child(4) > div , section:nth-child(9) > div , section:nth-child(11) > div{
padding: unset;
max-width: unset;
}
/*subHero*/
section:nth-child(5) > div{
max-width: 600px;
}
/**/

/*categories*/
.banner-entry.square-photos:first-child{
grid-row: unset;
}
.banner-entry.square-photos{
height: 250px;
}
section:nth-child(6) > div {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap : 0.25rem;
}

@media screen and (max-width: 600px){
section:nth-child(6) > div {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap : 0.5rem;
section.s-block.s-block--banners.container{
margin-top: 2rem;
}
}
}
/**/

/*products*/
.s-product-card-price{
color: #000;
}
.s-button-primary-outline , .s-button-primary-outline:hover{
border: unset;
background-color: #daa5b6;
color: #000;
}
/**/

/*Footer*/
footer > div.store-footer__inner{
background-color: #daa5b6 !important;
color: #000;
}
footer{
background-color: #daa5b6 !important;
}
footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p{
color: #000;
}
/**/