{"product_id":"the-complete-kit","title":"The Complete Kit","description":"\u003c!-- =====================================================\n     elif4care — THE COMPLETE KIT\n     Glow Mist + Vitamin C Serum (A+E) + Repair Serum (HA)\n     Palette:\n       Cyan\/Blue  #49CAFF \/ #00AAFF  → Glow Mist\n       Orange     #FF6100 \/ #FF8000  → Vitamin C\n       Purple     #A362D8 \/ #7B3DB5  → Repair Serum\n===================================================== --\u003e\n\n\u003cstyle\u003e\n  .kit-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .kit-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n    color: #1a1a1a;\n    max-width: 100%;\n    margin: 0 auto;\n  }\n\n  \/* MADE IN USA *\/\n  .kit-origin {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    padding: 20px 16px 0;\n  }\n  .kit-origin span {\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #999;\n  }\n\n  \/* THREE-COLOR TOP BAR *\/\n  .kit-topbar {\n    display: flex;\n    height: 5px;\n    border-radius: 50px;\n    overflow: hidden;\n    margin: 10px 4px 0;\n  }\n  .kit-topbar div { flex: 1; }\n\n  \/* HERO *\/\n  .kit-hero {\n    text-align: center;\n    padding: 14px 8px 8px;\n  }\n  .kit-hero .kit-eyebrow {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    background: linear-gradient(90deg, #49CAFF, #FF6100, #A362D8);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    margin-bottom: 12px;\n  }\n  .kit-hero h1 {\n    font-size: clamp(22px, 4vw, 32px);\n    font-weight: 900;\n    line-height: 1.15;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n  .kit-hero h1 .c1 { color: #00AAFF; }\n  .kit-hero h1 .c2 { color: #FF6100; }\n  .kit-hero h1 .c3 { color: #A362D8; }\n  .kit-hero p {\n    font-size: 14px;\n    color: #444;\n    line-height: 1.6;\n    max-width: 100%;\n    margin: 0 auto;\n  }\n\n  \/* THREE BADGES *\/\n  .kit-badges {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 10px;\n    flex-wrap: wrap;\n    padding: 12px 8px 6px;\n  }\n  .kit-badge {\n    display: inline-block;\n    padding: 7px 16px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.03em;\n    color: #fff;\n  }\n  .kb-blue { background: #00AAFF; }\n  .kb-orange { background: #FF6100; }\n  .kb-purple { background: #A362D8; }\n  .kit-plus {\n    font-size: 20px;\n    font-weight: 800;\n    color: #ddd;\n  }\n\n  \/* SECTION DIVIDERS *\/\n  .kit-divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 16px 8px;\n  }\n  .kit-divider span {\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #aaa;\n    white-space: nowrap;\n  }\n  .kit-divider::before,\n  .kit-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n  }\n  .kit-divider.d-tri::before { background: linear-gradient(to right, #49CAFF, #FF6100); }\n  .kit-divider.d-tri::after  { background: linear-gradient(to right, #FF6100, #A362D8); }\n\n  \/* THREE PRODUCT CARDS *\/\n  .kit-three {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    padding: 0 8px 8px;\n  }\n  .kit-pcard {\n    border-radius: 12px;\n    padding: 14px 14px;\n    display: flex;\n    flex-direction: row;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .kit-pcard \u003e * { flex: 1 1 100%; }\n  .kit-pcard-step { flex: 0 0 auto !important; }\n  .kit-pcard.blue-c  { background: #EBF9FF; border: 2px solid #49CAFF; }\n  .kit-pcard.orange-c { background: #FFF4EE; border: 2px solid #FF6100; }\n  .kit-pcard.purple-c { background: #F4EDFC; border: 2px solid #A362D8; }\n\n  .kit-pcard-step {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 3px 10px;\n    border-radius: 50px;\n    color: #fff;\n    align-self: flex-start;\n  }\n  .blue-c .kit-pcard-step  { background: #00AAFF; }\n  .orange-c .kit-pcard-step { background: #FF6100; }\n  .purple-c .kit-pcard-step { background: #A362D8; }\n\n  .kit-pcard h3 {\n    font-size: 15px;\n    font-weight: 800;\n    line-height: 1.3;\n  }\n  .blue-c h3  { color: #0077BB; }\n  .orange-c h3 { color: #CC4A00; }\n  .purple-c h3 { color: #7B3DB5; }\n\n  .kit-pcard p {\n    font-size: 12.5px;\n    color: #555;\n    line-height: 1.55;\n  }\n  .kit-pcard ul {\n    list-style: none;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 5px;\n  }\n  .kit-pcard ul li {\n    font-size: 12px;\n    color: #444;\n    padding-left: 18px;\n    position: relative;\n    line-height: 1.4;\n  }\n  .kit-pcard ul li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    font-weight: 900;\n    font-size: 11px;\n  }\n  .blue-c ul li::before  { color: #00AAFF; }\n  .orange-c ul li::before { color: #FF6100; }\n  .purple-c ul li::before { color: #A362D8; }\n\n  \/* HERO GRADIENT STRIP *\/\n  .kit-strip {\n    margin: 8px 4px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, #00AAFF 0%, #49CAFF 25%, #FF6100 55%, #C44FA0 78%, #A362D8 100%);\n    padding: 22px 18px;\n    text-align: center;\n    color: #fff;\n  }\n  .kit-strip h2 {\n    font-size: clamp(15px, 3.5vw, 20px);\n    font-weight: 900;\n    line-height: 1.2;\n    margin-bottom: 10px;\n  }\n  .kit-strip p {\n    font-size: 15px;\n    line-height: 1.65;\n    opacity: 0.93;\n    max-width: 580px;\n    margin: 0 auto;\n  }\n\n  \/* ROUTINE STEPS — visual timeline *\/\n  .kit-routine {\n    padding: 0 8px 8px;\n  }\n  .kit-routine h2 {\n    text-align: center;\n    font-size: 20px;\n    font-weight: 800;\n    margin-bottom: 20px;\n    color: #1a1a1a;\n  }\n  .kit-timeline {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .kit-timeline::before {\n    content: '';\n    position: absolute;\n    left: 18px;\n    top: 20px;\n    bottom: 20px;\n    width: 2px;\n    background: linear-gradient(to bottom, #49CAFF, #FF6100, #A362D8);\n  }\n  .kit-tstep {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    padding: 14px 14px 14px 0;\n  }\n  .kit-tstep-num {\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 14px;\n    font-weight: 900;\n    color: #fff;\n    flex-shrink: 0;\n    z-index: 1;\n    position: relative;\n  }\n  .ts-blue   { background: #00AAFF; }\n  .ts-orange { background: #FF6100; }\n  .ts-purple { background: #A362D8; }\n\n  .kit-tstep-body {\n    flex: 1;\n    padding-top: 4px;\n  }\n  .kit-tstep-body h4 {\n    font-size: 15px;\n    font-weight: 800;\n    margin-bottom: 4px;\n  }\n  .tb-blue h4   { color: #0088CC; }\n  .tb-orange h4 { color: #CC4A00; }\n  .tb-purple h4 { color: #7B3DB5; }\n  .kit-tstep-body p {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.55;\n  }\n  .kit-tstep-body .kit-action-tag {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 2px 10px;\n    border-radius: 50px;\n    margin-bottom: 6px;\n  }\n  .blue-c .kit-action-tag  { background: #D0F1FF; color: #006699; }\n  .orange-c .kit-action-tag { background: #FFE5D5; color: #993300; }\n  .purple-c .kit-action-tag { background: #EDD9FB; color: #5A2080; }\n\n  \/* AM\/PM SCHEDULE *\/\n  .kit-schedule {\n    padding: 4px 8px 8px;\n  }\n  .kit-schedule h2 {\n    text-align: center;\n    font-size: 20px;\n    font-weight: 800;\n    margin-bottom: 16px;\n    color: #1a1a1a;\n  }\n  .kit-sched-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n  .kit-sched-block {\n    border-radius: 14px;\n    padding: 20px 18px;\n  }\n  .kit-sched-block.am {\n    background: #FFFBF0;\n    border: 2px solid #FF8000;\n  }\n  .kit-sched-block.pm {\n    background: #EEF6FF;\n    border: 2px solid #49CAFF;\n  }\n  .kit-sched-block h4 {\n    font-size: 13px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.09em;\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .am h4 { color: #CC5200; }\n  .pm h4 { color: #0077BB; }\n  .kit-sched-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 6px 0;\n    border-bottom: 1px solid rgba(0,0,0,0.06);\n  }\n  .kit-sched-row:last-child { border-bottom: none; }\n  .kit-sched-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n  .sd-blue   { background: #00AAFF; }\n  .sd-orange { background: #FF6100; }\n  .sd-purple { background: #A362D8; }\n  .kit-sched-row p {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.45;\n  }\n  .kit-sched-row p strong { color: #1a1a1a; }\n\n  \/* INGREDIENTS STRIP *\/\n  .kit-ingredients {\n    margin: 8px 4px;\n    border-radius: 12px;\n    background: #f8f8f8;\n    border: 1px solid #eee;\n    padding: 22px 22px;\n  }\n  .kit-ingredients h3 {\n    font-size: 14px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.09em;\n    color: #999;\n    margin-bottom: 16px;\n    text-align: center;\n  }\n  .kit-ing-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n  }\n  .kit-ing-item {\n    text-align: center;\n    padding: 12px 8px;\n    border-radius: 10px;\n    background: #fff;\n    border: 1px solid #eee;\n  }\n  .kit-ing-item .ing-dot {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    margin: 0 auto 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .kit-ing-item p {\n    font-size: 11px;\n    font-weight: 700;\n    color: #444;\n    line-height: 1.35;\n  }\n\n  \/* PRICING JUSTIFICATION *\/\n  .kit-pricing {\n    margin: 8px 4px;\n  }\n\n  \/* price breakdown table *\/\n  .kit-price-table {\n    width: 100%;\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1.5px solid #e5e5e5;\n    margin-bottom: 14px;\n  }\n  .kit-price-table table { width: 100%; border-collapse: collapse; }\n  .kit-price-table thead tr { background: #1a1a1a; }\n  .kit-price-table thead th {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #f0f0f0;\n    padding: 11px 16px;\n    text-align: left;\n  }\n  .kit-price-table thead th:last-child { text-align: right; }\n  .kit-price-table tbody tr { border-bottom: 1px solid #eeece8; }\n  .kit-price-table tbody tr:last-child { border-bottom: none; }\n  .kit-price-table tbody tr.total-row { background: #f7f5f0; }\n  .kit-price-table td {\n    padding: 13px 16px;\n    font-size: 13.5px;\n    color: #333;\n    vertical-align: middle;\n  }\n  .kit-price-table td:last-child { text-align: right; }\n  .kit-price-table td .pt-dot {\n    display: inline-block;\n    width: 8px; height: 8px;\n    border-radius: 50%;\n    margin-right: 8px;\n    vertical-align: middle;\n  }\n  .kit-price-table td .pt-name { font-weight: 600; color: #1a1a1a; }\n  .kit-price-table td .pt-individual { color: #999; text-decoration: line-through; font-size: 12.5px; }\n  .kit-price-table td .pt-kit { font-weight: 700; color: #1a1a1a; font-size: 15px; }\n  .kit-price-table .total-row td { font-size: 14px; font-weight: 700; color: #1a1a1a; }\n  .kit-price-table .total-row td:first-child { font-weight: 700; }\n\n  \/* savings highlight *\/\n  .kit-savings-bar {\n    background: linear-gradient(135deg, #0E7C3A 0%, #1AAD59 100%);\n    border-radius: 12px;\n    padding: 18px 22px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-bottom: 12px;\n  }\n  .kit-savings-bar .ksb-left p {\n    font-size: 13px;\n    color: rgba(255,255,255,0.85);\n    line-height: 1.5;\n  }\n  .kit-savings-bar .ksb-left strong {\n    font-size: 16px;\n    color: #fff;\n    display: block;\n    margin-bottom: 3px;\n  }\n  .kit-savings-bar .ksb-right {\n    text-align: center;\n    flex-shrink: 0;\n  }\n  .kit-savings-bar .ksb-right .save-amount {\n    font-size: 34px;\n    font-weight: 900;\n    color: #fff;\n    line-height: 1;\n  }\n  .kit-savings-bar .ksb-right .save-label {\n    font-size: 11px;\n    color: rgba(255,255,255,0.75);\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-top: 3px;\n  }\n\n  \/* why kit grid *\/\n  .kit-why-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 8px;\n    margin-bottom: 8px;\n  }\n  .kit-why-card {\n    border-radius: 10px;\n    border: 1.5px solid #e5e5e5;\n    padding: 12px 14px;\n    background: #fff;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    text-align: left;\n  }\n  .kit-why-card .kwc-icon {\n    font-size: 20px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .kit-why-card h5 {\n    font-size: 13px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 5px;\n    line-height: 1.3;\n  }\n  .kit-why-card p {\n    font-size: 12px;\n    color: #666;\n    line-height: 1.5;\n  }\n\n  \/* VALUE PROP — kept as closing statement *\/\n  .kit-value {\n    margin: 8px 4px;\n    border-radius: 12px;\n    border: 2px dashed;\n    border-image: linear-gradient(90deg, #49CAFF, #FF6100, #A362D8) 1;\n    padding: 22px 24px;\n    text-align: center;\n  }\n  .kit-value p {\n    font-size: 17px;\n    font-weight: 700;\n    color: #1a1a1a;\n    line-height: 1.6;\n  }\n  .kit-value p .vc { color: #49CAFF; }\n  .kit-value p .vo { color: #FF6100; }\n  .kit-value p .vp { color: #A362D8; }\n\n  \/* FAQ *\/\n  .kit-faq {\n    padding: 14px 8px 8px;\n  }\n  .kit-faq h2 {\n    font-size: 18px;\n    font-weight: 800;\n    margin-bottom: 16px;\n    color: #1a1a1a;\n  }\n  .kit-faq details {\n    border-bottom: 1px solid #ececec;\n    padding: 14px 0;\n  }\n  .kit-faq summary {\n    font-size: 14px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: #1a1a1a;\n    gap: 12px;\n  }\n  .kit-faq summary::-webkit-details-marker { display: none; }\n  .kit-faq summary::after {\n    content: '+';\n    font-size: 18px;\n    font-weight: 300;\n    flex-shrink: 0;\n    background: linear-gradient(135deg, #49CAFF, #A362D8);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .kit-faq details[open] summary::after { content: '–'; }\n  .kit-faq details p {\n    font-size: 13.5px;\n    color: #555;\n    line-height: 1.65;\n    padding-top: 10px;\n  }\n\n  \/* WARNINGS *\/\n  .kit-warnings {\n    margin: 8px 4px 20px;\n    background: #f9f9f9;\n    border-radius: 12px;\n    border: 1px solid #e8e8e8;\n    padding: 18px 20px;\n  }\n  .kit-warnings h4 {\n    font-size: 11px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.09em;\n    color: #aaa;\n    margin-bottom: 10px;\n  }\n  .kit-warnings p {\n    font-size: 12.5px;\n    color: #777;\n    line-height: 1.75;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kit-wrap\"\u003e\n\n  \u003c!-- MADE IN USA --\u003e\n  \u003cdiv class=\"kit-origin\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/6288\/9657\/files\/MADE-IN-USA.png\" alt=\"Made in USA\" style=\"height: 30px; width: auto;\"\u003e\n    \u003cspan\u003eMade in USA\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TOP COLOR BAR --\u003e\n  \u003cdiv class=\"kit-topbar\"\u003e\n    \u003cdiv style=\"background:#49CAFF;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"background:#FF6100;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"background:#A362D8;\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BADGES --\u003e\n  \u003cdiv class=\"kit-badges\"\u003e\n    \u003cspan class=\"kit-badge kb-blue\"\u003eGlow Mist\u003c\/span\u003e\n    \u003cspan class=\"kit-plus\"\u003e+\u003c\/span\u003e\n    \u003cspan class=\"kit-badge kb-orange\"\u003eVitamin C Serum\u003c\/span\u003e\n    \u003cspan class=\"kit-plus\"\u003e+\u003c\/span\u003e\n    \u003cspan class=\"kit-badge kb-purple\"\u003eRepair Serum\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HERO HEADLINE --\u003e\n  \u003cdiv class=\"kit-hero\"\u003e\n    \u003cdiv class=\"kit-eyebrow\"\u003eThe Complete Skincare Kit · 3 Products · 1 Routine\u003c\/div\u003e\n    \u003ch1\u003eCleanse. \u003cspan class=\"c1\"\u003eRefresh.\u003c\/span\u003e\u003cbr\u003eBrighten. \u003cspan class=\"c2\"\u003eProtect.\u003c\/span\u003e\u003cbr\u003eHydrate. \u003cspan class=\"c3\"\u003eRestore.\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp\u003eEverything your skin needs — in one complete, elevated routine. The \u003cstrong\u003eGlow Mist\u003c\/strong\u003e refreshes and balances, \u003cstrong\u003eVitamin C\u003c\/strong\u003e (with Vitamins A \u0026amp; E) brightens and protects, and the \u003cstrong\u003eRepair Serum\u003c\/strong\u003e deeply hydrates, plumps and smooths fine lines. More results. Better value.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- THREE PRODUCT CARDS --\u003e\n  \u003cdiv class=\"kit-divider d-tri\"\u003e\u003cspan\u003eWhat's in the kit\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"kit-three\"\u003e\n\n    \u003cdiv class=\"kit-pcard blue-c\"\u003e\n      \u003cspan class=\"kit-pcard-step\"\u003eStep 1 · Cleanse\u003c\/span\u003e\n      \u003ch3\u003eGlow Mist\u003cbr\u003e\u003cspan style=\"font-size:11px; font-weight:600; color:#555;\"\u003eHydrating Facial Mist\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003cp\u003eRefreshes, balances and preps skin — the ideal first step to start your routine or revive your skin at any time.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eInstant deep hydration\u003c\/li\u003e\n        \u003cli\u003eSoothes and revitalizes\u003c\/li\u003e\n        \u003cli\u003eAloe vera, calendula \u0026amp; chamomile\u003c\/li\u003e\n        \u003cli\u003ePerfect makeup setting mist\u003c\/li\u003e\n        \u003cli\u003eFace \u0026amp; body use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-pcard orange-c\"\u003e\n      \u003cspan class=\"kit-pcard-step\"\u003eStep 2 · Treat\u003c\/span\u003e\n      \u003ch3\u003eVitamin C Serum\u003cbr\u003e\u003cspan style=\"font-size:11px; font-weight:600; color:#555;\"\u003eWith Vitamins A + E\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003cp\u003eAntioxidant protection and luminosity from the first use — the powerhouse that treats and protects every morning.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eBrightens \u0026amp; evens skin tone\u003c\/li\u003e\n        \u003cli\u003eFights free radicals\u003c\/li\u003e\n        \u003cli\u003eBoosts collagen production\u003c\/li\u003e\n        \u003cli\u003eReduces spots \u0026amp; pigmentation\u003c\/li\u003e\n        \u003cli\u003eLightweight, fast-absorbing\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-pcard purple-c\"\u003e\n      \u003cspan class=\"kit-pcard-step\"\u003eStep 3 · Hydrate\u003c\/span\u003e\n      \u003ch3\u003eRepair Serum\u003cbr\u003e\u003cspan style=\"font-size:11px; font-weight:600; color:#555;\"\u003eHyaluronic Acid\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003cp\u003eDeep multi-layer hydration and overnight barrier repair — the finishing step that locks in all the benefits.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e24-hour intense hydration\u003c\/li\u003e\n        \u003cli\u003eReduces fine lines \u0026amp; wrinkles\u003c\/li\u003e\n        \u003cli\u003eMulti-weight hyaluronic acid\u003c\/li\u003e\n        \u003cli\u003eVitamin B5 barrier repair\u003c\/li\u003e\n        \u003cli\u003eVegan \u0026amp; cruelty-free\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- GRADIENT STRIP --\u003e\n  \u003cdiv class=\"kit-strip\"\u003e\n    \u003ch2\u003eYou're not just buying products —\u003cbr\u003eyou're getting a complete routine.\u003c\/h2\u003e\n    \u003cp\u003eThree formulas designed to work together in synergy. Each step prepares your skin for the next, maximizing the effect of every active ingredient. The result: brighter, plumper, more protected skin — morning and night — at exceptional value.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ROUTINE STEPS TIMELINE --\u003e\n  \u003cdiv class=\"kit-routine\"\u003e\n    \u003cdiv class=\"kit-divider d-tri\"\u003e\u003cspan\u003eHow to use it\u003c\/span\u003e\u003c\/div\u003e\n    \u003cdiv class=\"kit-timeline\"\u003e\n\n      \u003cdiv class=\"kit-tstep\"\u003e\n        \u003cdiv class=\"kit-tstep-num ts-blue\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"kit-tstep-body tb-blue blue-c\"\u003e\n          \u003cspan class=\"kit-action-tag\"\u003eCleanse \u0026amp; Refresh\u003c\/span\u003e\n          \u003ch4\u003eGlow Mist\u003c\/h4\u003e\n          \u003cp\u003eShake before use. Hold the bottle 30 cm from your face, close your eyes and apply 2–3 sprays. Let absorb naturally. Ideal on cleansed skin, over makeup, or as a mid-day refresh. Can be used on face and body.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kit-tstep\"\u003e\n        \u003cdiv class=\"kit-tstep-num ts-orange\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"kit-tstep-body tb-orange orange-c\"\u003e\n          \u003cspan class=\"kit-action-tag\"\u003eTreat \u0026amp; Protect\u003c\/span\u003e\n          \u003ch4\u003eVitamin C Serum (A + E)\u003c\/h4\u003e\n          \u003cp\u003eApply 2–3 drops to face and neck. Massage gently with upward motions until fully absorbed. For morning use — its antioxidant power works best as a shield against daily environmental damage.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kit-tstep\"\u003e\n        \u003cdiv class=\"kit-tstep-num ts-purple\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"kit-tstep-body tb-purple purple-c\"\u003e\n          \u003cspan class=\"kit-action-tag\"\u003eHydrate \u0026amp; Restore\u003c\/span\u003e\n          \u003ch4\u003eRepair Serum — Hyaluronic Acid\u003c\/h4\u003e\n          \u003cp\u003eApply 2–3 drops to face and neck. Massage gently until absorbed. Use morning and night — its time-release formula works continuously to plump, smooth and repair the skin barrier while you rest.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- AM \/ PM SCHEDULE --\u003e\n  \u003cdiv class=\"kit-schedule\"\u003e\n    \u003cdiv class=\"kit-divider d-tri\"\u003e\u003cspan\u003eDaily routine\u003c\/span\u003e\u003c\/div\u003e\n    \u003cdiv class=\"kit-sched-grid\"\u003e\n\n      \u003cdiv class=\"kit-sched-block am\"\u003e\n        \u003ch4\u003e\n          \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#FF8000\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 1v2M8 13v2M1 8h2M13 8h2M3.5 3.5l1.5 1.5M11 11l1.5 1.5M3.5 12.5L5 11M11 5l1.5-1.5\" stroke=\"#FF8000\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          Morning — Full Routine\n        \u003c\/h4\u003e\n        \u003cdiv class=\"kit-sched-row\"\u003e\n          \u003cdiv class=\"kit-sched-dot sd-blue\"\u003e\u003c\/div\u003e\n          \u003cp\u003e\u003cstrong\u003eStep 1\u003c\/strong\u003e — Glow Mist · Cleanse \u0026amp; refresh\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kit-sched-row\"\u003e\n          \u003cdiv class=\"kit-sched-dot sd-orange\"\u003e\u003c\/div\u003e\n          \u003cp\u003e\u003cstrong\u003eStep 2\u003c\/strong\u003e — Vitamin C Serum · Treat \u0026amp; protect\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kit-sched-row\"\u003e\n          \u003cdiv class=\"kit-sched-dot sd-purple\"\u003e\u003c\/div\u003e\n          \u003cp\u003e\u003cstrong\u003eStep 3\u003c\/strong\u003e — Repair Serum · Hydrate \u0026amp; restore\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kit-sched-row\" style=\"margin-top: 4px;\"\u003e\n          \u003cdiv class=\"kit-sched-dot\" style=\"background:#999;\"\u003e\u003c\/div\u003e\n          \u003cp style=\"color:#888; font-size:12px;\"\u003eFinish with SPF for maximum protection\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kit-sched-block pm\"\u003e\n        \u003ch4\u003e\n          \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M12 8A6 6 0 015 3a6 6 0 107 9.95A6 6 0 0112 8z\" fill=\"#00AAFF\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          Night — Restore Routine\n        \u003c\/h4\u003e\n        \u003cdiv class=\"kit-sched-row\"\u003e\n          \u003cdiv class=\"kit-sched-dot sd-blue\"\u003e\u003c\/div\u003e\n          \u003cp\u003e\u003cstrong\u003eStep 1\u003c\/strong\u003e — Glow Mist · Cleanse \u0026amp; reset skin\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kit-sched-row\"\u003e\n          \u003cdiv class=\"kit-sched-dot sd-purple\"\u003e\u003c\/div\u003e\n          \u003cp\u003e\u003cstrong\u003eStep 2\u003c\/strong\u003e — Repair Serum · Deep overnight hydration\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kit-sched-row\" style=\"margin-top: 4px;\"\u003e\n          \u003cdiv class=\"kit-sched-dot\" style=\"background:#999;\"\u003e\u003c\/div\u003e\n          \u003cp style=\"color:#888; font-size:12px;\"\u003eLet the serum work while you sleep\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- KEY INGREDIENTS --\u003e\n  \u003cdiv class=\"kit-ingredients\"\u003e\n    \u003ch3\u003eKey Active Ingredients\u003c\/h3\u003e\n    \u003cdiv class=\"kit-ing-grid\"\u003e\n      \u003cdiv class=\"kit-ing-item\"\u003e\n        \u003cdiv class=\"ing-dot\" style=\"background:#D0F1FF;\"\u003e\n          \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M8 2C5 5 3 7 3 9.5a5 5 0 0010 0C13 7 11 5 8 2z\" fill=\"#00AAFF\" opacity=\"0.8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eAloe Vera \u0026amp; Calendula\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-ing-item\"\u003e\n        \u003cdiv class=\"ing-dot\" style=\"background:#D0F1FF;\"\u003e\n          \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"9\" r=\"5\" fill=\"#49CAFF\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"8\" cy=\"6\" r=\"3\" fill=\"#49CAFF\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eHyaluronic Acid (multi-weight)\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-ing-item\"\u003e\n        \u003cdiv class=\"ing-dot\" style=\"background:#FFE5D5;\"\u003e\n          \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"5\" fill=\"#FF8000\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M6 8l2 2 4-4\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eVitamin C + A + E\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-ing-item\"\u003e\n        \u003cdiv class=\"ing-dot\" style=\"background:#EDD9FB;\"\u003e\n          \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003crect x=\"4\" y=\"4\" width=\"8\" height=\"8\" rx=\"4\" fill=\"#A362D8\" opacity=\"0.75\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eVitamin B5 (Barrier Repair)\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-ing-item\"\u003e\n        \u003cdiv class=\"ing-dot\" style=\"background:#E0FAF0;\"\u003e\n          \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\u003cpath d=\"M4 12c0-4 2-6 4-10 2 4 4 6 4 10a4 4 0 01-8 0z\" fill=\"#22BB77\" opacity=\"0.7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eBamboo \u0026amp; Chamomile\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRICING JUSTIFICATION --\u003e\n  \u003cdiv class=\"kit-pricing\"\u003e\n    \u003cdiv class=\"kit-divider d-tri\"\u003e\u003cspan\u003eWhy the kit is the smarter choice\u003c\/span\u003e\u003c\/div\u003e\n\n    \u003c!-- Price breakdown table --\u003e\n    \u003cdiv class=\"kit-price-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eProduct\u003c\/th\u003e\n            \u003cth\u003eIf bought separately\u003c\/th\u003e\n            \u003cth\u003eKit price\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n              \u003cspan class=\"pt-dot\" style=\"background:#49CAFF;\"\u003e\u003c\/span\u003e\n              \u003cspan class=\"pt-name\"\u003eGlow Mist (100 ml)\u003c\/span\u003e\n            \u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"pt-individual\"\u003e$49.99\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"pt-kit\" style=\"color:#49CAFF;\"\u003eIncluded\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n              \u003cspan class=\"pt-dot\" style=\"background:#FF6100;\"\u003e\u003c\/span\u003e\n              \u003cspan class=\"pt-name\"\u003eVitamin C Serum (A + E)\u003c\/span\u003e\n            \u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"pt-individual\"\u003e$64.99\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"pt-kit\" style=\"color:#FF6100;\"\u003eIncluded\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n              \u003cspan class=\"pt-dot\" style=\"background:#A362D8;\"\u003e\u003c\/span\u003e\n              \u003cspan class=\"pt-name\"\u003eRepair Serum (Hyaluronic Acid)\u003c\/span\u003e\n            \u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"pt-individual\"\u003e$59.99\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"pt-kit\" style=\"color:#A362D8;\"\u003eIncluded\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"total-row\"\u003e\n            \u003ctd\u003eTotal\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan style=\"color:#999; text-decoration:line-through; font-size:15px;\"\u003e$174.97\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan style=\"color:#0E7C3A; font-size:18px; font-weight:900;\"\u003e$144.00\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Savings bar --\u003e\n    \u003cdiv class=\"kit-savings-bar\"\u003e\n      \u003cdiv class=\"ksb-left\"\u003e\n        \u003cstrong\u003eYou save $30.97 with the Complete Kit\u003c\/strong\u003e\n        \u003cp\u003eThat's the equivalent of getting one full product \u003cem\u003ealmost free\u003c\/em\u003e.\u003cbr\u003eSame quality. Same formulas. Better value — when you choose the routine.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ksb-right\" style=\"display:flex; flex-direction:column; align-items:center; gap:10px;\"\u003e\n        \u003cdiv style=\"background:#fff; border-radius:50%; width:72px; height:72px; display:flex; flex-direction:column; align-items:center; justify-content:center; box-shadow: 0 4px 14px rgba(0,0,0,0.18);\"\u003e\n          \u003cspan style=\"font-size:20px; font-weight:900; color:#0E7C3A; line-height:1;\"\u003e18%\u003c\/span\u003e\n          \u003cspan style=\"font-size:10px; font-weight:700; color:#0E7C3A; letter-spacing:0.05em; text-transform:uppercase;\"\u003eOFF\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align:center;\"\u003e\n          \u003cdiv class=\"save-amount\"\u003e$30.97\u003c\/div\u003e\n          \u003cdiv class=\"save-label\"\u003ein savings\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 3 reasons why kit --\u003e\n    \u003cdiv class=\"kit-why-grid\"\u003e\n      \u003cdiv class=\"kit-why-card\"\u003e\n        \u003cspan class=\"kwc-icon\"\u003e💰\u003c\/span\u003e\n        \u003ch5\u003eReal savings, visible number\u003c\/h5\u003e\n        \u003cp\u003eThe kit price is lower than buying each product individually — the difference is clear and immediate.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-why-card\"\u003e\n        \u003cspan class=\"kwc-icon\"\u003e⚡\u003c\/span\u003e\n        \u003ch5\u003eFormulas designed to work together\u003c\/h5\u003e\n        \u003cp\u003eEach step amplifies the next. Glow Mist preps, Vitamin C treats, Repair Serum locks in every benefit. Buying one without the others gives partial results.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-why-card\"\u003e\n        \u003cspan class=\"kwc-icon\"\u003e📦\u003c\/span\u003e\n        \u003ch5\u003eEverything in one order\u003c\/h5\u003e\n        \u003cp\u003eNo separate checkouts, no shipping three times. One decision, one delivery — your complete routine arrives together.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Social proof nudge --\u003e\n    \u003cdiv style=\"background:#f7f5f0; border-radius:12px; border:1.5px solid #e5e5e5; padding:16px 20px; display:flex; align-items:flex-start; gap:14px;\"\u003e\n      \u003cspan style=\"font-size:20px; flex-shrink:0;\"\u003e💬\u003c\/span\u003e\n      \u003cp style=\"font-size:13.5px; color:#444; line-height:1.65;\"\u003e\n        \u003cstrong style=\"color:#1a1a1a;\"\u003eSkincare works in routines, not single products.\u003c\/strong\u003e\u003cbr\u003e\n        Dermatologists consistently recommend layering — a cleanser\/mist, an active treatment, and a hydrating seal. That's exactly what this kit was built around. You're not buying more — you're buying it \u003cem\u003eright\u003c\/em\u003e.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- VALUE PROP — closing statement --\u003e\n  \u003cdiv class=\"kit-value\"\u003e\n    \u003cp\u003e\n      \u003cspan class=\"vc\"\u003eRefresh.\u003c\/span\u003e \u003cspan class=\"vo\"\u003eProtect.\u003c\/span\u003e \u003cspan class=\"vp\"\u003eRestore.\u003c\/span\u003e\u003cbr\u003e\n      Three products. One routine. Maximum value.\u003cbr\u003e\n      \u003cspan style=\"font-size: 14px; font-weight: 500; color: #888;\"\u003eEverything your skin needs — morning and night — in one smart choice.\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"kit-faq\"\u003e\n    \u003cdiv class=\"kit-divider d-tri\"\u003e\u003cspan\u003eFrequently asked questions\u003c\/span\u003e\u003c\/div\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo I need to use all three products every day?\u003c\/summary\u003e\n      \u003cp\u003eFor best results, use the full three-step routine every morning. At night, the Glow Mist + Repair Serum combination is enough for a powerful hydrating and restorative routine. Consistency over 4–6 weeks delivers the most visible results.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIn what order should I apply the products?\u003c\/summary\u003e\n      \u003cp\u003eAlways start with the Glow Mist to refresh and prep the skin, then apply the Vitamin C Serum, and finish with the Repair Serum to lock in hydration. This order maximizes the absorption and effectiveness of every active ingredient.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this kit suitable for sensitive or oily skin?\u003c\/summary\u003e\n      \u003cp\u003eYes. All three formulas are lightweight, fast-absorbing, and free from artificial fragrances and parabens. The Glow Mist and Repair Serum are hypoallergenic and dermatologically tested. If you're new to Vitamin C, we recommend patch-testing first.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I use the Glow Mist over makeup?\u003c\/summary\u003e\n      \u003cp\u003eAbsolutely. The Glow Mist works perfectly as a makeup-setting spray or as a mid-day hydration boost — even over a full face of makeup. Hold the bottle 30 cm from your face and apply 2–3 sprays with eyes closed.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow soon will I see results?\u003c\/summary\u003e\n      \u003cp\u003eImproved hydration and skin freshness are typically noticeable from the first use of the Glow Mist and Repair Serum. Brighter, more even-toned skin from the Vitamin C Serum becomes visible after 4–6 weeks of consistent daily use.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I use the kit alongside other skincare products?\u003c\/summary\u003e\n      \u003cp\u003eYes. All three products integrate well into existing routines. Avoid combining the Vitamin C Serum with strong exfoliating acids or retinol in the same application step. The Repair Serum works as a hydration booster, amplifying the effects of any moisturizer applied after.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- WARNINGS --\u003e\n  \u003cdiv class=\"kit-warnings\"\u003e\n    \u003ch4\u003eImportant Warnings\u003c\/h4\u003e\n    \u003cp\u003e\n      ⚠ For external use only.  · \n      ⚠ Avoid contact with eyes — rinse thoroughly with water if contact occurs.  · \n      ⚠ If irritation or redness occurs, discontinue use and consult a dermatologist.  · \n      ⚠ Keep out of reach of children.  · \n      ⚠ Store in a cool, dry place away from direct sunlight.  · \n      ⚠ Shake the Glow Mist before use.  · \n      ⚠ Vitamin C may change color over time due to natural oxidation — this is normal and does not affect efficacy.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- END elif4care COMPLETE KIT description --\u003e","brand":"Elif4care","offers":[{"title":"Default Title","offer_id":46959751200953,"sku":null,"price":144.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/6288\/9657\/files\/TheCompleteKIT-Elif4Care.jpg?v=1780031567","url":"https:\/\/elif4care.com\/products\/the-complete-kit","provider":"Elif4care","version":"1.0","type":"link"}