{"product_id":"cosrx-6-peptide-serum","title":"سيروم كوسركس بـ٦ ببتيدات الأصلي | ترطيب ونضارة لبشرة أحلى","description":"\u003cdiv class=\"pyarina-product-description\" dir=\"rtl\"\u003e\n\n\u003cstyle\u003e\n\/* =====================================================\n   PYARINA × COSRX\n   Product Description — Saudi Luxury Edition\n   HTML + CSS only\n===================================================== *\/\n\n.pyarina-product-description{\n  --py-black:#191517;\n  --py-text:#2b2527;\n  --py-muted:#756b6e;\n  --py-rose:#b87586;\n  --py-rose-dark:#9f5f70;\n  --py-pink:#f7e7ea;\n  --py-pink-2:#f1d4da;\n  --py-cream:#fffafa;\n  --py-white:#ffffff;\n  --py-line:#eadbdd;\n\n  width:100%;\n  max-width:1000px;\n  margin:0 auto;\n\n  color:var(--py-text);\n  background:var(--py-cream);\n\n  font-family:\n    \"Tajawal\",\n    \"Noto Sans Arabic\",\n    Arial,\n    sans-serif;\n\n  line-height:1.85;\n  overflow:hidden;\n}\n\n.pyarina-product-description *,\n.pyarina-product-description *::before,\n.pyarina-product-description *::after{\n  box-sizing:border-box;\n}\n\n\n\/* =====================================================\n   01 — HERO \/ HOOK\n===================================================== *\/\n\n.py-hook{\n  position:relative;\n  overflow:hidden;\n\n  padding:58px 28px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 45%,\n      rgba(239,202,209,.75),\n      transparent 34%\n    ),\n    linear-gradient(\n      145deg,\n      #fffafa 0%,\n      #f9edef 50%,\n      #fffafa 100%\n    );\n\n  border-radius:26px;\n\n  isolation:isolate;\n}\n\n\n\/* Animated background rings *\/\n\n.py-hook::before{\n  content:\"\";\n\n  position:absolute;\n\n  width:260px;\n  height:260px;\n\n  left:50%;\n  top:50%;\n\n  transform:translate(-50%,-50%);\n\n  border-radius:50%;\n\n  border:1px solid rgba(184,117,134,.15);\n\n  box-shadow:\n    0 0 0 35px rgba(184,117,134,.05),\n    0 0 0 75px rgba(184,117,134,.035);\n\n  animation:py-rings 5s ease-in-out infinite;\n\n  z-index:-1;\n}\n\n\n.py-hook::after{\n  content:\"\";\n\n  position:absolute;\n\n  width:8px;\n  height:8px;\n\n  border-radius:50%;\n\n  background:#c88998;\n\n  top:22%;\n  right:17%;\n\n  box-shadow:\n    -210px 90px 0 #dfabb6,\n    180px 170px 0 #d395a4,\n    -160px 220px 0 #e7bcc4;\n\n  animation:py-particles 5s ease-in-out infinite;\n\n  opacity:.75;\n}\n\n\n.py-hook-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n\n  padding:7px 14px;\n\n  border-radius:50px;\n\n  background:rgba(255,255,255,.8);\n\n  border:1px solid rgba(184,117,134,.22);\n\n  color:var(--py-rose-dark);\n\n  font-size:12px;\n  font-weight:800;\n\n  animation:py-up .8s ease both;\n}\n\n\n.py-hook h2{\n  margin:18px auto 10px;\n\n  max-width:700px;\n\n  font-size:clamp(34px,6vw,58px);\n\n  line-height:1.12;\n\n  letter-spacing:-1.8px;\n\n  font-weight:900;\n\n  animation:py-up .85s .08s ease both;\n}\n\n\n.py-hook h2 span{\n  color:var(--py-rose-dark);\n}\n\n\n.py-hook-text{\n  max-width:650px;\n\n  margin:0 auto;\n\n  color:var(--py-muted);\n\n  font-size:16px;\n\n  animation:py-up .9s .16s ease both;\n}\n\n\n.py-hook-points{\n  display:flex;\n\n  justify-content:center;\n\n  flex-wrap:wrap;\n\n  gap:9px;\n\n  margin-top:24px;\n\n  animation:py-up .95s .24s ease both;\n}\n\n\n.py-hook-point{\n  padding:8px 13px;\n\n  background:rgba(255,255,255,.88);\n\n  border:1px solid var(--py-line);\n\n  border-radius:12px;\n\n  font-size:12px;\n\n  font-weight:800;\n}\n\n\n\/* =====================================================\n   02 — THREE BENEFITS\n===================================================== *\/\n\n.py-benefits-section{\n  padding:58px 22px;\n}\n\n\n.py-section-label{\n  text-align:center;\n\n  color:var(--py-rose-dark);\n\n  font-size:12px;\n\n  font-weight:900;\n\n  letter-spacing:.2px;\n}\n\n\n.py-section-title{\n  text-align:center;\n\n  margin:5px auto 10px;\n\n  font-size:clamp(27px,4vw,39px);\n\n  line-height:1.25;\n\n  font-weight:900;\n}\n\n\n.py-section-subtitle{\n  max-width:650px;\n\n  margin:0 auto 32px;\n\n  text-align:center;\n\n  color:var(--py-muted);\n\n  font-size:14px;\n}\n\n\n.py-benefits{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:14px;\n}\n\n\n.py-benefit{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:25px;\n\n  background:var(--py-white);\n\n  border:1px solid var(--py-line);\n\n  border-radius:21px;\n\n  transition:\n    transform .35s ease,\n    box-shadow .35s ease,\n    border-color .35s ease;\n}\n\n\n.py-benefit::before{\n  content:\"\";\n\n  position:absolute;\n\n  width:90px;\n  height:90px;\n\n  border-radius:50%;\n\n  background:var(--py-pink);\n\n  left:-42px;\n  bottom:-42px;\n\n  transition:transform .45s ease;\n}\n\n\n.py-benefit:hover{\n  transform:translateY(-8px);\n\n  border-color:rgba(184,117,134,.3);\n\n  box-shadow:\n    0 20px 45px rgba(54,35,40,.09);\n}\n\n\n.py-benefit:hover::before{\n  transform:scale(1.6);\n}\n\n\n.py-benefit-icon{\n  position:relative;\n\n  width:52px;\n  height:52px;\n\n  display:grid;\n\n  place-items:center;\n\n  margin-bottom:15px;\n\n  border-radius:16px;\n\n  background:var(--py-pink);\n\n  font-size:24px;\n\n  transition:\n    transform .35s ease;\n}\n\n\n.py-benefit:hover .py-benefit-icon{\n  transform:\n    translateY(-3px)\n    rotate(-7deg)\n    scale(1.08);\n}\n\n\n.py-benefit h3{\n  position:relative;\n\n  margin:0 0 7px;\n\n  font-size:18px;\n\n  font-weight:900;\n}\n\n\n.py-benefit p{\n  position:relative;\n\n  margin:0;\n\n  color:var(--py-muted);\n\n  font-size:13px;\n}\n\n\n\/* =====================================================\n   03 — SIX PEPTIDES\n===================================================== *\/\n\n.py-peptides{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:65px 22px;\n\n  background:\n    radial-gradient(\n      circle at 50% 50%,\n      rgba(184,117,134,.18),\n      transparent 35%\n    ),\n    var(--py-black);\n\n  color:#fff;\n\n  border-radius:25px;\n}\n\n\n.py-peptides::before{\n  content:\"٦\";\n\n  position:absolute;\n\n  left:-25px;\n  bottom:-115px;\n\n  font-size:360px;\n\n  line-height:1;\n\n  font-weight:900;\n\n  color:rgba(255,255,255,.025);\n\n  pointer-events:none;\n}\n\n\n.py-peptide-content{\n  position:relative;\n\n  max-width:850px;\n\n  margin:auto;\n}\n\n\n.py-peptide-label{\n  text-align:center;\n\n  color:#e6b5bf;\n\n  font-size:12px;\n\n  font-weight:900;\n}\n\n\n.py-peptide-title{\n  margin:7px 0 8px;\n\n  text-align:center;\n\n  font-size:clamp(29px,5vw,46px);\n\n  line-height:1.2;\n\n  font-weight:900;\n}\n\n\n.py-peptide-description{\n  max-width:580px;\n\n  margin:0 auto;\n\n  text-align:center;\n\n  color:#c9bec1;\n\n  font-size:14px;\n}\n\n\n\/* Animated 6 *\/\n\n.py-six-wrap{\n  display:flex;\n\n  justify-content:center;\n\n  padding:40px 0 35px;\n}\n\n\n.py-six{\n  position:relative;\n\n  width:145px;\n  height:145px;\n\n  display:grid;\n\n  place-items:center;\n\n  border-radius:50%;\n\n  color:#f1cbd2;\n\n  border:1px solid rgba(241,203,210,.3);\n\n  font-size:82px;\n\n  font-weight:900;\n\n  line-height:1;\n\n  animation:\n    py-six-float 4s ease-in-out infinite,\n    py-six-glow 3s ease-in-out infinite;\n}\n\n\n.py-six::before,\n.py-six::after{\n  content:\"\";\n\n  position:absolute;\n\n  inset:-18px;\n\n  border-radius:50%;\n\n  border:1px solid rgba(241,203,210,.12);\n\n}\n\n\n.py-six::after{\n  inset:-38px;\n\n  border-color:rgba(241,203,210,.06);\n}\n\n\n\/* Ingredient chips *\/\n\n.py-peptide-chips{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:10px;\n}\n\n\n.py-chip{\n  padding:17px 12px;\n\n  text-align:center;\n\n  background:rgba(255,255,255,.055);\n\n  border:1px solid rgba(255,255,255,.1);\n\n  border-radius:16px;\n\n  transition:\n    transform .3s ease,\n    background .3s ease,\n    border-color .3s ease;\n}\n\n\n.py-chip:hover{\n  transform:translateY(-5px);\n\n  background:rgba(255,255,255,.09);\n\n  border-color:rgba(241,203,210,.35);\n}\n\n\n.py-chip strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#f0c5cd;\n\n  font-size:14px;\n}\n\n\n.py-chip span{\n  color:#c9bec1;\n\n  font-size:11px;\n}\n\n\n\/* =====================================================\n   04 — HOW TO USE + CTA\n===================================================== *\/\n\n.py-use-section{\n  padding:58px 22px 65px;\n}\n\n\n.py-steps{\n  max-width:850px;\n\n  margin:30px auto 0;\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:14px;\n}\n\n\n.py-step{\n  position:relative;\n\n  text-align:center;\n\n  padding:24px 17px;\n\n  background:#fff;\n\n  border:1px solid var(--py-line);\n\n  border-radius:20px;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n\n.py-step:hover{\n  transform:translateY(-6px);\n\n  box-shadow:\n    0 17px 35px rgba(60,35,40,.08);\n}\n\n\n.py-step-number{\n  width:48px;\n  height:48px;\n\n  display:grid;\n\n  place-items:center;\n\n  margin:0 auto 13px;\n\n  border-radius:50%;\n\n  background:var(--py-black);\n\n  color:#fff;\n\n  font-size:18px;\n\n  font-weight:900;\n}\n\n\n.py-step h3{\n  margin:0 0 5px;\n\n  font-size:16px;\n\n  font-weight:900;\n}\n\n\n.py-step p{\n  margin:0;\n\n  color:var(--py-muted);\n\n  font-size:12px;\n}\n\n\n\/* CTA *\/\n\n.py-final-cta{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:45px;\n\n  padding:42px 25px;\n\n  text-align:center;\n\n  border-radius:24px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      #efd0d6,\n      transparent 55%\n    ),\n    #fff6f5;\n}\n\n\n.py-final-cta h2{\n  margin:0 0 8px;\n\n  font-size:clamp(26px,4vw,38px);\n\n  font-weight:900;\n}\n\n\n.py-final-cta p{\n  max-width:580px;\n\n  margin:0 auto 22px;\n\n  color:var(--py-muted);\n\n  font-size:14px;\n}\n\n\n.py-cta-note{\n  display:flex;\n\n  justify-content:center;\n\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin-top:15px;\n\n  color:#665c60;\n\n  font-size:11px;\n\n  font-weight:700;\n}\n\n\n.py-cta-note span{\n  display:inline-flex;\n\n  align-items:center;\n\n  gap:4px;\n}\n\n\n\/* =====================================================\n   ANIMATIONS\n===================================================== *\/\n\n@keyframes py-up{\n\n  from{\n    opacity:0;\n\n    transform:\n      translateY(24px);\n  }\n\n  to{\n    opacity:1;\n\n    transform:\n      translateY(0);\n  }\n\n}\n\n\n@keyframes py-rings{\n\n  0%,100%{\n    transform:\n      translate(-50%,-50%)\n      scale(.92);\n\n    opacity:.55;\n  }\n\n  50%{\n    transform:\n      translate(-50%,-50%)\n      scale(1.08);\n\n    opacity:1;\n  }\n\n}\n\n\n@keyframes py-particles{\n\n  0%,100%{\n    transform:translateY(0);\n\n    opacity:.45;\n  }\n\n  50%{\n    transform:translateY(-18px);\n\n    opacity:1;\n  }\n\n}\n\n\n@keyframes py-six-float{\n\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-9px);\n  }\n\n}\n\n\n@keyframes py-six-glow{\n\n  0%,100%{\n    box-shadow:\n      0 0 0 18px rgba(241,203,210,.04),\n      0 0 0 40px rgba(241,203,210,.02);\n  }\n\n  50%{\n    box-shadow:\n      0 0 0 25px rgba(241,203,210,.07),\n      0 0 0 55px rgba(241,203,210,.03);\n  }\n\n}\n\n\n\/* =====================================================\n   MOBILE\n===================================================== *\/\n\n@media(max-width:760px){\n\n  .py-hook{\n    padding:48px 18px;\n  }\n\n  .py-benefits{\n    grid-template-columns:1fr;\n  }\n\n  .py-peptide-chips{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .py-steps{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n@media(max-width:480px){\n\n  .py-benefits-section,\n  .py-use-section{\n    padding-left:16px;\n    padding-right:16px;\n  }\n\n  .py-peptides{\n    padding-left:16px;\n    padding-right:16px;\n  }\n\n  .py-hook h2{\n    font-size:36px;\n  }\n\n  .py-six{\n    width:125px;\n    height:125px;\n\n    font-size:70px;\n  }\n\n  .py-peptide-chips{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* Respect accessibility settings *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .pyarina-product-description *,\n  .pyarina-product-description *::before,\n  .pyarina-product-description *::after{\n\n    animation:none!important;\n\n    transition:none!important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003c!-- ==================================================\n     01 — HOOK\n================================================== --\u003e\n\n\u003csection class=\"py-hook\"\u003e\n\n  \u003cdiv class=\"py-hook-badge\"\u003e\n    ✦ عناية كورية\n  \u003c\/div\u003e\n\n\n  \u003ch2\u003e\n    ٦ ببتيدات…\u003cbr\u003e\n    \u003cspan\u003eفي سيروم واحد.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"py-hook-text\"\u003e\n    تركيبة خفيفة من كوسركس تجمع الببتيدات والنياسيناميد\n    وحمض الهيالورونيك في خطوة سهلة تضيفينها لروتين العناية اليومي.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"py-hook-points\"\u003e\n\n    \u003cspan class=\"py-hook-point\"\u003e\n      🧬 ٦ ببتيدات\n    \u003c\/span\u003e\n\n    \u003cspan class=\"py-hook-point\"\u003e\n      💧 ترطيب\n    \u003c\/span\u003e\n\n    \u003cspan class=\"py-hook-point\"\u003e\n      ✨ نضارة\n    \u003c\/span\u003e\n\n    \u003cspan class=\"py-hook-point\"\u003e\n      🌿 قوام خفيف\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================================================\n     02 — THREE CORE BENEFITS\n================================================== --\u003e\n\n\u003csection class=\"py-benefits-section\"\u003e\n\n  \u003cdiv class=\"py-section-label\"\u003e\n    ليش ممكن يعجبك؟\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"py-section-title\"\u003e\n    ثلاث فوائد أساسية… بدون تعقيد\n  \u003c\/h2\u003e\n\n  \u003cp class=\"py-section-subtitle\"\u003e\n    بدل ما تكدسين منتجات كثيرة، خذي خطوة خفيفة\n    فيها مكونات متعددة للعناية بالبشرة.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"py-benefits\"\u003e\n\n\n    \u003c!-- Benefit 1 --\u003e\n\n    \u003carticle class=\"py-benefit\"\u003e\n\n      \u003cdiv class=\"py-benefit-icon\"\u003e\n        💧\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        ترطيب\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        يحتوي على مكونات مرطبة مثل حمض الهيالورونيك\n        للمساعدة على دعم ترطيب البشرة والحفاظ على رطوبتها.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003c!-- Benefit 2 --\u003e\n\n    \u003carticle class=\"py-benefit\"\u003e\n\n      \u003cdiv class=\"py-benefit-icon\"\u003e\n        ✨\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        نضارة وإشراقة\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        يحتوي على النياسيناميد ومكونات أخرى داعمة\n        لمظهر أكثر نضارة وحيوية مع الاستخدام المنتظم.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003c!-- Benefit 3 --\u003e\n\n    \u003carticle class=\"py-benefit\"\u003e\n\n      \u003cdiv class=\"py-benefit-icon\"\u003e\n        🧬\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        ٦ أنواع من الببتيدات\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        ستة أنواع من الببتيدات ضمن تركيبة واحدة،\n        لتكون خطوة سهلة في روتين العناية بالبشرة.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================================================\n     03 — SIX PEPTIDES \/ USP\n================================================== --\u003e\n\n\u003csection class=\"py-peptides\"\u003e\n\n  \u003cdiv class=\"py-peptide-content\"\u003e\n\n    \u003cdiv class=\"py-peptide-label\"\u003e\n      قلب التركيبة\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"py-peptide-title\"\u003e\n      وش داخل هالسيروم؟\n    \u003c\/h2\u003e\n\n    \u003cp class=\"py-peptide-description\"\u003e\n      التركيبة تجمع ٦ أنواع من الببتيدات مع مكونات\n      معروفة في روتين العناية بالبشرة.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"py-six-wrap\"\u003e\n\n      \u003cdiv class=\"py-six\"\u003e\n        ٦\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"py-peptide-chips\"\u003e\n\n\n      \u003cdiv class=\"py-chip\"\u003e\n\n        \u003cstrong\u003e\n          ٦ ببتيدات\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          ضمن تركيبة واحدة\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"py-chip\"\u003e\n\n        \u003cstrong\u003e\n          نياسيناميد\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          لدعم مظهر النضارة\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"py-chip\"\u003e\n\n        \u003cstrong\u003e\n          حمض الهيالورونيك\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          لدعم ترطيب البشرة\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ==================================================\n     04 — HOW TO USE + CTA\n================================================== --\u003e\n\n\u003csection class=\"py-use-section\"\u003e\n\n  \u003cdiv class=\"py-section-label\"\u003e\n    بسيطة جدًا\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"py-section-title\"\u003e\n    طريقة الاستخدام\n  \u003c\/h2\u003e\n\n  \u003cp class=\"py-section-subtitle\"\u003e\n    خطوة سهلة قبل باقي منتجات روتينك.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"py-steps\"\u003e\n\n\n    \u003carticle class=\"py-step\"\u003e\n\n      \u003cdiv class=\"py-step-number\"\u003e\n        ١\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        نظفي\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        نظفي وجهك بغسولك المعتاد وجففيه بلطف.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"py-step\"\u003e\n\n      \u003cdiv class=\"py-step-number\"\u003e\n        ٢\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        ضعي السيروم\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        ضعي كمية مناسبة على الوجه والرقبة\n        وربتي بلطف حتى يمتص.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"py-step\"\u003e\n\n      \u003cdiv class=\"py-step-number\"\u003e\n        ٣\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        كملي روتينك\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        استخدمي بعده المرطب، وواقي الشمس\n        ضمن روتينك الصباحي.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003cdiv class=\"py-final-cta\"\u003e\n\n    \u003ch2\u003e\n      جاهزة تضيفين هالخطوة لروتينك؟ ✨\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      سيروم خفيف بتركيبة متعددة المكونات،\n      مصمم ليكون إضافة سهلة لروتين العناية اليومي.\n    \u003c\/p\u003e\n\n\n    \u003c!--\n      هذا الزر لا يشتري المنتج مباشرة.\n      يرجع العميلة لأعلى صفحة المنتج حيث زر\n      \"أضيفيه للسلة الآن\" موجود أصلًا.\n    --\u003e\n\n    \u003ca\n      href=\"#MainContent\"\n      class=\"py-btn\"\n    \u003e\n      شوفي المنتج الآن\n      \u003cspan\u003e←\u003c\/span\u003e\n    \u003c\/a\u003e\n\n\n    \u003cdiv class=\"py-cta-note\"\u003e\n\n      \u003cspan\u003e\n        ✓ متوفر للشحن داخل السعودية\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ✓ الدفع عند الاستلام\n      \u003c\/span\u003e\n\n      \u003cspan\u003e\n        ✓ استرجاع خلال 14 يوم\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Pyarina","offers":[{"title":"Default Title","offer_id":52299367121213,"sku":"CopSebtiCollagenSerum","price":99.0,"currency_code":"SAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1004\/3437\/9069\/files\/6d233740-917d-11f1-aef3-6bad1665afcb.png?v=1786010491","url":"https:\/\/pyarina.com\/products\/cosrx-6-peptide-serum","provider":"Pyarina","version":"1.0","type":"link"}