.js-store-prod-text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px !important;
    margin-right: 5px;
    margin-top: 20px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    height: auto;
  }

  /* 1-я кнопка */
  .js-store-prod-text a:first-of-type {
    background: linear-gradient(99.35deg, #CA11AB -1.25%, #491174 100%);
    box-shadow: 0 6px 12px rgba(202, 17, 171, 0.32);
    color: #ffffff !important;
  }

  /* 2-я кнопка */
  .js-store-prod-text a:last-of-type {
    background: #005BFF;
    box-shadow: 0 6px 12px rgba(0, 91, 255, 0.32);
    color: #ffffff !important;
  }

  .t706__cartwin_showed {
    z-index: 999999999;
  }
