.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: -20px;
    border-radius: 3px;
    font-weight: 600;
    width: 297px;
}
.js-store-prod-text a:first-of-type {
    background-color: #EAD083;
    color: #101010 !important;
}
.js-store-prod-text a:last-of-type {
     background-color: #EAD083;
    color: #101010 !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.js-store-prod-text a:last-of-type {
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    background-image: linear-gradient(0.767turn, rgba(206, 157, 36, 1) 0%, rgba(255, 248, 204, 1) 54%, rgba(234, 208, 131, 1) 81%, rgba(206, 157, 36, 1) 100%);
    padding: 13px 15px;
}

@media screen and (max-width:480px){
.js-store-prod-text a:last-of-type {
    width: 100%;
}
    
}