{"product_id":"الدواء-الاصلي-لالام-المفاصل","title":"الدواء الاصلي لالام المفاصل","description":"\u003c!-- ============================================================\n     SUMIFUN Russian Pain Relief Cream — Custom Shopify Section\n     Paste into: Online Store \u003e Themes \u003e Customize \u003e\n     Add Section \u003e Custom Liquid  (or Custom HTML)\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n\/* ── Reset \u0026 base ─────────────────────────────────────────── *\/\n.sumifun-section *,\n.sumifun-section *::before,\n.sumifun-section *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ── Section wrapper ──────────────────────────────────────── *\/\n.sumifun-section {\n  background: #ffffff;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n               \"Helvetica Neue\", Arial, sans-serif;\n  color: #1a1a2e;\n  overflow-x: hidden;\n  width: 100%;\n  max-width: 100%;\n}\n\n\/* ── Typography scale ─────────────────────────────────────── *\/\n.sumifun-eyebrow {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #c0392b;\n  background: #fdecea;\n  border-radius: 4px;\n  padding: 4px 10px;\n  margin-bottom: 10px;\n}\n\n.sumifun-h1 {\n  font-size: clamp(22px, 5.5vw, 38px);\n  font-weight: 800;\n  line-height: 1.18;\n  color: #0d1f5c;\n  letter-spacing: -0.02em;\n}\n\n.sumifun-h2 {\n  font-size: clamp(18px, 4.5vw, 28px);\n  font-weight: 800;\n  line-height: 1.2;\n  color: #0d1f5c;\n}\n\n.sumifun-body {\n  font-size: 14px;\n  line-height: 1.65;\n  color: #444;\n}\n\n\/* ── Utility ──────────────────────────────────────────────── *\/\n.sumifun-img {\n  display: block;\n  width: 100%;\n  height: auto;\n  max-width: 100%;\n}\n\n\/* ── Hero banner ──────────────────────────────────────────── *\/\n.sumifun-hero {\n  background: linear-gradient(135deg, #0d1f5c 0%, #1a3a8f 60%, #1565c0 100%);\n  padding: 28px 20px;\n  text-align: center;\n}\n\n.sumifun-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #c0392b;\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  padding: 5px 12px;\n  border-radius: 20px;\n  margin-bottom: 14px;\n}\n\n.sumifun-hero-badge::before {\n  content: \"🔥\";\n  font-size: 13px;\n}\n\n.sumifun-hero-title {\n  font-size: clamp(24px, 6.5vw, 44px);\n  font-weight: 900;\n  line-height: 1.12;\n  color: #ffffff;\n  letter-spacing: -0.02em;\n  margin-bottom: 6px;\n}\n\n.sumifun-hero-title span {\n  color: #f9c23c;\n}\n\n.sumifun-hero-sub {\n  font-size: 14px;\n  color: rgba(255,255,255,0.82);\n  margin-bottom: 22px;\n  line-height: 1.5;\n}\n\n.sumifun-hero-img-wrap {\n  position: relative;\n  max-width: 400px;\n  margin: 0 auto 20px;\n}\n\n.sumifun-hero-img-wrap img {\n  border-radius: 14px;\n  box-shadow: 0 12px 40px rgba(0,0,0,0.35);\n}\n\n\/* ── Urgency bar ──────────────────────────────────────────── *\/\n.sumifun-urgency {\n  background: #c0392b;\n  padding: 10px 16px;\n  text-align: center;\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.04em;\n}\n\n.sumifun-urgency strong {\n  font-size: 15px;\n}\n\n\/* ── Pain targets strip ───────────────────────────────────── *\/\n.sumifun-targets {\n  background: #0d1f5c;\n  padding: 18px 16px;\n  display: -webkit-flex;\n  display: flex;\n  -webkit-flex-wrap: wrap;\n  flex-wrap: wrap;\n  gap: 8px;\n  -webkit-justify-content: center;\n  justify-content: center;\n}\n\n.sumifun-target-chip {\n  display: -webkit-inline-flex;\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  background: rgba(255,255,255,0.12);\n  border: 1px solid rgba(255,255,255,0.25);\n  border-radius: 20px;\n  padding: 6px 13px;\n  color: #fff;\n  font-size: 12px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n\n.sumifun-target-chip::before {\n  content: \"✓\";\n  color: #f9c23c;\n  font-weight: 800;\n}\n\n\/* ── Section pad ──────────────────────────────────────────── *\/\n.sumifun-pad {\n  padding: 32px 20px;\n}\n\n.sumifun-pad + .sumifun-pad {\n  padding-top: 0;\n}\n\n\/* ── Section divider ──────────────────────────────────────── *\/\n.sumifun-divider {\n  height: 3px;\n  background: linear-gradient(90deg, #0d1f5c, #c0392b, #0d1f5c);\n  border: none;\n  margin: 0;\n}\n\n\/* ── Feature image block ──────────────────────────────────── *\/\n.sumifun-feature-img {\n  border-radius: 12px;\n  overflow: hidden;\n  margin-bottom: 24px;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.10);\n}\n\n\/* ── Benefit cards ────────────────────────────────────────── *\/\n.sumifun-benefits-grid {\n  display: -webkit-flex;\n  display: flex;\n  -webkit-flex-direction: column;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.sumifun-benefit-card {\n  display: -webkit-flex;\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  background: #f4f8ff;\n  border-left: 4px solid #0d1f5c;\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n\n.sumifun-benefit-icon {\n  font-size: 24px;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.sumifun-benefit-card h3 {\n  font-size: 14px;\n  font-weight: 700;\n  color: #0d1f5c;\n  margin-bottom: 3px;\n}\n\n.sumifun-benefit-card p {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.5;\n}\n\n\/* ── How it works ─────────────────────────────────────────── *\/\n.sumifun-steps {\n  display: -webkit-flex;\n  display: flex;\n  -webkit-flex-direction: column;\n  flex-direction: column;\n  gap: 0;\n  position: relative;\n}\n\n.sumifun-steps::before {\n  content: \"\";\n  position: absolute;\n  left: 19px;\n  top: 24px;\n  bottom: 24px;\n  width: 2px;\n  background: linear-gradient(to bottom, #0d1f5c, #c0392b);\n}\n\n.sumifun-step {\n  display: -webkit-flex;\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  padding: 12px 0;\n  position: relative;\n}\n\n.sumifun-step-num {\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  background: #0d1f5c;\n  color: #fff;\n  font-size: 15px;\n  font-weight: 800;\n  display: -webkit-flex;\n  display: flex;\n  align-items: center;\n  -webkit-justify-content: center;\n  justify-content: center;\n  flex-shrink: 0;\n  position: relative;\n  z-index: 1;\n  box-shadow: 0 2px 10px rgba(13,31,92,0.3);\n}\n\n.sumifun-step:last-child .sumifun-step-num {\n  background: #c0392b;\n}\n\n.sumifun-step-text h3 {\n  font-size: 14px;\n  font-weight: 700;\n  color: #0d1f5c;\n  margin-bottom: 3px;\n}\n\n.sumifun-step-text p {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.5;\n}\n\n\/* ── Highlight band ───────────────────────────────────────── *\/\n.sumifun-highlight {\n  background: linear-gradient(135deg, #0d1f5c 0%, #1a3a8f 100%);\n  padding: 28px 20px;\n  text-align: center;\n}\n\n.sumifun-highlight-title {\n  font-size: clamp(17px, 4.5vw, 26px);\n  font-weight: 800;\n  color: #f9c23c;\n  line-height: 1.25;\n  margin-bottom: 8px;\n}\n\n.sumifun-highlight-sub {\n  font-size: 13px;\n  color: rgba(255,255,255,0.82);\n  line-height: 1.55;\n  margin-bottom: 20px;\n}\n\n.sumifun-highlight img {\n  border-radius: 12px;\n  box-shadow: 0 8px 30px rgba(0,0,0,0.3);\n}\n\n\/* ── Stat row ─────────────────────────────────────────────── *\/\n.sumifun-stats {\n  display: -webkit-flex;\n  display: flex;\n  -webkit-flex-wrap: wrap;\n  flex-wrap: wrap;\n  gap: 1px;\n  background: #e8e8e8;\n  border-radius: 12px;\n  overflow: hidden;\n  margin: 24px 0;\n}\n\n.sumifun-stat {\n  -webkit-flex: 1 1 calc(33.333% - 1px);\n  flex: 1 1 calc(33.333% - 1px);\n  background: #fff;\n  padding: 18px 8px;\n  text-align: center;\n  min-width: 80px;\n}\n\n.sumifun-stat-num {\n  font-size: clamp(22px, 5vw, 32px);\n  font-weight: 900;\n  color: #0d1f5c;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n\n.sumifun-stat-label {\n  font-size: 11px;\n  color: #777;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.06em;\n  line-height: 1.3;\n}\n\n\/* ── Body areas grid ──────────────────────────────────────── *\/\n.sumifun-areas {\n  display: -webkit-flex;\n  display: flex;\n  -webkit-flex-wrap: wrap;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.sumifun-area-card {\n  -webkit-flex: 1 1 calc(50% - 5px);\n  flex: 1 1 calc(50% - 5px);\n  background: #f4f8ff;\n  border-radius: 10px;\n  padding: 16px 14px;\n  border: 1px solid #dce8ff;\n  min-width: 130px;\n}\n\n.sumifun-area-card .sumifun-area-icon {\n  font-size: 26px;\n  margin-bottom: 6px;\n  display: block;\n}\n\n.sumifun-area-card h4 {\n  font-size: 13px;\n  font-weight: 700;\n  color: #0d1f5c;\n  margin-bottom: 3px;\n}\n\n.sumifun-area-card p {\n  font-size: 12px;\n  color: #666;\n  line-height: 1.45;\n}\n\n\/* ── Testimonials ─────────────────────────────────────────── *\/\n.sumifun-reviews {\n  display: -webkit-flex;\n  display: flex;\n  -webkit-flex-direction: column;\n  flex-direction: column;\n  gap: 14px;\n}\n\n.sumifun-review-card {\n  background: #fff;\n  border: 1px solid #e0e7ff;\n  border-radius: 12px;\n  padding: 16px;\n  box-shadow: 0 2px 12px rgba(13,31,92,0.06);\n}\n\n.sumifun-review-stars {\n  color: #f9c23c;\n  font-size: 14px;\n  margin-bottom: 6px;\n  letter-spacing: 1px;\n}\n\n.sumifun-review-text {\n  font-size: 13px;\n  color: #333;\n  line-height: 1.55;\n  margin-bottom: 10px;\n  font-style: italic;\n}\n\n.sumifun-review-author {\n  display: -webkit-flex;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n\n.sumifun-review-avatar {\n  width: 34px;\n  height: 34px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, #0d1f5c, #1565c0);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  display: -webkit-flex;\n  display: flex;\n  align-items: center;\n  -webkit-justify-content: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.sumifun-review-name {\n  font-size: 12px;\n  font-weight: 700;\n  color: #0d1f5c;\n}\n\n.sumifun-review-tag {\n  font-size: 11px;\n  color: #28a745;\n  font-weight: 600;\n}\n\n\/* ── Guarantee strip ──────────────────────────────────────── *\/\n.sumifun-guarantee {\n  background: #f0fdf4;\n  border: 1.5px solid #bbf7d0;\n  border-radius: 12px;\n  padding: 18px 16px;\n  display: -webkit-flex;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  margin: 24px 20px;\n}\n\n.sumifun-guarantee-icon {\n  font-size: 36px;\n  flex-shrink: 0;\n}\n\n.sumifun-guarantee h3 {\n  font-size: 14px;\n  font-weight: 700;\n  color: #065f46;\n  margin-bottom: 3px;\n}\n\n.sumifun-guarantee p {\n  font-size: 12px;\n  color: #047857;\n  line-height: 1.45;\n}\n\n\/* ── CTA section ──────────────────────────────────────────── *\/\n.sumifun-cta {\n  background: #fff;\n  padding: 28px 20px 36px;\n  text-align: center;\n}\n\n.sumifun-price-block {\n  display: -webkit-flex;\n  display: flex;\n  align-items: baseline;\n  gap: 10px;\n  -webkit-justify-content: center;\n  justify-content: center;\n  margin: 12px 0 6px;\n}\n\n.sumifun-price-current {\n  font-size: clamp(28px, 7vw, 40px);\n  font-weight: 900;\n  color: #c0392b;\n}\n\n.sumifun-price-old {\n  font-size: 18px;\n  color: #999;\n  text-decoration: line-through;\n}\n\n.sumifun-price-save {\n  font-size: 12px;\n  color: #28a745;\n  font-weight: 700;\n  background: #f0fdf4;\n  border-radius: 4px;\n  padding: 2px 7px;\n}\n\n.sumifun-stock {\n  font-size: 12px;\n  color: #c0392b;\n  font-weight: 600;\n  margin-bottom: 18px;\n  display: -webkit-flex;\n  display: flex;\n  align-items: center;\n  -webkit-justify-content: center;\n  justify-content: center;\n  gap: 6px;\n}\n\n.sumifun-stock::before {\n  content: \"\";\n  display: inline-block;\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  background: #28a745;\n  -webkit-animation: sumifun-pulse 1.4s infinite;\n  animation: sumifun-pulse 1.4s infinite;\n  flex-shrink: 0;\n}\n\n@-webkit-keyframes sumifun-pulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.35; }\n}\n\n@keyframes sumifun-pulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.35; }\n}\n\n.sumifun-btn {\n  display: block;\n  width: 100%;\n  max-width: 420px;\n  margin: 0 auto 10px;\n  background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);\n  color: #fff;\n  font-size: 16px;\n  font-weight: 800;\n  letter-spacing: 0.04em;\n  text-transform: uppercase;\n  border: none;\n  border-radius: 10px;\n  padding: 17px 20px;\n  cursor: pointer;\n  text-align: center;\n  text-decoration: none;\n  line-height: 1;\n  -webkit-tap-highlight-color: transparent;\n  box-shadow: 0 6px 22px rgba(192,57,43,0.38);\n}\n\n.sumifun-btn-secondary {\n  display: block;\n  width: 100%;\n  max-width: 420px;\n  margin: 0 auto;\n  background: #fff;\n  color: #0d1f5c;\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: 0.03em;\n  text-transform: uppercase;\n  border: 2px solid #0d1f5c;\n  border-radius: 10px;\n  padding: 14px 20px;\n  cursor: pointer;\n  text-align: center;\n  text-decoration: none;\n  line-height: 1;\n  -webkit-tap-highlight-color: transparent;\n}\n\n.sumifun-trust-icons {\n  display: -webkit-flex;\n  display: flex;\n  -webkit-flex-wrap: wrap;\n  flex-wrap: wrap;\n  -webkit-justify-content: center;\n  justify-content: center;\n  gap: 16px 24px;\n  margin-top: 20px;\n  padding-top: 18px;\n  border-top: 1px solid #eee;\n}\n\n.sumifun-trust-item {\n  display: -webkit-flex;\n  display: flex;\n  align-items: center;\n  gap: 5px;\n  font-size: 11px;\n  color: #555;\n  font-weight: 600;\n}\n\n.sumifun-trust-item span {\n  font-size: 16px;\n}\n\n\/* ── Section headings with accent line ────────────────────── *\/\n.sumifun-section-title {\n  position: relative;\n  margin-bottom: 22px;\n}\n\n.sumifun-section-title::after {\n  content: \"\";\n  display: block;\n  width: 42px;\n  height: 3px;\n  background: linear-gradient(90deg, #c0392b, #0d1f5c);\n  border-radius: 2px;\n  margin-top: 8px;\n}\n\n\/* ── Responsive: tablets and up ──────────────────────────── *\/\n@media (min-width: 600px) {\n  .sumifun-pad {\n    padding: 40px 32px;\n  }\n\n  .sumifun-benefits-grid {\n    -webkit-flex-direction: row;\n    flex-direction: row;\n    -webkit-flex-wrap: wrap;\n    flex-wrap: wrap;\n  }\n\n  .sumifun-benefit-card {\n    -webkit-flex: 1 1 calc(50% - 6px);\n    flex: 1 1 calc(50% - 6px);\n  }\n\n  .sumifun-reviews {\n    -webkit-flex-direction: row;\n    flex-direction: row;\n    -webkit-flex-wrap: wrap;\n    flex-wrap: wrap;\n  }\n\n  .sumifun-review-card {\n    -webkit-flex: 1 1 calc(50% - 7px);\n    flex: 1 1 calc(50% - 7px);\n  }\n}\n\n@media (min-width: 768px) {\n  .sumifun-benefit-card {\n    -webkit-flex: 1 1 calc(50% - 6px);\n    flex: 1 1 calc(50% - 6px);\n  }\n\n  .sumifun-area-card {\n    -webkit-flex: 1 1 calc(25% - 10px);\n    flex: 1 1 calc(25% - 10px);\n  }\n}\n\u003c\/style\u003e\n\n\u003c!-- ══════════════════════════════════════════════════════════\n     SECTION HTML\n     ══════════════════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"sumifun-section\"\u003e\n\n  \u003c!-- ① HERO ──────────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-hero\"\u003e\n    \u003cdiv class=\"sumifun-hero-badge\"\u003eTop-Rated Pain Relief 2024\u003c\/div\u003e\n    \u003ch1 class=\"sumifun-hero-title\"\u003e\n      Stop the Pain.\u003cbr\u003e\u003cspan\u003eStart Moving Again.\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"sumifun-hero-sub\"\u003e\n      Sumifun Russian Pain Relief Cream — deep-penetrating\u003cbr\u003e\n      self-heating formula. Feel it working in minutes.\n    \u003c\/p\u003e\n    \u003cdiv class=\"sumifun-hero-img-wrap\"\u003e\n      \u003c!-- Replace src with your Shopify CDN URL for image 1 --\u003e\n      \u003cimg src=\"{{%20'sumifun-1.avif'%20|%20asset_url%20}}\" alt=\"Sumifun Russian Pain Relief Cream 20g — product and box\" class=\"sumifun-img\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② URGENCY BAR ──────────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-urgency\"\u003e\n    ⚡ \u003cstrong\u003eLIMITED STOCK\u003c\/strong\u003e — Order now \u0026amp; get FREE shipping today\n  \u003c\/div\u003e\n\n  \u003c!-- ③ PAIN TARGET CHIPS ────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-targets\"\u003e\n    \u003cdiv class=\"sumifun-target-chip\"\u003eJoint Pain\u003c\/div\u003e\n    \u003cdiv class=\"sumifun-target-chip\"\u003eArthritis\u003c\/div\u003e\n    \u003cdiv class=\"sumifun-target-chip\"\u003eMuscle Soreness\u003c\/div\u003e\n    \u003cdiv class=\"sumifun-target-chip\"\u003eSports Injury\u003c\/div\u003e\n    \u003cdiv class=\"sumifun-target-chip\"\u003eKnee \u0026amp; Shoulder\u003c\/div\u003e\n    \u003cdiv class=\"sumifun-target-chip\"\u003eNeck \u0026amp; Back\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ KEY BENEFITS ──────────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-pad\"\u003e\n    \u003cdiv class=\"sumifun-section-title\"\u003e\n      \u003cdiv class=\"sumifun-eyebrow\"\u003eWhy It Works\u003c\/div\u003e\n      \u003ch2 class=\"sumifun-h2\"\u003eClinically-Inspired Formula,\u003cbr\u003eReal Results\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sumifun-benefits-grid\"\u003e\n      \u003cdiv class=\"sumifun-benefit-card\"\u003e\n        \u003cdiv class=\"sumifun-benefit-icon\"\u003e🔥\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eSelf-Heating Deep Penetration\u003c\/h3\u003e\n          \u003cp\u003eGenerates gentle warmth that opens pores and drives active ingredients deep into muscle and joint tissue — not just surface relief.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-benefit-card\"\u003e\n        \u003cdiv class=\"sumifun-benefit-icon\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eFast-Acting Relief\u003c\/h3\u003e\n          \u003cp\u003eNoticeable comfort within minutes of application. No waiting hours for results — feel the difference quickly.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-benefit-card\"\u003e\n        \u003cdiv class=\"sumifun-benefit-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eNatural Herbal Extracts\u003c\/h3\u003e\n          \u003cp\u003eBlended with traditional botanical extracts trusted for generations, combined with modern topical science.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-benefit-card\"\u003e\n        \u003cdiv class=\"sumifun-benefit-icon\"\u003e✋\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eNon-Greasy, Easy to Use\u003c\/h3\u003e\n          \u003cp\u003eSmooth, clean texture absorbs quickly. No messy residue on clothes. Perfect for daily use at home or on the go.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"sumifun-divider\"\u003e\n\n  \u003c!-- ⑤ PAIN AREAS IMAGE ───────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-pad\"\u003e\n    \u003cdiv class=\"sumifun-section-title\"\u003e\n      \u003cdiv class=\"sumifun-eyebrow\"\u003eTargets Pain At Source\u003c\/div\u003e\n      \u003ch2 class=\"sumifun-h2\"\u003eWorks Where You Hurt Most\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sumifun-feature-img\"\u003e\n      \u003c!-- Replace src with your Shopify CDN URL for image 4 --\u003e\n      \u003cimg src=\"{{%20'sumifun-4.avif'%20|%20asset_url%20}}\" alt=\"Sumifun cream targets knee, shoulder, and elbow joint pain\" class=\"sumifun-img\" loading=\"lazy\" width=\"960\" height=\"960\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sumifun-areas\"\u003e\n      \u003cdiv class=\"sumifun-area-card\"\u003e\n        \u003cspan class=\"sumifun-area-icon\"\u003e🦵\u003c\/span\u003e\n        \u003ch4\u003eKnee Joint\u003c\/h4\u003e\n        \u003cp\u003eRelieves stiffness, swelling, and chronic knee pain\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-area-card\"\u003e\n        \u003cspan class=\"sumifun-area-icon\"\u003e💪\u003c\/span\u003e\n        \u003ch4\u003eShoulder \u0026amp; Arm\u003c\/h4\u003e\n        \u003cp\u003eEases tension and rotator cuff discomfort\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-area-card\"\u003e\n        \u003cspan class=\"sumifun-area-icon\"\u003e🔙\u003c\/span\u003e\n        \u003ch4\u003eBack \u0026amp; Neck\u003c\/h4\u003e\n        \u003cp\u003eSoothes lumbar strain and cervical pain\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-area-card\"\u003e\n        \u003cspan class=\"sumifun-area-icon\"\u003e🏃\u003c\/span\u003e\n        \u003ch4\u003eSports \u0026amp; Muscle\u003c\/h4\u003e\n        \u003cp\u003eReduces DOMS after training and sports injuries\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"sumifun-divider\"\u003e\n\n  \u003c!-- ⑥ HOW IT WORKS ──────────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-pad\"\u003e\n    \u003cdiv class=\"sumifun-section-title\"\u003e\n      \u003cdiv class=\"sumifun-eyebrow\"\u003eHow To Use\u003c\/div\u003e\n      \u003ch2 class=\"sumifun-h2\"\u003eSimple. Fast. Effective.\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sumifun-steps\"\u003e\n      \u003cdiv class=\"sumifun-step\"\u003e\n        \u003cdiv class=\"sumifun-step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"sumifun-step-text\"\u003e\n          \u003ch3\u003eClean the area\u003c\/h3\u003e\n          \u003cp\u003eGently wash and dry the affected area. Warm skin enhances absorption.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-step\"\u003e\n        \u003cdiv class=\"sumifun-step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"sumifun-step-text\"\u003e\n          \u003ch3\u003eApply a small amount\u003c\/h3\u003e\n          \u003cp\u003eSqueeze a pea-sized amount and spread evenly over the painful area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-step\"\u003e\n        \u003cdiv class=\"sumifun-step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"sumifun-step-text\"\u003e\n          \u003ch3\u003eMassage in gently\u003c\/h3\u003e\n          \u003cp\u003eRub in circular motions for 1–2 minutes to activate the self-heating effect.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-step\"\u003e\n        \u003cdiv class=\"sumifun-step-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"sumifun-step-text\"\u003e\n          \u003ch3\u003eFeel the relief\u003c\/h3\u003e\n          \u003cp\u003eWarmth builds within minutes. Use 2–3 times daily for best results.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑦ SELF-HEATING HIGHLIGHT ─────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-highlight\"\u003e\n    \u003ch2 class=\"sumifun-highlight-title\"\u003e\n      \"The Self-Heating Effect Penetrates Deep Into the Pain Area\"\n    \u003c\/h2\u003e\n    \u003cp class=\"sumifun-highlight-sub\"\u003e\n      Unlike ordinary topical creams, Sumifun's unique formula creates a gentle warming reaction on contact with skin, pushing active ingredients beneath the surface where pain originates.\n    \u003c\/p\u003e\n    \u003c!-- Replace src with your Shopify CDN URL for image 5 --\u003e\n    \u003cimg src=\"{{%20'sumifun-5.avif'%20|%20asset_url%20}}\" alt=\"Sumifun self-heating effect penetrates deep into the pain area\" class=\"sumifun-img\" style=\"border-radius:12px; box-shadow:0 8px 30px rgba(0,0,0,0.3);\" loading=\"lazy\" width=\"960\" height=\"960\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑧ STATS ROW ──────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-pad\"\u003e\n    \u003cdiv class=\"sumifun-stats\"\u003e\n      \u003cdiv class=\"sumifun-stat\"\u003e\n        \u003cdiv class=\"sumifun-stat-num\"\u003e20g\u003c\/div\u003e\n        \u003cdiv class=\"sumifun-stat-label\"\u003eFull Size Tube\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-stat\"\u003e\n        \u003cdiv class=\"sumifun-stat-num\"\u003e6+\u003c\/div\u003e\n        \u003cdiv class=\"sumifun-stat-label\"\u003ePain Areas Targeted\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sumifun-stat\"\u003e\n        \u003cdiv class=\"sumifun-stat-num\"\u003e4.8★\u003c\/div\u003e\n        \u003cdiv class=\"sumifun-stat-label\"\u003eAvg. Rating\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature image 3 --\u003e\n    \u003cdiv class=\"sumifun-feature-img\"\u003e\n      \u003c!-- Replace src with your Shopify CDN URL for image 3 --\u003e\n      \u003cimg src=\"{{%20'sumifun-3.avif'%20|%20asset_url%20}}\" alt=\"Quickly relieve sports injury, joint discomfort, arthritis, muscle soreness\" class=\"sumifun-img\" loading=\"lazy\" width=\"960\" height=\"960\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"sumifun-divider\"\u003e\n\n  \u003c!-- ⑨ TESTIMONIALS ──────────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-pad\"\u003e\n    \u003cdiv class=\"sumifun-section-title\"\u003e\n      \u003cdiv class=\"sumifun-eyebrow\"\u003eCustomer Reviews\u003c\/div\u003e\n      \u003ch2 class=\"sumifun-h2\"\u003eReal People. Real Relief.\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sumifun-reviews\"\u003e\n      \u003cdiv class=\"sumifun-review-card\"\u003e\n        \u003cdiv class=\"sumifun-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"sumifun-review-text\"\u003e\n          \"My knee has been hurting for 3 years. After using Sumifun for one week, the swelling went down and I can walk without limping. Absolutely amazing!\"\n        \u003c\/p\u003e\n        \u003cdiv class=\"sumifun-review-author\"\u003e\n          \u003cdiv class=\"sumifun-review-avatar\"\u003eMR\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"sumifun-review-name\"\u003eMohamed R.\u003c\/div\u003e\n            \u003cdiv class=\"sumifun-review-tag\"\u003e✔ Verified Purchase\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sumifun-review-card\"\u003e\n        \u003cdiv class=\"sumifun-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"sumifun-review-text\"\u003e\n          \"I play football every weekend and always had sore muscles after. This cream works within 15 minutes — I can feel the heat going deep into the muscle.\"\n        \u003c\/p\u003e\n        \u003cdiv class=\"sumifun-review-author\"\u003e\n          \u003cdiv class=\"sumifun-review-avatar\"\u003eKA\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"sumifun-review-name\"\u003eKarim A.\u003c\/div\u003e\n            \u003cdiv class=\"sumifun-review-tag\"\u003e✔ Verified Purchase\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sumifun-review-card\"\u003e\n        \u003cdiv class=\"sumifun-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"sumifun-review-text\"\u003e\n          \"Bought it for my mother who has arthritis in her hands. She says her joints feel much looser and less painful in the mornings. We ordered 3 more tubes.\"\n        \u003c\/p\u003e\n        \u003cdiv class=\"sumifun-review-author\"\u003e\n          \u003cdiv class=\"sumifun-review-avatar\"\u003eSB\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"sumifun-review-name\"\u003eSamira B.\u003c\/div\u003e\n            \u003cdiv class=\"sumifun-review-tag\"\u003e✔ Verified Purchase\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sumifun-review-card\"\u003e\n        \u003cdiv class=\"sumifun-review-stars\"\u003e★★★★☆\u003c\/div\u003e\n        \u003cp class=\"sumifun-review-text\"\u003e\n          \"My shoulder was almost unusable after a gym injury. Sumifun + rest for 5 days and I'm back lifting. The smell is subtle, not overpowering like other creams.\"\n        \u003c\/p\u003e\n        \u003cdiv class=\"sumifun-review-author\"\u003e\n          \u003cdiv class=\"sumifun-review-avatar\"\u003eYM\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"sumifun-review-name\"\u003eYoussef M.\u003c\/div\u003e\n            \u003cdiv class=\"sumifun-review-tag\"\u003e✔ Verified Purchase\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑩ GUARANTEE ──────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-guarantee\"\u003e\n    \u003cdiv class=\"sumifun-guarantee-icon\"\u003e🛡️\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003e100% Satisfaction Guarantee\u003c\/h3\u003e\n      \u003cp\u003eNot satisfied? Contact us within 30 days of delivery. We stand fully behind our product — your trust is our priority.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑪ PRODUCT SIZE IMAGE ─────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-pad\" style=\"padding-top:0;\"\u003e\n    \u003cdiv class=\"sumifun-feature-img\"\u003e\n      \u003c!-- Replace src with your Shopify CDN URL for image 2 --\u003e\n      \u003cimg src=\"{{%20'sumifun-2.avif'%20|%20asset_url%20}}\" alt=\"Sumifun cream 20g box dimensions — 14cm tall, 0.71oz\" class=\"sumifun-img\" loading=\"lazy\" width=\"960\" height=\"960\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑫ CTA ────────────────────────────────────────────────── --\u003e\n  \u003cdiv class=\"sumifun-cta\"\u003e\n    \u003cdiv class=\"sumifun-eyebrow\"\u003eOrder Today\u003c\/div\u003e\n    \u003ch2 class=\"sumifun-h2\"\u003eSumifun Russian Pain Relief Cream\u003c\/h2\u003e\n    \u003cp class=\"sumifun-body\" style=\"color:#666; margin-top:4px;\"\u003e0.71 oz \/ 20g · Deep-Penetrating Self-Heating Formula\u003c\/p\u003e\n\n    \u003cdiv class=\"sumifun-price-block\"\u003e\n      \u003cdiv class=\"sumifun-price-current\"\u003e{{ product.price | money }}\u003c\/div\u003e\n      {% if product.compare_at_price \u0026gt; product.price %}\n        \u003cdiv class=\"sumifun-price-old\"\u003e{{ product.compare_at_price | money }}\u003c\/div\u003e\n        \u003cdiv class=\"sumifun-price-save\"\u003eSAVE {{ product.compare_at_price | minus: product.price | money }}\u003c\/div\u003e\n      {% endif %}\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sumifun-stock\"\u003eIn Stock — Ships within 24 hours\u003c\/div\u003e\n\n    \u003ca href=\"\/cart\/add\" class=\"sumifun-btn\"\u003e🛒 Add to Cart — Get Relief Now\u003c\/a\u003e\n    \u003ca href=\"{{%20product.url%20}}\" class=\"sumifun-btn-secondary\" style=\"margin-top:10px;\"\u003eView Full Product Details\u003c\/a\u003e\n\n    \u003cdiv class=\"sumifun-trust-icons\"\u003e\n      \u003cdiv class=\"sumifun-trust-item\"\u003e\n\u003cspan\u003e🔒\u003c\/span\u003e Secure Checkout\u003c\/div\u003e\n      \u003cdiv class=\"sumifun-trust-item\"\u003e\n\u003cspan\u003e🚚\u003c\/span\u003e Free Shipping\u003c\/div\u003e\n      \u003cdiv class=\"sumifun-trust-item\"\u003e\n\u003cspan\u003e↩️\u003c\/span\u003e 30-Day Returns\u003c\/div\u003e\n      \u003cdiv class=\"sumifun-trust-item\"\u003e\n\u003cspan\u003e💳\u003c\/span\u003e All Cards Accepted\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- END .sumifun-section --\u003e","brand":"barakah","offers":[{"title":"Default Title","offer_id":58107480866976,"sku":null,"price":1999.0,"currency_code":"DZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/1639\/4656\/files\/Boneruy-X93-360-Degree-Adjustable-Hands-Free-Double-Vacuum-Sucker-Magnetic-Suction-Phone-Mount-for-Car-Gym-Mirror-Smooth-Surface.webp?v=1782297143","url":"https:\/\/dejenst.xyz\/products\/%d8%a7%d9%84%d8%af%d9%88%d8%a7%d8%a1-%d8%a7%d9%84%d8%a7%d8%b5%d9%84%d9%8a-%d9%84%d8%a7%d9%84%d8%a7%d9%85-%d8%a7%d9%84%d9%85%d9%81%d8%a7%d8%b5%d9%84","provider":"barakah","version":"1.0","type":"link"}