/* Add custom CSS styles below */ 
/* 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: 275px;
}
section:nth-child(6) > div {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap : unset;
}

@media screen and (max-width: 425px){
section:nth-child(6) > div {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap : 0.5rem;
}
}
/**/

/*products*/
.s-products-slider-card{
padding: 1rem;
}
.s-product-card-entry.s-product-card-vertical{
    box-shadow: 0 0 10px 0 black;
}

.s-slider-block__title{
display: none;
}
.s-product-card-sale-price > h4{
color: #000 !important;
}
.s-product-card-sale-price > span{
color : #FF0808;
}
.s-button-primary-outline , .s-button-primary-outline:hover{
background-image: linear-gradient(to right, #CA5893, #7D4485);
color: #FFF;
}
/**/

/*Footer*/
footer > div.store-footer__inner{
    background-image: linear-gradient(to right, #CA5893, #7D4485);
    color: #FFF;
}
footer > div > span > p{
color: #000;
font-size : 18px;
font-weight: 700;
}
/**/