.mehrad-popup-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;z-index:999999;direction:rtl}.mehrad-popup-overlay::before{content:"";position:absolute;inset:0;background:var(--mehrad-popup-overlay,#0f172a);opacity:var(--mehrad-popup-overlay-opacity,.58);backdrop-filter:none;-webkit-backdrop-filter:none}.mehrad-popup-box{width:min(var(--mehrad-popup-width,540px),94vw);max-height:90vh;overflow:auto;background:var(--mehrad-popup-bg,#fff);color:var(--mehrad-popup-text,#0f172a);border:1px solid var(--mehrad-popup-border,#e2e8f0);border-radius:var(--mehrad-popup-radius,20px);box-shadow:0 18px 50px rgba(2,6,23,.18);position:relative;z-index:1;animation:mehradPopupOpen .26s cubic-bezier(.2,.75,.25,1) both;scrollbar-width:thin}.mehrad-popup-close{position:absolute;top:12px;left:12px;z-index:3;width:40px;height:40px;border-radius:999px;border:1px solid var(--mehrad-popup-border,#e2e8f0);background:color-mix(in srgb,var(--mehrad-popup-bg,#fff) 90%,transparent);color:var(--mehrad-popup-text,#0f172a);display:grid;place-items:center;cursor:pointer;font:900 18px/1 inherit}.mehrad-popup-media{height:var(--mehrad-popup-image-height,300px);overflow:hidden;background:color-mix(in srgb,var(--mehrad-popup-border,#e2e8f0) 35%,transparent)}.mehrad-popup-image{display:block;width:100%;height:100%;object-fit:cover}.mehrad-popup-body{padding:24px}.mehrad-popup-title{font-weight:950;font-size:22px;line-height:1.7;color:var(--mehrad-popup-text,#0f172a);margin:0 0 8px;text-align:center}.mehrad-popup-text{color:var(--mehrad-popup-muted,#64748b);font-size:14px;font-weight:750;line-height:2;margin:0;text-align:center}.mehrad-popup-text p{margin:0}.mehrad-popup-actions{display:flex;gap:10px;margin-top:18px}.mehrad-popup-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:8px 18px;border-radius:14px;text-decoration:none!important;font-weight:950;background:var(--mehrad-popup-accent,#ef335a);color:var(--mehrad-popup-accent-text,#fff)!important;flex:1}.mehrad-popup-coupon{margin-top:15px;display:flex;gap:8px;align-items:center;border:1px dashed var(--mehrad-popup-border,#e2e8f0);border-radius:14px;padding:11px 12px;background:color-mix(in srgb,var(--mehrad-popup-border,#e2e8f0) 25%,transparent)}.mehrad-popup-code{font-weight:950;letter-spacing:1px;flex:1;direction:ltr;text-align:right;color:var(--mehrad-popup-text,#0f172a)}.mehrad-popup-copy{border:0;background:var(--mehrad-popup-accent,#ef335a);color:var(--mehrad-popup-accent-text,#fff);border-radius:11px;padding:8px 12px;cursor:pointer;font-weight:900}.mehrad-popup-toast{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);background:#0f172a;color:#fff;padding:10px 14px;border-radius:999px;font-weight:900;z-index:9999999;opacity:0;pointer-events:none;transition:opacity .2s}.mehrad-popup-toast.is-visible{opacity:1}body.mehrad-popup-open{overflow:hidden!important}@keyframes mehradPopupOpen{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:600px){.mehrad-popup-overlay{padding:10px}.mehrad-popup-box{border-radius:min(var(--mehrad-popup-radius,20px),18px)}.mehrad-popup-body{padding:21px 16px}.mehrad-popup-title{font-size:19px}.mehrad-popup-media{height:min(var(--mehrad-popup-image-height,300px),52vh)}}@media(prefers-reduced-motion:reduce){.mehrad-popup-box{animation:none!important}}

/* Mehrad v1.0.95 - lightweight Global Popup rendering */
.mehrad-popup-overlay{
	opacity:0;
	transition:opacity .18s ease;
	contain:layout paint style;
	isolation:isolate;
}
.mehrad-popup-overlay.is-visible{
	opacity:1;
}
.mehrad-popup-overlay::before{
	backdrop-filter:none!important;
	-webkit-backdrop-filter:none!important;
	will-change:opacity;
}
.mehrad-popup-box{
	contain:layout paint style;
	transform:translateZ(0);
	will-change:transform,opacity;
}
.mehrad-popup-media,
.mehrad-popup-image{
	contain:paint;
}
