.js-store-prod-text a {
    display: inline-block;
    padding: 10px 18px;
    margin: 10px 10px 0 0;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #FFAF09;
    color: #050505;
    background-color: #ffffff;
}

.js-store-prod-text a:hover {
    background-color: #FFAF09;
    color: #050505 !important;
    border-color: #FFAF09;
}

/* Иконки перед текстом */
.js-store-prod-text a:nth-of-type(1):before {
    content: "📑";
    margin-right: 8px;
}
.js-store-prod-text a:nth-of-type(2):before {
    content: "💳";
    margin-right: 8px;
}
.js-store-prod-text a:nth-of-type(3):before {
    content: "🏦";
    margin-right: 8px;
}
.js-store-prod-text a:nth-of-type(4):before {
    content: "⬇️";
    margin-right: 8px;
}

.t-descr_xxs {
    font-size: 16px;
    line-height: 1.55;
}