/* ==================== PAGINA WISHLIST ==================== */
.omn-wishlist__head { margin-bottom: 26px; }
.omn-wishlist__head h1 { font-size: clamp(1.6rem, 4vw, 2.1rem); font-weight: 700; color: var(--omn-text); margin: 0 0 6px; }
.omn-wishlist__count { color: var(--omn-text-3); font-size: var(--omn-fs-sm); margin: 0; }

.omn-wishlist__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 720px) { .omn-wishlist__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } }
@media (min-width: 1100px) { .omn-wishlist__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.omn-wishlist__grid .omn-card.is-removing { opacity: 0; transform: scale(0.96); transition: opacity 0.25s ease, transform 0.25s ease; pointer-events: none; }

.omn-wishlist__empty { text-align: center; padding: 56px 20px; max-width: 440px; margin: 0 auto; }
.omn-wishlist__empty-icon { display: inline-flex; color: var(--omn-border-2); margin-bottom: 16px; }
.omn-wishlist__empty-icon svg { stroke: currentColor; fill: none; }
.omn-wishlist__empty-title { font-size: var(--omn-fs-lg); font-weight: 600; color: var(--omn-text); margin: 0 0 8px; }
.omn-wishlist__empty-sub { font-size: var(--omn-fs-sm); color: var(--omn-text-3); margin: 0 0 22px; line-height: 1.55; }

/* Bara de progres spre WISHLIST5 (refolosește .omn-reward din sidecart.css) */
.omn-wl-reward { margin-bottom: 24px; }

/* ---- Header cu buton „Partajează" ---- */
.omn-wishlist__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.omn-wishlist__share-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--omn-surface); border: 1px solid var(--omn-border-2); border-radius: 100px; padding: 10px 18px; font-family: var(--omn-font-sans); font-size: var(--omn-fs-sm); font-weight: 500; color: var(--omn-text); cursor: pointer; transition: border-color var(--omn-dur-fast), background var(--omn-dur-fast); }
.omn-wishlist__share-btn:hover { border-color: var(--omn-accent); background: var(--omn-bg-alt); }
.omn-wishlist__share-btn svg { stroke: currentColor; }
.omn-wishlist__share-btn:disabled { opacity: 0.6; cursor: default; }

/* ---- Modal share (rețele + copiază link) - ca pe LP ---- */
.omn-share-overlay { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(26,26,26,0.5); opacity: 0; transition: opacity 0.2s ease; }
.omn-share-overlay.is-open { opacity: 1; }
.omn-share-overlay.is-closing { opacity: 0; }
.omn-share-modal { position: relative; width: 100%; max-width: 440px; background: var(--omn-surface); border-radius: 20px; padding: 32px 28px 28px; text-align: center; transform: translateY(12px) scale(0.98); transition: transform 0.2s ease; max-height: 92vh; overflow-y: auto; }
.omn-share-overlay.is-open .omn-share-modal { transform: none; }
.omn-share-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: var(--omn-bg-alt); color: var(--omn-text-2); cursor: pointer; }
.omn-share-close:hover { background: var(--omn-border); }
.omn-share-close svg { width: 18px; height: 18px; }
.omn-share-hero { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 18px; }
.omn-share-hero-icon { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #f0f5f1; color: #6FA086; }
.omn-share-hero-icon svg { width: 24px; height: 24px; }
.omn-share-hero-line { width: 40px; height: 2px; background: repeating-linear-gradient(90deg, var(--omn-border-2) 0 4px, transparent 4px 8px); }
.omn-share-title { font-size: 1.35rem; font-weight: 700; color: var(--omn-text); margin: 0 0 6px; }
.omn-share-sub { font-size: var(--omn-fs-sm); color: var(--omn-text-3); margin: 0 0 22px; line-height: 1.5; }
.omn-share-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--omn-text-3); margin: 0 0 14px; text-align: left; }
.omn-share-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.omn-share-btn { display: flex; flex-direction: column; align-items: center; gap: 7px; text-decoration: none; border: 0; background: none; cursor: pointer; font-family: var(--omn-font-sans); padding: 0; }
.omn-share-btn-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; transition: transform 0.15s ease; }
.omn-share-btn-icon svg { width: 26px; height: 26px; }
.omn-share-btn:hover .omn-share-btn-icon { transform: scale(1.08); }
.omn-share-btn > span:last-child { font-size: 12px; color: var(--omn-text-2); }
.omn-share-divider { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.omn-share-divider span { flex: 1; height: 1px; background: var(--omn-border); }
.omn-share-divider em { font-size: 12px; color: var(--omn-text-3); font-style: normal; }
.omn-share-url-box { display: flex; gap: 8px; }
.omn-share-url { flex: 1; min-width: 0; height: 46px; padding: 0 14px; border: 0.5px solid var(--omn-border-2); border-radius: 10px; background: var(--omn-bg-alt); font-size: var(--omn-fs-sm); color: var(--omn-text-2); }
.omn-share-copy { height: 46px; padding: 0 20px; border: 0; border-radius: 10px; background: #8FB59E; color: #fff; font-family: var(--omn-font-sans); font-weight: 600; font-size: var(--omn-fs-sm); cursor: pointer; white-space: nowrap; transition: background 0.15s ease; }
.omn-share-copy:hover { background: #7BA38C; }
.omn-share-copy.is-copied { background: #6FA086; }

/* ---- Mod partajat: banner + acțiuni ---- */
.omn-wishlist__banner { display: flex; align-items: center; gap: 10px; padding: 14px 18px; background: #f0f5f1; border: 1px solid #d8e5dc; border-radius: 12px; margin-bottom: 20px; font-size: var(--omn-fs-sm); color: #2c4733; }
.omn-wishlist__banner svg { stroke: #6FA086; flex-shrink: 0; }
.omn-wishlist__actions { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.omn-wishlist__actions .omn-btn { display: inline-flex; align-items: center; gap: 8px; }
.omn-wishlist__actions .omn-btn svg { stroke: currentColor; }
.omn-wishlist__link { font-size: var(--omn-fs-sm); color: var(--omn-accent-ink); text-decoration: underline; }
