{"product_id":"invisible-finish-spf-50-rjc","title":"Osynligt skydd SPF 50+","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：SPF 50+ PA++++ 广谱防晒霜\n  目标受众：需要高效防晒且讨厌泛白、油腻感的人群，包括敏感肌\n  视觉风格：专业、清透、科技感与护肤感结合\n  配色策略：以产品包装的橙色为强调色(--primary)，搭配干净的黑白灰底色\n  模块顺序：Hero (核心卖点隐形) -\u003e Feature 1 (质地展示) -\u003e Feature 2 (护肤成分) -\u003e How to Use (使用场景) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_4.png (最具说服力的UV对比), Feature1=image_2.png (质地), Feature2=image_5.png (成分), HowToUse=image_3.png (使用动作)\n  规格图映射：Specs数据来源于包装文字提取\n  对比模块：Hero图本身即包含了强大的对比形式，无需额外独立对比模块\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF7F32; \/* NIDA Orange from packaging *\/\n      --primary-hover: #E66A2E;\n      --text-main: #1A1A1A;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-soft: #F0F2F5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --border-color: #EEEFFF;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 42px); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 24px; }\n    .product-detail-container h3 { font-size: 20px; font-weight: 600; margin-bottom: 12px; }\n    .product-detail-container p { font-size: 18px; color: var(--text-sub); margin-bottom: 16px; }\n    .product-detail-container .lead-text { font-size: 20px; color: var(--text-main); font-weight: 500; }\n    .product-detail-container .small-text { font-size: 16px; color: var(--text-sub); }\n\n    \/* Utilities *\/\n    .text-center { text-align: center; }\n    . text-primary { color: var(--primary); }\n    .img-fluid { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); }\n    .section-spacing { margin-bottom: var(--spacing-section); }\n\n    \/* Image Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      min-height: 300px;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      font-size: 14px;\n    }\n\n    \/* Components *\/\n    .trust-badge {\n      display: inline-block;\n      padding: 6px 12px;\n      background-color: var(--bg-soft);\n      color: var(--text-sub);\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 500;\n      margin-bottom: 16px;\n    }\n\n    .feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }\n    .feature-tag {\n      font-size: 14px;\n      padding: 4px 10px;\n      background: var(--bg-card);\n      color: var(--text-sub);\n      border-radius: 4px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n      text-align: center;\n    }\n    .hero-content { max-width: 800px; }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-row {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n    .feature-media, .feature-copy { width: 100%; }\n\n    @media (min-width: 768px) {\n      .feature-row { flex-direction: row; gap: 4rem; }\n      .feature-row.reverse { flex-direction: row-reverse; }\n      .feature-media, .feature-copy { flex: 1; }\n    }\n\n    \/* How To Use Section *\/\n    .how-to-use-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .step-item { display: flex; gap: 1rem; align-items: flex-start; }\n    .step-number {\n      font-size: 24px;\n      font-weight: 700;\n      color: var(--primary);\n      line-height: 1;\n    }\n\n    @media (min-width: 768px) {\n      .how-to-use-grid { grid-template-columns: 1fr 1fr; align-items: center; }\n    }\n\n    \/* Specifications *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table th, .specs-table td {\n      padding: 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .specs-table th { width: 35%; color: var(--text-sub); font-weight: 500; background: var(--bg-soft); }\n    .specs-table tr:last-child td, .specs-table tr:last-child th { border-bottom: none; }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td { display: block; width: 100%; }\n      .specs-table thead { display: none; }\n      .specs-table th { background: transparent; padding-bottom: 4px; color: var(--text-main); font-weight: 600; }\n      .specs-table td { padding-top: 0; padding-bottom: 20px; border: none; color: var(--text-sub); }\n    }\n\n    \/* FAQ *\/\n    .faq-item { border-bottom: 1px solid var(--border-color); }\n    .faq-item details { padding: 20px 0; }\n    .faq-item summary {\n      font-size: 20px;\n      font-weight: 600;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .faq-item summary::-webkit-details-marker { display: none; }\n    .faq-item summary::after { content: '+'; font-size: 24px; color: var(--primary); font-weight: 400; }\n    .faq-item details[open] summary::after { content: '−'; }\n    .faq-item p { margin-top: 16px; margin-bottom: 0; color: var(--text-sub); }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"trust-badge\"\u003eNyhet ✨ Osynligt skydd\u003c\/span\u003e\n\u003ch1\u003eOsynligt SPF 50+ skydd.\u003cbr\u003e\nIngen vit hinna. Punkt.\u003c\/h1\u003e\n\n\u003cp class=\"lead-text\"\u003eDen avancerade bredspektrumsolkrämen som försvinner i alla hudtyper och lämnar en viktlös, icke-fet finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\" style=\"width: 100%; max-width: 1000px;\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730152128\/89811f1d404298ea16de9aa126c7a1a3.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"small-text text-center\" style=\"margin-top: 12px;\"\u003e*Visualisering av UV-skydd jämfört med blotta ögat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Texture \u0026 Invisible Fit --\u003e\n\n\u003cdiv class=\"feature-row section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730152001\/95eac65b0ab1cb54a803fbc7fa2991af.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eÄntligen ett solskydd som känns som ingenting\u003c\/h2\u003e\n\n\u003cp\u003eVår \"Invisible Fit\"-formula appliceras som en lätt, återfuktande lotion och smälter omedelbart in i huden utan att synas. Säg adjö till tunga, kritvita rester och feta filmer. Den ger högpresterande SPF50+ PA++++ skydd som verkligen är osynligt.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eIngen vit hinna\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eIcke-fet finish\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLättviktig\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Skincare Ingredients --\u003e\n\n\u003cdiv class=\"feature-row reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730152036\/d598d0e50e7ecb0a3fa9afa16c3f085d.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSolskydd möter hudvård\u003c\/h2\u003e\n\n\u003cp\u003eMer än bara solskydd. Vi har berikat vår formula med Panthenol (Vitamin B5) och Tocopherol (Vitamin E) för att djupt återfukta, lugna och skydda din hud mot miljömässiga påfrestningar medan du bär den. Aloe Vera ger en lugnande effekt.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eVitamin B5 + E\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eÅterfuktande\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLugnande Aloe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Safety \u0026 Ecology --\u003e\n\n\u003cdiv class=\"feature-row section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730152254\/cef5e2317e12e845a67be68df72a926f.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSkonsam mot huden, snäll mot haven\u003c\/h2\u003e\n\n\u003cp\u003eFormulerad med en låg-irritationsprofil som passar känslig hud. Vi är stolta över att vara reefvänliga och utesluter Oxybenzone och Octinoxate för att skydda marina ekosystem. Säker för ansikte och kropp.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eReefvänlig\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSäker för känslig hud\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eParabenfri\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Scenario Section --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 class=\"text-center\"\u003eDin dagliga skyddsrutin\u003c\/h2\u003e\n\n\u003cdiv class=\"how-to-use-grid\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730155102\/b6fb8f4ca5241cee1548db2da8fbe8e7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"steps-container\"\u003e\n\u003cdiv class=\"step-item\" style=\"margin-bottom: 24px;\"\u003e\n\u003cdiv class=\"step-number\"\u003e01\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003ch3\u003eApplicera rikligt\u003c\/h3\u003e\n\n\u003cp\u003eAnvänd som sista steg i din morgonrutin för hudvård. Applicera rikligt på ansikte och hals 15 minuter före solexponering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-item\"\u003e\n\u003cdiv class=\"step-number\"\u003e02\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003ch3\u003eApplicera ofta\u003c\/h3\u003e\n\n\u003cp\u003eFör kontinuerligt skydd, applicera om minst varannan timme, särskilt efter bad, svettning eller torkning med handduk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 class=\"text-center\"\u003eProduktspecifikationer\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduktnamn\u003c\/th\u003e\n\t\t\t\u003ctd\u003eInvisible Fit Solkräm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSkyddsnivå\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSPF50+ PA++++ (Brett spektrum UVA\/UVB)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eVolym\u003c\/th\u003e\n\t\t\t\u003ctd\u003e50g \/ 1,76 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eNyckelingredienser\u003c\/th\u003e\n\t\t\t\u003ctd\u003eNiacinamid, Panthenol (Vitamin B5), Tocopherol (Vitamin E), Adenosin, Aloe Vera\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFormulering\u003c\/th\u003e\n\t\t\t\u003ctd\u003eIngen vit hinna, låg irritation, reefvänlig (fri från Oxybenzone\/Octinoxate)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\" style=\"max-width: 800px; margin-left: auto; margin-right: auto;\"\u003e\n\u003ch2 class=\"text-center\"\u003eVanliga frågor\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eKommer detta att lämna en vit hinna på mörkare hudtoner?\u003c\/summary\u003e\n\n\u003cp\u003eNej. Invisible Fit-formulan är speciellt framtagen för att smälta in sömlöst i alla hudtoner utan att lämna några vita rester eller \"spökeffekt\" när den absorberats.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eÄr detta lämpligt för fet eller aknebenägen hud?\u003c\/summary\u003e\n\n\u003cp\u003eJa. Texturen är lätt och icke-fet, designad för att inte täppa till porerna (icke-komedogen), vilket gör den lämplig för olika hudtyper, inklusive fet och kombinerad hud.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eKan jag använda smink över detta solskydd?\u003c\/summary\u003e\n\n\u003cp\u003eAbsolut. Den torkar till en mjuk, återfuktad finish som fungerar utmärkt som primer under smink, utan att klumpa sig.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Omurio","offers":[{"title":"1-pack \/ 50mL","offer_id":48393841443028,"sku":"1732232415899194103","price":14.95,"currency_code":"USD","in_stock":true},{"title":"2-pack \/ 50mL","offer_id":48393841475796,"sku":"1732232415899259639","price":24.95,"currency_code":"USD","in_stock":true},{"title":"4-pack \/ 50mL","offer_id":48393841508564,"sku":"1732232415899325175","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/1d334bdff4bc8323049c289416a4db53.jpg?v=1785403586","url":"https:\/\/omurio.com\/sv\/products\/invisible-finish-spf-50-rjc","provider":"Omurio","version":"1.0","type":"link"}