.velmora-wishlist-loop-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
}

.velmora-wishlist-single-button {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 8px;
}

.velmora-wishlist-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(45, 80, 22, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #2c2c2c;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 10px 24px rgba(45, 80, 22, 0.08);
}

.velmora-wishlist-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(45, 80, 22, 0.14);
}

.velmora-wishlist-toggle.is-active {
  color: #b63152;
  background: #fff4f7;
  border-color: rgba(182, 49, 82, 0.18);
}

.velmora-wishlist-toggle .heart-icon {
  color: rgba(44, 44, 44, 0.7);
}

.velmora-wishlist-toggle.is-active .heart-icon {
  color: #b63152;
}

.velmora-wishlist-toggle__icon {
  font-size: 20px;
  line-height: 1;
}

.velmora-wishlist-link {
  color: #2d5016;
  font-weight: 600;
  text-decoration: none;
}

.velmora-wishlist-link-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  text-decoration: none;
  color: #2c2c2c;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(45, 80, 22, 0.12);
  box-shadow: 0 10px 24px rgba(45, 80, 22, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.velmora-wishlist-link-icon:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(45, 80, 22, 0.14);
}

.velmora-wishlist-link-icon__heart {
  font-size: 20px;
  line-height: 1;
  color: #b63152;
}

.velmora-wishlist-link-icon__count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2d5016;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.velmora-wishlist-page {
  min-height: 100vh;
  padding: 0 0 64px;
  width: 100%;
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(201, 168, 76, 0.14), transparent 60%),
    radial-gradient(900px 500px at 100% 20%, rgba(143, 175, 106, 0.12), transparent 55%),
    #fafaf5;
}

.velmora-wishlist-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.velmora-wishlist-hero {
  padding: 72px 0 24px;
}

.velmora-wishlist-eyebrow {
  margin: 0 0 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(44, 44, 44, 0.62);
}

.velmora-wishlist-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  color: #1f281b;
}

.velmora-wishlist-hero p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(44, 44, 44, 0.78);
  font-size: 1rem;
}

.velmora-wishlist-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.velmora-wishlist-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #2d5016;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(45, 80, 22, 0.12);
}

.velmora-wishlist-count {
  color: rgba(44, 44, 44, 0.72);
  font-weight: 600;
}

.velmora-wishlist-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.velmora-wishlist-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(45, 80, 22, 0.08);
  backdrop-filter: blur(10px);
}

.velmora-wishlist-card__media {
  position: relative;
}

.velmora-wishlist-card__media img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.velmora-wishlist-card__media .velmora-wishlist-toggle {
  position: absolute;
  top: 14px;
  right: 14px;
}

.velmora-wishlist-card__content {
  padding: 18px;
}

.velmora-wishlist-card__category {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(44, 44, 44, 0.5);
}

.velmora-wishlist-card__content h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.35;
}

.velmora-wishlist-card__content h3 a {
  color: #1f281b;
  text-decoration: none;
}

.velmora-wishlist-card__price {
  margin: 12px 0 18px;
  color: #1f281b;
  font-weight: 700;
}

.velmora-wishlist-card__price ins {
  text-decoration: none;
}

.velmora-wishlist-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fafaf5;
  background: #2d5016;
  text-decoration: none;
  font-weight: 700;
}

.velmora-wishlist-empty {
  padding: 48px 24px;
  border-radius: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(45, 80, 22, 0.08);
}

.velmora-wishlist-empty h2 {
  margin: 0 0 10px;
  color: #1f281b;
}

.velmora-wishlist-empty p {
  margin: 0;
  color: rgba(44, 44, 44, 0.75);
}

@media (min-width: 640px) {
  .velmora-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .velmora-wishlist-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
