.wvt-favorite-toggle {
  transition: all .2s ease;
}

.wvt-favorite-toggle.is-loading {
  opacity: .6;
  pointer-events: none;
}

.favorite-button.wvt-favorite-toggle {
  position: relative;
}

.favorite-button.wvt-favorite-toggle .wvt-favorite-icon,
.favorite-button.wvt-favorite-toggle svg {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.favorite-button.wvt-favorite-toggle.is-active,
.favorite-button.wvt-favorite-toggle.active {
  color: #ff6600;
  border-color: #ff6600;
  background-color: #fff7f0;
}

.favorite-button.wvt-favorite-toggle.is-active svg path,
.favorite-button.wvt-favorite-toggle.active svg path {
  fill: currentColor;
  stroke: currentColor;
}

.wvt-favorites-header-wrap {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 9999;
}

.wvt-favorites-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  color: #111;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.wvt-favorites-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
}

.wvt-favorites-page {
  width: 100%;
}

.wvt-favorites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.wvt-favorites-card {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
}

.wvt-favorites-thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.wvt-favorites-title {
  font-size: 18px;
  margin: 14px 0 10px;
}

.wvt-favorites-title a {
  text-decoration: none;
}

.wvt-favorites-price {
  margin-bottom: 12px;
}

.wvt-favorites-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768px) {
  .wvt-favorites-header-wrap {
    right: 12px;
    top: 12px;
  }

  .wvt-favorites-header-label {
    display: none;
  }
}

.product-gallery-hover {
  position: relative;
}

.wvt-favorite-overlay-wrap {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
}

.wvt-favorite-overlay-wrap .favorite-button.wvt-loop-favorite {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.wvt-theme-header-favorites {
  position: static;
}

.header-icons .wvt-favorites-header,
.mobile-bottom-nav .wvt-favorites-header {
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: inherit;
}

.header-icons .wvt-favorites-count,
.mobile-bottom-nav .wvt-favorites-count {
  min-width: 18px;
  height: 18px;
  font-size: 11px;
}
