.iperinox-header-wishlist { position: relative; }
.iperinox-wishlist-icon { display: inline-flex; position: relative; }
.iperinox-wishlist-count { align-items: center; background: var(--iperinox-primary-dark); border: 2px solid var(--iperinox-background); border-radius: 999px; color: #fff; display: flex; font-size: .68rem; font-weight: 700; height: 1.3rem; justify-content: center; line-height: 1; min-width: 1.3rem; padding: 0 .25rem; position: absolute; right: -.65rem; top: -.55rem; }
.iperinox-wishlist-count[hidden] { display: none; }
.iperinox-mini-wishlist { background: #fff; border: 1px solid var(--iperinox-border); border-radius: var(--iperinox-radius-md); box-shadow: var(--iperinox-shadow-md); color: var(--iperinox-text); padding: 16px; position: absolute; right: 0; top: calc(100% + 12px); width: min(370px,calc(100vw - 32px)); z-index: 210; }
.iperinox-mini-wishlist header { align-items: center; display: flex; justify-content: space-between; margin-bottom: 10px; }
.iperinox-mini-wishlist header button { background: transparent; border: 0; min-height: 44px; min-width: 44px; }
.iperinox-mini-wishlist ul { list-style: none; margin: 0 0 12px; padding: 0; }
.iperinox-mini-wishlist li { align-items: center; border-bottom: 1px solid var(--iperinox-border); display: grid; gap: 8px; grid-template-columns: 1fr 44px; padding: 10px 0; }
.iperinox-mini-wishlist li > a { align-items: center; color: inherit; display: flex; font-size: .78rem; gap: 10px; text-decoration: none; }
.iperinox-mini-wishlist img { height: 56px; object-fit: contain; width: 56px; }
.iperinox-mini-wishlist li strong { display: block; margin-bottom: 4px; }
.iperinox-mini-wishlist li button { background: transparent; border: 0; min-height: 44px; }
.iperinox-mini-wishlist > div > .iperinox-button { display: flex; justify-content: center; text-decoration: none; width: 100%; }
.iperinox-mini-wishlist__empty { color: var(--iperinox-text-muted); text-align: center; }
.iperinox-wishlist-page { padding-block: 10px 60px; }
.iperinox-wishlist-breadcrumb { color: var(--iperinox-text-muted); display: flex; gap: 10px; margin-bottom: 22px; }
.iperinox-wishlist-breadcrumb a { color: inherit; }
.iperinox-wishlist-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px 24px; align-items: end; margin-bottom: 28px; }
.iperinox-wishlist-heading h1 { margin: 0 0 5px; }
.iperinox-wishlist-heading p { color: var(--iperinox-text-muted); margin: 0; }
.iperinox-wishlist-heading__title { min-width: 0; }
.iperinox-wishlist-heading__controls { display: flex; gap: 12px; align-items: flex-end; justify-content: flex-end; }
.iperinox-wishlist-heading form { display: grid; min-width: 144px; font-size: .78rem; gap: 5px; }
.iperinox-wishlist-heading select { width: 100%; min-height: 44px; }
.iperinox-wishlist-heading [data-iperinox-wishlist-clear] { min-height: 44px; margin: 0; white-space: nowrap; }
.iperinox-wishlist-grid { display: grid; gap: 20px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.iperinox-wishlist-empty { display:flex; align-items:center; flex-direction:column; background: var(--iperinox-surface); border: 1px solid var(--iperinox-border); border-radius: var(--iperinox-radius-lg); padding: clamp(35px,8vw,80px) 20px; text-align: center; }
.iperinox-wishlist-empty > .iperinox-icon { color: var(--iperinox-primary); height: 64px; width: 64px; }
.iperinox-wishlist-empty h2 { margin-bottom: 8px; }
.iperinox-wishlist-empty p { color: var(--iperinox-text-muted); }
.iperinox-wishlist-empty .iperinox-button { display: inline-flex; margin-top: 12px; text-decoration: none; }
.iperinox-bottom-wishlist { position: relative; }
.iperinox-bottom-wishlist .iperinox-wishlist-count { right: calc(50% - 18px); top: 2px; }
[data-iperinox-favorite][aria-busy="true"] { opacity: .6; pointer-events: none; }
.iperinox-product-card__favorite--top-left { left: .25rem; right: auto; }

/* Premium favorite interaction for the reusable product card. */
.iperinox-product-card__favorite,
.iperinox-product-gallery__favorite {
  overflow: visible;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  border: 0;
  border-radius: 999px;
  color: #1d1d1f;
  background: #fff;
  box-shadow: none;
  isolation: isolate;
  transition: color 220ms cubic-bezier(.22,.61,.36,1), background-color 220ms cubic-bezier(.22,.61,.36,1), box-shadow 220ms cubic-bezier(.22,.61,.36,1), transform 220ms cubic-bezier(.22,.61,.36,1);
}
.iperinox-product-card__favorite:hover,
.iperinox-product-gallery__favorite:hover {
  color: #1d1d1f;
  background: #f4f5f7;
  border: 0;
  box-shadow: none;
  transform: translateY(-1px) scale(1.04);
}
.iperinox-product-card__favorite:active,
.iperinox-product-gallery__favorite:active { border: 0; box-shadow: none; transform: scale(.96); transition-duration: 160ms; }
.iperinox-product-card__favorite .iperinox-icon,
.iperinox-product-gallery__favorite .iperinox-icon { position: relative; z-index: 2; fill: transparent; stroke: #1d1d1f; transition: fill 160ms ease, stroke 160ms ease, transform 160ms cubic-bezier(.22,.61,.36,1); }
.iperinox-product-card__favorite[aria-pressed="true"],
.iperinox-product-card__favorite.is-active,
.iperinox-product-gallery__favorite[aria-pressed="true"],
.iperinox-product-gallery__favorite.is-active { color: #00454a; background: #fff; border: 0; box-shadow: none; }
.iperinox-product-card__favorite[aria-pressed="true"] .iperinox-icon,
.iperinox-product-card__favorite.is-active .iperinox-icon,
.iperinox-product-gallery__favorite[aria-pressed="true"] .iperinox-icon,
.iperinox-product-gallery__favorite.is-active .iperinox-icon { fill: #00454a; stroke: #00454a; }
.iperinox-product-card__favorite.is-favorite-pop .iperinox-icon,
.iperinox-product-gallery__favorite.is-favorite-pop .iperinox-icon { animation: iperinox-favorite-pop 520ms cubic-bezier(.22,.61,.36,1) both; }
.iperinox-product-card__favorite.is-favorite-remove .iperinox-icon,
.iperinox-product-gallery__favorite.is-favorite-remove .iperinox-icon { animation: iperinox-favorite-remove 520ms cubic-bezier(.22,.61,.36,1) both; }
.iperinox-favorite-ripple,
.iperinox-favorite-particle { position: absolute; z-index: 1; top: 50%; left: 50%; pointer-events: none; will-change: transform, opacity; }
.iperinox-favorite-ripple { width: 42px; height: 42px; margin: -21px; border: 1px solid rgba(0,69,74,.18); border-radius: 50%; opacity: 0; animation: iperinox-favorite-ripple 450ms cubic-bezier(.22,.61,.36,1) both; }
.iperinox-favorite-particle { color: #00454a; opacity: 0; animation: iperinox-favorite-burst 650ms cubic-bezier(.22,.61,.36,1) var(--iperinox-particle-delay) both; }
.iperinox-favorite-particle--heart { width: 12px; height: 12px; margin: -6px; font-size: 12px; line-height: 1; text-align: center; }
.iperinox-favorite-particle--dot { width: 5px; height: 5px; margin: -2.5px; border-radius: 50%; background: rgba(0,69,74,.55); }
.iperinox-favorite-particle--dot:nth-of-type(3n) { background: rgba(0,69,74,.20); }
.iperinox-favorite-particle--dot:nth-of-type(3n + 1) { background: rgba(0,69,74,.35); }

@keyframes iperinox-favorite-pop {
  0% { transform: scale(1); }
  28% { transform: scale(.84); }
  62% { transform: scale(1.18); }
  100% { transform: scale(1); }
}
@keyframes iperinox-favorite-remove {
  0%, 100% { transform: scale(1); }
  42% { transform: scale(.88); }
  72% { transform: scale(1.08); }
}
@keyframes iperinox-favorite-ripple {
  0% { opacity: .8; transform: scale(.72); }
  100% { opacity: 0; transform: scale(1.75); }
}
@keyframes iperinox-favorite-burst {
  0% { opacity: 0; transform: translate(0,0) rotate(0) scale(.25); }
  18% { opacity: var(--iperinox-particle-opacity); }
  100% { opacity: 0; transform: translate(var(--iperinox-particle-x),var(--iperinox-particle-y)) rotate(var(--iperinox-particle-rotation)) scale(var(--iperinox-particle-scale)); }
}
@media (max-width:767px) {
  .iperinox-header-action--wishlist { display: inline-flex; }
  .iperinox-header-action--wishlist > span:last-child { display:none; }
  .iperinox-mini-wishlist { display:none; }
  .iperinox-wishlist-heading { grid-template-columns: minmax(0,1fr); align-items: start; }
  .iperinox-wishlist-heading__controls { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; justify-content: stretch; width: 100%; }
  .iperinox-wishlist-heading form { min-width: 0; }
  .iperinox-wishlist-grid { gap: 0; }
}
@media (max-width:767px) { .iperinox-mobile-bottom-nav:not(:has(.iperinox-bottom-wishlist)) { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media (min-width:768px) { .iperinox-wishlist-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (min-width:1200px) { .iperinox-wishlist-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media (prefers-reduced-motion: reduce) {
  .iperinox-product-card__favorite,
  .iperinox-product-gallery__favorite,
  .iperinox-product-card__favorite .iperinox-icon,
  .iperinox-product-gallery__favorite .iperinox-icon { animation: none; transition-duration: .01ms; }
  .iperinox-favorite-ripple,
  .iperinox-favorite-particle { display: none; animation: none; }
}
