شال مبل ماریا مدل النا | سایز 2 متر رنگ نارنجی
- دستهبندی: شال مبل
امکان خرید اقساطی با اسنپ پی
این کالا را در 4 قسط 212,500 تومانی بخرید
شال مبل و تخت جناغی ماریا مدل النا با بافت نخپنبه درجهیک و طراحی کلاسیک جناغی، در دو سایز ۲۰۰×۱۵۰ و ۱۵۰×۳۰۰ سانتیمتر تولید شده است. این محصول سبک، خنک و کاملاً ضد لغزش بوده و در ۶ رنگ خاص و مدرن، انتخابی شیک برای تزئین مبل، تخت و استفاده بهعنوان روانداز است.
| ویژگی | مشخصات |
|---|---|
| نام محصول | شال مبل و تخت جناغی ماریا مدل النا |
| برند | ماریا |
| نوع محصول | شال مبل و تخت |
| ابعاد | ۲۰۰×۱۵۰ سانتیمتر و ۱۵۰×۳۰۰ سانتیمتر |
| جنس | نخپنبه بافت درجهیک |
| طرح بافت | جناغی (Herringbone) |
| وزن | سبک و ظریف |
| ویژگی خاص | ضد لغزش روی سطوح پارچهای |
| رنگبندی | ۶ رنگ خاص و مدرن |
| قابلیت شستشو | ماشین لباسشویی با دمای ۳۰ درجه |
| مناسب برای | تزئین مبل، شال تخت، روانداز سبک |
امکان خرید اقساطی با اسنپ پی
این کالا را در 4 قسط 212,500 تومانی بخرید
تخت جناغی ماریا مدل النا | بالیشما</p>
<style>
* {
margin: 0; padding: 0; box-sizing: border-box; font-family: 'Vazirmatn', 'Tahoma', sans-serif;
}
body {
background: #f4f7fb; color: #1e293b; line-height: 1.9; padding: 20px;
}
.container {
max-width: 950px; margin: 0 auto; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 40px rgba(0, 82, 204, 0.1);
}
/* ===== Header ===== */
.product-header {
background: linear-gradient(135deg, #0057B8 0%, #003d82 100%); color: #fff; padding: 40px 30px; text-align: center; position: relative;
}
.product-header::after {
content: ""; position: absolute; bottom: -20px; right: 0; left: 0; height: 40px; background: #fff; border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.product-header h1 {
font-size: 28px; margin-bottom: 10px;
}
.product-header p {
font-size: 16px; opacity: 0.9;
}
.brand-badge {
display: inline-block; background: #FF6B00; color: #fff; padding: 6px 18px; border-radius: 30px; font-size: 14px; font-weight: bold; margin-top: 15px; box-shadow: 0 4px 10px rgba(255, 107, 0, 0.4);
}
/* ===== Section ===== */
.section {
padding: 30px;
}
.section h2 {
color: #0057B8; font-size: 22px; margin-bottom: 20px; border-right: 5px solid #FF6B00; padding-right: 12px;
}
.section p {
font-size: 15.5px; color: #334155; margin-bottom: 15px;
}
/* ===== Advantages Grid ===== */
.advantages {
display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 20px;
}
.advantage-item {
background: #f0f6ff; border: 1px solid #d6e6ff; border-radius: 14px; padding: 16px; display: flex; align-items: center; gap: 10px; transition: 0.3s;
}
.advantage-item:hover {
background: #e5f0ff; transform: translateY(-3px);
}
.advantage-item .icon {
background: #0057B8; color: #fff; min-width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px;
}
/* ===== Table ===== */
.spec-table {
width: 100%; border-collapse: collapse; margin-top: 20px; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.spec-table th {
background: #0057B8; color: #fff; padding: 14px; text-align: right; font-size: 15px;
}
.spec-table td {
padding: 13px 14px; border-bottom: 1px solid #eef2f7; font-size: 14.5px;
}
.spec-table tr:nth-child(even) {
background: #f8fafd;
}
.spec-table tr:hover {
background: #fff3e9;
}
.spec-table td:first-child {
font-weight: bold; color: #0057B8; width: 35%;
}
.spec-table td:last-child {
color: #FF6B00; font-weight: 600;
}
/* ===== Size Badges ===== */
.size-options {
display: flex; gap: 15px; flex-wrap: wrap; margin-top: 15px;
}
.size-card {
background: #fff; border: 2px solid #0057B8; border-radius: 12px; padding: 14px 22px; text-align: center; flex: 1; min-width: 200px;
}
.size-card .size-title {
color: #FF6B00; font-size: 18px; font-weight: bold; margin-bottom: 5px;
}
.size-card .size-desc {
font-size: 13.5px; color: #64748b;
}
/* ===== Colors ===== */
.color-list {
display: flex; gap: 12px; flex-wrap: wrap; margin-top: 15px;
}
.color-dot {
width: 45px; height: 45px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 2px #0057B8;
}
/* ===== FAQ ===== */
.faq-item {
background: #f8fafd; border-radius: 14px; margin-bottom: 12px; overflow: hidden; border: 1px solid #e5eef8;
}
.faq-question {
background: #eaf2ff; color: #0057B8; padding: 16px 20px; font-weight: bold; font-size: 15.5px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; position: relative;
}
.faq-question::after {
content: "+"; color: #FF6B00; font-size: 22px; font-weight: bold;
}
.faq-answer {
padding: 16px 20px; font-size: 14.5px; color: #475569; display: none; border-top: 1px dashed #d6e3f5;
}
.faq-answer.active {
display: block;
}
/* ===== CTA ===== */
.cta-box {
background: linear-gradient(135deg, #FF6B00, #ff8c3d); color: #fff; text-align: center; padding: 35px 20px; margin: 30px; border-radius: 20px; box-shadow: 0 10px 25px rgba(255, 107, 0, 0.35);
}
.cta-box h3 {
font-size: 24px; margin-bottom: 10px;
}
.cta-box p {
margin-bottom: 20px; font-size: 15px;
}
.cta-btn {
background: #0057B8; color: #fff; padding: 14px 40px; border-radius: 40px; font-weight: bold; font-size: 16px; border: none; cursor: pointer; transition: 0.3s;
}
.cta-btn:hover {
background: #003d82; transform: scale(1.05);
}
@media (max-width: 600px) {
.advantages {
grid-template-columns: 1fr;
}
.size-options {
flex-direction: column;
}
}
</style>
<div class="container">
<!-- Header -->
<div class="product-header">
<h1>شال مبل و تخت جناغی ماریا مدل النا</h1>
<p>شیک، سبک و بدون لغزش — بافته شده از نخ‌پنبه درجه‌یک</p><span class="brand-badge">برند ماریا | اصالت کالا تضمینی</span></div>
<!-- Intro -->
<div class="section">
<h2>معرفی محصول</h2>
<p>شال مبل و تخت طرح جناغی ماریا مدل النا، انتخابی هوشمندانه برای کسانی است که به دنبال زیبایی در عین سادگی هستند. این محصول با بافت نخی ظریف و سبک، هیچ‌گونه سنگینی به مبلمان شما اضافه نمی‌کند، اما جلوه‌ای بسیار مدرن و مرتب به خانه می‌بخشد.</p>
<p>مهم‌ترین مزیت این شال، ایستایی بالای آن است؛ برخلاف شال‌های الیاف مصنوعی، این مدل نخی به‌خوبی روی پارچه مبل می‌نشیند و با نشست و برخاست سر نمی‌خورد.</p>
</div>
<!-- Advantages -->
<div class="section">
<h2>مزایای کلیدی</h2>
<div class="advantages">
<div class="advantage-item"><span class="icon">✓</span> بسیار سبک و راحت برای استفاده روزمره</div>
<div class="advantage-item"><span class="icon">✓</span> بافت نخی با ایستایی عالی (اصلاً لیز نیست)</div>
<div class="advantage-item"><span class="icon">✓</span> طراحی کلاسیک و شیک جناغی (Herringbone)</div>
<div class="advantage-item"><span class="icon">✓</span> دو سایز استاندارد ۲۰۰×۱۵۰ و ۱۵۰×۳۰۰</div>
<div class="advantage-item"><span class="icon">✓</span> لطافت بالا و سازگار با پوست حساس</div>
<div class="advantage-item"><span class="icon">✓</span> خنک و دارای قابلیت گردش هوا</div>
<div class="advantage-item"><span class="icon">✓</span> موجود در ۶ رنگ خاص و مدرن</div>
<div class="advantage-item"><span class="icon">✓</span> قابل استفاده به‌عنوان روانداز سبک</div></div></div>
<!-- Sizes -->
<div class="section">
<h2>سایزهای موجود</h2>
<div class="size-options">
<div class="size-card">
<div class="size-title">۲۰۰ × ۱۵۰ سانتی‌متر</div>
<div class="size-desc">مناسب کاناپه دو و سه‌نفره یا لبه تخت‌خواب</div></div>
<div class="size-card">
<div class="size-title">۱۵۰ × ۳۰۰ سانتی‌متر</div>
<div class="size-desc">مناسب مبل بزرگ، مبل ال و تخت دونفره</div></div></div></div>
<!-- Colors -->
<div class="section">
<h2>رنگ‌بندی محصول</h2>
<p>در 5 رنگ خاص و مدرن، هماهنگ با هر سبک دکوراسیونی</p>
<div class="color-list">
<div class="color-dot" style="background:#8B7355;">
<br>
</div>
<div class="color-dot" style="background:#3B4A5A;">
<br>
</div>
<div class="color-dot" style="background:#C4A484;">
<br>
</div>
<div class="color-dot" style="background:#5C6B73;">
<br>
</div>
<div class="color-dot" style="background:#7B8794;">
<br>
</div>
<div class="color-dot" style="background:#A0522D;">
<br>
</div></div></div>
<!-- Table -->
<div class="section">
<h2>جدول مشخصات فنی</h2>
<table class="spec-table">
<thead>
<tr>
<th>ویژگی</th>
<th>مشخصات</th>
</tr>
</thead>
<tbody>
<tr>
<td>نام محصول</td>
<td>شال مبل و تخت جناغی ماریا مدل النا</td>
</tr>
<tr>
<td>برند</td>
<td>ماریا</td>
</tr>
<tr>
<td>ابعاد</td>
<td>۲۰۰×۱۵۰ و ۱۵۰×۳۰۰ سانتی‌متر</td>
</tr>
<tr>
<td>جنس</td>
<td>نخ‌پنبه بافت درجه‌یک</td>
</tr>
<tr>
<td>طرح بافت</td>
<td>جناغی (Herringbone)</td>
</tr>
<tr>
<td>وزن</td>
<td>سبک و ظریف</td>
</tr>
<tr>
<td>ویژگی خاص</td>
<td>ضد لغزش روی سطوح پارچه‌ای</td>
</tr>
<tr>
<td>رنگ‌بندی</td>
<td>5 رنگ خاص و مدرن</td>
</tr>
<tr>
<td>قابلیت شستشو</td>
<td>ماشین لباسشویی، دمای ۳۰ درجه</td>
</tr>
<tr>
<td>کاربرد</td>
<td>دکوراسیون مبل، شال تخت، روانداز</td>
</tr>
</tbody>
</table>
</div>
<!-- FAQ -->
<div class="section">
<h2>پرسش‌های متداول</h2>
<div class="faq-item">
<div class="faq-question">آیا این شال به دلیل سبک بودن روی مبل جابه‌جا می‌شود؟</div>
<div class="faq-answer">خیر؛ بافت این محصول از نخ‌پنبه است که اصطکاک طبیعی ایجاد می‌کند. به همین دلیل حتی با وجود سبک بودن، روی مبل کاملاً ثابت می‌ماند و لغزش ندارد.</div></div>
<div class="faq-item">
<div class="faq-question">تفاوت دو سایز موجود چیست؟</div>
<div class="faq-answer">سایز ۲۰۰×۱۵۰ برای کاناپه‌های دو و سه‌نفره یا شال لبه تخت‌خواب مناسب است. سایز ۱۵۰×۳۰۰ برای مبل‌های بزرگ‌تر، مبل ال یا پوشش کامل تخت دونفره طراحی شده است.</div></div>
<div class="faq-item">
<div class="faq-question">آیا این شال پرز می‌دهد یا نخ‌کش می‌شود؟</div>
<div class="faq-answer">خیر، نوع بافت جناغی این محصول بسیار متراکم و باکیفیت است که در برابر استفاده مداوم مقاومت بالایی دارد و پرز نمی‌دهد.</div></div>
<div class="faq-item">
<div class="faq-question">آیا به‌عنوان روانداز خنک قابل استفاده است؟</div>
<div class="faq-answer">بله، به‌دلیل جنس نخی و وزن سبک، یک انتخاب عالی برای استفاده به‌عنوان روانداز در هنگام استراحت روی مبل (به‌خصوص در فصول گرم) است.</div></div>
<div class="faq-item">
<div class="faq-question">چند رنگ برای این محصول موجود است؟</div>
<div class="faq-answer">این شال در ۶ رنگ خاص و مدرن تولید شده تا با سبک‌های مختلف دکوراسیون هماهنگ شود.</div></div></div>
<!-- CTA -->
<div class="cta-box">
<h3>شال ۲ و ۳ متری جناغی ماریا — شیک، سبک و بدون لغزش!</h3>
<p>همین حالا سایز مناسب را انتخاب کنید و از بالیشما سفارش دهید</p>
<button class="cta-btn">افزودن به سبد خرید</button>
</div></div>
<script>
function toggleFAQ(el)
{
const answer = el.nextElementSibling;
document.querySelectorAll('.faq-answer').forEach(a =>
{
if (a !== answer) a.classList.remove('active');
});
answer.classList.toggle('active');
}
</script>
| مشخصات کلی | |
| ابعاد شال مبل | 2 متر |

-(1).webp)

.webp)
.webp)
