.btn--add-to-cart {
    font-size: var(--font-lg);
color: #0000;
    background:#ff3131;

}
.btn--floated .s-button-element {
    color:#fefefe;
    width: 40px;
    font-size: 18px;
}
.product-block__thumb .thumb-wrapper img {
    width: 100%;
    height: auto;
    border-style: solid;
  border-color: #bfa030;
    border-width: 2px;

}

.title--primary {
    color: #000 !important;
        font-weight: 600;

}


.price-wrapper>span {
    font-weight: 700;
    color: #ff3131;
}
.home-block--bg {
    background: #F5F7F9;
    background: #ffffff;
}