{"product_id":"حذاء-بيسمايل-الطبي","title":"حذاء بيسمايل الطبي","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n\/*\n  COLOR SYSTEM\n  --navy    #293341  → dark bg, announcement bar, offer section, final CTA\n  --brown   #7b3202  → accent \/ buttons \/ highlights \/ borders\n  --amber   #f4a05a  → contrast highlight on dark bg\n  --ash     #ebebeb  → light section backgrounds\n  --white   #ffffff  → card backgrounds, hero\n  --black   #0f0f0f  → headings \u0026 body text\n*\/\n\n\/* ===== RESET ===== *\/\n#pro-desc-funnel * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel {\n  direction: rtl;\n  background: #ffffff;\n  color: #0f0f0f;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.7;\n  overflow-x: hidden;\n}\n\n\/* ===== ANNOUNCEMENT BAR ===== *\/\n#pro-desc-funnel .announcement-bar {\n  background: linear-gradient(135deg, #293341 0%, #1a2332 100%);\n  color: #fff;\n  text-align: center;\n  padding: 12px 20px;\n  font-size: 14px;\n  font-weight: 700 !important;\n  font-family: 'Cairo', sans-serif !important;\n  position: relative;\n  overflow: hidden;\n}\n\n#pro-desc-funnel .announcement-bar::before {\n  content: '';\n  position: absolute;\n  top: 0; left: -100%;\n  width: 60%;\n  height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.07), transparent);\n  animation: shimmer 3s infinite;\n}\n\n@keyframes shimmer {\n  0%   { left: -100%; }\n  100% { left: 200%; }\n}\n\n#pro-desc-funnel .accent      { color: #f4a05a; font-weight: 900 !important; }\n#pro-desc-funnel .bar-sep     { margin: 0 10px; opacity: 0.3; }\n\n\/* ===== HERO ===== *\/\n#pro-desc-funnel .hero-section {\n  background: #ffffff;\n  padding: 50px 24px 44px;\n  text-align: center;\n}\n\n#pro-desc-funnel .hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: #f5ece3;\n  border: 1.5px solid #7b3202;\n  color: #7b3202;\n  font-size: 13px;\n  font-weight: 700 !important;\n  padding: 6px 18px;\n  border-radius: 50px;\n  margin-bottom: 22px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .hero-badge .dot {\n  width: 8px;\n  height: 8px;\n  background: #7b3202;\n  border-radius: 50%;\n  animation: pulse-dot 1.5s infinite;\n}\n\n@keyframes pulse-dot {\n  0%, 100% { opacity: 1; transform: scale(1); }\n  50%       { opacity: 0.45; transform: scale(0.65); }\n}\n\n#pro-desc-funnel .hero-title {\n  font-size: clamp(26px, 5vw, 42px);\n  font-weight: 900 !important;\n  color: #0f0f0f;\n  line-height: 1.4;\n  margin-bottom: 16px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .hero-title .highlight { color: #7b3202; }\n\n#pro-desc-funnel .hero-subtitle {\n  font-size: clamp(15px, 2.5vw, 18px);\n  color: #555;\n  max-width: 680px;\n  margin: 0 auto 30px;\n  font-weight: 500 !important;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.85;\n}\n\n#pro-desc-funnel .btn-primary {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: linear-gradient(135deg, #7b3202, #a04004);\n  color: #fff;\n  font-size: 17px;\n  font-weight: 800 !important;\n  padding: 16px 36px;\n  border-radius: 12px;\n  border: none;\n  cursor: pointer;\n  text-decoration: none;\n  transition: transform 0.2s;\n  font-family: 'Cairo', sans-serif !important;\n  animation: btn-glow 2.5s infinite;\n  width: 100%;\n  max-width: 460px;\n}\n\n@keyframes btn-glow {\n  0%, 100% { box-shadow: 0 8px 24px rgba(123,50,2,0.38), 0 2px 8px rgba(123,50,2,0.2); }\n  50%       { box-shadow: 0 14px 34px rgba(123,50,2,0.55), 0 4px 12px rgba(123,50,2,0.3); }\n}\n\n#pro-desc-funnel .btn-primary:hover { transform: translateY(-2px); }\n\n#pro-desc-funnel .hero-image-wrap {\n  margin: 32px auto 0;\n  max-width: 680px;\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: none;\n}\n\n\/* ===== SHARED ===== *\/\n#pro-desc-funnel .section        { padding: 56px 24px; }\n#pro-desc-funnel .bg-white       { background: #ffffff; }\n#pro-desc-funnel .bg-ash         { background: #ebebeb; }\n#pro-desc-funnel .bg-navy        { background: #293341; }\n\n#pro-desc-funnel .section-title {\n  font-size: clamp(22px, 4vw, 34px);\n  font-weight: 900 !important;\n  color: #0f0f0f;\n  text-align: center;\n  margin-bottom: 10px;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.4;\n}\n\n#pro-desc-funnel .bg-navy .section-title { color: #fff; }\n\n#pro-desc-funnel .section-subtitle {\n  text-align: center;\n  color: #666;\n  font-size: 15px;\n  margin-bottom: 40px;\n  font-weight: 500 !important;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .bg-navy .section-subtitle { color: #a8b5c3; }\n\n#pro-desc-funnel .title-underline {\n  width: 60px;\n  height: 4px;\n  background: linear-gradient(90deg, #7b3202, #a04004);\n  border-radius: 2px;\n  margin: 10px auto 36px;\n}\n\n#pro-desc-funnel .divider {\n  width: 100%;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, #ccc, transparent);\n}\n\n\/* ===== AGITATION ===== *\/\n#pro-desc-funnel .agitation-section {\n  background: linear-gradient(135deg, #fdf4ef 0%, #fff 100%);\n  padding: 56px 24px;\n}\n\n#pro-desc-funnel .agitation-title {\n  font-size: clamp(20px, 3.5vw, 30px);\n  font-weight: 900 !important;\n  color: #0f0f0f;\n  text-align: center;\n  margin-bottom: 10px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .pain-list {\n  list-style: none;\n  max-width: 680px;\n  margin: 0 auto 36px;\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n}\n\n#pro-desc-funnel .pain-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  background: #fff;\n  border: 1.5px solid #f0d5c0;\n  border-radius: 12px;\n  padding: 16px 20px;\n  box-shadow: 0 4px 16px rgba(123,50,2,0.05);\n  font-size: 15px;\n  font-weight: 600 !important;\n  color: #1a1a1a;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.65;\n}\n\n#pro-desc-funnel .pain-icon {\n  flex-shrink: 0;\n  width: 32px;\n  height: 32px;\n  background: #fde8d8;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n#pro-desc-funnel .agitation-close {\n  background: linear-gradient(135deg, #293341, #1a2332);\n  color: #fff;\n  border-radius: 16px;\n  padding: 24px 28px;\n  text-align: center;\n  font-size: 17px;\n  font-weight: 700 !important;\n  max-width: 680px;\n  margin: 0 auto;\n  font-family: 'Cairo', sans-serif !important;\n  box-shadow: 0 10px 30px rgba(41,51,65,0.22);\n}\n\n#pro-desc-funnel .agitation-close .aw { color: #f4a05a; }\n\n\/* ===== BENEFITS ===== *\/\n#pro-desc-funnel .benefits-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  max-width: 780px;\n  margin: 0 auto;\n}\n\n@media (max-width: 540px) {\n  #pro-desc-funnel .benefits-grid { grid-template-columns: 1fr; }\n}\n\n#pro-desc-funnel .benefit-card {\n  background: #fff;\n  border-radius: 16px;\n  padding: 28px 22px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n  border: 1.5px solid #ede5df;\n  transition: transform 0.25s, box-shadow 0.25s;\n  position: relative;\n  overflow: hidden;\n}\n\n#pro-desc-funnel .benefit-card::before {\n  content: '';\n  position: absolute;\n  top: 0; right: 0;\n  width: 4px;\n  height: 100%;\n  background: linear-gradient(180deg, #7b3202, #c05a18);\n  border-radius: 0 16px 16px 0;\n}\n\n#pro-desc-funnel .benefit-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 20px 40px rgba(0,0,0,0.09);\n}\n\n#pro-desc-funnel .benefit-icon-wrap {\n  width: 54px;\n  height: 54px;\n  background: #f5ece3;\n  border-radius: 14px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 16px;\n}\n\n#pro-desc-funnel .benefit-card h3 {\n  font-size: 16px;\n  font-weight: 800 !important;\n  color: #0f0f0f;\n  margin-bottom: 8px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .benefit-card p {\n  font-size: 13.5px;\n  color: #666;\n  font-weight: 500 !important;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.7;\n}\n\n\/* ===== GIF SECTION ===== *\/\n#pro-desc-funnel .gif-section {\n  background: #0f0f0f;\n  padding: 70px 24px 60px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n#pro-desc-funnel .gif-section::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse 55% 45% at 15% 60%, rgba(123,50,2,0.2) 0%, transparent 65%),\n    radial-gradient(ellipse 55% 45% at 85% 40%, rgba(160,64,4,0.14) 0%, transparent 65%);\n  pointer-events: none;\n}\n\n#pro-desc-funnel .gif-section-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(123,50,2,0.2);\n  border: 1px solid rgba(123,50,2,0.48);\n  color: #f4a05a;\n  font-size: 12px;\n  font-weight: 700 !important;\n  padding: 5px 16px;\n  border-radius: 50px;\n  margin-bottom: 20px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .gif-section h2 {\n  font-size: clamp(22px, 4vw, 36px);\n  font-weight: 900 !important;\n  color: #fff;\n  margin-bottom: 12px;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.45;\n}\n\n#pro-desc-funnel .gif-section \u003e p {\n  color: #777;\n  font-size: 15px;\n  font-weight: 500 !important;\n  max-width: 480px;\n  margin: 0 auto 48px;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.8;\n}\n\n#pro-desc-funnel .gif-trio {\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 16px;\n  max-width: 900px;\n  margin: 0 auto 48px;\n  align-items: end;\n}\n\n@media (max-width: 640px) {\n  #pro-desc-funnel .gif-trio {\n    grid-template-columns: 1fr;\n    max-width: 360px;\n  }\n}\n\n#pro-desc-funnel .gif-card {\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n}\n\n#pro-desc-funnel .gif-card-inner {\n  position: relative;\n  border-radius: 18px;\n  overflow: hidden;\n  border: none;\n  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;\n  background: transparent;\n  box-shadow: 0 16px 40px rgba(0,0,0,0.5);\n}\n\n#pro-desc-funnel .gif-card-inner img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 16px;\n  border: none;\n  margin: 0 !important;\n}\n\n#pro-desc-funnel .gif-card-inner:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 24px 50px rgba(0,0,0,0.6);\n}\n\n#pro-desc-funnel .gif-card-featured .gif-card-inner {\n  border: none;\n  box-shadow: none;\n  transform: translateY(-12px);\n}\n\n#pro-desc-funnel .gif-card-featured .gif-card-inner:hover {\n  transform: translateY(-18px);\n}\n\n#pro-desc-funnel .gif-card-caption {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 0 4px;\n}\n\n#pro-desc-funnel .gif-card-num {\n  font-size: 11px;\n  font-weight: 900 !important;\n  color: #7b3202;\n  font-family: 'Cairo', sans-serif !important;\n  background: rgba(123,50,2,0.14);\n  border: 1px solid rgba(123,50,2,0.3);\n  width: 30px;\n  height: 30px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n#pro-desc-funnel .gif-num-gold {\n  color: #f4c14a;\n  background: rgba(244,193,74,0.12);\n  border-color: rgba(244,193,74,0.35);\n}\n\n#pro-desc-funnel .gif-card-caption \u003e div {\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n}\n\n#pro-desc-funnel .gif-card-caption strong {\n  font-size: 13px;\n  font-weight: 800 !important;\n  color: #fff;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.3;\n}\n\n#pro-desc-funnel .gif-card-caption span {\n  font-size: 11.5px;\n  color: #666;\n  font-weight: 500 !important;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .gif-play-badge {\n  position: absolute;\n  bottom: 12px;\n  right: 12px;\n  background: rgba(123,50,2,0.9);\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700 !important;\n  padding: 5px 12px;\n  border-radius: 50px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  font-family: 'Cairo', sans-serif !important;\n  backdrop-filter: blur(6px);\n  z-index: 2;\n}\n\n#pro-desc-funnel .gif-play-dot {\n  width: 7px;\n  height: 7px;\n  background: #fff;\n  border-radius: 50%;\n  flex-shrink: 0;\n  animation: pulse-dot 1.2s infinite;\n}\n\n#pro-desc-funnel .gif-stats {\n  display: flex;\n  justify-content: center;\n  gap: 48px;\n  flex-wrap: wrap;\n  border-top: 1px solid rgba(255,255,255,0.07);\n  padding-top: 40px;\n}\n\n#pro-desc-funnel .gif-stat { text-align: center; }\n\n#pro-desc-funnel .gif-stat .stat-num {\n  display: block;\n  font-size: 32px;\n  font-weight: 900 !important;\n  color: #f4a05a;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.1;\n}\n\n#pro-desc-funnel .gif-stat .stat-label {\n  display: block;\n  font-size: 13px;\n  color: #666;\n  font-weight: 500 !important;\n  font-family: 'Cairo', sans-serif !important;\n  margin-top: 5px;\n}\n\n\/* ===== SOLE SECTION ===== *\/\n#pro-desc-funnel .sole-section {\n  background: #ebebeb;\n  padding: 56px 24px;\n}\n\n#pro-desc-funnel .sole-inner {\n  max-width: 780px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 36px;\n  align-items: center;\n}\n\n@media (max-width: 600px) {\n  #pro-desc-funnel .sole-inner { grid-template-columns: 1fr; }\n}\n\n#pro-desc-funnel .sole-text h2 {\n  font-size: clamp(20px, 3.5vw, 28px);\n  font-weight: 900 !important;\n  color: #0f0f0f;\n  margin-bottom: 12px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .sole-text p {\n  font-size: 15px;\n  color: #444;\n  font-weight: 500 !important;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.85;\n}\n\n#pro-desc-funnel .sole-text .tag-brown {\n  display: inline-block;\n  background: #f5ece3;\n  color: #7b3202;\n  border: 1px solid rgba(123,50,2,0.3);\n  font-size: 12px;\n  font-weight: 700 !important;\n  padding: 4px 14px;\n  border-radius: 50px;\n  margin-bottom: 14px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n\/* ===== OFFER ===== *\/\n#pro-desc-funnel .offer-section {\n  background: #293341;\n  padding: 60px 24px;\n}\n\n#pro-desc-funnel .offer-section .section-title { color: #fff; }\n\n#pro-desc-funnel .offer-intro {\n  text-align: center;\n  color: #a8b5c3;\n  font-size: 15px;\n  font-weight: 500 !important;\n  max-width: 580px;\n  margin: 0 auto 40px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .offer-cards {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n  max-width: 760px;\n  margin: 0 auto 40px;\n}\n\n@media (max-width: 560px) {\n  #pro-desc-funnel .offer-cards { grid-template-columns: 1fr; }\n}\n\n#pro-desc-funnel .offer-card {\n  background: #1a2332;\n  border-radius: 16px;\n  padding: 28px 24px;\n  border: 2px solid rgba(255,255,255,0.07);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n#pro-desc-funnel .offer-card.featured {\n  border-color: #7b3202;\n  background: linear-gradient(135deg, #2d1a0e, #3a2010);\n}\n\n#pro-desc-funnel .offer-badge {\n  position: absolute;\n  top: 14px;\n  left: 14px;\n  background: #7b3202;\n  color: #fff;\n  font-size: 11px;\n  font-weight: 800 !important;\n  padding: 4px 12px;\n  border-radius: 50px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .offer-card-icon { font-size: 40px; margin-bottom: 14px; display: block; }\n\n#pro-desc-funnel .offer-card h3 {\n  font-size: 17px;\n  font-weight: 800 !important;\n  color: #fff;\n  margin-bottom: 8px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .offer-card .offer-desc {\n  font-size: 13px;\n  color: #7a8ea3;\n  font-weight: 500 !important;\n  margin-bottom: 18px;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.7;\n}\n\n#pro-desc-funnel .offer-card.featured .offer-desc { color: #c8a882; }\n\n#pro-desc-funnel .offer-price {\n  font-size: 34px;\n  font-weight: 900 !important;\n  color: #f4a05a;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .offer-price .currency {\n  font-size: 15px;\n  font-weight: 700 !important;\n  vertical-align: super;\n}\n\n#pro-desc-funnel .offer-image-wrap {\n  max-width: 680px;\n  margin: 0 auto 36px;\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: none;\n}\n\n#pro-desc-funnel .btn-offer {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: linear-gradient(135deg, #7b3202, #a04004);\n  color: #fff;\n  font-size: 18px;\n  font-weight: 800 !important;\n  padding: 18px 40px;\n  border-radius: 14px;\n  border: none;\n  cursor: pointer;\n  text-decoration: none;\n  max-width: 480px;\n  margin: 0 auto;\n  font-family: 'Cairo', sans-serif !important;\n  animation: btn-glow 2.5s infinite;\n}\n\n\/* ===== TRUST ===== *\/\n#pro-desc-funnel .trust-section {\n  background: #ebebeb;\n  padding: 56px 24px;\n}\n\n#pro-desc-funnel .trust-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  max-width: 780px;\n  margin: 0 auto;\n}\n\n@media (max-width: 540px) {\n  #pro-desc-funnel .trust-grid {\n    grid-template-columns: 1fr;\n    max-width: 380px;\n  }\n}\n\n#pro-desc-funnel .trust-card {\n  background: #fff;\n  border-radius: 16px;\n  padding: 28px 20px;\n  text-align: center;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n  border: 1.5px solid #ddd;\n  transition: transform 0.25s, box-shadow 0.25s;\n}\n\n#pro-desc-funnel .trust-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 18px 38px rgba(0,0,0,0.1);\n}\n\n#pro-desc-funnel .trust-icon-wrap {\n  width: 64px;\n  height: 64px;\n  background: #f5ece3;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 16px;\n}\n\n#pro-desc-funnel .trust-card h3 {\n  font-size: 15px;\n  font-weight: 800 !important;\n  color: #0f0f0f;\n  margin-bottom: 6px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .trust-card p {\n  font-size: 13px;\n  color: #666;\n  font-weight: 500 !important;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.6;\n}\n\n\/* ===== FAQ ===== *\/\n#pro-desc-funnel .faq-section {\n  background: #fff;\n  padding: 56px 24px;\n}\n\n#pro-desc-funnel .faq-list {\n  max-width: 720px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n#pro-desc-funnel .faq-list details {\n  background: #f7f4f1;\n  border-radius: 12px;\n  border: 1.5px solid #e5d9cf;\n  overflow: hidden;\n}\n\n#pro-desc-funnel .faq-list details[open] {\n  border-color: #7b3202;\n  box-shadow: 0 6px 20px rgba(123,50,2,0.1);\n}\n\n#pro-desc-funnel .faq-list details summary {\n  padding: 20px 24px;\n  font-size: 15px;\n  font-weight: 700 !important;\n  color: #0f0f0f;\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 12px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .faq-list details summary::-webkit-details-marker { display: none; }\n\n#pro-desc-funnel .faq-list details summary::after {\n  content: '+';\n  font-size: 22px;\n  font-weight: 300 !important;\n  color: #7b3202;\n  flex-shrink: 0;\n  transition: transform 0.3s;\n  line-height: 1;\n}\n\n#pro-desc-funnel .faq-list details[open] summary::after { transform: rotate(45deg); }\n\n#pro-desc-funnel .faq-answer {\n  padding: 16px 24px 22px;\n  font-size: 14.5px;\n  color: #555;\n  font-weight: 500 !important;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.85;\n  border-top: 1px solid #e5d9cf;\n}\n\n\/* ===== STICKY CTA ===== *\/\n#pro-desc-funnel .sticky-cta {\n  display: none;\n  position: fixed;\n  bottom: 0; left: 0; right: 0;\n  background: #293341;\n  padding: 14px 20px;\n  z-index: 9999;\n  box-shadow: 0 -6px 24px rgba(0,0,0,0.25);\n  border-top: 2px solid #7b3202;\n}\n\n@media (max-width: 768px) {\n  #pro-desc-funnel .sticky-cta {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    justify-content: space-between;\n  }\n  #pro-desc-funnel { padding-bottom: 90px; }\n}\n\n#pro-desc-funnel .sticky-cta-text {\n  color: #fff;\n  font-size: 13px;\n  font-weight: 600 !important;\n  font-family: 'Cairo', sans-serif !important;\n  line-height: 1.4;\n}\n\n#pro-desc-funnel .sticky-cta-text strong {\n  display: block;\n  color: #f4a05a;\n  font-size: 15px;\n  font-family: 'Cairo', sans-serif !important;\n}\n\n#pro-desc-funnel .sticky-cta-btn {\n  flex-shrink: 0;\n  background: linear-gradient(135deg, #7b3202, #a04004);\n  color: #fff;\n  font-size: 14px;\n  font-weight: 800 !important;\n  padding: 12px 20px;\n  border-radius: 10px;\n  border: none;\n  cursor: pointer;\n  font-family: 'Cairo', sans-serif !important;\n  white-space: nowrap;\n  box-shadow: 0 4px 14px rgba(123,50,2,0.38);\n}\n\n\/* ===== FINAL CTA ===== *\/\n#pro-desc-funnel .final-cta {\n  background: linear-gradient(135deg, #293341, #1a2332);\n  padding: 60px 24px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n#pro-desc-funnel .final-cta::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(123,50,2,0.22) 0%, transparent 70%);\n  pointer-events: none;\n}\n\n#pro-desc-funnel .final-cta h2 {\n  font-size: clamp(22px, 4vw, 34px);\n  font-weight: 900 !important;\n  color: #fff;\n  margin-bottom: 12px;\n  font-family: 'Cairo', sans-serif !important;\n  position: relative;\n}\n\n#pro-desc-funnel .final-cta p {\n  color: #a8b5c3;\n  font-size: 15px;\n  font-weight: 500 !important;\n  margin-bottom: 28px;\n  font-family: 'Cairo', sans-serif !important;\n  position: relative;\n}\n\n#pro-desc-funnel .btn-final {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: linear-gradient(135deg, #7b3202, #a04004);\n  color: #fff;\n  font-size: 17px;\n  font-weight: 800 !important;\n  padding: 16px 40px;\n  border-radius: 12px;\n  border: none;\n  cursor: pointer;\n  text-decoration: none;\n  max-width: 460px;\n  width: 100%;\n  font-family: 'Cairo', sans-serif !important;\n  animation: btn-glow 2.5s infinite;\n  position: relative;\n}\n\n\/* ===== MISC ===== *\/\n#pro-desc-funnel img.product-placeholder {\n  width: 100%;\n  border-radius: 12px;\n  margin: 20px 0;\n  display: block;\n  border: none !important;\n  outline: none !important;\n}\n\n\/* Square ratio only for hero\/agitation\/sole\/offer images — NOT gif cards *\/\n#pro-desc-funnel .hero-image-wrap img.product-placeholder,\n#pro-desc-funnel .agitation-section img.product-placeholder,\n#pro-desc-funnel .sole-section img.product-placeholder,\n#pro-desc-funnel .offer-image-wrap img.product-placeholder {\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n}\n\n\/* GIF cards — natural image dimensions *\/\n#pro-desc-funnel .gif-card-inner img.product-placeholder {\n  aspect-ratio: unset !important;\n  object-fit: unset !important;\n  height: auto !important;\n  margin: 0 !important;\n  border-radius: 16px;\n}\n\n\u003c\/style\u003e\n\u003cdiv dir=\"rtl\" id=\"pro-desc-funnel\"\u003e\n\u003c!-- ===== ANNOUNCEMENT BAR ===== --\u003e\n\u003cdiv class=\"announcement-bar\"\u003e🚚 توصيل \u003cspan class=\"accent\"\u003eفابور\u003c\/span\u003e لجميع المدن المغربية \u003cspan class=\"bar-sep\"\u003e|\u003c\/span\u003e 🎁 عرض خاص: وفر \u003cspan class=\"accent\"\u003e50 درهم\u003c\/span\u003e عند طلب حذائين!\u003c\/div\u003e\n\u003c!-- ===== SECTION 1: HERO ===== --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e حذاء طبي أصلي 100%\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eعييتي من \u003cspan class=\"highlight\"\u003eحريق الرجلين\u003c\/span\u003e\u003cbr\u003eوألم أسفل الظهر بسبب الوقوف بزاف؟ 🛑\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eاكتشف حذاء \u003cstrong\u003eBISMAIL Medical\u003c\/strong\u003e الطبي. وداعاً لتعب القدمين، السياتيك، ومعاناة مرضى السكري. راحة طبية 100% وأناقة تناسب خدمتك ويومياتك!\u003c\/p\u003e\n\u003ca class=\"btn-primary\" href=\"#\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003ccircle r=\"1\" cy=\"21\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle r=\"1\" cy=\"21\" cx=\"20\"\u003e\u003c\/circle\u003e\u003cpath d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 🛒 اطلب الآن وارتاح من الألم - الدفع عند الاستلام \u003c\/a\u003e\n\u003cdiv class=\"hero-image-wrap\" style=\"text-align: center;\"\u003e\u003cimg class=\"product-placeholder\" alt=\"حذاء BISMAIL الطبي\" src=\"https:\/\/i.ibb.co\/zYd8PwG\/1-1.webp\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ===== SECTION 2: AGITATION ===== --\u003e\n\u003csection class=\"agitation-section\"\u003e\n\u003ch2 class=\"agitation-title\"\u003e😓 واش كتعيش هاد المعاناة كل نهار؟\u003c\/h2\u003e\n\u003cdiv class=\"title-underline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cul class=\"pain-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"pain-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e كترجع للدار رجليك واكلين الدق والظهر كيحرقك بسبب الوقوف أو المشي بزاف فالخدمة؟\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"pain-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e نصحك الطبيب تلبس صبابط ميديكال، ولكن كتلقاهم غاليين أو الشكل ديالهم خايب ومكيصلاحش للخدمة؟\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"pain-icon\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cline y2=\"18\" x2=\"6\" y1=\"6\" x1=\"18\"\u003e\u003c\/line\u003e\u003cline y2=\"18\" x2=\"18\" y1=\"6\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/span\u003e كتعاني من مرض السكري (الله يشافي الجميع) وكتخاف من الصبابط القاسحين اللي كيجرحو الرجل؟\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"agitation-close\"\u003eإيلا كان الجواب \u003cspan class=\"aw\"\u003e\"آه\"\u003c\/span\u003e، فهاد الحذاء الطبي \u003cspan class=\"aw\"\u003eتصاوب خصيصاً ليك!\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\u003cimg class=\"product-placeholder\" alt=\"الحذاء مع الجينز\" src=\"https:\/\/i.ibb.co\/sJMBXPdL\/1-4.webp\" style=\"margin-top: 20px; margin-bottom: 20px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ===== SECTION 3: BENEFITS ===== --\u003e\n\u003csection class=\"section bg-white\"\u003e\n\u003ch2 class=\"section-title\"\u003e✨ علاش حذاء BISMAIL هو الحل النهائي ليك؟\u003c\/h2\u003e\n\u003cdiv class=\"title-underline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eجلد ممتاز ومرن 100%\u003c\/h3\u003e\n\u003cp\u003eمكيقسحش الرجلين من الفوق، ومكيسببش احتكاك أو جروح. مثالي جداً للناس اللي عندهم حساسية في القدم أو مرضى السكري.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eسوميلة التدليك (EVA)\u003c\/h3\u003e\n\u003cp\u003eتقنية طبية كتدلك باطن القدم مع كل خطوة. كتمتص الصدمات وكتنقص الضغط على الركابي والعمود الفقري.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eعملي وسريع (Slip-on)\u003c\/h3\u003e\n\u003cp\u003eبدون خيوط، خشيه في رجلك في ثانية وتوكل على الله. شكل كلاسيكي أنيق تلبسو مع السروال للخدمة أو الجينز للخروج.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eحماية لمرضى السكري\u003c\/h3\u003e\n\u003cp\u003eمواد رطبة ومبطنة كتحمي القدم من أي ضغط أو احتكاك، خصيصاً للناس اللي كيعانيو من حساسية الأطراف.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eمساج مع كل خطوة\u003c\/h3\u003e\n\u003cp\u003eالدوائر في السوميلة ماشي زواقة! كتحفز نقاط الراحة في باطن القدم (Reflexology) وكتعطيك طاقة طول اليوم.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"7\" cy=\"8\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eأناقة + راحة طبية\u003c\/h3\u003e\n\u003cp\u003eما خاصكش تختار بين الصحة والأناقة. BISMAIL كيجمع بينهم في حذاء واحد لائق للخدمة وللخروج فدقة وحدة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== GIF SECTION ===== --\u003e\n\u003csection class=\"gif-section\"\u003e\u003cspan class=\"gif-section-label\"\u003e \u003cspan class=\"gif-play-dot\"\u003e\u003c\/span\u003e شوف الفرق بنفسك \u003c\/span\u003e\n\u003ch2\u003eحذاء ينلبس في ثانية 👀\u003cbr\u003eويريحك طول اليوم\u003c\/h2\u003e\n\u003cp\u003eبدون خيوط، بدون تعب. Slip-on سهل وسريع،\u003cbr\u003eسوميلة EVA تحسسك بالراحة من أول خطوة.\u003c\/p\u003e\n\u003cdiv class=\"gif-trio\"\u003e\n\u003cdiv class=\"gif-card\"\u003e\n\u003cdiv class=\"gif-card-inner\" style=\"text-align: center;\"\u003e\n\u003cimg class=\"product-placeholder\" alt=\"GIF ارتداء الحذاء\" src=\"https:\/\/i.ibb.co\/5XMDDpmm\/1.webp\" style=\"float: none;\"\u003e \u003cspan class=\"gif-play-badge\"\u003e\u003cspan class=\"gif-play-dot\"\u003e\u003c\/span\u003eSlip-on\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gif-card-caption\"\u003e\n\u003cspan class=\"gif-card-num\"\u003e01\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eخشيه في ثانية\u003c\/strong\u003e\u003cspan\u003eبدون خيوط، بدون تعب\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gif-card gif-card-featured\"\u003e\n\u003cdiv class=\"gif-card-inner\" style=\"text-align: center;\"\u003e\n\u003cimg class=\"product-placeholder\" alt=\"GIF 360 درجة\" src=\"https:\/\/i.ibb.co\/yc6HQdXf\/2.webp\" style=\"float: none;\"\u003e \u003cspan style=\"background: rgba(244,193,74,0.92); color: #1a1a1a;\" class=\"gif-play-badge\"\u003e \u003cspan style=\"background: #1a1a1a;\" class=\"gif-play-dot\"\u003e\u003c\/span\u003e360° \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gif-card-caption\"\u003e\n\u003cspan class=\"gif-card-num gif-num-gold\"\u003e02\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eشوف من كل الزوايا\u003c\/strong\u003e\u003cspan\u003eتشطيب فاخر وجلد أصلي\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gif-card\"\u003e\n\u003cdiv class=\"gif-card-inner\" style=\"text-align: center;\"\u003e\n\u003cimg class=\"product-placeholder\" alt=\"GIF سوميلة EVA\" src=\"https:\/\/i.ibb.co\/vFHBXdC\/3.webp\" style=\"float: none;\"\u003e \u003cspan class=\"gif-play-badge\"\u003e\u003cspan class=\"gif-play-dot\"\u003e\u003c\/span\u003eEVA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gif-card-caption\"\u003e\n\u003cspan class=\"gif-card-num\"\u003e03\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eراحة طول اليوم\u003c\/strong\u003e\u003cspan\u003eسوميلة تدلك قدمك\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gif-stats\"\u003e\n\u003cdiv class=\"gif-stat\"\u003e\n\u003cspan class=\"stat-num\"\u003e+3000\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eزبون راضي\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gif-stat\"\u003e\n\u003cspan class=\"stat-num\"\u003e100%\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eجلد أصلي مرن\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gif-stat\"\u003e\n\u003cspan class=\"stat-num\"\u003e24h\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eتوصيل سريع\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ===== SECTION 4: SOLE MECHANISM ===== --\u003e\n\u003csection class=\"sole-section\"\u003e\n\u003cdiv class=\"sole-inner\"\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\u003cimg class=\"product-placeholder\" alt=\"سوميلة EVA\" src=\"https:\/\/i.ibb.co\/RpNnjZk3\/1-3.webp\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sole-text\"\u003e\n\u003cspan class=\"tag-brown\"\u003e🔬 تقنية Reflexology\u003c\/span\u003e\n\u003ch2\u003eشفتي هاد الدوائر لتحت؟\u003c\/h2\u003e\n\u003cp\u003eهادي ماشي زواقة! هادي \u003cstrong\u003eتقنية طبية (Reflexology)\u003c\/strong\u003e كتدلك باطن القدم مع كل خطوة كتمشيها. سوميلة EVA كتمتص الصدمات وكتنقص الضغط على الركابي والعمود الفقري. فليكسيبل جداً وخفيفة بحال الريشة باش تنساها فرجلك.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ===== SECTION 5: OFFER ===== --\u003e\n\u003csection class=\"offer-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e💎 العرض اللي ما يتردش فيه!\u003c\/h2\u003e\n\u003cdiv class=\"title-underline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"offer-intro\"\u003eصحتك ما عندها ثمن، والراحة ديالك كتبدأ من رجليك. جبنا ليك الجودة الطبية بثمن خيالي، والتوصيل بالمجان تال باب دارك!\u003c\/p\u003e\n\u003cdiv class=\"offer-image-wrap\" style=\"text-align: start;\"\u003e\u003cimg class=\"product-placeholder\" alt=\"عرض الحذائين\" src=\"https:\/\/i.ibb.co\/ynpvYrpC\/1-2.webp\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"offer-cards\"\u003e\n\u003cdiv class=\"offer-card\"\u003e\n\u003cspan class=\"offer-card-icon\"\u003e👞\u003c\/span\u003e\n\u003ch3\u003eالعرض العادي\u003c\/h3\u003e\n\u003cp class=\"offer-desc\"\u003eحذاء طبي (أسود أو مارون) — التوصيل فابور!\u003c\/p\u003e\n\u003cdiv class=\"offer-price\"\u003e\n\u003cspan class=\"currency\"\u003eدرهم \u003c\/span\u003e225\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"offer-card featured\"\u003e\n\u003cspan class=\"offer-badge\"\u003e🔥 الأكثر طلباً\u003c\/span\u003e \u003cspan class=\"offer-card-icon\"\u003e👟\u003c\/span\u003e\n\u003ch3\u003eعرض الهمزة\u003c\/h3\u003e\n\u003cp class=\"offer-desc\"\u003eحذاءان (أسود للخدمة + مارون للخروج) — وفر 50 درهم! 🎁\u003c\/p\u003e\n\u003cdiv class=\"offer-price\"\u003e\n\u003cspan class=\"currency\"\u003eدرهم \u003c\/span\u003e400\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"btn-offer\" href=\"#\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003ccircle r=\"1\" cy=\"21\" cx=\"9\"\u003e\u003c\/circle\u003e\u003ccircle r=\"1\" cy=\"21\" cx=\"20\"\u003e\u003c\/circle\u003e\u003cpath d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e اختار عرضك الآن - الدفع عند الاستلام ✅ \u003c\/a\u003e\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ===== SECTION 6: TRUST BADGES ===== --\u003e\n\u003csection class=\"trust-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e🛡️ شري ونت مرتاح معانا\u003c\/h2\u003e\n\u003cdiv class=\"title-underline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"section-subtitle\"\u003eكل الضمانات حاضرة حتى تكون مرتاح بالكامل قبل ما تطلب\u003c\/p\u003e\n\u003cdiv class=\"trust-grid\"\u003e\n\u003cdiv class=\"trust-card\"\u003e\n\u003cdiv class=\"trust-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"30\" width=\"30\"\u003e\u003crect height=\"13\" width=\"15\" y=\"3\" x=\"1\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"5.5\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"18.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eتوصيل مجاني وسريع\u003c\/h3\u003e\n\u003cp\u003eفابور لجميع المدن المغربية — من 24h إلى 48h تال باب الدار\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-card\"\u003e\n\u003cdiv class=\"trust-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"30\" width=\"30\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eقيس عاد خلص\u003c\/h3\u003e\n\u003cp\u003eما تخلص حتى ريال حتى يوصلك الليفرور وتتأكد من الجودة والمقاس\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-card\"\u003e\n\u003cdiv class=\"trust-icon-wrap\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#7b3202\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"30\" width=\"30\"\u003e\u003cpolyline points=\"1 4 1 10 7 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M3.51 15a9 9 0 1 0 .49-3.68\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eتبديل المقاس مضمون\u003c\/h3\u003e\n\u003cp\u003eجاك كبير أو صغير؟ كنبدلوه ليك بكل فرح وبدون أي مشكل\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- ===== SECTION 7: FAQ ===== --\u003e\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e🙋 أسئلة كيتسألوها بزاف\u003c\/h2\u003e\n\u003cdiv class=\"title-underline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eواش الحذاء مناسب لمرضى السكري؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eنعم 100%! الحذاء صُمم خصيصاً لمرضى السكري. الجلد رطب وما كيقسحش الرجل، والسوميلة كتمتص الصدمات. غيحميك من أي جروح أو احتكاك ويعطيك راحة كاملة طول اليوم.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eكيفاش نعرف المقاس ديالي؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eالمقاسات ديالنا مضبوطة (Standard). اختار النمرة اللي كتلبس ديما. وإيلا جاك كبير أو صغير، راه التبديل عندنا فابور وبدون أي مشكل.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eفشحال ديال الوقت كيوصل الطلب؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eالتوصيل سريع جداً: من 24 إلى 48 ساعة كأقصى حد لجميع المدن المغربية، وكيوصلك تال باب الدار مع رقم التتبع.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eواش نقدر نشوف الحذاء قبل ما نخلص؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eأكيد! حنا كنخدمو بنظام الدفع عند الاستلام. كيوصلك الليفرور، كتقلب السبيبيط ديالك وتأكد من الجودة، عاد كتخلص. ما عندك ما تخاف منه!\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eواش كيصلاح للخدمة؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eتماماً! هاد الحذاء تصمم ليجمع بين الراحة الطبية والأناقة الكلاسيكية. تقدر تلبسو مع الكوستيم، السروال د الثوب، أو الجينز. اللون الأسود والمارون يتناسبوا مع كل شيء.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eواش التوصيل بصح فابور؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eآه، 100% مجاني! الثمن اللي كتشوف هو اللي كتخلص، ما كنزيدو عليك حتى درهم فالتوصيل مهما كانت مدينتك.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== FINAL CTA ===== --\u003e\n\u003csection class=\"final-cta\"\u003e\n\u003ch2\u003eجسمك كيستاهل الراحة.. وراحتك كتبدأ من رجليك 💚\u003c\/h2\u003e\n\u003cp\u003eانضم لآلاف المغاربة اللي ارتاحو من حريق الرجلين مع BISMAIL Medical\u003c\/p\u003e\n\u003ca class=\"btn-final\" href=\"#\"\u003e 🛒 اطلب الآن - الدفع عند الاستلام \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- ===== STICKY MOBILE CTA ===== --\u003e\n\u003cdiv class=\"sticky-cta\"\u003e\n\u003cdiv class=\"sticky-cta-text\"\u003e\n\u003cstrong\u003eBISMAIL Medical\u003c\/strong\u003e الدفع عند الاستلام ✅ توصيل مجاني 🚚\u003c\/div\u003e\n\u003cbutton class=\"sticky-cta-btn\"\u003e 🛒 اطلب الآن \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- END #pro-desc-funnel --\u003e","brand":"Conversion rate Up","offers":[{"title":"Default Title","offer_id":46060941869195,"sku":null,"price":0.0,"currency_code":"MAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0726\/0618\/7659\/files\/1_1.jpg?v=1772789029","url":"https:\/\/cvrup.online\/products\/%d8%ad%d8%b0%d8%a7%d8%a1-%d8%a8%d9%8a%d8%b3%d9%85%d8%a7%d9%8a%d9%84-%d8%a7%d9%84%d8%b7%d8%a8%d9%8a","provider":"Conversion rate Up","version":"1.0","type":"link"}