.js-store-prod-text a {
    display: inline-block;
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 100px;
    font-weight: 400 !important;
    color: #141414;
    font-size: 14px !important;
}
.js-store-prod-text a:first-of-type {
    background-color: #f4cc5c;
    color: #141414 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #f4cc5c;
    color: #141414 !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

@media (max-width: 480px) {
  .js-store-prod-text a {
      width: 100%;
      box-sizing: border-box;
      padding: 14px 18px;
      text-align: center;
  }
}

