نيرفونا Nerfona

عن نيرفونا

<style> a{color:inherit;text-decoration:none} .container{width:min(1180px,calc(100% - 40px));margin:auto} .topbar{display:none; background:var(--ink);color:#fff;text-align:center;padding:8px 16px; font-size:13px;letter-spacing:.1px } nav{display:none; position:sticky;top:0;z-index:20;background:rgba(250,248,245,.9); backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,225,218,.8) } .nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px} .logo{font-size:27px;font-weight:800;letter-spacing:1.5px} .logo span{font-size:11px;font-weight:500;display:block;letter-spacing:4px;color:var(--muted);line-height:1} .nav-links{display:flex;gap:26px;font-size:14px} .nav-links a{color:#4d4844} .nav-links a:hover{color:var(--accent-dark)} .nav-btn{ border:1px solid var(--ink);padding:9px 18px;border-radius:999px;font-size:13px; } .hero{padding:54px 0 56px} .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center} .eyebrow{ display:inline-flex;align-items:center;gap:8px;color:var(--accent-dark); font-size:13px;font-weight:700;margin-bottom:16px } .eyebrow:before{content:"";width:28px;height:1px;background:var(--accent)} h1{font-size:clamp(42px,6vw,72px);line-height:1.12;margin:0 0 22px;letter-spacing:-2px} .hero p{font-size:18px;color:var(--muted);max-width:650px;margin:0 0 30px} .actions{display:flex;gap:12px;flex-wrap:wrap} .btn{padding:13px 23px;border-radius:999px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center} .btn-primary{background:var(--ink);color:#fff} .btn-secondary{border:1px solid var(--line);background:#fff} .hero-card{ min-height:470px;border-radius:36px;background: radial-gradient(circle at 75% 20%,rgba(255,255,255,.95),transparent 32%), linear-gradient(145deg,#e9ddd2,#cbb7a7); position:relative;overflow:hidden;box-shadow:var(--shadow); } .hero-card:before{ content:"NERFONA";position:absolute;inset:auto -25px 42px auto; font-size:90px;font-weight:900;letter-spacing:6px;color:rgba(255,255,255,.2); transform:rotate(-90deg);transform-origin:right bottom; } .hero-card-inner{position:absolute;inset:28px;display:flex;flex-direction:column;justify-content:space-between} .badge{align-self:flex-start;background:rgba(255,255,255,.72);padding:9px 14px;border-radius:999px;font-size:12px} .hero-product{ width:210px;height:280px;margin:auto;border-radius:24px; background:linear-gradient(150deg,#fff,#ece6df); box-shadow:0 30px 50px rgba(65,45,32,.2); display:flex;align-items:center;justify-content:center;text-align:center; color:#333;position:relative; } .hero-product:after{content:"";position:absolute} .section{padding:80px 0} .section.alt{background:#fff} .section-head{max-width:720px;margin-bottom:38px} .section-kicker{font-size:13px;color:var(--accent-dark);font-weight:800} h2{font-size:clamp(30px,4vw,46px);line-height:1.2;margin:8px 0 13px} .section-head p{color:var(--muted);margin:0;font-size:16px} .story{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center} .story-visual{ min-height:390px;border-radius:var(--radius); background:linear-gradient(135deg,#ded1c5,#f5f0eb); position:relative;overflow:hidden; } .story-visual:before,.story-visual:after{content:"";position:absolute;border-radius:50%} .story-visual:before{width:260px;height:260px;background:rgba(255,255,255,.48);top:-80px;right:-50px} .story-visual:after{width:190px;height:190px;background:rgba(155,118,92,.16);bottom:-50px;left:-20px} .story-mark{ position:absolute;inset:0;display:flex;align-items:center;justify-content:center; font-size:52px;font-weight:900;letter-spacing:7px;color:rgba(24,24,24,.78) } .story-text p{color:var(--muted);font-size:17px} .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px} .card{ background:var(--white);border:1px solid var(--line);border-radius:22px;padding:26px; min-height:190px;transition:.25s;box-shadow:0 8px 30px rgba(30,25,20,.035) } .card:hover{transform:translateY(-4px);box-shadow:var(--shadow)} .icon{ width:48px;height:48px;border-radius:15px;background:var(--sand); display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:18px; color:var(--accent-dark) } .card h3{margin:0 0 8px;font-size:18px} .card p{margin:0;color:var(--muted);font-size:14px} .categories{display:grid;grid-template-columns:repeat(5,1fr);gap:14px} .category{ min-height:160px;border-radius:22px;padding:22px;display:flex;flex-direction:column; justify-content:flex-end;background:linear-gradient(145deg,#f2e9e1,#ded0c3); position:relative;overflow:hidden } .category:nth-child(2){background:linear-gradient(145deg,#eee5df,#d7c4b7)} .category:nth-child(3){background:linear-gradient(145deg,#e9e6df,#cfc9bd)} .category:nth-child(4){background:linear-gradient(145deg,#eee9e3,#d8cfc6)} .category:nth-child(5){background:linear-gradient(145deg,#f0e8e1,#d2bba9)} .category small{color:#675c54} .category strong{font-size:18px;margin-top:5px} .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px} .stat{padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--cream)} .stat strong{display:block;font-size:32px;margin-bottom:5px} .stat span{color:var(--muted);font-size:14px} .faq{display:grid;grid-template-columns:1fr 1fr;gap:14px} details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px} summary{cursor:pointer;font-weight:700} details p{color:var(--muted);font-size:14px;margin:12px 0 0} .cta{ background:var(--ink);color:#fff;border-radius:34px;padding:55px; display:flex;justify-content:space-between;align-items:center;gap:30px } .cta p{color:#c9c4bf;margin:8px 0 0} .cta .btn{background:#fff;color:var(--ink)} footer{display:none;padding:35px 0;background:#151515;color:#fff} .footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:center} .footer-muted{color:#a8a29d;font-size:13px} .social{display:flex;gap:16px;font-size:13px} @media(max-width:900px){ .hero-grid,.story{grid-template-columns:1fr} .hero-card{min-height:380px} .cards{grid-template-columns:repeat(2,1fr)} .categories{grid-template-columns:repeat(2,1fr)} .faq{grid-template-columns:1fr} .nav-links{display:none} } @media(max-width:560px){ .container{width:min(100% - 28px,1180px)} .hero{padding:48px 0 35px} .section{padding:58px 0} h1{font-size:43px} .hero p{font-size:16px} .cards,.stats{grid-template-columns:1fr} .categories{grid-template-columns:1fr 1fr} .category{min-height:135px;padding:17px} .cta{padding:32px 24px;display:block} .cta .btn{margin-top:22px;width:100%} .footer-inner{display:block} .social{margin-top:16px;flex-wrap:wrap} } .about-logo{ width:clamp(82px,10vw,118px); height:clamp(82px,10vw,118px); object-fit:contain; display:block; margin:0 0 22px; filter:drop-shadow(0 10px 18px rgba(30,24,20,.08)); } </style>
عن نيرفونا

الجمال والعناية،
بتجربة أكثر وضوحًا.

نيرفونا متجر متخصص في منتجات التجميل والعناية بالبشرة والجسم والشعر والعناية بالفم والأسنان. نختار أن نقدم تجربة تسوق تجمع بين سهولة الوصول إلى المنتجات، وضوح المعلومات، وتصميم يساعدك على الوصول لما تبحثين عنه.

BEAUTY • CARE • WELLNESS
اختيارات للعناية اليومية والجمال
NERFONA
من نحن

متجر واحد لاحتياجات الجمال والعناية اليومية

في نيرفونا نركز على بناء تجربة تسوق عملية ومريحة لمحبي منتجات الجمال والعناية. يضم المتجر تشكيلة من منتجات العناية بالبشرة والجسم، العناية بالشعر، العناية بالوجه، اليدين والقدمين، والعناية بالفم والأسنان، إضافة إلى المجموعات والعروض والمنتجات الأكثر مبيعًا.

هدفنا أن تكون رحلة العميل واضحة من لحظة اكتشاف المنتج وحتى إتمام الطلب، مع تنظيم المنتجات والتصنيفات والعروض بطريقة تسهّل المقارنة واتخاذ القرار.

قيم نيرفونا

ما الذي نركز عليه؟

نصمم تجربة المتجر حول احتياجات العميل، وليس حول كثرة العناصر في الصفحة.

01

الأصالة

نقدم منتجات نيرفونا على أساس أنها أصلية 100%، مع الاهتمام بوضوح المنتج ومعلوماته.

02

سهولة الاختيار

تنظيم المنتجات والتصنيفات والعروض لمساعدة العميل على الوصول إلى ما يناسبه بسرعة.

03

تجربة متجاوبة

واجهة مصممة لتعمل بصورة مريحة على الجوال والكمبيوتر مع التركيز على رحلة الشراء.

04

العناية بالتفاصيل

من عرض الصور والتقييمات إلى السلة والتنقل، نهتم بالتفاصيل التي تجعل التسوق أكثر وضوحًا.

اكتشفي نيرفونا

مجالات العناية والجمال

تشكيلة منظمة تساعدك على الانتقال مباشرة إلى المجال الذي تبحثين عنه.

أكثر من مجرد منتجات

تجربة مصممة لتكون أسهل

نعمل على تحسين نقاط التفاعل الأساسية التي يمر بها العميل أثناء التسوق.

منتجاتتشكيلة متنوعة للعناية والجمال
عروضمساحات مخصصة للعروض والتخفيضات
اختياراتمجموعات ومنتجات ترند والأكثر مبيعًا
الأسئلة الشائعة

أسئلة قد تهمك

ما نوع المنتجات التي يوفرها نيرفونا؟

يوفر المتجر منتجات للتجميل والعناية بالبشرة والجسم والشعر والوجه واليدين والقدمين والفم والأسنان، إضافة إلى المجموعات والعروض.

هل منتجات نيرفونا أصلية؟

بحسب تعريف المتجر الحالي، نيرفونا يقدم منتجات أصلية 100%.

كيف أصل إلى العروض والتخفيضات؟

يمكن الوصول إليها من أقسام «عروض» و«التخفيضات» داخل المتجر.

هل يمكنني معرفة المزيد قبل الشراء؟

تتضمن تجربة المتجر معلومات المنتجات والتقييمات والأسئلة الشائعة ومحتوى يساعد على اتخاذ قرار الشراء.

ابدئي الآن

اكتشفي عالم نيرفونا

تصفحي المنتجات والعروض واختاري ما يناسب روتين العناية الخاص بك.

زيارة المتجر