    /*убираем подсказку из поп-ап товара*/
    .t-store__scroll-icon-wrapper svg{
        display: none !important;
    }
   
    /*удаляем фон у иконки избранное*/
    .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
        background: none;
    }
    /*скругление изображения в попапе*/
    .t-slds__bgimg.t-bgimg.js-product-img.loaded {
        border-radius: 10px !important;
        background-color: none;
    }
    /*скругление картинок в слайдере*/
    .t-slds__bgimg.t-bgimg.loaded {
        border-radius: 8px;
    }

    /*обводка активной картинки*/
    .t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
        border-radius: 8px !important;
    }
    
    /*скругление фотографии */
    .js-product-img.t-store__card__bgimg.t-store__card__bgimg_hover.t-bgimg.loaded {
        border-radius: 10px !important;
    }

    .t-store__card__bgimg_second.t-bgimg.loaded {
        border-radius: 10px !important;
    }
    
    /*скругление "вам может понравиться" в поп-апе*/
    .js-product-img.t-store__card__bgimg.t-bgimg.loaded {
        border-radius: 10px !important;
    }
    .js-product-img.t-store__card__bgimg.t-store__card__bgimg_hover.t-bgimg.loaded {
        border-radius: 10px !important;
    }
    
    .t-store__card__bgimg_second.t-bgimg.loaded {
    border-radius: 10px !important;
    }
    
    /*удаляем фон у иконки избранное*/
    .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
        background: none;
    }
    /*сердца Другого цвета*/

    .t1002__addBtn_active svg path {
        fill: #FFE6E6;
        stroke: #EE81B3;
    }
    .t-store .t-store__tabs__controls .t-store__tabs__button_active {
        border-bottom: 2px solid rgba(14,16,16,1) !important;
    }

    .t786__bgimg.t786__bgimg_first_hover.t-bgimg.js-product-img.loaded {
        border-radius: 10px !important;
    }

    .t786__bgimg.t786__bgimg_second.t-bgimg.loaded {
        border-radius: 10px !important;
    }
    .t786__bgimg.t-bgimg.js-product-img.loaded {
        border-radius: 10px !important;
    }
    .t165__img.t-img.loaded {
        border-radius: 10px;
    }

    /*Иконка корзины*/
    .t706__carticon-imgwrap {
    box-shadow: 0 0 15px 0rgba(224, 202, 197, 1) !important;
    background: #fff7fb !important;
    }

    .t706__carticon-counter {
    background-color: #fff7fb !important;
    border: 1px solid rgba(224, 202, 197, 1);
    color: black !important;
    }
    .t706__bgimg {
    /*border: 1px solid #e0cac5;*/
    /*border-radius: 50%;*/

    /*    display: none;*/
  }

