  .js-store-prod-all-charcs {
    display: none !important;
  }

/* общий стиль кнопок */
.js-store-prod-text a {
    display: inline-block;
    padding: 12px 22px;
    margin-right: 14px;
    margin-top: 22px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    top: 0;
}

/* первая кнопка */
.js-store-prod-text a:first-of-type {
    background-color: #005780;
    color: #ffffff !important;
    border: none;
}

/* вторая кнопка */
.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    color: #005780 !important;
    border: 1px solid #005780;
}

/* hover */
.js-store-prod-text a:first-of-type:hover {
    background-color: #004466;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.js-store-prod-text a:last-of-type:hover {
    background-color: #005780;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* эффект клика */
.js-store-prod-text a:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

/* корзина */
.t706__cartwin_showed {
    z-index: 999999999;
}
