.js-store-prod-text a {
    display: inline-block;
    padding: 10px clamp(0.625rem, -2.904rem + 17.65vw, 1.563rem);
    /*margin-right: 25px;*/
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 300;
    font-size: clamp(0.75rem, 0.279rem + 2.35vw, 0.875rem);

    font-family: 'Montserrat', sans-serif;
   
    border: 1px solid #000000;
    border-width: 1px;
    
    text-align: center;
}
.js-store-prod-text a:hover {
    color: #000000;
}
.js-store-prod-text a:first-of-type {
    background-color:#F7DBD8;
    border-color: #00000;
    color: #000000 !important;
}
.js-store-prod-text a:last-of-type {
    background-color:#F7DBD8;
    border-color: #00000;
    color: #000000 !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}
.t976__menu-link_small {
    padding: 9px 10px;
}
.t758__col {
    margin-left: -100px;
}
@media (max-width: 980px) {
    .t758__col {
    margin-left: -2%;
    }
}