  .js-store-prod-text a {
 display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 1px 1px 1px 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out;
}

.js-store-prod-text a:nth-of-type(1) {
    padding: 10px 34px !important;
    background-color: #2258F3;
    color: #ffffff !important;
}

.js-store-prod-text a:nth-of-type(2) {
    padding: 10px 34px !important;
    background-color: #E3051C;
    color: #ffffff !important;
}

.t-typography__characteristics {
    visibility: hidden;
}