/* Add custom CSS styles below */ 
.product-card{
background-color:#fffbf5;
}

.s-button-element{
color:white;
background-color:#001f47;
border-radius:40px;
}


.s-button-element :hover{
color:#e6942d;
background-color:#001f47;
border-radius:40px;
}
.btn--outline-primary{
background-color:#d88c2f;
border-radius:40px !important;
color:white;
border-color:white;

}