/* Add custom CSS styles below */ 
.s-block--tabs-produtcs .tab-trigger.is-active button {
    color:#000  !important;
}
.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
    color: #fff !important;
}
span.bg-gray-200 {
    background-color: #000 ;
}
.s-button-btn  , .product-card__enhanced-mini-cart button.s-button-element , .btn--outline-primary , .s-block--about .btn {
    background: linear-gradient(45deg, #d53f52, #fd547e) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
}

.product-card__normal-cart__btn .s-button-text , .product-card--primary-buttons salla-button i {
color: #fff !important;
}


.product-card__buttons>div button  , .product-card__actions div button{
    background: #f65076 !important;
}

.s-block--best-offers {
    background: #fcd0d8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.enhanced_rounded_contacts a  , .store-footer .social-link{
    border-radius: 0.25rem;
    background: #c94465;
    color: #fff;
    border: none;
}