.js-store-prod-btn-points {
    display: block;
    width: 100px;
    padding: 0.4rem;
    text-align: center;
    font-family: 'Rubik';
    margin-top: 1rem;
    font-size: 10pt;
    color: #231f20 !important;
    border: 1px solid #231f20;
    background-color: #fdfdfc;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
.js-store-prod-btn-points:hover {
    background-color: #231f20;
    color: #fdfdfc !important;
}