{"product_id":"turbo-lave-linge","title":"Turbo Linge Magic","description":"\u003c!-- \n  boro.tn — Turbo Linge Magic — Landing Page PRO\n  Compatible Shopify — RTL Arabe\/Darija\n--\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.lp-wrapper *, .lp-wrapper *::before, .lp-wrapper *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n:root {\n  --gold: #f0b400;\n  --gold-hover: #d4a000;\n  --gold-light: #fff8e1;\n  --gold-pale: #fffbf0;\n  --gold-subtle: #fefce8;\n  --gold-border: rgba(240,180,0,.35);\n  --off-white: #fafaf8;\n  --white: #ffffff;\n  --gray-50: #f9f9f7;\n  --gray-100: #f4f3f0;\n  --gray-200: #eae9e4;\n  --gray-300: #d6d4ce;\n  --gray-400: #aeaaa2;\n  --gray-600: #6b6560;\n  --ink: #1a1714;\n  --red: #c0392b;\n  --red-light: #fdf0ef;\n  --whatsapp: #25D366;\n  --whatsapp-dark: #1eba57;\n  --shadow-xs: 0 1px 3px rgba(0,0,0,.06);\n  --shadow-sm: 0 2px 8px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.04);\n  --shadow-md: 0 4px 20px rgba(0,0,0,.09), 0 2px 6px rgba(0,0,0,.04);\n  --shadow-gold: 0 4px 18px rgba(240,180,0,.22);\n  --ease: all .3s cubic-bezier(.25,.46,.45,.94);\n  --radius-sm: 10px;\n  --radius-md: 14px;\n  --radius-lg: 20px;\n  --radius-xl: 28px;\n  --radius-xxl: 40px;\n  --radius-pill: 999px;\n}\n\n.lp-wrapper {\n  font-family: 'Cairo', 'Tajawal', 'Segoe UI', Tahoma, sans-serif;\n  direction: rtl;\n  text-align: right;\n  color: var(--ink);\n  max-width: 720px;\n  margin: 0 auto;\n  background: var(--white);\n  -webkit-font-smoothing: antialiased;\n  overflow-x: hidden;\n}\n\n\/* ── ANIMATIONS ── *\/\n@keyframes fadeDown {\n  from { opacity:0; transform:translateY(-14px); }\n  to   { opacity:1; transform:translateY(0); }\n}\n@keyframes fadeUp {\n  from { opacity:0; transform:translateY(20px); }\n  to   { opacity:1; transform:translateY(0); }\n}\n@keyframes pulse {\n  0%,100% { transform:scale(1); }\n  50%      { transform:scale(1.05); }\n}\n@keyframes blink {\n  0%,100% { opacity:1; }\n  50%      { opacity:.25; }\n}\n@keyframes shine {\n  0%   { transform:translateX(220%) skewX(-18deg); }\n  100% { transform:translateX(-220%) skewX(-18deg); }\n}\n@keyframes lineIn {\n  to { transform:scaleX(1); }\n}\n@keyframes imgFloat {\n  0%,100% { transform:translateY(0); }\n  50%      { transform:translateY(-7px); }\n}\n@keyframes waPulse {\n  0%,100% { box-shadow:0 6px 22px rgba(37,211,102,.32); }\n  50%      { box-shadow:0 10px 38px rgba(37,211,102,.52); }\n}\n@keyframes goldPulse {\n  0%,100% { box-shadow:var(--shadow-gold); }\n  50%      { box-shadow:0 8px 32px rgba(240,180,0,.38); }\n}\n@keyframes sectionReveal {\n  from { opacity:0; transform:translateY(12px); }\n  to   { opacity:1; transform:translateY(0); }\n}\n\n.lp-reveal { opacity:1; transform:none; transition:opacity .55s ease, transform .55s ease; }\n.lp-reveal.ready   { opacity:0; transform:translateY(18px); }\n.lp-reveal.visible { opacity:1; transform:translateY(0); }\n.d1 { transition-delay:.07s; }\n.d2 { transition-delay:.14s; }\n.d3 { transition-delay:.21s; }\n.d4 { transition-delay:.28s; }\n\n\/* ── HERO ── *\/\n.lp-hero {\n  background: var(--gray-50);\n  padding: 56px 24px 48px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  border-bottom: 1.5px solid var(--gray-200);\n}\n.lp-hero::before {\n  content:'';\n  position:absolute; top:0; left:0; right:0; height:3px;\n  background: linear-gradient(90deg, var(--gold), #ffe066, var(--gold));\n}\n.lp-hero-grid {\n  position:absolute; inset:0;\n  background-image: linear-gradient(var(--gray-200) 1px, transparent 1px),\n                    linear-gradient(90deg, var(--gray-200) 1px, transparent 1px);\n  background-size:60px 60px; pointer-events:none; opacity:.5;\n}\n.lp-hero-inner { position:relative; z-index:2; }\n\n\/* Hero image — rounded *\/\n.lp-hero-img-wrap {\n  display:flex; justify-content:center; margin-bottom:28px;\n  animation: fadeUp .8s .1s ease both;\n}\n.lp-hero-img-wrap img {\n  width: min(420px, 90vw);\n  height: min(420px, 90vw);\n  object-fit: cover;\n  border-radius: var(--radius-xxl);\n  border: 2px solid var(--gold-border);\n  box-shadow: var(--shadow-gold);\n  animation: imgFloat 6s ease-in-out infinite;\n  display:block;\n}\n\n\/* Inline images inside h1 \/ section titles — full round *\/\n.lp-hero h1 img,\n.lp-solution-title img,\n.lp-section-label img,\n.lp-stars img,\n.lp-reviews-count img,\n.lp-section-label img {\n  width: min(420px, 90vw);\n  height: auto;\n  border-radius: var(--radius-xxl);\n  border: 2px solid var(--gold-border);\n  box-shadow: var(--shadow-gold);\n  display: block;\n  margin: 0 auto 18px;\n}\n\n.lp-badge-top {\n  display:inline-flex; align-items:center; gap:8px;\n  background:var(--white); border:1.5px solid var(--gold-border);\n  border-radius:var(--radius-pill); padding:8px 20px;\n  font-size:13px; font-weight:800; color:var(--ink);\n  margin-bottom:22px; animation:fadeDown .65s ease both;\n  box-shadow:var(--shadow-xs);\n}\n.lp-badge-dot {\n  width:7px; height:7px; background:var(--red); border-radius:50%;\n  animation:blink 1.4s ease-in-out infinite; flex-shrink:0;\n}\n\n.lp-hero h1 {\n  font-size:clamp(22px,5.5vw,40px); font-weight:900; line-height:1.3;\n  margin-bottom:14px; color:var(--ink); animation:fadeUp .7s .1s ease both;\n}\n.lp-hero h1 .hl {\n  color:var(--gold-hover); position:relative; display:inline-block;\n}\n.lp-hero h1 .hl::after {\n  content:''; position:absolute; bottom:-3px; right:0; left:0; height:3px;\n  background:var(--gold); border-radius:2px;\n  transform:scaleX(0); transform-origin:right;\n  animation:lineIn .6s .9s ease forwards;\n}\n.lp-hero-sub {\n  font-size:clamp(14px,3.5vw,16px); color:var(--gray-600);\n  margin-bottom:22px; line-height:1.85; animation:fadeUp .7s .17s ease both;\n}\n\n.lp-social-proof-mini {\n  display:inline-flex; align-items:center; gap:10px;\n  background:var(--white); border:1.5px solid var(--gold-border);\n  border-radius:var(--radius-pill); padding:10px 22px; margin-bottom:22px;\n  animation:fadeUp .7s .22s ease both; box-shadow:var(--shadow-xs);\n}\n.lp-sp-stars { color:var(--gold); font-size:14px; letter-spacing:1px; }\n.lp-sp-text  { font-size:13px; color:var(--gray-600); font-weight:700; }\n\n.lp-price-block {\n  display:inline-flex; align-items:center; gap:18px;\n  background:var(--white); border:2px solid var(--gold-border);\n  border-radius:var(--radius-lg); padding:18px 30px; margin-bottom:26px;\n  animation:fadeUp .7s .27s ease both; flex-wrap:wrap; justify-content:center;\n  box-shadow:var(--shadow-gold);\n}\n.lp-price-new { font-size:clamp(36px,9vw,52px); font-weight:900; color:var(--gold-hover); line-height:1; }\n.lp-price-new small { font-size:clamp(16px,4vw,22px); font-weight:700; }\n.lp-price-old-wrap { text-align:right; }\n.lp-price-old { font-size:15px; color:var(--gray-400); text-decoration:line-through; }\n.lp-price-save {\n  background:var(--red); color:#fff; font-weight:900; font-size:13px;\n  padding:7px 16px; border-radius:var(--radius-sm); white-space:nowrap;\n  animation:pulse 2s ease-in-out infinite;\n}\n\n.lp-trust-chips {\n  display:flex; flex-wrap:wrap; justify-content:center; gap:8px;\n  margin-top:16px; animation:fadeUp .7s .34s ease both;\n}\n.lp-chip {\n  background:var(--white); border:1.5px solid var(--gray-200);\n  border-radius:var(--radius-pill); padding:7px 16px;\n  font-size:12px; color:var(--gray-600); font-weight:700;\n  box-shadow:var(--shadow-xs);\n}\n\n\/* ── WHATSAPP BUTTON ── *\/\n.lp-wa-btn-wrap { margin-top:24px; animation:fadeUp .7s .4s ease both; }\n.lp-wa-btn {\n  display:flex; align-items:center; justify-content:center; gap:12px;\n  width:100%; max-width:480px; margin:0 auto;\n  background:linear-gradient(135deg, #25D366, #1eba57);\n  color:#fff; font-size:clamp(16px,4vw,19px); font-weight:900;\n  padding:18px 24px; border-radius:var(--radius-pill);\n  text-decoration:none; border:none; cursor:pointer;\n  font-family:'Cairo', sans-serif;\n  box-shadow:0 6px 22px rgba(37,211,102,.32);\n  transition:var(--ease); position:relative; overflow:hidden;\n  animation:waPulse 2.5s ease-in-out infinite;\n}\n.lp-wa-btn::after {\n  content:''; position:absolute; top:0; left:-100%; width:55%; height:100%;\n  background:linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);\n  transform:skewX(-18deg); animation:shine 3s ease-in-out infinite;\n}\n.lp-wa-btn:hover { transform:translateY(-3px) scale(1.02); box-shadow:0 14px 42px rgba(37,211,102,.48); color:#fff; animation:none; }\n.lp-wa-btn:active { transform:scale(.97); }\n.lp-wa-icon {\n  width:30px; height:30px; background:rgba(255,255,255,.22); border-radius:50%;\n  display:flex; align-items:center; justify-content:center;\n  font-size:16px; flex-shrink:0;\n}\n.lp-wa-sub { font-size:12px; color:var(--gray-400); text-align:center; margin-top:9px; }\n\n\/* ── TRUST BAR ── *\/\n.lp-trust-bar {\n  display:flex; justify-content:space-around; align-items:center;\n  background:var(--white); padding:14px 10px;\n  border-bottom:1.5px solid var(--gray-200);\n  border-top:1.5px solid var(--gray-200);\n  flex-wrap:wrap; gap:8px;\n}\n.lp-trust-item {\n  display:flex; flex-direction:column; align-items:center; gap:4px;\n  font-size:11px; color:var(--gray-600); font-weight:700;\n  flex:1; min-width:65px; text-align:center;\n}\n.lp-trust-item .lp-icon { font-size:20px; }\n\n\/* ── SECTION COMMONS ── *\/\n.lp-section { padding:48px 24px; border-bottom:1px solid var(--gray-200); }\n.lp-section-label {\n  display:inline-block; background:var(--gold-subtle);\n  border:1.5px solid var(--gold-border); color:var(--ink);\n  font-size:11px; font-weight:900; letter-spacing:2px;\n  padding:5px 16px; border-radius:var(--radius-pill);\n  text-transform:uppercase; margin-bottom:14px;\n}\n.lp-section-label.inv {\n  background:var(--gray-100); color:var(--gray-600); border-color:var(--gray-200);\n}\n.lp-section-title {\n  font-size:clamp(18px,4.5vw,26px); font-weight:900; margin-bottom:10px;\n  line-height:1.35; color:var(--ink);\n}\n.lp-section-title .emoji { margin-left:6px; }\n.lp-s-divider {\n  width:44px; height:3px;\n  background:linear-gradient(90deg, var(--gold), #ffe066);\n  border-radius:2px; margin-bottom:24px;\n}\n\n\/* ── PAIN ── *\/\n.lp-pain-bg {\n  background:var(--white); padding:48px 24px; position:relative;\n}\n.lp-pain-bg::before {\n  content:''; position:absolute; top:0; left:0; right:0; height:3px;\n  background:var(--red); opacity:.55;\n}\n.lp-section-title.red { color:var(--red); }\n.lp-pain-list { list-style:none; display:flex; flex-direction:column; gap:12px; }\n.lp-pain-list li {\n  display:flex; align-items:flex-start; gap:12px;\n  font-size:clamp(13px,3.2vw,15px); line-height:1.65; color:#444;\n  background:var(--red-light); border:1px solid rgba(192,57,43,.1);\n  border-right:4px solid var(--red); border-radius:var(--radius-md);\n  padding:14px 16px; transition:var(--ease);\n}\n.lp-pain-list li:hover { transform:translateX(-4px); box-shadow:0 4px 16px rgba(192,57,43,.09); }\n.lp-pain-icon { font-size:18px; flex-shrink:0; margin-top:2px; }\n\n\/* ── IMAGE SECTIONS — centered, fully rounded ── *\/\n.lp-img-section {\n  display:flex; justify-content:center; align-items:center;\n  padding:32px 24px; background:var(--gray-100);\n  border-bottom:1px solid var(--gray-200);\n}\n.lp-img-section img {\n  width: min(440px, 90vw);\n  height: min(440px, 90vw);\n  object-fit: cover;\n  border-radius: var(--radius-xxl);\n  border: 2px solid var(--gold-border);\n  box-shadow: var(--shadow-gold);\n  display:block;\n  transition:transform .4s ease;\n  animation:sectionReveal .6s ease both;\n}\n.lp-img-section img:hover { transform:scale(1.02) translateY(-3px); }\n\n\/* ── SOLUTION ── *\/\n.lp-solution-bg { background:var(--gray-100); padding:48px 24px; }\n.lp-solution-box {\n  background:var(--white); border:1.5px solid var(--gold-border);\n  border-radius:var(--radius-xl); padding:30px 22px;\n  box-shadow:var(--shadow-gold);\n}\n.lp-solution-title {\n  font-size:clamp(17px,4vw,22px); font-weight:900;\n  color:var(--ink); margin-bottom:24px; text-align:center;\n}\n.lp-solution-title span.accent { color:var(--gold-hover); }\n.lp-features-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }\n.lp-feature-card {\n  background:var(--gold-subtle); border:1.5px solid var(--gold-border);\n  border-radius:var(--radius-md); padding:20px 14px; text-align:center;\n  transition:var(--ease);\n}\n.lp-feature-card:hover {\n  background:var(--gold-light); border-color:rgba(240,180,0,.55);\n  transform:translateY(-4px); box-shadow:var(--shadow-sm);\n}\n.lp-feature-icon { font-size:26px; margin-bottom:8px; display:block; }\n.lp-feature-title { font-size:clamp(12px,2.8vw,14px); font-weight:900; color:var(--ink); margin-bottom:5px; }\n.lp-feature-desc  { font-size:clamp(11px,2.5vw,12px); color:var(--gray-600); line-height:1.55; }\n\n\/* ── PACK OFFERS ── *\/\n.lp-3in1-bg { background:var(--white); padding:48px 24px; }\n.lp-3in1-title { font-size:clamp(17px,4.2vw,23px); font-weight:900; text-align:center; margin-bottom:24px; color:var(--ink); }\n\n.lp-pack-grid { display:flex; gap:14px; flex-direction:column; }\n.lp-pack-card {\n  background:var(--gray-100); border:1.5px solid var(--gray-200);\n  border-radius:var(--radius-lg); padding:22px 18px; position:relative; overflow:hidden;\n  transition:var(--ease);\n}\n.lp-pack-card:hover { border-color:var(--gold-border); transform:translateY(-2px); box-shadow:var(--shadow-md); }\n.lp-pack-card.featured { background:var(--gold-subtle); border-color:var(--gold-border); }\n.lp-pack-badge {\n  position:absolute; top:-1px; left:50%; transform:translateX(-50%);\n  background:var(--gold); color:var(--ink); font-size:11px; font-weight:900;\n  padding:5px 20px; border-radius:0 0 10px 10px; white-space:nowrap;\n}\n.lp-pack-header {\n  display:flex; align-items:center; justify-content:space-between;\n  margin-bottom:12px; flex-wrap:wrap; gap:8px;\n}\n.lp-pack-title { font-size:clamp(15px,3.5vw,17px); font-weight:900; color:var(--ink); }\n.lp-pack-qty {\n  background:var(--white); border:1.5px solid var(--gold-border);\n  color:var(--ink); font-size:13px; font-weight:800;\n  padding:4px 12px; border-radius:var(--radius-pill);\n}\n.lp-pack-prices { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }\n.lp-pack-old { font-size:15px; color:var(--gray-400); text-decoration:line-through; }\n.lp-pack-new { font-size:clamp(26px,6vw,32px); font-weight:900; color:var(--gold-hover); }\n.lp-pack-save {\n  background:var(--gold); color:var(--ink); font-size:12px; font-weight:900;\n  padding:5px 12px; border-radius:var(--radius-sm);\n}\n.lp-pack-desc { font-size:clamp(12px,2.8vw,13px); color:var(--gray-600); margin-top:8px; }\n\n\/* ── BENEFITS ── *\/\n.lp-benefits-bg { background:var(--gray-50); padding:48px 24px; }\n.lp-benefit-item {\n  display:flex; align-items:flex-start; gap:14px;\n  padding:16px 0; border-bottom:1px solid var(--gray-200);\n  transition:var(--ease);\n}\n.lp-benefit-item:last-child { border-bottom:none; }\n.lp-benefit-item:hover { transform:translateX(-4px); }\n.lp-benefit-icon-wrap {\n  width:48px; height:48px; background:var(--gold-subtle);\n  border:1.5px solid var(--gold-border); border-radius:var(--radius-sm);\n  display:flex; align-items:center; justify-content:center;\n  font-size:20px; flex-shrink:0; transition:var(--ease);\n}\n.lp-benefit-item:hover .lp-benefit-icon-wrap {\n  background:var(--gold); border-color:var(--gold-hover);\n}\n.lp-benefit-text h4 { font-size:clamp(14px,3.5vw,15px); font-weight:900; margin-bottom:4px; color:var(--ink); }\n.lp-benefit-text p  { font-size:clamp(12px,3vw,13px); color:var(--gray-600); line-height:1.65; }\n\n\/* ── COMPARISON ── *\/\n.lp-compare-bg { background:var(--white); padding:48px 24px; }\n.lp-compare-table {\n  width:100%; border-collapse:collapse; border-radius:var(--radius-md);\n  overflow:hidden; box-shadow:var(--shadow-sm); border:1px solid var(--gray-200);\n}\n.lp-compare-table th { padding:14px 12px; text-align:center; font-size:clamp(12px,3vw,14px); font-weight:900; }\n.lp-compare-table th:first-child { background:var(--gray-100); color:var(--gray-600); text-align:right; }\n.lp-compare-table th:nth-child(2) { background:var(--gray-200); color:#555; }\n.lp-compare-table th:last-child { background:var(--gold-subtle); color:var(--ink); border-bottom:2px solid var(--gold-border); }\n.lp-compare-table td { padding:12px 14px; text-align:center; font-size:clamp(12px,3vw,14px); border-bottom:1px solid var(--gray-100); transition:background .2s; }\n.lp-compare-table tr:hover td { background:var(--gold-subtle); }\n.lp-compare-table td:first-child { text-align:right; font-weight:700; color:#444; background:var(--gray-50); }\n.lp-check { color:#16a34a; font-size:18px; font-weight:900; }\n.lp-cross  { color:var(--red); font-size:18px; }\n\n\/* ── SOCIAL PROOF ── *\/\n.lp-social-bg { background:var(--gray-100); padding:48px 24px; }\n.lp-reviews-count { text-align:center; margin-bottom:22px; }\n.lp-stars { font-size:24px; color:var(--gold); display:block; margin-bottom:6px; letter-spacing:2px; }\n.lp-reviews-text { font-size:clamp(13px,3vw,15px); color:var(--gray-600); font-weight:700; }\n.lp-testimonials { display:flex; flex-direction:column; gap:14px; }\n.lp-testimonial {\n  background:var(--white); border:1.5px solid var(--gray-200);\n  border-radius:var(--radius-md); padding:18px 16px;\n  border-right:4px solid var(--gold); transition:var(--ease); box-shadow:var(--shadow-xs);\n}\n.lp-testimonial:hover { border-color:var(--gold-border); transform:translateX(-3px); box-shadow:var(--shadow-sm); }\n.lp-testimonial-header { display:flex; align-items:center; gap:10px; margin-bottom:10px; }\n.lp-testimonial-avatar {\n  width:42px; height:42px; background:var(--gold-subtle);\n  border:1.5px solid var(--gold-border); color:var(--ink);\n  border-radius:50%; display:flex; align-items:center; justify-content:center;\n  font-size:12px; font-weight:900; flex-shrink:0;\n}\n.lp-testimonial-name  { font-size:clamp(13px,3vw,14px); font-weight:800; color:var(--ink); }\n.lp-testimonial-stars { font-size:12px; color:var(--gold); letter-spacing:1px; }\n.lp-testimonial-text  { font-size:clamp(13px,3vw,14px); color:#444; line-height:1.75; }\n\n\/* ── URGENCY ── *\/\n.lp-urgency-bg {\n  background:var(--gold-subtle); padding:48px 24px; text-align:center;\n  position:relative; overflow:hidden;\n  border-top:2px solid var(--gold-border);\n  border-bottom:2px solid var(--gold-border);\n}\n.lp-urgency-inner { position:relative; z-index:1; }\n.lp-urgency-badge {\n  display:inline-block; background:var(--red); color:#fff;\n  font-size:12px; font-weight:900; padding:6px 20px;\n  border-radius:var(--radius-pill); margin-bottom:14px; animation:pulse 1.5s infinite;\n}\n.lp-urgency-bg h3 { font-size:clamp(18px,4.5vw,24px); font-weight:900; color:var(--ink); margin-bottom:10px; }\n.lp-urgency-bg h3 span { color:var(--gold-hover); }\n.lp-price-comparison {\n  display:flex; justify-content:center; align-items:center;\n  gap:18px; margin-bottom:28px; flex-wrap:wrap;\n}\n.lp-old-price-big { font-size:clamp(20px,5vw,26px); color:var(--gray-400); text-decoration:line-through; }\n.lp-arrow-down    { font-size:22px; color:var(--gold-hover); }\n.lp-new-price-big { font-size:clamp(36px,9vw,50px); font-weight:900; color:var(--gold-hover); }\n.lp-saving-tag {\n  background:var(--gold); color:var(--ink);\n  font-size:13px; font-weight:900; padding:6px 16px; border-radius:var(--radius-sm);\n}\n\n\/* ── CTA BUTTON (gold) ── *\/\n.lp-cta-btn {\n  display:flex; align-items:center; justify-content:center; gap:10px;\n  width:100%; max-width:480px; margin:0 auto;\n  background:var(--gold); color:var(--ink);\n  font-size:clamp(17px,4.5vw,20px); font-weight:900;\n  padding:18px 24px; border-radius:var(--radius-pill);\n  text-align:center; text-decoration:none;\n  border:none; cursor:pointer; font-family:'Cairo', sans-serif;\n  box-shadow:var(--shadow-gold); transition:var(--ease);\n  position:relative; overflow:hidden;\n  animation:goldPulse 2.5s ease-in-out infinite;\n}\n.lp-cta-btn::after {\n  content:''; position:absolute; top:0; left:-100%; width:55%; height:100%;\n  background:linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);\n  transform:skewX(-18deg); animation:shine 3.5s ease-in-out infinite;\n}\n.lp-cta-btn:hover {\n  transform:translateY(-3px) scale(1.02);\n  background:#d4a000; box-shadow:0 12px 36px rgba(240,180,0,.45);\n  color:var(--ink); animation:none;\n}\n.lp-cta-btn:active { transform:scale(.97); }\n.lp-cta-sub { font-size:clamp(12px,2.8vw,13px); color:var(--gray-400); text-align:center; margin-top:12px; }\n\n\/* ── DELIVERY ── *\/\n.lp-delivery-bg { background:var(--white); padding:36px 24px; border-top:1px solid var(--gray-200); }\n.lp-delivery-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }\n.lp-delivery-item {\n  display:flex; align-items:flex-start; gap:10px;\n  background:var(--gray-100); border-radius:var(--radius-sm); padding:14px 12px;\n  border:1.5px solid var(--gray-200); transition:var(--ease);\n}\n.lp-delivery-item:hover { border-color:var(--gold-border); background:var(--gold-subtle); }\n.lp-d-icon { font-size:22px; flex-shrink:0; }\n.lp-d-text  { font-size:clamp(12px,2.8vw,13px); font-weight:800; color:var(--ink); }\n.lp-d-sub   { font-size:clamp(11px,2.5vw,12px); color:var(--gray-600); font-weight:400; }\n\n\/* ── FAQ ── *\/\n.lp-faq-bg { background:var(--gray-50); padding:48px 24px; }\n.lp-faq-item {\n  background:var(--white); border:1.5px solid var(--gray-200);\n  border-radius:var(--radius-md); margin-bottom:12px; overflow:hidden;\n  transition:var(--ease); border-right:4px solid var(--gold); box-shadow:var(--shadow-xs);\n}\n.lp-faq-item:hover { border-color:var(--gold-border); box-shadow:var(--shadow-sm); }\n.lp-faq-q {\n  width:100%; background:var(--white); border:none; padding:16px 18px;\n  text-align:right; font-size:clamp(13px,3.2vw,14px); font-weight:800; color:var(--ink);\n  display:flex; align-items:center; gap:10px;\n  font-family:'Cairo', sans-serif; cursor:default; pointer-events:none;\n}\n.lp-faq-q::before { content:'❓'; font-size:14px; flex-shrink:0; }\n.lp-faq-a {\n  display:block; padding:14px 18px;\n  font-size:clamp(13px,3vw,14px); color:var(--gray-600); line-height:1.75;\n  background:var(--gold-subtle); border-top:1px solid rgba(240,180,0,.18);\n}\n\n\/* ── FINAL CTA ── *\/\n.lp-final-cta-block {\n  padding:48px 24px; background:var(--white);\n  text-align:center; border-top:1px solid var(--gray-200);\n}\n.lp-final-title { font-size:clamp(16px,4vw,22px); font-weight:900; color:var(--ink); margin-bottom:10px; }\n.lp-final-sub   { font-size:clamp(13px,3vw,14px); color:var(--gray-600); margin-bottom:24px; line-height:1.65; }\n\n\/* ── FOOTER ── *\/\n.lp-footer {\n  background:var(--gray-100); color:var(--gray-600);\n  text-align:center; padding:22px; font-size:12px;\n  border-top:2px solid var(--gold-border);\n}\n.lp-footer a { color:var(--gold-hover); text-decoration:none; }\n.lp-footer strong { color:var(--ink); }\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width:480px) {\n  .lp-hero { padding:40px 16px 36px; }\n  .lp-section, .lp-pain-bg, .lp-solution-bg, .lp-3in1-bg,\n  .lp-benefits-bg, .lp-compare-bg, .lp-social-bg,\n  .lp-urgency-bg, .lp-faq-bg, .lp-final-cta-block { padding:36px 16px; }\n  .lp-delivery-bg { padding:26px 16px; }\n  .lp-img-section { padding:24px 16px; }\n  .lp-features-grid { grid-template-columns:1fr; }\n  .lp-price-block { flex-direction:column; gap:10px; padding:16px 20px; }\n  .lp-cta-btn  { font-size:16px; padding:17px 20px; }\n  .lp-wa-btn   { font-size:15px; padding:16px 18px; }\n}\n@media (max-width:320px) {\n  .lp-delivery-grid  { grid-template-columns:1fr; }\n  .lp-features-grid  { grid-template-columns:1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lp-wrapper\"\u003e\n\u003c!-- ══ HERO ══ --\u003e\n\u003cdiv class=\"lp-hero\"\u003e\n\u003cdiv class=\"lp-hero-grid\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-hero-inner\"\u003e\n\u003cdiv class=\"lp-badge-top\"\u003e\n\u003cspan class=\"lp-badge-dot\"\u003e\u003c\/span\u003e \u003cstrong\u003e⚡\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e توصيل مجاني \u003c\/span\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003ch1\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/8242\/4608\/files\/Gemini_Generated_Image_l9gqp5l9gqp5l9gq.png?v=1775805584\"\u003e\u003c\/h1\u003e\n\u003ch1\u003eTurbo Linge \u003cspan class=\"hl\"\u003eMagic\u003c\/span\u003e\u003cbr\u003eاغسل بسرعة وبأقل مجهود\u003c\/h1\u003e\n\u003cp class=\"lp-hero-sub\"\u003e\u003cspan style=\"color: rgb(13, 13, 12);\"\u003e\u003cstrong\u003eغسالة صغيرة قوية — توفّر ماء وضوء وجهد\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(13, 13, 12);\"\u003e\u003cstrong\u003eمثالية للبيبي والحاجات الحساسة والسفر\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(13, 13, 12);\"\u003e\u003cstrong\u003eنظيفة في دورة وحدة — بدون فرك ولا تعب\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"lp-social-proof-mini\"\u003e\u003cstrong\u003e\u003cspan class=\"lp-sp-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"lp-sp-text\"\u003e+1780 حريف تمتعوا بهذا العرض\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-price-block\"\u003e\n\u003cdiv class=\"lp-price-old-wrap\"\u003e\n\u003cdiv class=\"lp-price-old\"\u003e59دت\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-price-new\"\u003e39 دت\u003csmall\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cspan class=\"lp-price-save\"\u003eوفّر 20 دينار\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-trust-chips\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003e \u003cspan class=\"lp-chip\"\u003e💳 دفع عند الاستلام\u003c\/span\u003e \u003cspan class=\"lp-chip\"\u003e🚚 توصيل مجاني\u003c\/span\u003e \u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-trust-chips\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003e\u003cspan class=\"lp-chip\"\u003e✅ جودة مضمونة\u003c\/span\u003e \u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-wa-btn-wrap\"\u003e\n\u003ca href=\"https:\/\/wa.me\/21623600016?text=%D8%A3%D9%87%D9%84%D8%A7%D9%8B%2C+%D8%A3%D8%B1%D9%8A%D8%AF+%D8%A7%D9%84%D8%B7%D9%84%D8%A8+Turbo+Linge+Magic\" class=\"lp-wa-btn\"\u003e \u003cspan class=\"lp-wa-icon\"\u003e💬\u003c\/span\u003eاطلب عبر واتساب — 016 600 23 \u003c\/a\u003e\n\u003cp class=\"lp-wa-sub\"\u003e\u003cstrong\u003e📞\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e متوفر الآن — رد فوري\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ TRUST BAR ══ --\u003e\n\u003cdiv class=\"lp-trust-bar\"\u003e\n\u003cdiv class=\"lp-trust-item\"\u003e\u003cstrong\u003e\u003cspan class=\"lp-icon\"\u003e🚚\u003c\/span\u003eتوصيل مجاني\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-trust-item\"\u003e\u003cstrong\u003e\u003cspan class=\"lp-icon\"\u003e✅\u003c\/span\u003eجودة مضمونة\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-trust-item\"\u003e\u003cstrong\u003e\u003cspan class=\"lp-icon\"\u003e⭐\u003c\/span\u003e+1780 حريف\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-trust-item\"\u003e\u003cstrong\u003e\u003cspan class=\"lp-icon\"\u003e💳\u003c\/span\u003eدفع عند الاستلام\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ PROBLEM ══ --\u003e\n\u003cdiv class=\"lp-pain-bg\"\u003e\n\u003cstrong\u003e\u003cspan class=\"lp-section-label lp-reveal\"\u003eالمشكلة\u003c\/span\u003e\u003c\/strong\u003e\n\u003ch2 class=\"lp-section-title red lp-reveal\"\u003e\n\u003cspan class=\"emoji\"\u003e😩\u003c\/span\u003e\u003cstrong\u003e فديت من\u003c\/strong\u003e؟\u003c\/h2\u003e\n\u003cdiv class=\"lp-s-divider lp-reveal\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cul class=\"lp-pain-list\"\u003e\n\u003cli class=\"lp-reveal d1\"\u003e\n\u003cspan class=\"lp-pain-icon\"\u003e❌\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e يديك تتعب من الغسيل و الدبش يتهرا على قطعتين\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"color: rgb(0, 0, 0);\" class=\"lp-reveal d2\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cspan class=\"lp-pain-icon\"\u003e❌\u003c\/span\u003e الماكينة الكبيرة تخسرك ماء وضوء على غسيل صغير\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"color: rgb(0, 0, 0);\" class=\"lp-reveal d3\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cspan class=\"lp-pain-icon\"\u003e❌\u003c\/span\u003e في السفر والإقامة ما عندكش حل عملي للغسيل\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ══ SOLUTION IMAGE ══ --\u003e\n\u003cdiv class=\"lp-img-section\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ══ SOLUTION FEATURES ══ --\u003e\n\u003cdiv class=\"lp-solution-bg\"\u003e\n\u003cdiv class=\"lp-solution-box\"\u003e\n\u003ch2 class=\"lp-solution-title lp-reveal\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/8242\/4608\/files\/WhatsApp_Image_2026-04-10_at_08.23.27.jpg?v=1775805921\"\u003e\u003c\/h2\u003e\n\u003ch2 class=\"lp-solution-title lp-reveal\"\u003e🌿 الحل اللي تنتظره\u003c\/h2\u003e\n\u003cdiv class=\"lp-features-grid\"\u003e\n\u003cdiv class=\"lp-feature-card lp-reveal d1\"\u003e\n\u003cspan class=\"lp-feature-icon\"\u003e🌀\u003c\/span\u003e\n\u003cdiv class=\"lp-feature-title\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eدوران قوي\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-feature-desc\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eيخرّج الوسخ من عمق القماش ويحافظ عليه\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-feature-card lp-reveal d2\"\u003e\n\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\" class=\"lp-feature-icon\"\u003e💧\u003c\/span\u003e\u003c\/strong\u003e\n\u003cdiv class=\"lp-feature-title\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eتوفير ماء وضوء\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-feature-desc\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eما تخدمش ماكينة كاملة على قطعتين فقط\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-feature-card lp-reveal d3\"\u003e\n\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\" class=\"lp-feature-icon\"\u003e🍼\u003c\/span\u003e\u003c\/strong\u003e\n\u003cdiv class=\"lp-feature-title\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eحاجات البيبي\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-feature-desc\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eممتازة للحاجات الحساسة وملابس الأطفال\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-feature-card lp-reveal d4\"\u003e\n\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\" class=\"lp-feature-icon\"\u003e✈️\u003c\/span\u003e\u003c\/strong\u003e\n\u003cdiv class=\"lp-feature-title\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eفي أي بلاصة\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-feature-desc\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eفي الدار، السفر، الكامبينغ، الإقامة الجامعية\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ PACK OFFERS IMAGE ══ --\u003e\n\u003cdiv class=\"lp-img-section\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ══ PACK OFFERS IMAGE DISPLAY ══ --\u003e\n\u003cdiv class=\"lp-3in1-bg\"\u003e\u003cspan class=\"lp-section-label lp-reveal\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/8242\/4608\/files\/WhatsApp_Image_2026-04-10_at_08.23.49.jpg?v=1775805947\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- ══ PACK OFFERS ══ --\u003e\n\u003cdiv class=\"lp-3in1-bg\"\u003e\n\u003cspan class=\"lp-section-label lp-reveal\"\u003eالعروض\u003c\/span\u003e\n\u003ch2 class=\"lp-3in1-title lp-reveal\"\u003e⚡ اختر الباك اللي يناسبك\u003c\/h2\u003e\n\u003cdiv class=\"lp-s-divider lp-reveal\" style=\"margin-right: auto; margin-left: auto;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-pack-grid lp-reveal\"\u003e\n\u003cdiv class=\"lp-pack-card\"\u003e\n\u003cdiv class=\"lp-pack-header\"\u003e\n\u003cspan class=\"lp-pack-title\"\u003e🧺 Turbo Linge Magic\u003c\/span\u003e \u003cspan class=\"lp-pack-qty\"\u003eالغسالة الصغيرة\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-pack-prices\"\u003e\n\u003cspan class=\"lp-pack-old\"\u003e59 DT\u003c\/span\u003e \u003cspan class=\"lp-pack-new\"\u003e39 دت\u003c\/span\u003e \u003cspan class=\"lp-pack-save\"\u003e34%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"lp-pack-desc\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eغسالة قوية + توفير ماء وضوء + توصيل مجاني\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-pack-card featured\"\u003e\n\u003cdiv class=\"lp-pack-badge\"\u003e🔥 الأوفر\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 14px;\" class=\"lp-pack-header\"\u003e\n\u003cspan class=\"lp-pack-title\"\u003e🧺🧹 Pack Lave Linge\u003c\/span\u003e \u003cspan class=\"lp-pack-qty\"\u003eTurbo Linge+ سطل   \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-pack-prices\"\u003e\n\u003cspan class=\"lp-pack-old\"\u003e79 DT\u003c\/span\u003e \u003cspan class=\"lp-pack-new\"\u003e49 دت\u003c\/span\u003e \u003cspan class=\"lp-pack-save\"\u003eوفّر 30 دت\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"lp-pack-desc\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eمثالي للاستخدام اليومي والمنزل الكامل — توصيل مجاني\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"lp-pack-title\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"lp-pack-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/8242\/4608\/files\/3_8978d873-9511-46ed-9237-524c4a403591.png?v=1775814376\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"lp-pack-desc\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ BENEFITS ══ --\u003e\n\u003cdiv class=\"lp-benefits-bg\"\u003e\n\u003cspan class=\"lp-section-label lp-reveal\"\u003eالمميزات\u003c\/span\u003e\n\u003ch2 class=\"lp-section-title lp-reveal\"\u003e\n\u003cspan class=\"emoji\"\u003e⭐\u003c\/span\u003e علاش Turbo Linge Magic مختلف؟\u003c\/h2\u003e\n\u003cdiv class=\"lp-s-divider lp-reveal\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-item lp-reveal d1\"\u003e\n\u003cdiv class=\"lp-benefit-icon-wrap\"\u003e🌀\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-text\"\u003e\n\u003ch4\u003eنظام دوران قوي يخرّج الوسخ\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eيخرّج الوسخ من عمق القماش ويحافظ عليه — بعد دورة وحدة تخرج اللبسة نظيفة ما فيهاش ريحة\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-item lp-reveal d2\"\u003e\n\u003cdiv class=\"lp-benefit-icon-wrap\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-text\"\u003e\n\u003ch4\u003eتوفير كبير في الماء والصابون والكهرباء\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eما تخدمش ماكينة كاملة على قطعتين — اقتصادي 100% في كل استخدام\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-item lp-reveal d3\"\u003e\n\u003cdiv class=\"lp-benefit-icon-wrap\"\u003e🔇\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-text\"\u003e\n\u003ch4\u003eصوت خفيف ما تقلّقش الناس\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eتخدم بهدوء كيما الماكينة الكبيرة ما تعملش حس  مثالية حتى في الليل\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-item lp-reveal d4\"\u003e\n\u003cdiv class=\"lp-benefit-icon-wrap\"\u003e🍼\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-text\"\u003e\n\u003ch4\u003eممتازة للبيبي والحاجات الحساسة\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eتعامل لطيف مع كل الأقمشة  آمنة تماماً لملابس الأطفال والمواد الحساسة\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-item lp-reveal d1\"\u003e\n\u003cdiv class=\"lp-benefit-icon-wrap\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-text\"\u003e\n\u003ch4\u003eخفيفة وتتخزّن في أي بلاصة\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eحجم صغير وخفيف  تاخذها معك في السفر والكامبينغ والإقامة الجامعية بسهولة\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-item lp-reveal d2\"\u003e\n\u003cdiv class=\"lp-benefit-icon-wrap\"\u003e💰\u003c\/div\u003e\n\u003cdiv class=\"lp-benefit-text\"\u003e\n\u003ch4\u003eتوفّر فلوس حقيقية\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eفي عوض ما تدفع في فاتورة الضوء والماء Turbo Linge بـ 39 دينار فقط \u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ COMPARISON ══ --\u003e\n\u003cdiv class=\"lp-compare-bg\"\u003e\n\u003cspan class=\"lp-section-label lp-reveal\"\u003eالمقارنة\u003c\/span\u003e\n\u003ch2 class=\"lp-section-title lp-reveal\"\u003e\n\u003cspan class=\"emoji\"\u003e📊\u003c\/span\u003e قارن بنفسك\u003c\/h2\u003e\n\u003cdiv class=\"lp-s-divider lp-reveal\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ctable style=\"width: 100%; height: 463.5px;\" class=\"lp-compare-table lp-reveal\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 69.6875px;\"\u003e\n\u003cth style=\"width: 27.1668%; height: 69.6875px;\"\u003e\u003c\/th\u003e\n\u003cth style=\"width: 41.7908%; height: 69.6875px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eغسيل يدوي تقليدي\u003c\/span\u003e\u003c\/th\u003e\n\u003cth style=\"width: 30.8473%; height: 69.6875px;\"\u003e🏆 Turbo Linge Magic\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 50.6875px;\"\u003e\n\u003ctd style=\"width: 27.1668%; height: 50.6875px;\"\u003eيتعب يديك\u003c\/td\u003e\n\u003ctd style=\"width: 41.7908%; height: 50.6875px;\"\u003e\u003cspan class=\"lp-cross\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30.8473%; height: 50.6875px;\"\u003e\u003cspan class=\"lp-check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 50.1875px;\"\u003e\n\u003ctd style=\"width: 27.1668%; height: 50.1875px;\"\u003eتوفير ماء وكهرباء\u003c\/td\u003e\n\u003ctd style=\"width: 41.7908%; height: 50.1875px;\"\u003e\u003cspan class=\"lp-cross\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30.8473%; height: 50.1875px;\"\u003e\u003cspan class=\"lp-check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 50.1875px;\"\u003e\n\u003ctd style=\"width: 27.1668%; height: 50.1875px;\"\u003eمناسب للسفر\u003c\/td\u003e\n\u003ctd style=\"width: 41.7908%; height: 50.1875px;\"\u003e\u003cspan class=\"lp-cross\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30.8473%; height: 50.1875px;\"\u003e\u003cspan class=\"lp-check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 64.1875px;\"\u003e\n\u003ctd style=\"width: 27.1668%; height: 64.1875px;\"\u003eآمن للبيبي والحساسة\u003c\/td\u003e\n\u003ctd style=\"width: 41.7908%; height: 64.1875px;\"\u003e\u003cspan class=\"lp-cross\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30.8473%; height: 64.1875px;\"\u003e\u003cspan class=\"lp-check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 50.1875px;\"\u003e\n\u003ctd style=\"width: 27.1668%; height: 50.1875px;\"\u003eصوت خفيف\u003c\/td\u003e\n\u003ctd style=\"width: 41.7908%; height: 50.1875px;\"\u003e\u003cspan class=\"lp-cross\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30.8473%; height: 50.1875px;\"\u003e\u003cspan class=\"lp-check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 64.1875px;\"\u003e\n\u003ctd style=\"width: 27.1668%; height: 64.1875px;\"\u003eنتيجة في دورة وحدة\u003c\/td\u003e\n\u003ctd style=\"width: 41.7908%; height: 64.1875px;\"\u003e\u003cspan class=\"lp-cross\"\u003e✗\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30.8473%; height: 64.1875px;\"\u003e\u003cspan class=\"lp-check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 64.1875px;\"\u003e\n\u003ctd style=\"width: 27.1668%; height: 64.1875px;\"\u003eالتكلفة\u003c\/td\u003e\n\u003ctd style=\"width: 41.7908%; height: 64.1875px;\"\u003eتعب يومي + فاتورة ضوء وماء مرتفعة\u003c\/td\u003e\n\u003ctd style=\"width: 30.8473%; height: 64.1875px;\"\u003e\u003cstrong style=\"color: var(--gold-hover);\"\u003e39 دينار فقط\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ══ SOCIAL PROOF ══ --\u003e\n\u003cdiv class=\"lp-social-bg\"\u003e\n\u003cdiv class=\"lp-reviews-count lp-reveal\"\u003e\u003cstrong\u003e\u003cspan class=\"lp-stars\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/8242\/4608\/files\/Gemini_Generated_Image_yt3tqqyt3tqqyt3t.png?v=1775806608\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-reviews-count lp-reveal\"\u003e\u003cstrong\u003e\u003cspan class=\"lp-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/span\u003e \u003cspan class=\"lp-reviews-text\"\u003e+1780 حريف راضيين في تونس 🇹🇳\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"lp-testimonials\"\u003e\n\u003cdiv class=\"lp-testimonial lp-reveal d1\"\u003e\n\u003cdiv class=\"lp-testimonial-header\"\u003e\n\u003cdiv class=\"lp-testimonial-avatar\"\u003eH.B.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lp-testimonial-name\"\u003eهناء من تونس العاصمة\u003c\/div\u003e\n\u003cdiv class=\"lp-testimonial-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"lp-testimonial-text\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eركّبتها وحدي   اللبسة طلعت نظيفة من أول دورة يعطيكم صحة\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-testimonial lp-reveal d2\"\u003e\n\u003cdiv class=\"lp-testimonial-header\"\u003e\n\u003cdiv class=\"lp-testimonial-avatar\"\u003eK.M.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lp-testimonial-name\"\u003eخالد من صفاقس\u003c\/div\u003e\n\u003cdiv class=\"lp-testimonial-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"lp-testimonial-text\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eاشريتها للفوايي والله حلّت مشكلتي   خفيفة وما تاخذش بلاصة وتنضف بقلب يرحم والديكم \u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-testimonial lp-reveal d3\"\u003e\n\u003cdiv class=\"lp-testimonial-header\"\u003e\n\u003cdiv class=\"lp-testimonial-avatar\"\u003eS.B.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lp-testimonial-name\"\u003eسمية من سوسة\u003c\/div\u003e\n\u003cdiv class=\"lp-testimonial-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"lp-testimonial-text\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eشريتها لحوايج البيبي وما ندمتش  ناعمة على القماش وتنظّف من الأول وزيد وفّرت برشا في الماء وضو ❤️\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ URGENCY \u0026 CTA ══ --\u003e\n\u003cdiv class=\"lp-urgency-bg\"\u003e\n\u003cdiv class=\"lp-urgency-inner\"\u003e\n\u003cspan class=\"lp-urgency-badge lp-reveal\"\u003e⚠️ عرض محدود — الكمية محدودة\u003c\/span\u003e\n\u003ch3 class=\"lp-reveal\"\u003eاطلب الآن \u003cspan\u003eقبل ما يفوتك العرض\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"lp-reveal\" style=\"color: var(--ink); margin-bottom: 18px; font-size: 15px;\"\u003e\u003cstrong\u003eالتوصيل لباب دار مجاناً من boro.tn\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"lp-price-comparison lp-reveal\"\u003e\n\u003cspan class=\"lp-old-price-big\"\u003e59DT\u003c\/span\u003e \u003cspan class=\"lp-arrow-down\"\u003e⬇\u003c\/span\u003e \u003cspan class=\"lp-new-price-big\"\u003e39DT\u003c\/span\u003e \u003cspan class=\"lp-saving-tag\"\u003eوفّر 20 دينار\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/wa.me\/21623600016?text=%D8%A3%D9%87%D9%84%D8%A7%D9%8B%2C+%D8%A3%D8%B1%D9%8A%D8%AF+%D8%A7%D9%84%D8%B7%D9%84%D8%A8+Turbo+Linge+Magic\" class=\"lp-wa-btn lp-reveal\" style=\"margin-bottom: 14px;\"\u003e \u003cspan class=\"lp-wa-icon\"\u003e💬\u003c\/span\u003eاطلب عبر واتساب الآن ← \u003c\/a\u003e \u003cbr\u003e\u003ca href=\"tel:+21623600016\" class=\"lp-cta-btn lp-reveal\" style=\"margin-top: 12px;\"\u003e 📞 اتصل بنا — 016 600 23 \u003c\/a\u003e\n\u003cp class=\"lp-cta-sub lp-reveal\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e✅ جودة مضمونة • 🚚 توصيل مجاني • 💳 دفع عند الاستلام\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ DELIVERY IMAGE ══ --\u003e\n\u003cdiv class=\"lp-img-section\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ══ DELIVERY IMAGE DISPLAY ══ --\u003e\n\u003cdiv class=\"lp-delivery-bg\"\u003e\u003cstrong\u003e\u003cspan class=\"lp-section-label inv lp-reveal\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/8242\/4608\/files\/Gemini_Generated_Image_ws9uvuws9uvuws9u.png?v=1775806037\"\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c!-- ══ DELIVERY ══ --\u003e\n\u003cdiv class=\"lp-delivery-bg\"\u003e\n\u003cstrong\u003e\u003cspan class=\"lp-section-label inv lp-reveal\"\u003eالتوصيل والضمان\u003c\/span\u003e\u003c\/strong\u003e\n\u003ch2 class=\"lp-section-title lp-reveal\" style=\"margin-bottom: 18px;\"\u003e\n\u003cspan class=\"emoji\"\u003e🚚\u003c\/span\u003e التوصيل والضمان\u003c\/h2\u003e\n\u003cdiv class=\"lp-delivery-grid\"\u003e\n\u003cdiv class=\"lp-delivery-item lp-reveal d1\"\u003e\n\u003cspan class=\"lp-d-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lp-d-text\"\u003eتوصيل مجاني\u003c\/div\u003e\n\u003cdiv class=\"lp-d-sub\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eلدارك في جميع ولايات تونس\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-delivery-item lp-reveal d2\"\u003e\n\u003cspan class=\"lp-d-icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lp-d-text\"\u003eجودة مضمونة\u003c\/div\u003e\n\u003cdiv class=\"lp-d-sub\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eمن boro.tn — موثوق وبضمان\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-delivery-item lp-reveal d3\"\u003e\n\u003cspan class=\"lp-d-icon\"\u003e💬\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lp-d-text\"\u003eواتساب \/ هاتف\u003c\/div\u003e\n\u003cdiv class=\"lp-d-sub\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e016 600 23\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-delivery-item lp-reveal d4\"\u003e\n\u003cspan class=\"lp-d-icon\"\u003e💳\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lp-d-text\"\u003eدفع عند الاستلام\u003c\/div\u003e\n\u003cdiv class=\"lp-d-sub\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eتخلص كي توصلك\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ FAQ ══ --\u003e\n\u003cdiv class=\"lp-faq-bg\"\u003e\n\u003cdiv class=\"lp-faq-item lp-reveal d1\"\u003e\n\u003cbutton class=\"lp-faq-q\"\u003eكيفاش تشتغل Turbo Linge Magic؟\u003c\/button\u003e\n\u003cdiv class=\"lp-faq-a\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eتحطّ فيها الماء والصابون واللبسة، تشتغل بنظام دوران قوي يخرّج الوسخ من عمق القماش. في دورة وحدة تخرج اللبسة نظيفة ما فيهاش ريحة ولا تحتاج تفركها مرة أخرى.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-faq-item lp-reveal d2\"\u003e\n\u003cstrong\u003e\u003cbutton class=\"lp-faq-q\"\u003eهل تصلح للبيبي والحاجات الحساسة؟\u003c\/button\u003e\u003c\/strong\u003e\n\u003cdiv class=\"lp-faq-a\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eنعم  مصمّمة خصيصاً للحاجات الحساسة وملابس الأطفال. تعامل لطيف مع القماش وتنظّف بفعالية بدون إتلاف.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-faq-item lp-reveal d3\"\u003e\n\u003cstrong\u003e\u003cbutton class=\"lp-faq-q\"\u003eوين تنجّم تستخدمها؟\u003c\/button\u003e\u003c\/strong\u003e\n\u003cdiv class=\"lp-faq-a\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eفي الدار، في السفر، في الكامبينغ، في الإقامة الجامعية — في أي بلاصة فيها ماء وكهرباء. حجمها صغير وخفيف تتخزّن بسهولة.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-faq-item lp-reveal d1\"\u003e\n\u003cstrong\u003e\u003cbutton class=\"lp-faq-q\"\u003eهل توفّر فعلاً في الماء والكهرباء؟\u003c\/button\u003e\u003c\/strong\u003e\n\u003cdiv class=\"lp-faq-a\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eنعم بالكامل ما تخدمش ماكينة كاملة على قطعتين فقط. تستهلك ماء وكهرباء أقل بكثير من الماكينة التقليدية وتعطي نفس النتيجة.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-faq-item lp-reveal d2\"\u003e\n\u003cstrong\u003e\u003cbutton class=\"lp-faq-q\"\u003eهل الدفع عند الاستلام متاح؟\u003c\/button\u003e\u003c\/strong\u003e\n\u003cdiv class=\"lp-faq-a\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eنعم  تدفع فقط وقت ما يوصلك المنتج لباب دارك. \u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lp-faq-item lp-reveal d3\"\u003e\n\u003cstrong\u003e\u003cbutton class=\"lp-faq-q\"\u003eكم يستغرق التوصيل؟\u003c\/button\u003e\u003c\/strong\u003e\n\u003cdiv class=\"lp-faq-a\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eالتوصيل سريع في جميع ولايات تونس ومجاني تماماً. بعد ما تطلب عبر واتساب نتصل بيك لتأكيد الطلب وتحديد موعد التوصيل.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ FINAL CTA ══ --\u003e\n\u003cdiv class=\"lp-final-cta-block\"\u003e\n\u003cp class=\"lp-final-title lp-reveal\"\u003e🧺 يديك تستاهل راحة — اطلب الآن\u003c\/p\u003e\n\u003cp class=\"lp-final-sub lp-reveal\"\u003e\u003cstrong\u003e39 دينار فقط (في عوض 59) | توصيل مجاني | دفع عند الاستلام\u003c\/strong\u003e\u003c\/p\u003e\n\u003ca href=\"https:\/\/wa.me\/21623600016?text=%D8%A3%D9%87%D9%84%D8%A7%D9%8B%2C+%D8%A3%D8%B1%D9%8A%D8%AF+%D8%A7%D9%84%D8%B7%D9%84%D8%A8+Turbo+Linge+Magic\" class=\"lp-wa-btn lp-reveal\" style=\"margin-bottom: 14px;\"\u003e \u003cspan class=\"lp-wa-icon\"\u003e💬\u003c\/span\u003eاطلب عبر واتساب — 016 600 23 \u003c\/a\u003e \u003cbr\u003e\u003cbr\u003e\u003ca href=\"tel:+21623600016\" class=\"lp-cta-btn lp-reveal\"\u003e 📞 اتصل بنا مباشرة ← \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- ══ FOOTER ══ --\u003e\n\u003cdiv class=\"lp-footer\"\u003e\n\u003cstrong\u003eboro.tn\u003c\/strong\u003e | \u003cstrong\u003eتوصيل مجاني • جودة مضمونة • خدمة موثوقة\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003e📞 \u003ca href=\"tel:+21623600016\"\u003e016 600 23\u003c\/a\u003e | 💬 \u003ca href=\"https:\/\/wa.me\/21623600016\"\u003eواتساب\u003c\/a\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Boro","offers":[{"title":"Default Title","offer_id":50945905262880,"sku":null,"price":39.0,"currency_code":"TND","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/8242\/4608\/files\/Gemini_Generated_Image_fdti2ufdti2ufdti.png?v=1775818085","url":"https:\/\/boro.tn\/ar\/products\/turbo-lave-linge","provider":"Boro","version":"1.0","type":"link"}