.js-store-prod-text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 24px;
    margin-right: 10px;
    margin-top: 22px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
    font-family: inherit;
    vertical-align: middle;
}

/* Кнопка в стиле Wildberries */
.js-store-prod-text a:nth-child(1) {
    background-color: #12100B;
    color: #ffffff !important;
}