:root{--ink:#081a33;--muted:#6c7b90;--line:#e6edf5;--surface:#f7faff;--brand:#146dcb;--accent:#12c7df;--radius:18px}*{box-sizing:border-box}body{margin:0;font-family:"Segoe UI",Tahoma,Arial,sans-serif;background:#fff;color:var(--ink);direction:rtl}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.top{background:var(--ink);color:#d9e8f8;font-size:13px}.top .shell{height:38px;display:flex;align-items:center;justify-content:space-between}.header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.header .shell{height:82px;display:flex;align-items:center;gap:28px}.brand{margin-left:auto;display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-weight:900;font-size:22px;letter-spacing:.5px}.brand img{width:125px;height:auto;max-height:40px;object-fit:contain}.nav{display:flex;gap:23px}.nav a{color:#33445c;text-decoration:none;font-weight:700;font-size:14px}.nav a:hover{color:var(--brand)}.actions{display:flex;gap:10px;align-items:center}.icon-btn{height:40px;min-width:40px;padding:0 12px;border:1px solid var(--line);background:#fff;border-radius:11px;color:var(--ink);cursor:pointer}.cart{background:var(--brand);color:#fff;border-color:var(--brand);font-weight:800}.hero{min-height:475px;display:grid;align-items:center;background:radial-gradient(circle at 15% 30%,color-mix(in srgb,var(--accent) 34%,transparent),transparent 28%),linear-gradient(120deg,#071c38 0%,#0e3d70 48%,var(--brand) 100%);color:#fff;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:620px;height:620px;left:-180px;bottom:-430px;border:90px solid rgba(255,255,255,.08);border-radius:50%}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:36px;position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#a9edff;font-size:13px;font-weight:800;letter-spacing:.4px}.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.08;margin:15px 0}.hero p{font-size:18px;line-height:1.8;color:#dcecff;max-width:560px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:11px;padding:14px 22px;font-weight:800;margin:12px 8px 0 0;transition:.2s}.primary{background:#fff;color:#094882}.secondary{border:1px solid rgba(255,255,255,.45);color:#fff}.primary:hover,.secondary:hover{transform:translateY(-2px)}.hero-visual{height:340px;border:1px solid rgba(255,255,255,.22);border-radius:25px;background:linear-gradient(150deg,rgba(255,255,255,.22),rgba(255,255,255,.03));padding:22px;box-shadow:0 30px 70px rgba(0,0,0,.27);transform:rotate(-3deg)}.mock-top{display:flex;gap:7px}.mock-top i{height:9px;width:9px;background:#9ce9ff;border-radius:50%}.mock-card{margin-top:20px;height:245px;border-radius:18px;background:#f9fcff;color:var(--ink);padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.mock-card div{border-radius:13px;background:linear-gradient(145deg,#e7f2ff,#b8dcff);position:relative;overflow:hidden}.mock-card div:after{content:"";position:absolute;inset:25% 18%;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--brand))}.section{padding:86px 0}.section.soft{background:var(--surface)}.title-row{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:30px}.kicker{display:block;color:var(--brand);font-weight:900;font-size:13px;margin-bottom:8px}.title-row h2{margin:0;font-size:32px}.title-row p{margin:8px 0 0;color:var(--muted)}.link{color:var(--brand);font-weight:800;text-decoration:none}.categories,.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:21px;min-height:150px;transition:.2s}.category:hover{transform:translateY(-5px);border-color:#b8dfff;box-shadow:0 18px 34px rgba(29,91,155,.1)}.category b{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#eaf6ff;color:var(--brand);font-size:22px}.category h3{font-size:17px;margin:17px 0 7px}.category span{font-size:13px;color:var(--muted)}.product{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;position:relative}.product-img{height:190px;background:linear-gradient(135deg,#e1efff,#ccdafe);display:grid;place-items:center;font-size:65px}.product .sale{position:absolute;top:12px;right:12px;background:#ff4d67;color:#fff;padding:5px 9px;border-radius:8px;font-size:12px;font-weight:800}.product-info{padding:17px}.product-info small{color:var(--brand);font-weight:800}.product h3{font-size:16px;margin:8px 0}.price{display:flex;justify-content:space-between;align-items:center;font-weight:900}.price del{font-size:12px;color:#9aa7b7;font-weight:500}.buy{width:100%;margin-top:15px;border:0;border-radius:9px;background:#edf5fe;color:#0a5eb5;padding:11px;font-weight:800;cursor:pointer}.buy:hover{background:var(--brand);color:#fff}.offer{background:linear-gradient(125deg,#0a2850,#155eaa);color:#fff;border-radius:24px;padding:36px;display:flex;justify-content:space-between;align-items:center;gap:25px}.offer h2{font-size:31px;margin:0 0 10px}.offer p{margin:0;color:#cfe9ff}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.trust article{display:flex;gap:12px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:14px}.trust b{font-size:23px;color:var(--brand)}.footer{background:#071a34;color:#d0dded;padding:58px 0 24px;margin-top:70px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:26px}.footer h3{color:#fff;font-size:16px}.footer p,.footer a{color:#b1c3d8;font-size:14px;line-height:1.9;text-decoration:none;display:block}.copyright{margin-top:35px;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;font-size:13px;color:#9ab0c8}.notice{position:fixed;left:20px;bottom:20px;background:#0e315b;color:white;padding:13px 17px;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,.2);transform:translateY(100px);transition:.3s;z-index:50}.notice.show{transform:translateY(0)}@media(max-width:860px){.nav{display:none}.header .shell{height:68px}.hero{min-height:auto;padding:55px 0}.hero-grid{grid-template-columns:1fr}.hero-visual{height:260px;transform:none}.categories,.products{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.trust{grid-template-columns:1fr 1fr}}@media(max-width:520px){.shell{width:min(100% - 28px,1180px)}.top .shell{font-size:11px}.brand img{width:96px}.actions .icon-btn:first-child{display:none}.hero h1{font-size:38px}.hero p{font-size:15px}.section{padding:58px 0}.title-row{display:block}.title-row h2{font-size:26px}.categories,.products{grid-template-columns:1fr}.offer{display:block;padding:26px}.offer h2{font-size:25px}.offer .primary{width:100%;margin-top:20px}.trust,.footer-grid{grid-template-columns:1fr}.product-img{height:220px}}

/* خمسة اتجاهات فنية مستقلة: كل متجر يغير إيقاع الواجهة ولغتها البصرية. */
.store-fashion{--ink:#321829;--muted:#896d7a;--line:#f0dde4;--surface:#fff8f7;--brand:#a43d65;--accent:#e8a0ad;--radius:4px}.store-fashion .top{background:#321829}.store-fashion .header{border:0}.store-fashion .hero{background:linear-gradient(112deg,#4e1f36 0%,#a43d65 48%,#e8a0ad 100%);min-height:560px}.store-fashion .hero:after{border-radius:0;transform:rotate(32deg);left:-100px;bottom:-350px}.store-fashion .hero-visual{border-radius:0;transform:rotate(4deg);background:rgba(255,248,247,.22)}.store-fashion .mock-card{border-radius:0;grid-template-columns:1.3fr .7fr}.store-fashion .mock-card div{border-radius:0;background:linear-gradient(135deg,#f9d9dd,#b96882)}.store-fashion .category,.store-fashion .product{border-radius:0}.store-fashion .product-img{background:linear-gradient(135deg,#f9d9dd,#f5eef0)}.store-fashion .offer{border-radius:0;background:#321829}.store-fashion .primary{color:#6c183d}.store-fashion .cart,.store-fashion .buy:hover{background:#a43d65}.store-fashion .footer{background:#321829}
.store-home{--ink:#26342a;--muted:#6a7869;--line:#dde6dc;--surface:#f2f5ef;--brand:#536f52;--accent:#d6b66d;--radius:26px}.store-home .top{background:#405843}.store-home .hero{color:#27352a;background:linear-gradient(110deg,#edf2e8 0%,#cedac8 54%,#a0b9a0 100%)}.store-home .hero p{color:#4b5e4d}.store-home .hero:after{border-color:rgba(83,111,82,.16);left:auto;right:-230px;bottom:-360px}.store-home .eyebrow{color:#536f52}.store-home .secondary{color:#26342a;border-color:#7f967b}.store-home .hero-visual{transform:none;border-radius:70px 12px 70px 12px;background:rgba(255,255,255,.45);border-color:#f8f7f0}.store-home .mock-card{background:#f7f2e8;border-radius:48px 9px 48px 9px}.store-home .mock-card div{background:linear-gradient(135deg,#c8d8bd,#e9d8a9)}.store-home .product-img{background:linear-gradient(135deg,#dce9d8,#f4e7c7)}.store-home .offer{background:linear-gradient(115deg,#405843,#758d65)}.store-home .cart,.store-home .buy:hover{background:#536f52}.store-home .footer{background:#2c412f}
.store-beauty{--ink:#3b2340;--muted:#7d6680;--line:#f0ddf0;--surface:#fff8ff;--brand:#bd4d9a;--accent:#a682e8;--radius:28px}.store-beauty .top{background:linear-gradient(90deg,#7a4db6,#bd4d9a)}.store-beauty .hero{background:radial-gradient(circle at 80% 15%,#fff5ff 0 11%,transparent 11.5%),radial-gradient(circle at 15% 80%,#e3b8fa 0 17%,transparent 17.5%),linear-gradient(120deg,#fff3fc,#f7d9f0 57%,#d8ccff);color:#3b2340}.store-beauty .hero p{color:#6d536f}.store-beauty .eyebrow{color:#a9418c}.store-beauty .secondary{color:#6c3676;border-color:#ba78b9}.store-beauty .hero:after{width:300px;height:300px;left:15%;bottom:40px;border-width:50px;border-color:rgba(189,77,154,.13)}.store-beauty .hero-visual{transform:rotate(-6deg);border-radius:50%;height:350px;width:350px;justify-self:center;background:rgba(255,255,255,.4);border-color:#fff}.store-beauty .mock-card{height:270px;margin-top:18px;border-radius:50%;padding:40px}.store-beauty .mock-card div{border-radius:50%;background:linear-gradient(135deg,#fde2f7,#c2b5f6)}.store-beauty .product-img{background:linear-gradient(135deg,#ffe5fa,#e1d2ff)}.store-beauty .offer{background:linear-gradient(115deg,#83449c,#d3539f)}.store-beauty .cart,.store-beauty .buy:hover{background:#bd4d9a}.store-beauty .footer{background:#482449}
.store-sport{--ink:#111820;--muted:#687078;--line:#dfe4e7;--surface:#f5f6f7;--brand:#e54335;--accent:#f6bd35;--radius:0}.store-sport .top{background:#111820}.store-sport .header{border-bottom:3px solid #e54335}.store-sport .hero{min-height:540px;background:linear-gradient(132deg,#111820 0 45%,#e54335 45% 57%,#f6bd35 57% 61%,#111820 61%)}.store-sport .hero:after{display:none}.store-sport .hero-visual{transform:skewY(-4deg);border-radius:0;border:2px solid #f6bd35}.store-sport .mock-card{border-radius:0;transform:skewY(4deg)}.store-sport .mock-card div{border-radius:0;background:linear-gradient(135deg,#a8b2bc,#f6bd35)}.store-sport .category{border-width:2px}.store-sport .category:hover{border-color:#e54335}.store-sport .product{border-radius:0}.store-sport .product-img{background:linear-gradient(135deg,#dce2e6,#f6bd35)}.store-sport .offer{border-radius:0;background:linear-gradient(100deg,#111820,#e54335)}.store-sport .cart,.store-sport .buy:hover{background:#e54335}.store-sport .footer{background:#111820}

/* السلايدرات المصورة الأصلية: النص في جهة القراءة والصورة في الجهة المقابلة. */
.store-coffee .hero,.store-fashion .hero,.store-home .hero,.store-beauty .hero,.store-sport .hero{background-size:cover!important;background-position:center!important}.store-coffee .hero-visual,.store-fashion .hero-visual,.store-home .hero-visual,.store-beauty .hero-visual,.store-sport .hero-visual{display:none}.store-coffee .hero-grid,.store-fashion .hero-grid,.store-home .hero-grid,.store-beauty .hero-grid,.store-sport .hero-grid{grid-template-columns:minmax(0,560px);justify-content:end;min-height:510px}.store-coffee .hero:after,.store-fashion .hero:after,.store-home .hero:after,.store-beauty .hero:after{display:none}.store-coffee{--ink:#2d1b12;--muted:#765d4d;--line:#e9ddcf;--surface:#fcf7f0;--brand:#6b351f;--accent:#d5a449;--radius:8px}.store-coffee .top,.store-coffee .footer{background:#2d1b12}.store-coffee .cart,.store-coffee .buy:hover{background:#6b351f}.store-coffee .offer{background:linear-gradient(100deg,#2d1b12,#815132)}

/* قالب المتجر المعتمد في البروفة: نفس التسلسل البصري في كل المجالات. */
.top{font-size:12px}.top .shell{height:30px}.header .shell{height:86px}.brand{font-size:15px}.brand img{width:108px;max-height:42px}.nav{margin-inline:auto;gap:30px}.nav a{font-size:13px}.actions{direction:ltr}.icon-btn{border:0;min-width:30px;padding:0 5px;height:35px;border-radius:0;background:transparent;font-size:18px}.cart{font-size:12px;color:var(--ink);background:transparent;border:0}.hero{min-height:0!important;height:390px;background-position:center!important}.store-coffee .hero-grid,.store-fashion .hero-grid,.store-home .hero-grid,.store-beauty .hero-grid,.store-sport .hero-grid{min-height:390px;grid-template-columns:420px;justify-content:end}.hero h1{font-size:38px;line-height:1.15;margin:10px 0}.hero p{font-size:15px;line-height:1.7;margin:0 0 10px}.hero .primary{padding:10px 22px;border-radius:3px;margin:4px 0;background:#171717;color:#fff;font-size:13px}.hero .secondary{display:none}.eyebrow{font-size:12px;color:#fff}.slide-arrow{position:absolute;top:48%;border:0;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.75);font-size:28px;color:#252525;cursor:pointer}.slide-next{right:0}.slide-prev{left:0}.slider-dots{position:absolute;bottom:16px;left:50%;display:flex;gap:8px}.slider-dots i{width:7px;height:7px;border-radius:50%;background:#fff;opacity:.75}.slider-dots i:first-child{width:20px;border-radius:8px}.section{padding:36px 0}.section.soft{background:#fff}.title-row{align-items:center;margin-bottom:18px}.title-row h2{font-size:23px}.title-row p{font-size:13px}.kicker{display:none}.categories{grid-template-columns:repeat(4,1fr);gap:8px}.category{padding:0;min-height:auto;border-radius:2px;overflow:hidden;text-align:center;background:#fff}.category b{height:110px;width:100%;border-radius:0;background:linear-gradient(135deg,#ece7de,#d2c6b5);font-size:44px}.category h3{font-size:13px;margin:9px 4px 3px}.category span{display:none}.products{grid-template-columns:repeat(4,1fr);gap:13px}.product{border:0;border-radius:0}.product-img{height:185px;background:linear-gradient(140deg,#ece5db,#d2c5b5);font-size:58px}.product .sale{border-radius:0;top:0;right:0;font-size:11px}.product-info{padding:10px 2px;text-align:center}.product-info small{display:none}.product h3{font-size:13px;min-height:32px;margin:2px 0}.price{font-size:13px;justify-content:center;gap:6px}.buy{border-radius:2px;background:#171717;color:#fff;padding:8px;margin-top:8px;font-size:12px}.buy:hover{background:var(--brand)}.offer{border-radius:0;min-height:98px;padding:17px 30px;background:linear-gradient(100deg,#201c19,#6c4d35);justify-content:center;text-align:center}.offer .eyebrow{display:none}.offer h2{font-size:18px;margin:0 0 6px}.offer p{font-size:13px}.quote-avatar{width:45px;height:45px;border-radius:50%;background:#f7eee2;color:#3d291e;display:grid;place-items:center;font-weight:900}.trust{grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust article{justify-content:center;border:0;border-left:1px solid var(--line);border-radius:0;padding:17px 8px;font-size:12px}.trust article:last-child{border-left:0}.trust b{font-size:19px}.footer{margin-top:0;padding:36px 0 18px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:18px}.footer h3{font-size:14px}.footer p,.footer a{font-size:12px;line-height:1.75}.copyright{text-align:center;margin-top:20px;padding-top:12px}.store-fashion .hero,.store-home .hero,.store-beauty .hero{color:#1d1816}.store-fashion .hero .eyebrow,.store-home .hero .eyebrow,.store-beauty .hero .eyebrow{color:#261b19}.store-fashion .hero .primary,.store-home .hero .primary,.store-beauty .hero .primary{color:#fff}.store-sport .hero h1,.store-coffee .hero h1{color:#fff}@media(max-width:700px){.header .shell{height:68px}.brand img{width:84px}.brand span,.nav{display:none}.hero{height:420px}.store-coffee .hero-grid,.store-fashion .hero-grid,.store-home .hero-grid,.store-beauty .hero-grid,.store-sport .hero-grid{min-height:420px;grid-template-columns:1fr}.hero-copy{max-width:290px}.hero h1{font-size:31px}.categories,.products{grid-template-columns:repeat(2,1fr)}.category b{height:105px}.product-img{height:155px}.footer-grid{grid-template-columns:1fr 1fr}.trust{grid-template-columns:1fr 1fr}.trust article:nth-child(2){border-left:0}.top .shell span:last-child{display:none}}

.store-coffee .category b,.store-coffee .product-img{background-position:center;background-size:cover;background-repeat:no-repeat}.store-coffee .category b{position:relative}.store-coffee .category b:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(54,28,14,.12),transparent)}.product-img{position:relative}.product-actions{position:absolute;top:9px;left:9px;display:grid;gap:5px;opacity:0;transition:.2s}.product:hover .product-actions{opacity:1}.product-actions button{height:27px;width:27px;border:0;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.14);cursor:pointer}.rating{font-size:12px;color:#e0a22a;letter-spacing:1px;margin:2px 0 5px}

/* أيقونات SVG متناسقة بدل رموز النص. */
.icon-btn svg,.product-actions svg,.buy svg,.trust b svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}.icon-btn{display:inline-grid;place-items:center;color:#241b15}.cart{display:inline-flex;align-items:center;gap:4px}.cart .count{font-size:11px;display:inline-grid;place-items:center;min-width:17px;height:17px;border-radius:50%;background:var(--brand);color:#fff}.product-img{background-size:cover;background-position:center;background-repeat:no-repeat}.product-actions button{display:grid;place-items:center;color:#30241c}.buy{display:inline-flex;align-items:center;justify-content:center;gap:6px}.trust b{display:grid;place-items:center;width:29px;height:29px}.trust b svg{width:22px;height:22px}

/* الصور داخل بطاقات المحتوى بصيغة عناصر مستقلة لضمان ظهورها عند الرفع. */
.category b img,.product-img img{display:block;width:100%;height:100%;object-fit:cover}.category b img{position:relative;z-index:1}.product-img img{transition:transform .35s ease}.product:hover .product-img img{transform:scale(1.045)}

/* كل بطاقة تستخدم ربعًا مختلفًا من لوحة المنتجات، فلا تتكرر الصور. */
.sheet-shot{overflow:hidden;position:relative}.sheet-shot>img{position:absolute!important;width:200%!important;height:200%!important;max-width:none!important;object-fit:fill!important;transition:transform .35s ease}.sheet-shot.shot-0>img{left:0;top:0}.sheet-shot.shot-1>img{left:-100%;top:0}.sheet-shot.shot-2>img{left:0;top:-100%}.sheet-shot.shot-3>img{left:-100%;top:-100%}.product:hover .sheet-shot>img{transform:none}.category .sheet-shot>img{z-index:1}
