عوامة الأطفال مع مظلة الشمس — 199 درهم
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
–ocean: #0096c7;
–ocean-dark: #005f8a;
–sky: #90e0ef;
–sun: #ffb703;
–sun-dark: #e07b00;
–foam: #caf0f8;
–white: #ffffff;
–dark: #023e8a;
–text: #1a3a4a;
–light-bg: #e0f7fa;
–green: #52b788;
}
body {
font-family: ‘Cairo’, sans-serif;
color: var(–text);
background: #f0faff;
overflow-x: hidden;
direction: rtl;
}
/* HERO */
.hero {
background: linear-gradient(160deg, #0096c7 0%, #023e8a 100%);
min-height: 90vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
padding: 80px 24px 60px;
}
.hero::before {
content: ”;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
height: 80px;
background: #f0faff;
clip-path: ellipse(55% 100% at 50% 100%);
}
.bubbles {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
pointer-events: none;
overflow: hidden;
}
.bubble {
position: absolute;
border-radius: 50%;
background: rgba(255,255,255,0.08);
animation: float-up linear infinite;
}
@keyframes float-up {
0% { transform: translateY(100vh) scale(0.5); opacity: 0; }
10% { opacity: 1; }
90% { opacity: 0.6; }
100% { transform: translateY(-100px) scale(1); opacity: 0; }
}
.hero-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
max-width: 1100px;
width: 100%;
align-items: center;
position: relative;
z-index: 2;
}
.badge-new {
display: inline-block;
background: var(–sun);
color: var(–dark);
font-weight: 900;
font-size: 14px;
padding: 6px 20px;
border-radius: 99px;
margin-bottom: 18px;
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
.hero h1 {
font-weight: 900;
font-size: clamp(28px, 4.5vw, 52px);
color: white;
line-height: 1.4;
margin-bottom: 16px;
}
.hero h1 span { color: var(–sun); }
.hero p {
font-size: 18px;
color: rgba(255,255,255,0.88);
line-height: 2;
margin-bottom: 28px;
}
.stars {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 20px;
flex-direction: row-reverse;
}
.stars-icons { color: var(–sun); font-size: 22px; letter-spacing: 2px; }
.stars-count { color: rgba(255,255,255,0.9); font-size: 15px; font-weight: 700; }
.price-block {
background: rgba(255,255,255,0.12);
border: 1.5px solid rgba(255,255,255,0.25);
border-radius: 20px;
padding: 20px 24px;
margin-bottom: 28px;
display: inline-block;
width: 100%;
}
.price-old {
color: rgba(255,255,255,0.55);
font-size: 18px;
text-decoration: line-through;
margin-bottom: 4px;
}
.price-current {
font-size: 54px;
font-weight: 900;
color: var(–sun);
line-height: 1;
}
.price-current span { font-size: 22px; }
.price-save { color: #a8f5d0; font-size: 15px; font-weight: 700; margin-top: 6px; }
.cta-btn {
display: block;
width: 100%;
background: var(–sun);
color: var(–dark);
font-family: ‘Cairo’, sans-serif;
font-weight: 900;
font-size: 20px;
padding: 18px 36px;
border-radius: 16px;
border: none;
cursor: pointer;
text-align: center;
text-decoration: none;
transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
box-shadow: 0 6px 24px rgba(255,183,3,0.45);
}
.cta-btn:hover {
background: var(–sun-dark);
transform: translateY(-2px);
box-shadow: 0 10px 32px rgba(255,183,3,0.55);
}
.delivery-note {
text-align: center;
color: rgba(255,255,255,0.75);
font-size: 14px;
margin-top: 12px;
line-height: 1.8;
}
.delivery-note strong { color: #a8f5d0; }
.hero-image-wrap {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.hero-image-wrap::before {
content: ”;
position: absolute;
width: 340px;
height: 340px;
background: rgba(144,224,239,0.15);
border-radius: 50%;
animation: bob 4s ease-in-out infinite;
}
@keyframes bob {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-18px); }
}
.hero-img {
width: 100%;
max-width: 480px;
border-radius: 24px;
box-shadow: 0 20px 60px rgba(0,0,0,0.35);
animation: bob 4s ease-in-out infinite;
position: relative;
z-index: 1;
}
/* TRUST BAR */
.trust-bar {
background: white;
padding: 20px 24px;
box-shadow: 0 2px 20px rgba(0,0,0,0.07);
}
.trust-items {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 28px;
max-width: 1000px;
margin: 0 auto;
}
.trust-item {
display: flex;
align-items: center;
gap: 10px;
font-size: 15px;
font-weight: 700;
color: var(–ocean-dark);
flex-direction: row-reverse;
}
.trust-icon {
width: 40px;
height: 40px;
background: var(–foam);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
}
/* SECTIONS */
section { padding: 72px 24px; }
.section-title {
font-size: clamp(26px, 4vw, 40px);
font-weight: 900;
color: var(–dark);
text-align: center;
margin-bottom: 12px;
}
.section-sub {
text-align: center;
color: #5a7a8a;
font-size: 17px;
margin-bottom: 48px;
line-height: 1.8;
}
/* HOW TO USE */
.how-section { background: white; }
.steps-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 24px;
max-width: 1000px;
margin: 0 auto;
}
.step-card {
background: var(–light-bg);
border-radius: 20px;
padding: 32px 24px;
text-align: center;
transition: transform 0.2s;
border: 2px solid transparent;
}
.step-card:hover {
transform: translateY(-6px);
border-color: var(–ocean);
}
.step-num {
width: 52px;
height: 52px;
background: var(–ocean);
color: white;
font-size: 26px;
font-weight: 900;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 16px;
}
.step-emoji { font-size: 42px; margin-bottom: 12px; }
.step-card h3 {
font-size: 18px;
font-weight: 900;
color: var(–dark);
margin-bottom: 8px;
}
.step-card p { color: #5a7a8a; font-size: 15px; line-height: 2; }
/* FEATURES */
.features-section { background: var(–light-bg); }
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
max-width: 1100px;
margin: 0 auto;
}
.feature-card {
background: white;
border-radius: 20px;
padding: 28px 24px;
border: 1.5px solid var(–foam);
transition: box-shadow 0.2s, transform 0.2s;
text-align: right;
}
.feature-card:hover {
box-shadow: 0 8px 32px rgba(0,150,199,0.12);
transform: translateY(-4px);
}
.feat-icon { font-size: 42px; margin-bottom: 14px; display: block; }
.feature-card h3 {
font-size: 20px;
font-weight: 900;
color: var(–dark);
margin-bottom: 8px;
}
.feature-card p { color: #5a7a8a; font-size: 15px; line-height: 2; }
/* SPECS */
.specs-section { background: white; }
.specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 18px;
max-width: 900px;
margin: 0 auto;
}
.spec-item {
background: var(–light-bg);
border-radius: 16px;
padding: 24px 16px;
text-align: center;
}
.spec-val {
font-size: 30px;
font-weight: 900;
color: var(–ocean);
line-height: 1;
margin-bottom: 6px;
}
.spec-label {
font-size: 13px;
color: #5a7a8a;
font-weight: 700;
}
/* TESTIMONIALS */
.testi-section { background: var(–light-bg); }
.testi-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
max-width: 1000px;
margin: 0 auto;
}
.testi-card {
background: white;
border-radius: 20px;
padding: 28px;
border: 1.5px solid var(–foam);
text-align: right;
}
.testi-stars { color: var(–sun); font-size: 22px; margin-bottom: 14px; }
.testi-text {
font-size: 16px;
line-height: 2;
color: var(–text);
font-style: italic;
margin-bottom: 18px;
}
.testi-author {
display: flex;
align-items: center;
gap: 12px;
flex-direction: row-reverse;
}
.testi-avatar {
width: 46px;
height: 46px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 900;
font-size: 17px;
color: white;
flex-shrink: 0;
}
.testi-name { font-weight: 900; font-size: 15px; color: var(–dark); }
.testi-loc { font-size: 13px; color: #7a9aaa; }
/* CTA SECTION */
.cta-section {
background: linear-gradient(135deg, #0096c7, #023e8a);
text-align: center;
padding: 80px 24px;
position: relative;
overflow: hidden;
}
.cta-section::before {
content: ‘🌊’;
position: absolute;
font-size: 200px;
opacity: 0.04;
top: -20px;
right: -30px;
}
.cta-section h2 {
font-size: clamp(26px, 4vw, 44px);
font-weight: 900;
color: white;
margin-bottom: 16px;
line-height: 1.5;
}
.cta-section p {
color: rgba(255,255,255,0.85);
font-size: 18px;
margin-bottom: 36px;
max-width: 580px;
margin-left: auto;
margin-right: auto;
line-height: 2;
}
.cta-center {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}
.cta-btn-lg {
display: inline-block;
background: var(–sun);
color: var(–dark);
font-family: ‘Cairo’, sans-serif;
font-weight: 900;
font-size: 22px;
padding: 20px 56px;
border-radius: 18px;
text-decoration: none;
box-shadow: 0 8px 32px rgba(255,183,3,0.5);
transition: transform 0.15s, box-shadow 0.15s;
cursor: pointer;
border: none;
}
.cta-btn-lg:hover {
transform: translateY(-3px);
box-shadow: 0 14px 40px rgba(255,183,3,0.6);
background: var(–sun-dark);
}
.guarantee-strip {
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
flex-wrap: wrap;
background: rgba(255,255,255,0.1);
border-radius: 14px;
padding: 14px 28px;
max-width: 620px;
margin: 0 auto;
}
.guarantee-item {
display: flex;
align-items: center;
gap: 8px;
color: rgba(255,255,255,0.9);
font-size: 15px;
font-weight: 700;
}
/* FAQ */
.faq-section { background: white; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item {
border: 1.5px solid var(–foam);
border-radius: 16px;
margin-bottom: 14px;
overflow: hidden;
}
.faq-item.open { border-color: var(–ocean); }
.faq-q {
width: 100%;
background: none;
border: none;
padding: 20px 24px;
text-align: right;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-family: ‘Cairo’, sans-serif;
font-size: 17px;
font-weight: 700;
color: var(–dark);
transition: background 0.2s;
flex-direction: row-reverse;
gap: 12px;
}
.faq-q:hover { background: var(–light-bg); }
.faq-arrow {
font-size: 20px;
color: var(–ocean);
transition: transform 0.25s;
flex-shrink: 0;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease, padding 0.25s;
font-size: 15px;
color: #5a7a8a;
line-height: 2;
padding: 0 24px;
text-align: right;
}
.faq-item.open .faq-a {
max-height: 300px;
padding: 0 24px 20px;
}
/* FOOTER */
footer {
background: var(–dark);
color: rgba(255,255,255,0.75);
text-align: center;
padding: 28px 24px;
font-size: 14px;
line-height: 2;
}
footer strong { color: white; }
/* STICKY BAR */
.sticky-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: var(–dark);
padding: 14px 24px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
z-index: 100;
box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
transform: translateY(100%);
transition: transform 0.35s ease;
flex-direction: row-reverse;
}
.sticky-bar.show { transform: translateY(0); }
.sticky-price {
font-size: 26px;
font-weight: 900;
color: var(–sun);
white-space: nowrap;
}
.sticky-name {
color: white;
font-weight: 700;
font-size: 15px;
flex: 1;
text-align: right;
}
.sticky-cta {
background: var(–sun);
color: var(–dark);
font-family: ‘Cairo’, sans-serif;
font-weight: 900;
font-size: 16px;
padding: 12px 28px;
border-radius: 12px;
border: none;
cursor: pointer;
white-space: nowrap;
transition: background 0.15s;
}
.sticky-cta:hover { background: var(–sun-dark); }
.scroll-top {
position: fixed;
left: 20px;
bottom: 80px;
width: 44px;
height: 44px;
background: var(–ocean);
color: white;
border: none;
border-radius: 50%;
font-size: 22px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s, transform 0.15s;
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
z-index: 99;
}
.scroll-top.show { opacity: 1; }
.scroll-top:hover { transform: scale(1.1); }
@media (max-width: 720px) {
.hero-content {
grid-template-columns: 1fr;
text-align: center;
}
.hero-image-wrap { order: -1; }
.hero-img { max-width: 320px; }
.stars { justify-content: center; }
.price-block { width: 100%; }
.stars { flex-direction: row; }
.testi-author { flex-direction: row; }
.trust-item { flex-direction: row; }
.faq-q { flex-direction: row; text-align: right; }
.step-card { text-align: center; }
}
⭐ الأكثر مبيعاً 2025
عوامة الأطفالمع مظلة شمس وحزام أمان مزدوج
دعي طفلك يستمتع بالماء بأمان تام! حماية من أشعة الشمس، مقعد مريح وحزام أمان مزدوج للراحة الكاملة.
349 درهم
199 درهم
🔥 وفّري 150 درهم — عرض محدود!
🛒 اطلبي الآن — 199 درهم فقط
🚚 توصيل مجاني في جميع أنحاء المغربالدفع عند الاستلام متاح
طريقة الاستخدام في 4 خطوات بسيطة
تركيب العوامة لا يستغرق أكثر من دقيقتين
١
👶
ضعي الطفل في العوامة
ضعي طفلك بلطف في العوامة. المقعد المريح يوفر دعماً كاملاً لجسمه الصغير.
٢
🔒
ثبّتي حزام الأمان
أغلقي المشبك الأمني المتين. ستسمعين صوت “كليك” يؤكد الإغلاق الصحيح.
٣
⚙️
اضبطي حزام الخصر
اضبطي الحزام حسب حجم طفلك باستخدام المشبك القابل للتعديل لتثبيت مثالي.
٤
🏊
استمتعوا معاً!
طفلك الآن جاهز لاكتشاف متعة الماء تحت ظل المظلة المريحة والجميلة.
لماذا تحب كل أم هذه العوامة؟
مصممة للأمان والراحة والمتعة الكاملة لطفلك
☀️
مظلة حماية من أشعة UV
المظلة القابلة للفصل تحمي بشرة طفلك الرقيقة من أشعة الشمس الضارة. مثالية للمسبح والشاطئ في الهواء الطلق.
🛡️
حماية مزدوجة
حزام أمان + مشبك إغلاق قوي يضمنان بقاء طفلك في مكانه الصحيح لتطمئن تماماً وأنت تراقبينه.
🎯
مقعد مريح ومتوازن
المقعد المريح يحافظ على وضعية صحيحة لطفلك، مما يشجع على التعلم المبكر للعوم بشكل طبيعي ومستريح.
💪
مادة متينة وآمنة
PVC سميك خالٍ من المواد السامة وBPA. مقاوم للأشعة فوق البنفسجية والكلور. سهل النفخ والطي والتخزين.
🎨
تصميم بحري رائع
ألوان زاهية ورسومات بحرية جذابة تحفز طفلك بصرياً وتجعل الصور أجمل للذكريات الجميلة!
📏
مقاس قابل للتعديل
مناسب للأطفال من عمر 3 إلى 36 شهراً. الحزام القابل للتعديل يتكيف مع نمو طفلك مع الوقت.
المواصفات التقنية
كل ما تحتاجين معرفته قبل الشراء
ماذا يقول الآباء والأمهات؟
عائلات سعيدة في جميع أنحاء المغرب
★★★★★
« ابنتي ذات الثمانية أشهر تحبها جداً! حزام الأمان متين جداً والمظلة مثالية لمسبحنا في الهواء الطلق. أنصح بها كل الأمهات! »
★★★★★
« توصيل سريع جداً والجودة في المستوى المطلوب. ابني ذو الـ14 شهراً يقضي ساعات في هذه العوامة. أشعر بالأمان الكامل بفضل المشابك. »
★★★★★
« جودة ممتازة مقابل السعر. بـ199 درهم فقط حصلت على عوامة احترافية. التوصيل للمنزل والدفع عند الاستلام عمليين جداً. شكراً! »
طفلك يستحق أجمل لحظات اللعب في الماء!
اطلبي الآن واستمتعي بالتوصيل المجاني في جميع أنحاء المغرب مع خدمة الدفع عند الاستلام.
الأسئلة الشائعة
كل ما تريدين معرفته قبل الطلب
▼ من أي عمر يمكن استخدام العوامة؟
العوامة مناسبة للأطفال من عمر 3 إلى 36 شهراً الذين يستطيعون تثبيت رأسهم. يجب دائماً استخدامها تحت إشراف مباشر من الوالدين.
▼ هل الدفع عند الاستلام متاح؟
نعم! يمكنك الدفع نقداً عند استلام الطلب. لا يلزم الدفع المسبق. متاح في جميع أنحاء المغرب.
▼ كم يستغرق وقت التوصيل؟
يتم التوصيل خلال 24 إلى 72 ساعة حسب مدينتك. الدار البيضاء والرباط ومراكش وفاس: توصيل في 24 ساعة عادةً.
▼ هل المظلة قابلة للفصل؟
نعم، المظلة سهلة التركيب والفصل. يمكن ضبط ارتفاعها وتوفر حماية فعالة من الأشعة فوق البنفسجية للأطفال في الشمس.
▼ هل يمكنني إرجاع المنتج إذا لم أكن راضية؟
بالتأكيد. لديك 30 يوماً لإرجاع المنتج إذا لم تكوني راضية. خدمة العملاء متاحة للإجابة على أي سؤال.
© 2025 بيبي ناج برو — جميع الحقوق محفوظة · المغرب
⚠️ استخدمي العوامة دائماً تحت إشراف البالغين. لا تتركي طفلك بدون مراقبة بالقرب من الماء.
عوامة الأطفال + مظلة شمس
199 درهم
اطلبي الآن ←
↑
const bc = document.getElementById(‘bubbles’);
for (let i = 0; i {
btn.addEventListener(‘click’, () => {
const item = btn.parentElement;
const isOpen = item.classList.contains(‘open’);
document.querySelectorAll(‘.faq-item’).forEach(i => i.classList.remove(‘open’));
if (!isOpen) item.classList.add(‘open’);
});
});
const sticky = document.getElementById(‘stickyBar’);
const scrollBtn = document.getElementById(‘scrollTop’);
window.addEventListener(‘scroll’, () => {
if (window.scrollY > 500) {
sticky.classList.add(‘show’);
scrollBtn.classList.add(‘show’);
} else {
sticky.classList.remove(‘show’);
scrollBtn.classList.remove(‘show’);
}
});