/*
Theme Name: Noon Deals Theme V7.1
Author: OpenAI
Description: قالب عربي احترافي لعروض المنتجات والكوبونات، قابل للتعديل من لوحة ووردبريس.
Version: 7.1
Text Domain: noon-deals
*/
:root{--yellow:#ffe500;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--bg:#f7f8fb;--card:#fff;--red:#e11d48}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Tahoma,Arial,sans-serif;direction:rtl;background:var(--bg);color:var(--ink)}
.nd-wrap{width:min(1180px,92%);margin:auto}
.nd-hero{background:linear-gradient(135deg,#fff9bf,#fff 60%);padding:64px 0 46px;border-bottom:1px solid #eee}
.nd-pill{display:inline-block;background:#111827;color:#fff;border-radius:999px;padding:8px 14px;font-size:13px}
.nd-hero h1{font-size:clamp(34px,5vw,58px);margin:16px 0 12px}
.nd-hero p{color:var(--muted);font-size:17px;line-height:1.9;max-width:720px}
.nd-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.nd-btn{display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:0 18px;border-radius:13px;font-weight:800;text-decoration:none!important;border:0;cursor:pointer}
.nd-primary{background:var(--yellow);color:#111!important}.nd-dark{background:#111827;color:#fff!important}
.nd-section{padding:38px 0}.nd-head{margin-bottom:20px}.nd-head h2{font-size:30px;margin:0 0 7px}.nd-head p{margin:0;color:var(--muted)}
.nd-coupons{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nd-coupon,.nd-product{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 10px 28px rgba(0,0,0,.06);overflow:hidden}
.nd-coupon{padding:20px;position:relative}.nd-coupon:before{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:var(--yellow);left:-35px;top:-35px;opacity:.35}
.nd-label{color:var(--muted);font-size:13px}.nd-code{font-size:26px;font-weight:900;direction:ltr;text-align:right;margin:8px 0}
.nd-desc{color:#4b5563;line-height:1.8;font-size:14px}.nd-coupon-foot{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-top:15px}
.nd-copy{background:#111827;color:#fff;border:0;border-radius:11px;padding:11px 14px;font-weight:800;cursor:pointer}
.nd-shop{color:#111!important;font-weight:800;text-decoration:none!important}
.nd-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.nd-media{aspect-ratio:1/1;background:linear-gradient(135deg,#f2f3f5,#fff);position:relative;overflow:hidden}
.nd-media img{width:100%;height:100%;object-fit:cover;display:block}
.nd-placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;color:#9ca3af;font-weight:700;padding:20px}
.nd-badge{position:absolute;right:13px;top:13px;background:var(--red);color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}
.nd-product-body{padding:18px}.nd-product h3{margin:0 0 9px;font-size:20px}.nd-price{font-size:24px;font-weight:900}.nd-old{color:#9ca3af;text-decoration:line-through;margin-right:8px}
.nd-product-foot{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:16px}.nd-buy{flex:1}
.nd-coupon-mini{font-size:12px;background:#fff9c4;padding:8px 10px;border-radius:10px;font-weight:800;direction:ltr}
.nd-note{background:#fff;border:1px dashed #cfd4dc;border-radius:16px;padding:16px;color:var(--muted);line-height:1.8}
.nd-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#111827;color:#fff;padding:12px 18px;border-radius:999px;opacity:0;transition:.2s;z-index:99999}.nd-toast.show{opacity:1;transform:translate(-50%,0)}
.nd-footer{text-align:center;color:#6b7280;padding:32px 0 48px}
@media(max-width:900px){.nd-coupons,.nd-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.nd-coupons,.nd-products{grid-template-columns:1fr}.nd-hero{padding:42px 0 32px}.nd-product-foot{align-items:stretch;flex-direction:column}.nd-coupon-foot{align-items:stretch;flex-direction:column}}
