    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 0px;
    font-weight: 600;
    border: 0px solid #e1bfa4;
    background-color: #e1bfa4;
    color: #23395b !important;
    
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.js-store-prod-text a:first-of-type {
    
}

.t706__cartwin_showed {
    z-index: 999999999;
}

    .js-store-prod-text a:hover {
  color: #ffffff !important; /* Новый цвет фона */
  background-color: #23395b;
}
