{"product_id":"collagen-eye-cream-for-fine-lines","title":"Collagen Eye Cream Sadoer for Fine Lines","description":"\u003cstyle\u003e\n\/* =========================================================\n   SADOER Collagen Eye Cream - Shopify Product Description\n   Layout inspirado na referência visual: hero split, cards, grids.\n   Sem botões. Sem CTA de compra. Texto preservado.\n   ========================================================= *\/\n\n.sadoer-pdp {\n  --navy: #00205B;\n  --ink: #0A1538;\n  --bone: #FFF8F2;\n  --shell: #FFF4EE;\n  --apricot: #FDBA96;\n  --coral: #FF8C6D;\n  --violet: #8B6CFF;\n  --silver: #DCE3F1;\n  --text: #17213A;\n  --soft: #4E566E;\n  --line: rgba(0, 32, 91, 0.10);\n  --card: rgba(255, 255, 255, 0.66);\n  --shadow: 0 18px 54px rgba(0, 32, 91, 0.09);\n  --shadow-soft: 0 10px 30px rgba(0, 32, 91, 0.07);\n  --radius-xl: 30px;\n  --radius-lg: 24px;\n  --radius-md: 18px;\n  --max: 1180px;\n  --font-display: \"Sora\", \"Space Grotesk\", Inter, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n\n  width: 100%;\n  overflow: hidden;\n  color: var(--text);\n  font-family: var(--font-body);\n  background:\n    radial-gradient(circle at 4% 1%, rgba(139, 108, 255, 0.11), transparent 32rem),\n    radial-gradient(circle at 97% 10%, rgba(253, 186, 150, 0.16), transparent 30rem),\n    linear-gradient(180deg, var(--bone) 0%, #fff 36%, var(--shell) 100%);\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n}\n\n.sadoer-pdp,\n.sadoer-pdp *,\n.sadoer-pdp *::before,\n.sadoer-pdp *::after {\n  box-sizing: border-box;\n}\n\n.sadoer-pdp img {\n  display: block;\n  max-width: 100%;\n}\n\n.sadoer-pdp img:not([src]),\n.sadoer-pdp img[src=\"\"] {\n  display: none !important;\n}\n\n\/* =========================\n   Global layout\n   ========================= *\/\n\n.sadoer-pdp__section {\n  position: relative;\n  padding: clamp(52px, 7vw, 92px) 18px;\n  border-bottom: 1px solid rgba(0, 32, 91, 0.06);\n}\n\n.sadoer-pdp__section:first-child {\n  padding-top: clamp(26px, 4vw, 46px);\n}\n\n.sadoer-pdp__inner {\n  width: min(100%, var(--max));\n  margin: 0 auto;\n}\n\n.sadoer-pdp__title {\n  max-width: 860px;\n  margin: 0 auto clamp(26px, 4vw, 44px);\n  color: var(--navy);\n  font-family: var(--font-display);\n  font-size: clamp(30px, 4.4vw, 56px);\n  line-height: 0.98;\n  letter-spacing: -0.052em;\n  text-align: center;\n  text-wrap: balance;\n}\n\n.sadoer-pdp__title::after {\n  content: \"\";\n  display: block;\n  width: 72px;\n  height: 3px;\n  margin: clamp(16px, 2.4vw, 24px) auto 0;\n  border-radius: 999px;\n  background: linear-gradient(90deg, var(--navy), var(--violet), var(--apricot));\n}\n\n.sadoer-pdp__paragraph {\n  margin: 0;\n  color: var(--soft);\n  font-size: clamp(15px, 1.28vw, 18px);\n  line-height: 1.68;\n  letter-spacing: -0.01em;\n}\n\n.sadoer-pdp__paragraph + .sadoer-pdp__paragraph {\n  margin-top: 16px;\n}\n\n\/* =========================\n   Image\/cards base\n   ========================= *\/\n\n.sadoer-media {\n  position: relative;\n  overflow: hidden;\n  margin: 0;\n  padding: 8px;\n  border: 1px solid var(--line);\n  border-radius: var(--radius-xl);\n  background:\n    radial-gradient(circle at 20% 0%, rgba(139, 108, 255, 0.10), transparent 15rem),\n    radial-gradient(circle at 100% 100%, rgba(253, 186, 150, 0.14), transparent 16rem),\n    rgba(255, 248, 242, 0.92);\n  box-shadow: var(--shadow-soft);\n}\n\n.sadoer-media::before {\n  content: \"\";\n  position: absolute;\n  inset: 8px;\n  z-index: 2;\n  pointer-events: none;\n  border-radius: calc(var(--radius-xl) - 10px);\n  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);\n}\n\n.sadoer-media::after {\n  content: \"\";\n  position: absolute;\n  right: 18px;\n  bottom: 18px;\n  z-index: 3;\n  width: 42px;\n  height: 4px;\n  border-radius: 999px;\n  background: linear-gradient(90deg, var(--violet), var(--apricot));\n}\n\n.sadoer-media__image {\n  width: 100%;\n  aspect-ratio: 4 \/ 5;\n  object-fit: cover;\n  border-radius: calc(var(--radius-xl) - 10px);\n}\n\n.sadoer-card {\n  position: relative;\n  overflow: hidden;\n  border: 1px solid var(--line);\n  border-radius: var(--radius-lg);\n  background:\n    radial-gradient(circle at 0% 0%, rgba(139, 108, 255, 0.07), transparent 14rem),\n    rgba(255, 255, 255, 0.68);\n  box-shadow: var(--shadow-soft);\n}\n\n.sadoer-card__body {\n  padding: clamp(18px, 2.2vw, 26px);\n}\n\n\/* =========================\n   Hero section\n   ========================= *\/\n\n.sadoer-hero {\n  display: grid;\n  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 460px);\n  align-items: center;\n  gap: clamp(28px, 5vw, 72px);\n}\n\n.sadoer-hero__eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  margin-bottom: 18px;\n  color: var(--violet);\n  font-family: var(--font-display);\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.sadoer-hero__eyebrow::before {\n  content: \"\";\n  width: 28px;\n  height: 2px;\n  border-radius: 999px;\n  background: linear-gradient(90deg, var(--violet), var(--apricot));\n}\n\n.sadoer-hero__title {\n  margin: 0 0 18px;\n  color: var(--navy);\n  font-family: var(--font-display);\n  font-size: clamp(42px, 6vw, 78px);\n  line-height: 0.92;\n  letter-spacing: -0.065em;\n  text-wrap: balance;\n}\n\n.sadoer-hero__copy {\n  max-width: 640px;\n}\n\n.sadoer-hero__copy .sadoer-pdp__paragraph {\n  color: var(--soft);\n  font-size: clamp(16px, 1.45vw, 19px);\n}\n\n.sadoer-hero__text-card {\n  margin-top: 22px;\n  padding: clamp(20px, 3vw, 30px);\n  border: 1px solid rgba(0, 32, 91, 0.08);\n  border-radius: var(--radius-lg);\n  background: rgba(255, 255, 255, 0.62);\n  box-shadow: var(--shadow-soft);\n}\n\n.sadoer-hero .sadoer-media {\n  box-shadow: var(--shadow);\n}\n\n\/* =========================\n   Story pair cards\n   ========================= *\/\n\n.sadoer-story-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: clamp(18px, 2.6vw, 28px);\n  margin-top: clamp(28px, 4vw, 44px);\n}\n\n.sadoer-story-card {\n  display: grid;\n  grid-template-columns: 150px minmax(0, 1fr);\n  align-items: center;\n  gap: 18px;\n  min-height: 230px;\n  padding: 14px;\n}\n\n.sadoer-story-card .sadoer-media {\n  width: 150px;\n  padding: 6px;\n  border-radius: 22px;\n  box-shadow: none;\n}\n\n.sadoer-story-card .sadoer-media__image {\n  border-radius: 16px;\n}\n\n.sadoer-story-card .sadoer-media::before {\n  inset: 6px;\n  border-radius: 16px;\n}\n\n.sadoer-story-card .sadoer-media::after {\n  display: none;\n}\n\n.sadoer-story-card__body {\n  padding: 4px 8px 4px 0;\n}\n\n\/* =========================\n   Problem grid - igual espírito da referência\n   ========================= *\/\n\n.sadoer-problem-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: clamp(14px, 1.7vw, 22px);\n}\n\n.sadoer-problem-card {\n  min-height: 100%;\n  padding: 12px;\n}\n\n.sadoer-problem-card .sadoer-media {\n  width: 100%;\n  padding: 6px;\n  border-radius: 20px;\n  box-shadow: none;\n}\n\n.sadoer-problem-card .sadoer-media__image {\n  border-radius: 14px;\n}\n\n.sadoer-problem-card .sadoer-media::before {\n  inset: 6px;\n  border-radius: 14px;\n}\n\n.sadoer-problem-card .sadoer-media::after {\n  display: none;\n}\n\n.sadoer-problem-card__body {\n  padding: 16px 4px 2px;\n}\n\n.sadoer-problem-card .sadoer-pdp__paragraph {\n  font-size: clamp(13px, 1.02vw, 15px);\n  line-height: 1.56;\n}\n\n\/* =========================\n   Product spotlight\n   ========================= *\/\n\n.sadoer-product-layout {\n  display: grid;\n  grid-template-columns: minmax(220px, 360px) minmax(0, 520px);\n  justify-content: center;\n  align-items: center;\n  gap: clamp(24px, 5vw, 72px);\n}\n\n.sadoer-product-layout .sadoer-media {\n  width: min(100%, 360px);\n  justify-self: center;\n  background:\n    radial-gradient(circle at 50% 35%, rgba(139, 108, 255, 0.20), transparent 18rem),\n    linear-gradient(180deg, #fff, var(--bone));\n}\n\n.sadoer-product-copy {\n  padding: clamp(24px, 4vw, 38px);\n  border: 1px solid rgba(0, 32, 91, 0.09);\n  border-radius: var(--radius-xl);\n  background:\n    radial-gradient(circle at 100% 0%, rgba(253, 186, 150, 0.16), transparent 18rem),\n    rgba(255, 255, 255, 0.70);\n  box-shadow: var(--shadow-soft);\n}\n\n.sadoer-product-copy::before {\n  content: \"\";\n  display: block;\n  width: 48px;\n  height: 3px;\n  margin-bottom: 18px;\n  border-radius: 999px;\n  background: linear-gradient(90deg, var(--navy), var(--violet));\n}\n\n\/* =========================\n   Science cards\n   ========================= *\/\n\n.sadoer-science-grid {\n  display: grid;\n  grid-template-columns: repeat(5, minmax(0, 1fr));\n  gap: clamp(12px, 1.4vw, 18px);\n}\n\n.sadoer-science-card {\n  display: flex;\n  flex-direction: column;\n  min-height: 100%;\n  padding: 10px;\n}\n\n.sadoer-science-card .sadoer-media {\n  width: 100%;\n  padding: 6px;\n  border-radius: 20px;\n  box-shadow: none;\n}\n\n.sadoer-science-card .sadoer-media__image {\n  border-radius: 14px;\n}\n\n.sadoer-science-card .sadoer-media::before {\n  inset: 6px;\n  border-radius: 14px;\n}\n\n.sadoer-science-card .sadoer-media::after {\n  display: none;\n}\n\n.sadoer-science-card__body {\n  padding: 14px 4px 2px;\n}\n\n.sadoer-science-card .sadoer-pdp__paragraph {\n  font-size: clamp(12.5px, 0.96vw, 14.5px);\n  line-height: 1.52;\n}\n\n\/* =========================\n   Results section\n   Corrigido: sem coluna lateral vazia.\n   Cards centralizados, timeline destacada e imagem opcional compacta.\n   ========================= *\/\n\n.sadoer-results-layout {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: clamp(18px, 2.6vw, 28px);\n  max-width: 980px;\n  margin: 0 auto;\n}\n\n.sadoer-results-main {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: clamp(16px, 2.2vw, 24px);\n}\n\n.sadoer-results-copy {\n  padding: clamp(20px, 3vw, 30px);\n}\n\n.sadoer-results-main .sadoer-media {\n  width: min(100%, 560px);\n  justify-self: center;\n}\n\n.sadoer-results-main .sadoer-media__image {\n  object-fit: cover;\n}\n\n.sadoer-results-benefits {\n  width: min(100%, 560px);\n  justify-self: center;\n}\n\n.sadoer-results-benefits .sadoer-media {\n  width: 100%;\n  box-shadow: none;\n}\n\n.sadoer-results-benefits .sadoer-media__image {\n  object-fit: cover;\n}\n\n\/* Mantém compatibilidade caso exista aside antigo *\/\n.sadoer-results-side {\n  display: none;\n}\n\n\/* =========================\n   Ritual section\n   ========================= *\/\n\n.sadoer-ritual-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: clamp(16px, 2vw, 24px);\n}\n\n.sadoer-ritual-card {\n  padding: 10px;\n}\n\n.sadoer-ritual-card .sadoer-media {\n  width: 100%;\n  padding: 6px;\n  border-radius: 20px;\n  box-shadow: none;\n}\n\n.sadoer-ritual-card .sadoer-media__image {\n  border-radius: 14px;\n}\n\n.sadoer-ritual-card .sadoer-media::before {\n  inset: 6px;\n  border-radius: 14px;\n}\n\n.sadoer-ritual-card .sadoer-media::after {\n  display: none;\n}\n\n.sadoer-ritual-card__body {\n  padding: 16px 6px 4px;\n}\n\n.sadoer-ritual-card .sadoer-pdp__paragraph {\n  font-size: clamp(13px, 1vw, 15.5px);\n  line-height: 1.58;\n}\n\n.sadoer-protips-card {\n  display: grid;\n  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);\n  gap: clamp(18px, 3vw, 34px);\n  align-items: center;\n  margin-top: clamp(18px, 2.4vw, 28px);\n  padding: clamp(16px, 2.5vw, 24px);\n}\n\n.sadoer-protips-card .sadoer-media {\n  width: min(100%, 360px);\n  box-shadow: none;\n}\n\n\/* =========================\n   Responsive\n   ========================= *\/\n\n@media (max-width: 1024px) {\n  .sadoer-problem-grid,\n  .sadoer-science-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .sadoer-ritual-grid {\n    grid-template-columns: 1fr;\n    max-width: 620px;\n    margin: 0 auto;\n  }\n\n}\n\n@media (max-width: 820px) {\n  .sadoer-hero,\n  .sadoer-product-layout,\n  .sadoer-story-grid,\n  .sadoer-protips-card {\n    grid-template-columns: 1fr;\n  }\n\n  .sadoer-hero__media {\n    max-width: 460px;\n    margin: 0 auto;\n  }\n\n  .sadoer-story-card {\n    grid-template-columns: 130px minmax(0, 1fr);\n  }\n\n  .sadoer-story-card .sadoer-media {\n    width: 130px;\n  }\n}\n\n@media (max-width: 640px) {\n  .sadoer-pdp__section {\n    padding: 46px 14px;\n  }\n\n  .sadoer-pdp__title,\n  .sadoer-hero__title {\n    text-align: left;\n  }\n\n  .sadoer-pdp__title::after {\n    margin-left: 0;\n    margin-right: auto;\n  }\n\n  .sadoer-hero__title {\n    font-size: clamp(38px, 11vw, 54px);\n  }\n\n  .sadoer-problem-grid,\n  .sadoer-science-grid {\n    grid-template-columns: 1fr;\n    max-width: 440px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .sadoer-story-card {\n    grid-template-columns: 1fr;\n  }\n\n  .sadoer-story-card .sadoer-media {\n    width: min(100%, 320px);\n    margin: 0 auto;\n  }\n\n  .sadoer-protips-card .sadoer-media {\n    margin: 0 auto;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .sadoer-pdp * {\n    scroll-behavior: auto !important;\n  }\n}\n\n\/* =========================================================\n   FIX RESULTS SECTION - two editorial cards, no empty column,\n   no cropped second image, headline + first text to the right.\n   ========================================================= *\/\n\n.sadoer-pdp .sadoer-pdp__section--results {\n  background:\n    radial-gradient(circle at 8% 12%, rgba(253, 186, 150, 0.12), transparent 28rem),\n    linear-gradient(180deg, #fff, var(--pc-bone-milk, #FFF8F2));\n}\n\n.sadoer-pdp .sadoer-results-stack {\n  display: grid;\n  gap: clamp(22px, 3vw, 34px);\n  width: min(100%, 1040px);\n  margin: 0 auto;\n}\n\n.sadoer-pdp .sadoer-results-feature-card {\n  display: grid;\n  align-items: center;\n  gap: clamp(24px, 4vw, 52px);\n  padding: clamp(18px, 3vw, 34px);\n  border-radius: 30px;\n  background:\n    radial-gradient(circle at 0% 0%, rgba(139, 108, 255, 0.07), transparent 20rem),\n    radial-gradient(circle at 100% 100%, rgba(253, 186, 150, 0.12), transparent 20rem),\n    rgba(255, 255, 255, 0.72);\n  border: 1px solid rgba(0, 32, 91, 0.10);\n  box-shadow: 0 18px 54px rgba(0, 32, 91, 0.08);\n}\n\n.sadoer-pdp .sadoer-results-feature-card--timeline {\n  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);\n}\n\n.sadoer-pdp .sadoer-results-feature-card--benefits {\n  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);\n}\n\n.sadoer-pdp .sadoer-results-text {\n  max-width: 560px;\n}\n\n.sadoer-pdp .sadoer-results-text .sadoer-pdp__paragraph + .sadoer-pdp__paragraph {\n  margin-top: 16px;\n}\n\n.sadoer-pdp .sadoer-results-title {\n  width: 100%;\n  margin: 0 0 clamp(18px, 2.5vw, 28px);\n  text-align: left;\n  font-size: clamp(30px, 4vw, 54px);\n  line-height: 0.96;\n}\n\n.sadoer-pdp .sadoer-results-title::after {\n  margin-left: 0;\n  margin-right: auto;\n}\n\n.sadoer-pdp .sadoer-results-media {\n  width: 100%;\n  max-width: 390px;\n  margin: 0;\n  justify-self: center;\n  box-shadow: none;\n}\n\n\/* These two images are UI\/infographic assets, so preserve their content. *\/\n.sadoer-pdp .sadoer-results-media .sadoer-media__image {\n  width: 100%;\n  height: auto;\n  max-height: 470px;\n  aspect-ratio: auto;\n  object-fit: contain;\n  background: rgba(255, 255, 255, 0.88);\n}\n\n.sadoer-pdp .sadoer-results-media--benefits .sadoer-media__image {\n  max-height: 430px;\n}\n\n@media (max-width: 820px) {\n  .sadoer-pdp .sadoer-results-feature-card,\n  .sadoer-pdp .sadoer-results-feature-card--timeline,\n  .sadoer-pdp .sadoer-results-feature-card--benefits {\n    grid-template-columns: 1fr;\n  }\n\n  .sadoer-pdp .sadoer-results-title {\n    text-align: left;\n  }\n\n  .sadoer-pdp .sadoer-results-media {\n    max-width: 430px;\n  }\n}\n\n\u003c\/style\u003e\n\n\u003cmain class=\"sadoer-pdp\"\u003e\n\n  \u003csection class=\"sadoer-pdp__section sadoer-pdp__section--hero\"\u003e\n    \u003cdiv class=\"sadoer-pdp__inner\"\u003e\n      \u003cdiv class=\"sadoer-hero\"\u003e\n        \u003cdiv class=\"sadoer-hero__copy\"\u003e\n          \u003cdiv class=\"sadoer-hero__eyebrow\"\u003eCollagen Eye Cream\u003c\/div\u003e\n          \u003ch2 class=\"sadoer-hero__title\"\u003eThe Mirror Moment You’ve Been Waiting For\u003c\/h2\u003e\n          \u003cp class=\"sadoer-pdp__paragraph\"\u003eYou wake up, walk to the bathroom, and look in the mirror. For a split second, you feel that familiar disconnect. You slept eight hours. You drank your water. You even went to bed early. Yet your eyes still look tired, a little puffy, and somehow older than the rest of your face.\u003c\/p\u003e\n          \u003cdiv class=\"sadoer-hero__text-card\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eIt’s not that you feel exhausted inside. It’s that the delicate skin around your eyes is telling a different story. This area is thinner, more fragile, and loses collagen faster than anywhere else on your face. That’s why even when you’re well-rested, your reflection can make you pause.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cfigure class=\"sadoer-media sadoer-hero__media\"\u003e\n          \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/01-hero-mirror-moment.webp?v=1777402944\" alt=\"Woman looking at her reflection in the morning with subtly tired-looking eyes\" loading=\"eager\"\u003e\n        \u003c\/figure\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sadoer-story-grid\"\u003e\n        \u003carticle class=\"sadoer-card sadoer-story-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/02-eye-area-science-diagram.webp?v=1777403066\" alt=\"Beauty-tech diagram showing the delicate under-eye area and collagen support\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-story-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eYou’ve tried everything. Expensive serums, cold spoons, gua sha, layering concealer so thick it creases by mid-morning. Nothing ever gave you that clean, bright, rested look you crave. Deep down, you know the problem isn’t lack of effort. It’s lack of the right formula.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-story-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/03-tried-everything-collage.webp?v=1777403114\" alt=\"Collage of skincare attempts including serum, cold spoon, gua sha and concealer\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-story-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eThat quiet frustration is exactly why we created something different.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sadoer-pdp__section\"\u003e\n    \u003cdiv class=\"sadoer-pdp__inner\"\u003e\n      \u003ch2 class=\"sadoer-pdp__title\"\u003eWhy Your Eyes Keep Betraying How You Really Feel\u003c\/h2\u003e\n\n      \u003cdiv class=\"sadoer-problem-grid\"\u003e\n        \u003carticle class=\"sadoer-card sadoer-problem-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/04-morning-routine-frustration.webp?v=1777403177\" alt=\"Morning skincare routine with eye cream application in a clean bathroom\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-problem-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eEvery morning you go through the same ritual. You cleanse, you moisturize, you apply eye cream… and still, the under-eye area looks dull, crepey, or slightly swollen. You notice fine lines appearing earlier than they should. You see shadows that make you look more drained than you actually feel.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-problem-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/06-wrong-formula-comparison.webp?v=1777403204\" alt=\"Comparison of eye cream formulas that are too heavy, too light or lacking support\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-problem-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eYou’ve spent hundreds on products that promised “instant brightness” or “youthful eyes in 7 days.” Some were too heavy and migrated into your makeup. Others were so light they evaporated in minutes. None of them understood that the skin around your eyes needs ten times more collagen support than the rest of your face.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-problem-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/07-daily-impact-grid.webp?v=1777403317\" alt=\"Lifestyle grid showing meetings, photos and video calls affected by tired-looking eyes\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-problem-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eThis constant mismatch between how you feel and how you look starts to affect more than just your reflection. It affects the way you show up in meetings, in photos, on video calls. You catch yourself avoiding eye contact or adding extra concealer, even though you hate the way it settles into lines.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-problem-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/08-symptoms-vs-structure-diagram.webp?v=1777403323\" alt=\"Diagram comparing temporary fixes with structural under-eye skin support\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-problem-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eThe truth is painful but simple: most eye creams were never designed for the unique biology of this area. They treat symptoms instead of supporting the skin’s natural structure. That’s why the problem keeps coming back, no matter how many products you try. You deserve better than temporary fixes. You deserve a formula that works with your skin, not against it.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sadoer-pdp__section\"\u003e\n    \u003cdiv class=\"sadoer-pdp__inner\"\u003e\n      \u003ch2 class=\"sadoer-pdp__title\"\u003eFinally, The Eye Cream Built Specifically For Your Skin\u003c\/h2\u003e\n\n      \u003cdiv class=\"sadoer-product-layout\"\u003e\n        \u003cfigure class=\"sadoer-media\"\u003e\n          \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/09-main-product-packshot_2.png?v=1777425759\" alt=\"SADOER Collagen Eye Cream product packshot with gold-accented applicator\" loading=\"lazy\"\u003e\n        \u003c\/figure\u003e\n\n        \u003cdiv class=\"sadoer-product-copy\"\u003e\n          \u003cp class=\"sadoer-pdp__paragraph\"\u003eThat’s why we created the SADOER Collagen Eye Cream, a lightweight, fast-absorbing formula powered by 10 Times More Collagen Content and Active Protein Technology. This is not another generic eye cream. It is a targeted, premium solution designed specifically for the delicate eye contour.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sadoer-pdp__section\"\u003e\n    \u003cdiv class=\"sadoer-pdp__inner\"\u003e\n      \u003ch2 class=\"sadoer-pdp__title\"\u003e10x More Collagen + Active Protein Technology: The Real Science\u003c\/h2\u003e\n\n      \u003cdiv class=\"sadoer-science-grid\"\u003e\n        \u003carticle class=\"sadoer-card sadoer-science-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/10-10x-collagen-infographic_5bf97bff-49cd-42c4-ab67-91990be533b5.webp?v=1777430159\" alt=\"Infographic comparing standard formula with 10x collagen content\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-science-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eThe SADOER Collagen Eye Cream stands apart because of its advanced formulation. While most eye creams contain minimal collagen, this one delivers ten times more pure, active collagen. This high concentration helps replenish what your skin naturally loses over time, supporting firmness and elasticity exactly where it matters most.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-science-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/11-absorption-diagram_a442abc5-9e52-4e29-b5c9-5173bfa558af.webp?v=1777430159\" alt=\"Three-step diagram showing fast absorption, moisture retention and barrier support\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-science-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003ePaired with Active Protein Technology, the formula enhances absorption and helps the skin retain moisture longer. The result is a powerful yet gentle cream that strengthens the skin barrier without heaviness. The texture is silky, almost weightless, and absorbs in seconds, leaving no greasy residue or white cast.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-science-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/12-beneath-the-surface-skin-layers_1550cc09-40e4-4541-9ae4-d7d4e1ad42a2.webp?v=1777430160\" alt=\"Beauty-tech skin layer diagram showing hydration and collagen support beneath the surface\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-science-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eThis combination works on multiple levels. The collagen helps improve skin density and smoothness. The active proteins support natural repair processes. Together they deliver deep hydration that lasts throughout the day and night. Unlike thick creams that sit on top of the skin, this formula penetrates quickly and works beneath the surface.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-science-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/13-makeup-friendly-visual_61cd1bba-6449-46f4-b288-5ebbb2854490.webp?v=1777430160\" alt=\"Close-up showing smooth under-eye makeup application after eye cream\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-science-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eIt is also completely makeup-friendly. You can apply it in the morning and your concealer or foundation glides on smoothly without creasing or pilling. At night, it becomes a restorative treatment that helps the skin recover from daily stress, blue light exposure, and environmental aggressors.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-science-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/14-gold-applicator-detail_3e793da4-74ba-484b-b4da-8e108bb59be8.webp?v=1777430160\" alt=\"Close-up of SADOER eye cream gold-accented applicator with milky cream texture\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-science-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eThe 20g tube is perfectly sized for daily use, with a gold-accented applicator that feels luxurious in your hand. Every detail was designed for women who want effective skincare without compromise.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"sadoer-pdp__section sadoer-pdp__section--results\"\u003e\n    \u003cdiv class=\"sadoer-pdp__inner\"\u003e\n\n      \u003cdiv class=\"sadoer-results-stack\"\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-results-feature-card sadoer-results-feature-card--timeline\"\u003e\n          \u003cfigure class=\"sadoer-media sadoer-results-media sadoer-results-media--timeline\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/15-results-timeline.webp?v=1777430160\" alt=\"Timeline showing eye cream results from day one to ongoing use\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n\n          \u003cdiv class=\"sadoer-results-text\"\u003e\n            \u003ch2 class=\"sadoer-pdp__title sadoer-results-title\"\u003eWhat Really Happens When You Commit to This Cream\u003c\/h2\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eWith consistent use, you can expect visible and felt improvements in the eye area. Many women notice a brighter, more luminous appearance within the first two weeks as hydration levels improve. Fine lines begin to look softer and the skin feels more supple.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-results-feature-card sadoer-results-feature-card--benefits\"\u003e\n          \u003cdiv class=\"sadoer-results-text\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003ePuffiness and morning swelling gradually reduce, giving you a more rested look even on busy days. The under-eye area becomes smoother and more even in tone, allowing makeup to apply more beautifully and last longer.\u003c\/p\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eOver time, the skin gains better elasticity and firmness, helping to prevent new lines from forming as quickly. You’ll catch yourself looking in the mirror and smiling because your eyes finally reflect how vibrant and well-rested you actually feel inside.\u003c\/p\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eThis isn’t about looking ten years younger overnight. It’s about waking up with eyes that look healthy, cared for, and naturally radiant, the kind of quiet confidence that comes from skin that is truly supported.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cfigure class=\"sadoer-media sadoer-results-media sadoer-results-media--benefits\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/14_benefits_three_pillars.webp?v=1777413250\" alt=\"Three benefit pillars for brighter, smoother and more rested-looking eyes\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sadoer-pdp__section\"\u003e\n    \u003cdiv class=\"sadoer-pdp__inner\"\u003e\n      \u003ch2 class=\"sadoer-pdp__title\"\u003eThe 30-Second Ritual That Changes Everything (Plus Pro Tips)\u003c\/h2\u003e\n\n      \u003cdiv class=\"sadoer-ritual-grid\"\u003e\n        \u003carticle class=\"sadoer-card sadoer-ritual-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/19-application-ritual-steps.webp?v=1777430160\" alt=\"Three-step eye cream application ritual showing pea-sized amount, gentle patting and eye contour\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-ritual-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eUse morning and night after cleansing. Take a pea-sized amount and gently pat it around the entire eye contour, including the upper lid and crow’s feet area, using your ring finger for the lightest touch.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-ritual-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/20-chilled-product-tip.webp?v=1777430160\" alt=\"SADOER eye cream stored chilled in a skincare fridge for a cooling de-puffing ritual\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-ritual-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eFor an extra de-puffing boost, store the tube in the refrigerator. The cool temperature enhances circulation and instantly calms swelling.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"sadoer-card sadoer-ritual-card\"\u003e\n          \u003cfigure class=\"sadoer-media\"\u003e\n            \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/21-morning-night-routine-split.webp?v=1777430160\" alt=\"Morning and night eye cream routine split showing hydrating base and restorative step\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sadoer-ritual-card__body\"\u003e\n            \u003cp class=\"sadoer-pdp__paragraph\"\u003eIn the morning, apply before your moisturizer or serum so the formula can act as a hydrating base. At night, use it as the last step in your routine to allow maximum repair while you sleep.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n\n      \u003carticle class=\"sadoer-card sadoer-protips-card\"\u003e\n        \u003cfigure class=\"sadoer-media\"\u003e\n          \u003cimg class=\"sadoer-media__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/22-pro-tips-cards.webp?v=1777430159\" alt=\"Pro tips cards for contact lenses, dry skin nourishment and 30 days of consistency\" loading=\"lazy\"\u003e\n        \u003c\/figure\u003e\n        \u003cp class=\"sadoer-pdp__paragraph\"\u003ePro tip: If you wear contact lenses, apply the cream first and wait 60 seconds before inserting lenses. For those with very dry skin, you can layer a tiny bit of facial oil on top at night for added nourishment. Consistency is key: use it every single day for at least 30 days to see the full transformation.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/main\u003e","brand":"Protoclinical","offers":[{"title":"Default Title","offer_id":59453966778654,"sku":"1797451520569020417","price":29.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/2204\/5470\/files\/08_routine_am_pm.webp?v=1777413250","url":"https:\/\/www.theprotoclinical.com\/products\/collagen-eye-cream-for-fine-lines","provider":"Protoclinical","version":"1.0","type":"link"}