 
/*Скругления углов карты*/
 .zero-map .tn-atom.tn-atom__html {
    border-radius: 20px !important;
    overflow: hidden;
}

/*Скругления углов блок фото о бренде*/
    #rec947399036 .t156 .t-img, #rec947417536 .t156 .t-img {
        border-color: #8d5fd7;
        border-style: solid;
        border-width: 2px;
  }  



/*Скругления углов ST305N*/
    .t776 .t-store__card__bgimg,.t776 .t-store__card__bgimg_second {   
        border-color: #8d5fd7;
        border-style: solid;
        border-width: 2px;
  } 
 



 
 /*Цвет обводки варинтов в карточке*/
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
        border: 1px solid #8d5fd7;
    } 
    
  /*Скругление вариантов в карточке*/   
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
        border-radius: 100%;
        min-height: 40px;
        min-width: 40px;
    } 
    
 /*Миниатюры в карточке*/    
    .t-slds__thumbsbullet.t-slds__bullet {
        width: 80px;
    }        

 /*Цвет обводки миниатюр в карточке*/
    .t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
        border-color: #8d5fd7; 
    }


/* Описание карточки товара в списке  */
    .t-store__card__descr {
    display: none;
}


@media screen and (max-width: 960px){
    
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
        border-radius: 20px 20px 0px 0px;
    }
        


@media screen and (max-width: 960px){
    .t983__container_mobile-flex .t983__card {
        border-color: #8d5fd7;
        border-style: solid;
        border-width: 2px;
  }  


@media screen and (max-width: 960px) {
    .t-descr_xxs {
        font-size: 14px;
    }



