    /* Растягиваем кнопку на всю ширину карточки */
    .t-store__card__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      line-height: 1;
      text-align: center;
      box-sizing: border-box;
    }
    
    .js-store-load-more-btn {
      display: none !important;
    }
    
    /* фон-лого ч/б */
    #rec1029844541 .t-bgimg {
      filter: grayscale(100%) !important;
      transition: filter 0.3s ease !important;
    }
    
    /* при наведении на сам див с фоном (логотип) — цвет */
    #rec1029844541 .t-bgimg:hover {
      filter: none !important;
    }