/* Header wishlist and dedicated wishlist page */
.mehrad-wishlist-link{position:relative}
.mehrad-wishlist-link .mehrad-wishlist-icon{display:block;width:20px;height:20px;fill:currentColor;stroke:currentColor}
.mehrad-wishlist__count{position:absolute;z-index:3;top:-4px;inset-inline-start:-4px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border:2px solid var(--mehrad-header-bg,#fff);border-radius:999px;background:#ef335a;color:#fff;font-size:9px;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}
.mehrad-wishlist__count.is-empty{display:none}
.mehrad-header-two__action--wishlist{position:relative}
.mehrad-header-two__action--wishlist .mehrad-wishlist__count{top:-5px;inset-inline-start:-5px;border-color:var(--mh2-action-bg,#fff)}
.mehrad-header-two__mobile .mehrad-wishlist__count{top:-3px;inset-inline-start:-3px}
html.dark .mehrad-wishlist__count{border-color:var(--mehrad-header-bg-dark,#111827)}

.mehrad-wishlist-page{width:min(1320px,calc(100% - 32px));margin:42px auto 72px;color:var(--mehrad-text,#172033)}
.mehrad-wishlist-page__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid rgba(148,163,184,.28)}
.mehrad-wishlist-page__head span{display:block;margin-bottom:5px;color:#64748b;font-size:12px;font-weight:700}
.mehrad-wishlist-page__head h1{margin:0;font-size:28px;font-weight:950}
.mehrad-wishlist-page__head>strong{padding:8px 13px;border-radius:999px;background:#eef4ff;color:#2563eb;font-size:12px}
.mehrad-wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.mehrad-wishlist-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid #e1e7ef;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.mehrad-wishlist-card:hover{transform:translateY(-3px);border-color:#b8cffd;box-shadow:0 15px 36px rgba(15,23,42,.08)}
.mehrad-wishlist-card__image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/.82;padding:20px;background:#f8fafc;text-decoration:none}
.mehrad-wishlist-card__image img{display:block;width:100%;height:100%;object-fit:contain}
.mehrad-wishlist-card__body{display:flex;flex:1;flex-direction:column;padding:16px}
.mehrad-wishlist-card__title{display:-webkit-box;min-height:48px;color:#172033;font-size:13px;font-weight:850;line-height:1.9;text-decoration:none;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.mehrad-wishlist-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px}
.mehrad-wishlist-card__price{display:flex;align-items:center;gap:5px;min-width:0;color:#111827}
.mehrad-wishlist-card__price strong{font-size:15px;font-weight:950;white-space:nowrap}
.mehrad-wishlist-card__currency img{display:block;width:auto!important;height:12px!important;max-width:28px!important;object-fit:contain}
.mehrad-wishlist-card__remove{display:grid;place-items:center;width:36px;height:36px;flex:none;padding:0;border:0;border-radius:10px;background:#fff1f4;color:#e11d48;cursor:pointer;transition:.15s ease}
.mehrad-wishlist-card__remove:hover{background:#e11d48;color:#fff}
.mehrad-wishlist-card__remove-icon{width:17px;height:17px;fill:currentColor;stroke:currentColor}
.mehrad-wishlist-empty{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:380px;padding:40px;border:1px dashed #cbd5e1;border-radius:22px;background:#f8fafc;text-align:center}
.mehrad-wishlist-empty__icon{width:54px;height:54px;fill:none;stroke:#ef335a;stroke-width:1.5}
.mehrad-wishlist-empty h2{margin:18px 0 8px;font-size:22px}.mehrad-wishlist-empty p{max-width:560px;margin:0;color:#64748b;line-height:2}
.mehrad-wishlist-empty a{margin-top:20px;padding:11px 20px;border-radius:11px;background:#2563eb;color:#fff;font-weight:850;text-decoration:none}
html.dark .mehrad-wishlist-page{color:#f8fafc}html.dark .mehrad-wishlist-card{border-color:#30394a;background:#171e2b}html.dark .mehrad-wishlist-card__image,html.dark .mehrad-wishlist-empty{background:#202837}html.dark .mehrad-wishlist-card__title,html.dark .mehrad-wishlist-card__price{color:#f8fafc}html.dark .mehrad-wishlist-page__head>strong{background:#1d345d;color:#8db7ff}html.dark .mehrad-wishlist-card__currency img{filter:brightness(0) invert(1)}html.dark .mehrad-wishlist-empty{border-color:#3a4558}
@media(max-width:1050px){.mehrad-wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.mehrad-wishlist-page{width:min(100% - 22px,1320px);margin-top:26px}.mehrad-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.mehrad-wishlist-page__head h1{font-size:22px}.mehrad-wishlist-card__body{padding:12px}.mehrad-wishlist-card__title{font-size:12px}.mehrad-wishlist-card__price strong{font-size:13px}}
@media(max-width:420px){.mehrad-wishlist-page__head{align-items:flex-start;flex-direction:column}.mehrad-wishlist-card__image{padding:12px}.mehrad-wishlist-card__bottom{gap:6px}.mehrad-wishlist-card__remove{width:32px;height:32px}}
