:root{
  --ink:#2f213a; --ink2:#4a3955; --pink:#ed148c; --pink2:#ff57b1; --aqua:#36c6c3; --aqua2:#bdf3ef;
  --cream:#fffafc; --muted:#7c6d84; --line:#eee6f0; --card:#fff; --danger:#c73764;
  --shadow:0 14px 40px rgba(47,33,58,.10); --radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--cream);color:var(--ink);font-family:"Cairo",Tahoma,Arial,sans-serif;direction:rtl}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block} button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 28px));margin:auto}.announcement{background:var(--ink);color:#fff;text-align:center;padding:7px 12px;font-size:12px;font-weight:700}
.site-header{position:sticky;top:0;z-index:70;background:rgba(255,250,252,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(238,230,240,.9)}
.header-row{height:72px;display:flex;align-items:center;gap:16px}.brand-mark{width:120px;height:56px;overflow:hidden;border-radius:14px;background:var(--ink);position:relative;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:cover;transform:scale(1.58)}
.header-actions{display:flex;align-items:center;gap:8px;margin-right:auto}.icon-btn{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:14px;display:grid;place-items:center;position:relative;cursor:pointer}.cart-badge{position:absolute;top:-5px;left:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:var(--pink);color:#fff;font-size:11px;display:grid;place-items:center;font-weight:800}
.nav{display:flex;gap:18px;align-items:center;font-size:14px;font-weight:700}.nav a:hover{color:var(--pink)}
.hero{padding:30px 0 10px}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:18px;align-items:stretch}.hero-copy{background:linear-gradient(135deg,var(--ink),#40274d);color:#fff;border-radius:32px;padding:44px;min-height:420px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-copy:before,.hero-copy:after{content:"";position:absolute;border-radius:50%;filter:blur(2px)}.hero-copy:before{width:190px;height:190px;background:var(--pink);opacity:.22;left:-70px;top:-60px}.hero-copy:after{width:230px;height:230px;background:var(--aqua);opacity:.18;right:-80px;bottom:-90px}.eyebrow{display:inline-flex;width:max-content;gap:8px;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);padding:7px 12px;border-radius:99px;font-size:12px;font-weight:800}.hero h1{font-size:clamp(34px,5vw,64px);line-height:1.12;margin:18px 0 10px}.hero p{margin:0 0 24px;color:#eadff0;max-width:590px;line-height:1.9}.btn{border:0;border-radius:15px;padding:12px 18px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--pink);color:#fff;box-shadow:0 10px 24px rgba(237,20,140,.28)}.btn-soft{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-aqua{background:var(--aqua);color:var(--ink)}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-art{border-radius:32px;background:linear-gradient(145deg,#dff8f6,#ffe3f2);min-height:420px;display:grid;place-items:center;overflow:hidden;position:relative}.hero-art .logo-hero{width:74%;aspect-ratio:1.35;border-radius:30px;overflow:hidden;background:var(--ink);box-shadow:var(--shadow);transform:rotate(-2deg)}.hero-art .logo-hero img{width:100%;height:100%;object-fit:cover;transform:scale(1.14)}.bubble{position:absolute;border-radius:50%;background:var(--pink)}.b1{width:44px;height:44px;top:38px;left:40px}.b2{width:24px;height:24px;top:92px;left:90px;background:var(--aqua)}.b3{width:62px;height:62px;bottom:30px;right:35px;background:#fff;border:10px solid var(--pink)}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0 34px}.trust-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;display:flex;gap:10px;align-items:center}.trust-icon{width:38px;height:38px;border-radius:12px;background:var(--aqua2);display:grid;place-items:center;font-size:18px}.trust-item strong{display:block;font-size:13px}.trust-item span{display:block;font-size:11px;color:var(--muted);margin-top:2px}
.section{padding:18px 0 40px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:18px}.section-head h2{margin:0;font-size:28px}.section-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.chips{display:flex;gap:8px;overflow:auto;padding-bottom:4px;scrollbar-width:none}.chip{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:800}.chip.active,.chip:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product-card{background:#fff;border:1px solid var(--line);border-radius:23px;overflow:hidden;transition:.22s;position:relative}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-media{aspect-ratio:4/5;background:#f7f0f7;overflow:hidden;position:relative}.product-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-media img{transform:scale(1.035)}.badge{position:absolute;top:12px;right:12px;background:var(--pink);color:#fff;border-radius:10px;padding:6px 9px;font-size:11px;font-weight:900;box-shadow:0 7px 16px rgba(237,20,140,.25)}.product-body{padding:13px}.product-cat{font-size:11px;color:var(--muted)}.product-title{font-size:14px;font-weight:800;line-height:1.55;margin:4px 0 8px;min-height:44px}.price-row{display:flex;gap:7px;align-items:center}.price{font-size:17px;font-weight:900}.old-price{text-decoration:line-through;color:#a497aa;font-size:12px}.quick-btn{margin-top:10px;width:100%;padding:10px}.empty{background:#fff;border:1px dashed #dbcfe0;border-radius:24px;padding:40px;text-align:center;color:var(--muted)}
.footer{background:var(--ink);color:#fff;margin-top:30px;padding:34px 0 94px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:28px}.footer p,.footer a{color:#d9cddd;font-size:13px;line-height:1.9}.footer h4{margin:0 0 10px}.footer-logo{width:140px;height:72px;border-radius:16px;overflow:hidden}.footer-logo img{width:100%;height:100%;object-fit:cover;transform:scale(1.45)}
.footer .whatsapp-contact{display:inline-flex;align-items:center;gap:7px;margin-top:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(54,198,195,.13);color:#fff;font-weight:800;transition:.2s}.footer .whatsapp-contact:hover{background:rgba(54,198,195,.23);transform:translateY(-1px)}.whatsapp-contact-icon{width:22px;height:22px;border-radius:50%;display:inline-grid;place-items:center;background:var(--aqua);color:var(--ink);font-size:11px}.footer .whatsapp-contact b{font-size:12px;font-weight:800;color:#fff}
.mobile-nav{display:none;position:fixed;z-index:80;bottom:10px;left:10px;right:10px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 40px rgba(47,33,58,.16);padding:8px}.mobile-nav a{flex:1;text-align:center;font-size:10px;font-weight:800;color:var(--muted)}.mobile-nav b{display:block;font-size:19px;color:var(--ink);line-height:1.2}.mobile-nav .active{color:var(--pink)}
.page{padding:25px 0 45px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:14px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:28px}.detail-media{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;aspect-ratio:1/1.06;position:relative}.detail-media img{width:100%;height:100%;object-fit:cover}.detail-discount-badge{top:16px;right:16px;font-size:13px;padding:8px 11px;border-radius:12px}.detail-info{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px}.detail-info h1{margin:5px 0 10px;font-size:32px;line-height:1.35}.detail-price{font-size:27px;font-weight:900;margin:12px 0}.detail-description{color:var(--muted);line-height:1.9;font-size:14px}.option-title{font-size:13px;font-weight:800;margin:18px 0 8px}.options{display:flex;gap:8px;flex-wrap:wrap}.option{position:relative}.option input{position:absolute;opacity:0}.option label{display:block;border:1px solid var(--line);border-radius:12px;padding:8px 12px;font-size:12px;font-weight:800;cursor:pointer}.option input:checked+label{border-color:var(--pink);box-shadow:0 0 0 2px rgba(237,20,140,.10);color:var(--pink);background:#fff6fb}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:14px;width:max-content;overflow:hidden}.qty button{width:40px;height:42px;border:0;background:#faf7fb;font-size:20px}.qty input{width:48px;text-align:center;border:0;outline:0}.buy-row{display:flex;gap:10px;margin-top:18px}.buy-row .btn-primary{flex:1}.notice{border-radius:16px;padding:11px 13px;font-size:12px;margin:12px 0}.notice.success{background:#e9fbf5;color:#126e55}.notice.error{background:#fff0f3;color:#9f294c}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:13px;padding:13px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item:last-child{border-bottom:0}.cart-thumb{width:88px;height:100px;border-radius:15px;overflow:hidden;background:#f8f2f8}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-meta h3{font-size:14px;margin:0 0 4px}.cart-meta small{display:block;color:var(--muted);margin:2px 0}.summary-line{display:flex;justify-content:space-between;gap:12px;padding:8px 0;font-size:13px}.summary-line.total{font-size:18px;font-weight:900;border-top:1px solid var(--line);margin-top:6px;padding-top:14px}.sticky-summary{position:sticky;top:95px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #ddd0e2;border-radius:14px;background:#fff;padding:12px 13px;outline:0;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--aqua);box-shadow:0 0 0 3px rgba(54,198,195,.10)}.field textarea{min-height:85px;resize:vertical}.order-success{max-width:680px;margin:auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:36px}.success-check{width:72px;height:72px;margin:0 auto 15px;border-radius:50%;background:#e6fbf5;color:#11785e;display:grid;place-items:center;font-size:34px;font-weight:900}
.setup-warning{margin:25px auto;max-width:800px;background:#fff;border:1px solid #f0c7d9;border-radius:22px;padding:24px;text-align:center}.admin-link{display:inline-block;margin-top:10px;color:var(--pink);font-weight:800}
@media(max-width:900px){.nav{display:none}.hero-grid,.product-detail,.cart-layout,.checkout-layout{grid-template-columns:1fr}.hero-copy,.hero-art{min-height:360px}.products-grid{grid-template-columns:repeat(3,1fr)}.trust{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.sticky-summary{position:static}}
@media(max-width:640px){.container{width:min(100% - 20px,1180px)}.announcement{font-size:11px}.header-row{height:64px}.brand-mark{width:105px;height:48px}.icon-btn{width:39px;height:39px}.hero{padding-top:16px}.hero-copy{min-height:330px;padding:26px 22px;border-radius:24px}.hero h1{font-size:36px}.hero-art{min-height:260px;border-radius:24px}.hero-art .logo-hero{width:78%}.trust{grid-template-columns:1fr 1fr;margin-top:12px}.trust-item{padding:10px}.trust-icon{width:34px;height:34px}.section-head h2{font-size:23px}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{border-radius:18px}.product-body{padding:10px}.product-title{font-size:12px;min-height:38px}.price{font-size:15px}.old-price{font-size:10px}.quick-btn{font-size:11px}.mobile-nav{display:flex}.footer{padding-bottom:104px}.footer-grid{grid-template-columns:1fr}.product-detail{gap:12px}.detail-info{padding:18px;border-radius:22px}.detail-info h1{font-size:25px}.buy-row{position:sticky;bottom:76px;z-index:20;background:rgba(255,255,255,.94);padding:8px;margin:15px -8px -8px;backdrop-filter:blur(8px);border-radius:16px}.cart-item{grid-template-columns:70px 1fr}.cart-thumb{width:70px;height:82px}.cart-item>.qty{grid-column:2}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.panel{padding:15px;border-radius:20px}.order-success{padding:25px 16px;border-radius:22px}.section{padding-bottom:28px}}
