.custom-wishlist-wrapper.mobile_only .yith-wcwl-add-button a {
  display: none;
}

.custom-wishlist-wrapper.mobile_only .yith-wcwl-wishlistaddedbrowse span {
  display: none;
}

.custom-wishlist-wrapper.mobile_only .yith-wcwl-wishlistaddedbrowse a {
  display: none;
}

.custom-wishlist-wrapper.mobile_only::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: #a89d8b;
  border-radius: 50%;
  background-image: var(--fav-icon);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-wishlist-wrapper.mobile_only.is-favorite::before {
  background-image: var(--fav-added-icon);
}

.custom-wishlist-wrapper.mobile_only .yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
}

/* Скрыть overlay/loader YITH */
.custom-wishlist-wrapper.mobile_only .yith-wcwl-overlay,
.custom-wishlist-wrapper.mobile_only .blockUI,
.custom-wishlist-wrapper.mobile_only .ajax-loading,
.custom-wishlist-wrapper.mobile_only .yith-wcwl-add-button .feedback,
.yith-wcwl-overlay,
.blockUI.blockOverlay {
  display: none !important;
}

/* Убрать анимацию loading */
.custom-wishlist-wrapper .yith-wcwl-add-button.loading::after {
  display: none !important;
}

/* Фиксируем размер wrapper чтобы не прыгал */
.custom-wishlist-wrapper.mobile_only {
  min-height: 50px;
  max-height: 50px;
  min-width: 50px;
  max-width: 50px;
  overflow: hidden;
  position: relative;
}
