 .myshape .tn-atom { border-radius: 0px 0px 20px 20px;   } .myshape>.tn-atom__sbs-anim-wrapper>.tn-atom, .myshape>.tn-atom__sbs-anim-wrapper { filter: blur(0px); -webkit-filter: blur(0px); border-radius: 0px 0px 20px 20px; } .myshape>.tn-atom { filter: blur(0px); -webkit-filter: blur(0px); border-radius: 0px 0px 20px 20px; } 
  
 /* кнопка из ссылки на странице товара */
   
.js-store-prod-text a:first-of-type {
    background-color: #D3DB83;
    color: #212347!important;
     display: inline-block;
    padding: 10px 50px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 600;
}
/*.js-store-prod-text a:last-of-type {
    background-color: #D3DB83;
    color: #212347 !important;
}
/*
.js-store-prod-text a:first-of-type:before {
    content: "\1F50D";
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
    content: "\1F5B9";
    margin-right: 10px;
}*/
.t706__cartwin_showed {
    z-index: 999999999;
}

 /* кнопка при наведении*/
.js-store-prod-text a:first-of-type:hover {
    
background-color: #b2d678;

}






/*Добавляем  скругления углов у попапа*/
    .t-popup__container{   /*Сюда вставляем класс блока из таблицы выше*/
        border-radius: 20px !important;    /*Радиус скругления у блока*/
        overflow: hidden; /*Используется для некоторых блоков, к которым не применяется скругление*/
        /*Если нужно скруглить углы, каждый по отдельности, то используйте вместо одного значения четыре,
        написав их через пробел, например 20px 30px 10px 50px*/
    }
