:root {
color-scheme: only light;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 25px 25px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 90px;
    font-weight: 500;
    transition: transform 0.3s ease;
}

.js-store-prod-text a:hover {
    transform: scale(1.05);
}


.js-store-prod-text a:first-of-type {
    background: rgb(0,151,254);
background: -moz-linear-gradient(4deg, rgba(0,151,254,1) 0%, rgba(70,180,255,1) 100%);
background: -webkit-linear-gradient(4deg, rgba(0,151,254,1) 0%, rgba(70,180,255,1) 100%);
background: linear-gradient(4deg, rgba(0,151,254,1) 0%, rgba(70,180,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0097fe",endColorstr="#46b4ff",GradientType=1);
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background: rgb(0,151,254);
background: -moz-linear-gradient(4deg, rgba(0,151,254,1) 0%, rgba(70,180,255,1) 100%);
background: -webkit-linear-gradient(4deg, rgba(0,151,254,1) 0%, rgba(70,180,255,1) 100%);
background: linear-gradient(4deg, rgba(0,151,254,1) 0%, rgba(70,180,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0097fe",endColorstr="#46b4ff",GradientType=1);
    color: #ffffff !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__prod-popup__btn-wrapper{
display:none;
}