/* Standalone action icons: keep the existing wishlist/compare handlers. */
i.fa-heart, i.fa-chart-bar {
  display: inline-block !important;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask: var(--bestshop-action-icon) center / contain no-repeat;
  mask: var(--bestshop-action-icon) center / contain no-repeat;
}
i.fa-heart::before, i.fa-chart-bar::before { content: none !important; }
i.fa-heart {
  --bestshop-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1.1-1.1a5.5 5.5 0 0 0-7.8 7.8L12 21l8.8-8.6a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E");
}
i.fa-chart-bar {
  --bestshop-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 3v18h18M7 17v-5h3v5Zm6 0V6h3v11Zm6 0V9h3v8Z'/%3E%3C/svg%3E");
}
