.js-store-prod-text a {
    display: inline-block;
    text-align: center;
    width: 100%; 
    box-sizing: border-box;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px
}
/* Десктопная версия (экран > 768px) */
@media (min-width: 768px) {
  .js-store-prod-text a {
    font-size: 14px; /* Увеличенный текст для больших экранов */
  }
}
.js-store-prod-text a:first-of-type {
    background-color: #1DA400;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    border: 1px solid #1DA400; /* Толщина, стиль, цвет */
    color: #1DA400 !important;
}

.js-store-prod-text a:first-of-type:before {
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__card__mark-wrapper {
    position: absolute;
    z-index: 5;
    display: table;
}

.t-store__card__mark {
    font-weight: 600;
    font-size: 12px;
    font-family: 'TildaSans',Arial,sans-serif;
    display: table-cell;
    width: 100px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(29, 164, 0, 0.8);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 5px;
}
