{"product_id":"celluma-facial-rest","title":"Celluma Facial Rest","description":"\u003c!-- ============================================================\n  CELLUMA FACIAL REST STAND — PRO II DESIGN SYSTEM\n  ============================================================ --\u003e\n\n\u003cstyle\u003e\n  #acc-v2 {\n    --gold: #c9a84c;\n    --gold-lt: #e8d49e;\n    --dark: #0b1120;\n    --navy: #0f2044;\n    --slate: #475569;\n    --muted: #94a3b8;\n    --border: #e2e8f0;\n    --soft: #f8fafc;\n    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: #1e293b;\n    max-width: 900px;\n    margin: 0 auto;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n  #acc-v2 *, #acc-v2 *::before, #acc-v2 *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* ══ STICKY BAR ══ *\/\n  #acc-v2 .acc-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--dark); border-top: 1px solid rgba(201,168,76,0.25); padding: 11px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -6px 40px rgba(0,0,0,0.5); }\n  #acc-v2 .acc-bar-left { display: flex; flex-direction: column; }\n  #acc-v2 .acc-bar-name { font-size: 0.68rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }\n  #acc-v2 .acc-bar-price { font-size: 1rem; font-weight: 800; color: #fff; line-height: 1.2; }\n  #acc-v2 .acc-bar-price em { font-style: normal; font-size: 0.72rem; color: var(--gold); font-weight: 500; margin-left: 6px; }\n  #acc-v2 .acc-bar-btn { display: inline-flex; align-items: center; gap: 7px; background: linear-gradient(135deg, var(--gold), #9a7523); color: #fff !important; padding: 11px 22px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; border-radius: 4px; text-decoration: none !important; white-space: nowrap; flex-shrink: 0; }\n  #acc-v2 .acc-bar-btn svg { width: 15px; height: 15px; fill: #fff; }\n\n  \/* ══ HERO ══ *\/\n  #acc-v2 .acc-hero { padding-bottom: 44px; border-bottom: 1px solid var(--border); }\n  #acc-v2 .acc-badge { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--gold); color: var(--gold); padding: 4px 13px; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 700; margin-bottom: 16px; }\n  #acc-v2 .acc-badge::before { content: ''; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }\n  #acc-v2 .acc-hero h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 200; color: var(--dark); line-height: 1.1; letter-spacing: -1px; margin-bottom: 16px; }\n  #acc-v2 .acc-hero h2 strong { font-weight: 700; }\n  #acc-v2 .acc-lead { font-size: 0.95rem; color: var(--slate); line-height: 1.8; max-width: 680px; margin-bottom: 28px; }\n  #acc-v2 .acc-lead strong { color: #1e293b; font-weight: 600; }\n  #acc-v2 .acc-trust { display: flex; gap: 18px; flex-wrap: wrap; }\n  #acc-v2 .acc-trust-item { font-size: 0.71rem; color: #64748b; display: flex; align-items: center; gap: 5px; }\n  #acc-v2 .acc-trust-item::before { content: '✓'; color: #22c55e; font-weight: 800; }\n\n  \/* ══ PRODUCT CARD ══ *\/\n  #acc-v2 .acc-card-wrap { margin: 44px 0; }\n  #acc-v2 .acc-card-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 2px; color: var(--muted); font-weight: 700; margin-bottom: 16px; text-align: center; }\n  #acc-v2 .acc-card { background: linear-gradient(160deg, var(--dark) 0%, #1a2f5a 100%); border: 1.5px solid rgba(201,168,76,0.4); border-radius: 12px; padding: 28px 26px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; position: relative; overflow: hidden; }\n  #acc-v2 .acc-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.1) 0%, transparent 70%); pointer-events: none; }\n  #acc-v2 .acc-card-badge { position: absolute; top: 16px; right: 16px; background: var(--gold); color: #fff; font-size: 0.55rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 3px 9px; border-radius: 20px; }\n  #acc-v2 .acc-card-type { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; color: var(--gold); margin-bottom: 4px; display: block; }\n  #acc-v2 .acc-card-name { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 14px; display: block; line-height: 1.3; }\n  #acc-v2 .acc-card-features { list-style: none; margin-bottom: 20px; }\n  #acc-v2 .acc-card-features li { font-size: 0.78rem; padding: 5px 0; display: flex; align-items: flex-start; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.07); color: rgba(255,255,255,0.75); }\n  #acc-v2 .acc-card-features li:last-child { border-bottom: none; }\n  #acc-v2 .acc-card-features li::before { content: '✓'; color: var(--gold); font-weight: 800; flex-shrink: 0; margin-top: 1px; }\n  #acc-v2 .acc-card-price-col { display: flex; flex-direction: column; align-items: flex-end; min-width: 120px; }\n  #acc-v2 .acc-card-price { font-size: 2rem; font-weight: 800; color: var(--gold); font-family: Georgia, serif; line-height: 1; display: block; margin-bottom: 4px; }\n  #acc-v2 .acc-card-note { font-size: 0.65rem; color: rgba(255,255,255,0.35); text-align: right; line-height: 1.5; }\n\n  \/* ══ SPECS ══ *\/\n  #acc-v2 .acc-specs { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; margin: 40px 0; }\n  #acc-v2 .acc-spec { padding: 20px 12px; text-align: center; border-right: 1px solid var(--border); }\n  #acc-v2 .acc-spec:last-child { border-right: none; }\n  #acc-v2 .acc-spec-val { display: block; font-size: 0.82rem; font-weight: 800; color: var(--dark); text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 4px; }\n  #acc-v2 .acc-spec-lbl { display: block; font-size: 0.56rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); line-height: 1.4; }\n\n  \/* ══ SUMMARY ══ *\/\n  #acc-v2 .acc-summary { background: linear-gradient(135deg, var(--dark), var(--navy)); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 22px 26px; margin: 36px 0; color: rgba(255,255,255,0.88); font-size: 0.88rem; line-height: 1.85; }\n  #acc-v2 .acc-summary strong { color: var(--gold-lt); font-weight: 600; }\n\n  \/* ══ SECTION ══ *\/\n  #acc-v2 .acc-section { margin: 48px 0; }\n  #acc-v2 .acc-eyebrow { display: block; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 2.5px; color: var(--gold); font-weight: 700; margin-bottom: 6px; }\n  #acc-v2 .acc-h2 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 400; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  #acc-v2 .acc-body { font-size: 0.9rem; color: var(--slate); line-height: 1.85; margin-bottom: 14px; }\n  #acc-v2 .acc-body strong { color: #1e293b; }\n  #acc-v2 .acc-divider { border: none; border-top: 1px solid var(--border); margin: 44px 0; }\n\n  \/* ══ SCIENCE PANEL ══ *\/\n  #acc-v2 .acc-science { background: linear-gradient(135deg, var(--dark), var(--navy)); border-radius: 12px; padding: 28px 26px; margin: 36px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }\n  #acc-v2 .acc-science-left h3 { font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.4; }\n  #acc-v2 .acc-science-left p { font-size: 0.82rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 10px; }\n  #acc-v2 .acc-science-left p strong { color: var(--gold-lt); }\n  #acc-v2 .acc-science-right { display: flex; flex-direction: column; gap: 10px; }\n  #acc-v2 .acc-sci-item { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 12px 14px; }\n  #acc-v2 .acc-sci-label { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); font-weight: 700; display: block; margin-bottom: 3px; }\n  #acc-v2 .acc-sci-text { font-size: 0.76rem; color: rgba(255,255,255,0.75); line-height: 1.5; }\n\n  \/* ══ COMPATIBLE DEVICES ══ *\/\n  #acc-v2 .acc-compat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0; }\n  #acc-v2 .acc-compat-card { background: var(--soft); border: 1px solid var(--border); border-radius: 10px; padding: 18px 14px; text-align: center; }\n  #acc-v2 .acc-compat-icon { font-size: 1.3rem; display: block; margin-bottom: 7px; }\n  #acc-v2 .acc-compat-name { font-size: 0.82rem; font-weight: 700; color: var(--dark); display: block; margin-bottom: 4px; }\n  #acc-v2 .acc-compat-desc { font-size: 0.7rem; color: var(--slate); line-height: 1.5; }\n  #acc-v2 .acc-compat-tag { display: inline-block; font-size: 0.55rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 2px 7px; border-radius: 20px; background: rgba(201,168,76,0.1); color: var(--gold); margin-bottom: 6px; }\n\n  \/* ══ BENEFITS ══ *\/\n  #acc-v2 .acc-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0 0; }\n  #acc-v2 .acc-benefit { background: var(--soft); border: 1px solid var(--border); border-radius: 10px; padding: 18px; display: flex; gap: 14px; align-items: flex-start; }\n  #acc-v2 .acc-benefit-icon { width: 34px; height: 34px; min-width: 34px; border-radius: 8px; background: linear-gradient(135deg, var(--gold), #9a7523); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: #fff; }\n  #acc-v2 .acc-benefit h3 { font-size: 0.82rem; font-weight: 700; color: var(--dark); margin: 0 0 3px; }\n  #acc-v2 .acc-benefit p { font-size: 0.76rem; color: var(--slate); line-height: 1.6; }\n\n  \/* ══ SETUP STEPS ══ *\/\n  #acc-v2 .acc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 20px 0 0; position: relative; }\n  #acc-v2 .acc-steps::before { content: ''; position: absolute; top: 20px; left: 12%; right: 12%; height: 1px; background: var(--border); z-index: 0; }\n  #acc-v2 .acc-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 6px; position: relative; z-index: 1; }\n  #acc-v2 .acc-step-num { width: 40px; height: 40px; border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 700; color: var(--gold); background: #fff; margin-bottom: 9px; flex-shrink: 0; }\n  #acc-v2 .acc-step-title { font-size: 0.7rem; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; line-height: 1.3; }\n  #acc-v2 .acc-step-text { font-size: 0.68rem; color: var(--slate); line-height: 1.5; }\n\n  \/* ══ MAIN CTA ══ *\/\n  #acc-v2 .acc-cta { background: linear-gradient(135deg, var(--dark), var(--navy)); border-radius: 14px; padding: 44px 36px; text-align: center; margin: 52px 0; position: relative; overflow: hidden; }\n  #acc-v2 .acc-cta::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%); pointer-events: none; }\n  #acc-v2 .acc-cta-eye { font-size: 0.58rem; text-transform: uppercase; letter-spacing: 2.5px; color: var(--gold); font-weight: 700; margin-bottom: 10px; display: block; }\n  #acc-v2 .acc-cta-title { font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 200; color: #fff; margin-bottom: 6px; font-family: Georgia, serif; letter-spacing: -0.5px; }\n  #acc-v2 .acc-cta-title strong { font-weight: 700; }\n  #acc-v2 .acc-cta-price { font-size: 0.88rem; color: var(--gold-lt); margin-bottom: 8px; }\n  #acc-v2 .acc-cta-price strong { font-size: 1.4rem; color: #fff; font-weight: 800; }\n  #acc-v2 .acc-cta-note { display: inline-block; background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.35); color: var(--gold-lt); font-size: 0.65rem; font-weight: 700; padding: 3px 12px; border-radius: 20px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 28px; }\n  #acc-v2 .acc-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, var(--gold), #9a7523); color: #fff !important; padding: 18px 44px; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border-radius: 4px; text-decoration: none !important; transition: opacity 0.2s; position: relative; z-index: 1; }\n  #acc-v2 .acc-cta-btn:hover { opacity: 0.88; }\n  #acc-v2 .acc-cta-btn svg { width: 20px; height: 20px; fill: #fff; }\n  #acc-v2 .acc-cta-sub { margin-top: 16px; font-size: 0.68rem; color: rgba(255,255,255,0.28); display: block; position: relative; z-index: 1; }\n\n  \/* ══ FAQ ══ *\/\n  #acc-v2 .acc-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }\n  #acc-v2 .acc-faq-item { border-bottom: 1px solid var(--border); padding: 17px 0; }\n  #acc-v2 .acc-faq-item:first-child, #acc-v2 .acc-faq-item:nth-child(2) { border-top: 1px solid var(--border); }\n  #acc-v2 .acc-faq-q { font-size: 0.86rem; font-weight: 700; color: var(--dark); margin-bottom: 5px; display: block; }\n  #acc-v2 .acc-faq-a { font-size: 0.8rem; color: var(--slate); line-height: 1.7; }\n  #acc-v2 .acc-faq-a strong { color: #1e293b; }\n\n  \/* ══ MOBILE ══ *\/\n  @media (max-width: 640px) {\n    #acc-v2 .acc-card { grid-template-columns: 1fr; }\n    #acc-v2 .acc-card-price-col { align-items: flex-start; }\n    #acc-v2 .acc-card-note { text-align: left; }\n    #acc-v2 .acc-specs { grid-template-columns: 1fr 1fr; }\n    #acc-v2 .acc-spec:nth-child(2) { border-right: none; }\n    #acc-v2 .acc-spec:nth-child(3), #acc-v2 .acc-spec:nth-child(4) { border-top: 1px solid var(--border); }\n    #acc-v2 .acc-science { grid-template-columns: 1fr; }\n    #acc-v2 .acc-compat { grid-template-columns: 1fr; }\n    #acc-v2 .acc-benefits { grid-template-columns: 1fr; }\n    #acc-v2 .acc-steps { grid-template-columns: 1fr 1fr; gap: 16px; }\n    #acc-v2 .acc-steps::before { display: none; }\n    #acc-v2 .acc-faq-grid { grid-template-columns: 1fr; }\n    #acc-v2 .acc-faq-item:nth-child(2) { border-top: none; }\n    #acc-v2 .acc-cta { padding: 32px 20px; }\n    #acc-v2 .acc-cta-btn { width: 100%; display: flex; justify-content: center; }\n    #acc-v2 .acc-bar { padding: 10px 14px; }\n  }\n  @media (max-width: 400px) { #acc-v2 .acc-steps { grid-template-columns: 1fr; } }\n\u003c\/style\u003e\n\n\u003c!-- WhatsApp SVG --\u003e\n\u003csvg style=\"display:none\"\u003e\n  \u003csymbol id=\"wa-acc\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\u003e\u003c\/path\u003e\n  \u003c\/symbol\u003e\n\u003c\/svg\u003e\n\n\u003c!-- AEO SCHEMA — fixed merchantReturnDays (int not string), unitCode DAY not d --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"BreadcrumbList\",\n      \"itemListElement\": [\n        { \"@type\": \"ListItem\", \"position\": 1, \"name\": \"Home\",         \"item\": \"https:\/\/www.celluma.asia\/\" },\n        { \"@type\": \"ListItem\", \"position\": 2, \"name\": \"Accessories\",  \"item\": \"https:\/\/www.celluma.asia\/collections\/accessories\" },\n        { \"@type\": \"ListItem\", \"position\": 3, \"name\": \"Facial Rest Stand\", \"item\": \"https:\/\/www.celluma.asia\/products\/facial-rest-stand\" }\n      ]\n    },\n    {\n      \"@type\": \"Product\",\n      \"@id\": \"https:\/\/www.celluma.asia\/products\/facial-rest-stand#product\",\n      \"name\": \"Celluma Facial Rest Stand — S-Curve Positioning Tool\",\n      \"description\": \"Ergonomic S-curve positioning stand for Celluma PRO II, PRO Plus, and CONTOUR LED devices. Maintains zero-gap contact between the flexible panel and face for maximum photobiomodulation fluence. Prevents kinetic sag and cable strain during 30-minute sessions.\",\n      \"brand\": { \"@type\": \"Brand\", \"name\": \"Celluma\", \"url\": \"https:\/\/www.celluma.asia\" },\n      \"sku\": \"ACC-FACIAL-STAND\",\n      \"category\": \"LED Light Therapy Accessory\",\n      \"isAccessoryOrSparePartFor\": [\n        { \"@type\": \"Product\", \"name\": \"Celluma PRO II\" },\n        { \"@type\": \"Product\", \"name\": \"Celluma PRO Plus\" },\n        { \"@type\": \"Product\", \"name\": \"Celluma CONTOUR 2\" }\n      ],\n      \"additionalProperty\": [\n        { \"@type\": \"PropertyValue\", \"name\": \"Positioning Method\", \"value\": \"S-Curve anatomical contour\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Compatible Devices\",  \"value\": \"Celluma PRO II · PRO Plus · CONTOUR 2\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Key Benefit\",         \"value\": \"Zero-gap LED contact — eliminates kinetic sag\" }\n      ],\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"url\": \"https:\/\/www.celluma.asia\/products\/facial-rest-stand\",\n        \"price\": \"35.00\",\n        \"priceCurrency\": \"SGD\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n        \"priceValidUntil\": \"2027-12-31\",\n        \"seller\": { \"@type\": \"Organization\", \"name\": \"Celluma Asia\", \"url\": \"https:\/\/www.celluma.asia\" },\n        \"shippingDetails\": {\n          \"@type\": \"OfferShippingDetails\",\n          \"shippingRate\": { \"@type\": \"MonetaryAmount\", \"value\": \"0\", \"currency\": \"SGD\" },\n          \"shippingDestination\": { \"@type\": \"DefinedRegion\", \"addressCountry\": \"SG\" },\n          \"deliveryTime\": {\n            \"@type\": \"ShippingDeliveryTime\",\n            \"handlingTime\": { \"@type\": \"QuantitativeValue\", \"minValue\": 0, \"maxValue\": 1, \"unitCode\": \"DAY\" },\n            \"transitTime\":  { \"@type\": \"QuantitativeValue\", \"minValue\": 1, \"maxValue\": 3, \"unitCode\": \"DAY\" }\n          }\n        },\n        \"hasMerchantReturnPolicy\": {\n          \"@type\": \"MerchantReturnPolicy\",\n          \"applicableCountry\": \"SG\",\n          \"returnPolicyCategory\": \"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\",\n          \"merchantReturnDays\": 14,\n          \"returnMethod\": \"https:\/\/schema.org\/ReturnByMail\",\n          \"returnFees\": \"https:\/\/schema.org\/FreeReturn\"\n        }\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is the S-Curve in Celluma LED therapy?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The S-Curve is the positioning technique where the flexible Celluma panel follows the natural contours of the face, chin, and neck at zero distance. The Facial Rest Stand holds this geometry for the full 30-minute session without the panel shifting or sagging away from the skin.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Which Celluma devices is this stand compatible with?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The stand is compatible with the Celluma PRO II, PRO Plus, and CONTOUR 2. It accommodates the updated controller modules of all three devices, preventing cable strain and ensuring stable positioning throughout each session.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Why not just prop the Celluma up with pillows?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Pillows cannot maintain the S-curve geometry. Under the slight warmth of the device during a 30-minute session, soft materials allow the panel to sag away from the face, creating a gap. The Inverse Square Law means even a small gap significantly reduces light fluence reaching the skin. The Facial Rest Stand holds the exact position for the full session.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Does the stand work lying down or sitting?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The Facial Rest Stand is designed primarily for lying-down use, which is the recommended position for facial Celluma sessions. The S-curve geometry works with gravity when lying flat — it cradles the panel in place over the face without the user needing to hold it.\" }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cdiv id=\"acc-v2\"\u003e\n\n  \u003c!-- ══ STICKY BAR ══ --\u003e\n  \u003cdiv class=\"acc-bar\" role=\"complementary\" aria-label=\"Quick purchase\"\u003e\n    \u003cdiv class=\"acc-bar-left\"\u003e\n      \u003cspan class=\"acc-bar-name\"\u003eCelluma Facial Rest Stand · Accessory\u003c\/span\u003e\n      \u003cspan class=\"acc-bar-price\"\u003eSGD 35 \u003cem\u003eFree delivery\u003c\/em\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/wa.me\/6594468877?text=Hi!%20I'm%20interested%20in%20the%20Celluma%20Facial%20Rest%20Stand.%20Could%20you%20confirm%20stock%20and%20share%20details?\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"acc-bar-btn\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cuse href=\"#wa-acc\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\n      Order Now\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ HERO ══ --\u003e\n  \u003cdiv class=\"acc-hero\"\u003e\n    \u003cdiv class=\"acc-badge\"\u003ePRO II · PRO Plus · CONTOUR 2 · S-Curve\u003c\/div\u003e\n    \u003ch2\u003eFacial Rest \u003cstrong\u003eStand\u003c\/strong\u003e\u003cbr\u003eZero-Gap S-Curve.\u003cbr\u003eMaximum Fluence.\u003c\/h2\u003e\n    \u003cp class=\"acc-lead\"\u003eThe \u003cstrong\u003eCelluma Facial Rest Stand\u003c\/strong\u003e is a precision ergonomic accessory that locks your device in the \u003cstrong\u003eclinical S-curve position\u003c\/strong\u003e — the exact geometry for zero-gap photon delivery to the face and neck simultaneously. Prevents kinetic sag, eliminates light leakage, and holds your device stable for the full 30-minute session.\u003c\/p\u003e\n    \u003cdiv class=\"acc-trust\"\u003e\n      \u003cspan class=\"acc-trust-item\"\u003ePRO II · PRO Plus · CONTOUR 2\u003c\/span\u003e\n      \u003cspan class=\"acc-trust-item\"\u003eZero-Gap S-Curve Hold\u003c\/span\u003e\n      \u003cspan class=\"acc-trust-item\"\u003ePrevents Kinetic Sag\u003c\/span\u003e\n      \u003cspan class=\"acc-trust-item\"\u003eSGD 35 · Free Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ PRODUCT CARD ══ --\u003e\n  \u003cdiv class=\"acc-card-wrap\"\u003e\n    \u003cp class=\"acc-card-label\"\u003eProduct Details\u003c\/p\u003e\n    \u003cdiv class=\"acc-card\"\u003e\n      \u003cspan class=\"acc-card-badge\"\u003eIn Stock\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"acc-card-type\"\u003ePositioning Accessory\u003c\/span\u003e\n        \u003cspan class=\"acc-card-name\"\u003eCelluma Facial Rest Stand — S-Curve Positioning Tool\u003c\/span\u003e\n        \u003cul class=\"acc-card-features\"\u003e\n          \u003cli\u003eCompatible: PRO II, PRO Plus, CONTOUR 2\u003c\/li\u003e\n          \u003cli\u003eMaintains clinical S-curve for full session\u003c\/li\u003e\n          \u003cli\u003eEliminates kinetic sag and light leakage gaps\u003c\/li\u003e\n          \u003cli\u003eMulti-fit cradle fits updated controller modules\u003c\/li\u003e\n          \u003cli\u003ePrevents cable strain at connection point\u003c\/li\u003e\n          \u003cli\u003eReady stock · Free island-wide delivery\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-card-price-col\"\u003e\n        \u003cspan class=\"acc-card-price\"\u003eSGD 35\u003c\/span\u003e\n        \u003cspan class=\"acc-card-note\"\u003eFree delivery\u003cbr\u003eReady stocks\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ SPECS ══ --\u003e\n  \u003cdiv class=\"acc-specs\" role=\"table\" aria-label=\"Key product facts\"\u003e\n    \u003cdiv class=\"acc-spec\" role=\"cell\"\u003e\n      \u003cspan class=\"acc-spec-val\"\u003eS-Curve\u003c\/span\u003e\n      \u003cspan class=\"acc-spec-lbl\"\u003eAnatomical\u003cbr\u003eContour Hold\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"acc-spec\" role=\"cell\"\u003e\n      \u003cspan class=\"acc-spec-val\"\u003e3 Devices\u003c\/span\u003e\n      \u003cspan class=\"acc-spec-lbl\"\u003ePRO II · PRO Plus\u003cbr\u003eCONTOUR 2\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"acc-spec\" role=\"cell\"\u003e\n      \u003cspan class=\"acc-spec-val\"\u003eZero Gap\u003c\/span\u003e\n      \u003cspan class=\"acc-spec-lbl\"\u003eMax Photon\u003cbr\u003eDelivery\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"acc-spec\" role=\"cell\"\u003e\n      \u003cspan class=\"acc-spec-val\"\u003eSGD 35\u003c\/span\u003e\n      \u003cspan class=\"acc-spec-lbl\"\u003eFree Island-Wide\u003cbr\u003eDelivery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ SUMMARY ══ --\u003e\n  \u003cdiv class=\"acc-summary\"\u003e\n    \u003cstrong\u003eAt a glance:\u003c\/strong\u003e The \u003cstrong\u003eCelluma Facial Rest Stand\u003c\/strong\u003e holds the flexible panel in the clinical \u003cstrong\u003eS-curve geometry\u003c\/strong\u003e at zero distance from your face and neck. Compatible with \u003cstrong\u003ePRO II, PRO Plus, and CONTOUR 2\u003c\/strong\u003e. Prevents kinetic sag and light gap formation during the 30-minute session — both of which reduce therapeutic fluence delivery. \u003cstrong\u003eSGD 35\u003c\/strong\u003e · Free delivery.\n  \u003c\/div\u003e\n\n  \u003c!-- ══ THE SCIENCE ══ --\u003e\n  \u003csection class=\"acc-section\" aria-labelledby=\"acc-science\"\u003e\n    \u003cspan class=\"acc-eyebrow\"\u003eWhy It Matters\u003c\/span\u003e\n    \u003ch3 id=\"acc-science\" class=\"acc-h2\"\u003eThe Physics of Zero-Gap Therapy\u003c\/h3\u003e\n\n    \u003cdiv class=\"acc-science\"\u003e\n      \u003cdiv class=\"acc-science-left\"\u003e\n        \u003ch3\u003eThe Inverse Square Law — and Why Your Stand Matters More Than You Think\u003c\/h3\u003e\n        \u003cp\u003eIn photobiomodulation, light intensity follows the \u003cstrong\u003eInverse Square Law\u003c\/strong\u003e: double the distance from the source and you receive only one quarter of the fluence. Even a 1–2cm gap between the panel and your skin cuts therapeutic delivery significantly.\u003c\/p\u003e\n        \u003cp\u003eThe Celluma's flexible panel is designed to sit in full contact with the skin surface. But without structural support, it \u003cstrong\u003ekinetically sags\u003c\/strong\u003e as it warms during the 30-minute session — creating exactly the gap you need to eliminate.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-science-right\"\u003e\n        \u003cdiv class=\"acc-sci-item\"\u003e\n          \u003cspan class=\"acc-sci-label\"\u003eWithout Stand\u003c\/span\u003e\n          \u003cspan class=\"acc-sci-text\"\u003ePanel sags away from face under own weight as it warms → uneven gap → reduced and inconsistent fluence delivery\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"acc-sci-item\"\u003e\n          \u003cspan class=\"acc-sci-label\"\u003eWith Pillows\u003c\/span\u003e\n          \u003cspan class=\"acc-sci-text\"\u003eNo rigid S-curve geometry → panel loses clinical arch shape → flat contact only at nose bridge, gap at cheeks and chin\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"acc-sci-item\" style=\"border-color:rgba(201,168,76,0.4);background:rgba(201,168,76,0.08)\"\u003e\n          \u003cspan class=\"acc-sci-label\" style=\"color:var(--gold)\"\u003eWith Facial Rest Stand\u003c\/span\u003e\n          \u003cspan class=\"acc-sci-text\" style=\"color:rgba(255,255,255,0.9)\"\u003ePanel locked in S-curve · Zero gap maintained for full 30 minutes · Maximum fluence across face, chin and neck simultaneously\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ══ COMPATIBLE DEVICES ══ --\u003e\n  \u003csection class=\"acc-section\" aria-labelledby=\"acc-compat\"\u003e\n    \u003cspan class=\"acc-eyebrow\"\u003eCompatibility\u003c\/span\u003e\n    \u003ch3 id=\"acc-compat\" class=\"acc-h2\"\u003eWorks With These Celluma Devices\u003c\/h3\u003e\n    \u003cp class=\"acc-body\"\u003eDesigned with a multi-fit cradle that accommodates the updated controller modules on all three devices — no adapters required.\u003c\/p\u003e\n    \u003cdiv class=\"acc-compat\" role=\"list\"\u003e\n      \u003cdiv class=\"acc-compat-card\" role=\"listitem\"\u003e\n        \u003cspan class=\"acc-compat-icon\"\u003e💡\u003c\/span\u003e\n        \u003cspan class=\"acc-compat-tag\"\u003e3 Modes\u003c\/span\u003e\n        \u003cspan class=\"acc-compat-name\"\u003eCelluma PRO II\u003c\/span\u003e\n        \u003cspan class=\"acc-compat-desc\"\u003eAnti-aging · Acne · Pain Relief · 353 LEDs · Most popular for facial use\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-compat-card\" role=\"listitem\"\u003e\n        \u003cspan class=\"acc-compat-icon\"\u003e💡\u003c\/span\u003e\n        \u003cspan class=\"acc-compat-tag\"\u003e4 Modes\u003c\/span\u003e\n        \u003cspan class=\"acc-compat-name\"\u003eCelluma PRO Plus\u003c\/span\u003e\n        \u003cspan class=\"acc-compat-desc\"\u003eAnti-aging · Acne · Pain · Wound Healing · Extended indications\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-compat-card\" role=\"listitem\"\u003e\n        \u003cspan class=\"acc-compat-icon\"\u003e💡\u003c\/span\u003e\n        \u003cspan class=\"acc-compat-tag\"\u003e4 Modes\u003c\/span\u003e\n        \u003cspan class=\"acc-compat-name\"\u003eCelluma CONTOUR 2\u003c\/span\u003e\n        \u003cspan class=\"acc-compat-desc\"\u003eFull-body flexible panel · Face and body contour use\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"acc-divider\"\u003e\n\n  \u003c!-- ══ BENEFITS ══ --\u003e\n  \u003csection class=\"acc-section\" aria-labelledby=\"acc-benefits\"\u003e\n    \u003cspan class=\"acc-eyebrow\"\u003eBenefits\u003c\/span\u003e\n    \u003ch3 id=\"acc-benefits\" class=\"acc-h2\"\u003eFour Reasons to Use the Stand\u003c\/h3\u003e\n    \u003cdiv class=\"acc-benefits\" role=\"list\"\u003e\n      \u003cdiv class=\"acc-benefit\" role=\"listitem\"\u003e\n        \u003cdiv class=\"acc-benefit-icon\" aria-hidden=\"true\"\u003e✦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eEliminates Kinetic Sag\u003c\/h3\u003e\n          \u003cp\u003eRigid structural support prevents the panel from shifting or sagging away from the face as it warms during the session — maintaining therapeutic contact throughout.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-benefit\" role=\"listitem\"\u003e\n        \u003cdiv class=\"acc-benefit-icon\" aria-hidden=\"true\"\u003e✦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eMaximum Fluence Delivery\u003c\/h3\u003e\n          \u003cp\u003eZero-gap S-curve contact ensures photons hit skin perpendicularly at full intensity — no inverse square law losses from distance gaps between panel and dermis.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-benefit\" role=\"listitem\"\u003e\n        \u003cdiv class=\"acc-benefit-icon\" aria-hidden=\"true\"\u003e✦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eFull Face + Neck Coverage\u003c\/h3\u003e\n          \u003cp\u003eThe S-curve geometry simultaneously covers the forehead, mid-face, chin, and upper neck in a single session — no repositioning required mid-treatment.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-benefit\" role=\"listitem\"\u003e\n        \u003cdiv class=\"acc-benefit-icon\" aria-hidden=\"true\"\u003e✦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eProtects Your Device\u003c\/h3\u003e\n          \u003cp\u003eThe multi-fit cradle supports the controller module and relieves cable tension at the connection point — reducing wear on the device's most common stress point.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ══ SETUP STEPS ══ --\u003e\n  \u003csection class=\"acc-section\" aria-labelledby=\"acc-setup\"\u003e\n    \u003cspan class=\"acc-eyebrow\"\u003eSetup\u003c\/span\u003e\n    \u003ch3 id=\"acc-setup\" class=\"acc-h2\"\u003eHow to Use\u003c\/h3\u003e\n    \u003cdiv class=\"acc-steps\"\u003e\n      \u003cdiv class=\"acc-step\"\u003e\n        \u003cdiv class=\"acc-step-num\"\u003e01\u003c\/div\u003e\n        \u003cspan class=\"acc-step-title\"\u003ePlace Stand\u003c\/span\u003e\n        \u003cspan class=\"acc-step-text\"\u003eSet the stand on a flat surface at your head level when lying down.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-step\"\u003e\n        \u003cdiv class=\"acc-step-num\"\u003e02\u003c\/div\u003e\n        \u003cspan class=\"acc-step-title\"\u003eMount Device\u003c\/span\u003e\n        \u003cspan class=\"acc-step-text\"\u003eSeat the controller module into the multi-fit cradle. Cable rests at the side.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-step\"\u003e\n        \u003cdiv class=\"acc-step-num\"\u003e03\u003c\/div\u003e\n        \u003cspan class=\"acc-step-title\"\u003eForm S-Curve\u003c\/span\u003e\n        \u003cspan class=\"acc-step-text\"\u003eBend the flexible panel to follow face contours — forehead to chin to neck.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acc-step\"\u003e\n        \u003cdiv class=\"acc-step-num\"\u003e04\u003c\/div\u003e\n        \u003cspan class=\"acc-step-title\"\u003eStart Session\u003c\/span\u003e\n        \u003cspan class=\"acc-step-text\"\u003ePanel holds position for the full 30 minutes without any adjustment.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ══ MAIN CTA ══ --\u003e\n  \u003cdiv class=\"acc-cta\" role=\"complementary\" aria-label=\"Order stand\"\u003e\n    \u003cspan class=\"acc-cta-eye\"\u003eIn Stock · Singapore · Free Delivery\u003c\/span\u003e\n    \u003cp class=\"acc-cta-title\"\u003e\u003cstrong\u003eFacial Rest Stand\u003c\/strong\u003e\u003cbr\u003eUnlock the Full S-Curve Protocol\u003c\/p\u003e\n    \u003cp class=\"acc-cta-price\"\u003e\u003cstrong\u003eSGD 35\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cspan class=\"acc-cta-note\"\u003eCompatible: PRO II · PRO Plus · CONTOUR 2\u003c\/span\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https:\/\/wa.me\/6594468877?text=Hi!%20I'm%20interested%20in%20the%20Celluma%20Facial%20Rest%20Stand.%20Could%20you%20confirm%20stock%20and%20process%20my%20order?\" class=\"acc-cta-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cuse href=\"#wa-acc\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\n      Order · Free Delivery\n    \u003c\/a\u003e\n    \u003cspan class=\"acc-cta-sub\"\u003eGenuine Celluma accessory · Ready stocks · Expert setup guidance\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ FAQ ══ --\u003e\n  \u003csection class=\"acc-section\" aria-labelledby=\"acc-faq\"\u003e\n    \u003cspan class=\"acc-eyebrow\"\u003eFAQ\u003c\/span\u003e\n    \u003ch3 id=\"acc-faq\" class=\"acc-h2\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n    \u003cdiv class=\"acc-faq-grid\"\u003e\n\n      \u003cdiv class=\"acc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003cspan class=\"acc-faq-q\" itemprop=\"name\"\u003eWhat is the S-Curve in Celluma therapy?\u003c\/span\u003e\n        \u003cdiv itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cp class=\"acc-faq-a\" itemprop=\"text\"\u003eThe S-Curve is the positioning method where the flexible panel follows the face, chin, and neck contours at zero distance. The Facial Rest Stand maintains this exact geometry for the full 30-minute session — without it, the panel sags away from the skin as it warms, creating gaps that reduce therapeutic light delivery.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"acc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003cspan class=\"acc-faq-q\" itemprop=\"name\"\u003eWhich Celluma devices is this compatible with?\u003c\/span\u003e\n        \u003cdiv itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cp class=\"acc-faq-a\" itemprop=\"text\"\u003eThe stand is compatible with the \u003cstrong\u003eCelluma PRO II, PRO Plus, and CONTOUR 2\u003c\/strong\u003e. The multi-fit cradle accommodates the updated controller modules on all three devices with no adapters needed.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"acc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003cspan class=\"acc-faq-q\" itemprop=\"name\"\u003eWhy not prop the device up with pillows?\u003c\/span\u003e\n        \u003cdiv itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cp class=\"acc-faq-a\" itemprop=\"text\"\u003ePillows cannot hold the \u003cstrong\u003eS-curve geometry\u003c\/strong\u003e. The panel will only contact the nose bridge while gapping at the cheeks, jawline, and chin — the areas that need the most treatment. The Facial Rest Stand maintains full anatomical contact across the entire face and neck.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"acc-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003cspan class=\"acc-faq-q\" itemprop=\"name\"\u003eCan I use this lying down and sitting up?\u003c\/span\u003e\n        \u003cdiv itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cp class=\"acc-faq-a\" itemprop=\"text\"\u003eThe stand is designed primarily for \u003cstrong\u003elying-down use\u003c\/strong\u003e, which is the recommended position for facial Celluma sessions. The S-curve works with gravity when lying flat — the stand cradles the panel in place over the face without the user needing to hold it for 30 minutes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Celluma LED Light Therapy","offers":[{"title":"Default Title","offer_id":45935525396721,"sku":"","price":35.0,"currency_code":"SGD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/4646\/6033\/files\/Celluma-Contour-LED-Red-Light-therapy-attached-to-facial-rest-Dubai.jpg?v=1778951755","url":"https:\/\/www.celluma.asia\/id\/products\/celluma-facial-rest","provider":"Celluma Asia","version":"1.0","type":"link"}