{"product_id":"lux-skin®-tallow-honey-balm","title":"LUX SKIN® Tallow + Honey Balm","description":"\u003cstyle\u003e\n  .lux-tallow-honey-module{\n    --honey: #b88a3d;\n    --honey-light: #d8b56f;\n    --honey-glow: #ead49a;\n    --honey-pale: #fff7e6;\n    --honey-deep: #f0dfb7;\n    --rose: #d98b98;\n    --rose-light: #f0b4bd;\n    --rose-pale: #fff0f2;\n    --cream: #fffaf2;\n    --navy: #1a1a2e;\n    --navy-soft: #2e2e4a;\n    --text: #2c2c2c;\n    --text-soft: #5a5a5a;\n    --card: #ffffff;\n    --border: #eadfce;\n\n    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module * { box-sizing: border-box; }\n  .lux-tallow-honey-module h2, .lux-tallow-honey-module p, .lux-tallow-honey-module ul, .lux-tallow-honey-module li { margin: 0; padding: 0; }\n\n  .lux-tallow-honey-module .container{\n    max-width: 740px;\n    margin: 0 auto;\n    padding: 40px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 32px;\n  }\n\n  .lux-tallow-honey-module .card,\n  .lux-tallow-honey-module .guidance-card,\n  .lux-tallow-honey-module .expect-card,\n  .lux-tallow-honey-module .proof-card{\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 36px 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .lux-tallow-honey-module .card::before,\n  .lux-tallow-honey-module .proof-card::before{\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n  }\n\n  .lux-tallow-honey-module .card::before{\n    background: linear-gradient(90deg, var(--honey), var(--rose-light), var(--honey));\n  }\n\n  .lux-tallow-honey-module .proof-card::before{\n    background: linear-gradient(90deg, var(--honey), var(--rose-light));\n  }\n\n  .lux-tallow-honey-module .card-label{\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--honey);\n    margin-bottom: 16px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .card h2{\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 600;\n    color: var(--navy);\n    line-height: 1.2;\n    margin-bottom: 20px;\n  }\n\n  .lux-tallow-honey-module .card p{\n    font-size: 15px;\n    line-height: 1.7;\n    color: var(--text);\n    margin-bottom: 14px;\n  }\n  .lux-tallow-honey-module .card p:last-child{ margin-bottom: 0; }\n\n  .lux-tallow-honey-module .hero-actives{\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 24px 0;\n  }\n\n  .lux-tallow-honey-module .hero-active{\n    padding: 20px;\n    border-radius: 12px;\n    border: 1px solid var(--border);\n    position: relative;\n    overflow: hidden;\n    background: #fff;\n  }\n\n  .lux-tallow-honey-module .hero-active::after{\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 4px;\n    height: 100%;\n  }\n\n  .lux-tallow-honey-module .hero-active.honey-primary{\n    background: linear-gradient(135deg, #fff7e6 0%, #fff 100%);\n  }\n  .lux-tallow-honey-module .hero-active.honey-primary::after{ background: var(--honey); }\n\n  .lux-tallow-honey-module .hero-active.honey-secondary{\n    background: linear-gradient(135deg, #fff0f2 0%, #fff 100%);\n  }\n  .lux-tallow-honey-module .hero-active.honey-secondary::after{ background: var(--rose); }\n\n  .lux-tallow-honey-module .hero-active-name{\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 4px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .hero-active.honey-primary .hero-active-name{ color: var(--honey); }\n  .lux-tallow-honey-module .hero-active.honey-secondary .hero-active-name{ color: var(--rose); }\n\n  .lux-tallow-honey-module .hero-active-title{\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 8px;\n  }\n\n  .lux-tallow-honey-module .hero-active-desc{\n    font-size: 13px;\n    line-height: 1.6;\n    color: var(--text-soft);\n  }\n\n  .lux-tallow-honey-module .special-callout{\n    background: linear-gradient(135deg, var(--honey-pale) 0%, #fffaf2 100%);\n    border-radius: 12px;\n    padding: 20px 24px;\n    margin-top: 20px;\n    font-size: 14.5px;\n    line-height: 1.7;\n    border-left: 3px solid var(--honey);\n  }\n  .lux-tallow-honey-module .special-callout strong{ color: var(--navy); }\n\n  .lux-tallow-honey-module .divider{\n    border: none;\n    border-top: 1px dashed var(--border);\n    margin: 24px 0;\n  }\n\n  .lux-tallow-honey-module .kit-includes{\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    margin: 10px 0 20px;\n  }\n\n  .lux-tallow-honey-module .kit-item{\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 14.5px;\n    line-height: 1.5;\n  }\n\n  .lux-tallow-honey-module .kit-item .dot{\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--honey);\n    flex-shrink: 0;\n  }\n\n  .lux-tallow-honey-module .meta-row{\n    display: flex;\n    gap: 32px;\n    margin-top: 4px;\n    flex-wrap: wrap;\n  }\n\n  .lux-tallow-honey-module .meta-item{\n    font-size: 14px;\n    color: var(--text-soft);\n  }\n  .lux-tallow-honey-module .meta-item strong{ color: var(--text); }\n\n  .lux-tallow-honey-module .ingredients-strip{\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n\n  .lux-tallow-honey-module .ing-tag{\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    padding: 5px 12px;\n    border-radius: 999px;\n    border: 1px solid;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .ing-tag.honey-tag{\n    background: #fff7e6;\n    border-color: #ead49a;\n    color: var(--honey);\n  }\n\n  .lux-tallow-honey-module .ing-tag.rose-tag{\n    background: #fff0f2;\n    border-color: #f0b4bd;\n    color: var(--rose);\n  }\n\n  .lux-tallow-honey-module .ing-tag.support-tag{\n    background: #f8f8f8;\n    border-color: #e0e0e0;\n    color: var(--text-soft);\n  }\n\n  .lux-tallow-honey-module .guidance-card{ overflow: visible; }\n\n  .lux-tallow-honey-module .bubble{\n    position: absolute;\n    top: -14px;\n    left: 24px;\n    background: var(--honey-deep);\n    color: var(--navy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    padding: 7px 16px;\n    border-radius: 999px;\n    white-space: nowrap;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .guidance-card p{\n    font-size: 14.5px;\n    line-height: 1.7;\n    margin-bottom: 12px;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .guidance-list{\n    list-style: none;\n    margin: 0;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n\n  .lux-tallow-honey-module .guidance-list li{\n    font-size: 14.5px;\n    line-height: 1.6;\n    padding-left: 18px;\n    position: relative;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .guidance-list li::before{\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--honey);\n    font-weight: 600;\n  }\n\n  .lux-tallow-honey-module .expect-card{ overflow: visible; padding: 40px 32px 32px; }\n  .lux-tallow-honey-module .expect-card .bubble{ background: var(--honey-pale); }\n\n  .lux-tallow-honey-module .results-header{\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 20px;\n  }\n\n  .lux-tallow-honey-module .results-header strong{\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 600;\n    color: var(--navy);\n  }\n\n  .lux-tallow-honey-module .results-grid{\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 20px;\n  }\n\n  .lux-tallow-honey-module .result-item{\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 16px 18px 16px 34px;\n    font-size: 13.5px;\n    line-height: 1.6;\n    position: relative;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .result-item::before{\n    content: '✦';\n    position: absolute;\n    left: 14px;\n    top: 16px;\n    font-size: 10px;\n  }\n\n  .lux-tallow-honey-module .result-item.honey-result{\n    background: linear-gradient(135deg, #fff7e6, #fff);\n  }\n  .lux-tallow-honey-module .result-item.honey-result::before{ color: var(--honey); }\n\n  .lux-tallow-honey-module .result-item.rose-result{\n    background: linear-gradient(135deg, #fff0f2, #fff);\n  }\n  .lux-tallow-honey-module .result-item.rose-result::before{ color: var(--rose); }\n\n  .lux-tallow-honey-module .result-item.shared-result{\n    background: linear-gradient(135deg, #f9f6ef, #fff);\n  }\n  .lux-tallow-honey-module .result-item.shared-result::before{ color: var(--navy-soft); }\n\n  .lux-tallow-honey-module .result-tag{\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    display: inline-block;\n    padding: 2px 8px;\n    border-radius: 4px;\n    margin-bottom: 6px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .tag-honey{ background: #f5e3bd; color: var(--honey); }\n  .lux-tallow-honey-module .tag-rose{ background: #f7d4d9; color: var(--rose); }\n  .lux-tallow-honey-module .tag-both{ background: #e8e0d2; color: var(--navy-soft); }\n\n  .lux-tallow-honey-module .timeline{\n    margin-top: 20px;\n    padding: 20px 24px;\n    background: linear-gradient(135deg, #fffaf2, #f8f3ea);\n    border-radius: 12px;\n    border: 1px solid var(--border);\n  }\n\n  .lux-tallow-honey-module .timeline-title{\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--honey);\n    margin-bottom: 14px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .timeline-steps{\n    display: flex;\n    gap: 0;\n    position: relative;\n  }\n\n  .lux-tallow-honey-module .timeline-steps::before{\n    content: '';\n    position: absolute;\n    top: 12px;\n    left: 12px;\n    right: 12px;\n    height: 2px;\n    background: linear-gradient(90deg, var(--honey-glow), var(--rose-pale), var(--honey-glow));\n  }\n\n  .lux-tallow-honey-module .timeline-step{\n    flex: 1;\n    text-align: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .lux-tallow-honey-module .timeline-dot{\n    width: 24px; height: 24px;\n    border-radius: 50%;\n    background: var(--card);\n    border: 2px solid var(--honey);\n    margin: 0 auto 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 10px;\n    font-weight: 700;\n    color: var(--honey);\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .timeline-step:last-child .timeline-dot{\n    border-color: var(--rose);\n    color: var(--rose);\n  }\n\n  .lux-tallow-honey-module .timeline-step:nth-child(2) .timeline-dot{\n    border-color: var(--navy-soft);\n    color: var(--navy-soft);\n  }\n\n  .lux-tallow-honey-module .timeline-text{\n    font-size: 12px;\n    line-height: 1.4;\n    color: var(--text-soft);\n  }\n\n  .lux-tallow-honey-module .timeline-text strong{\n    display: block;\n    color: var(--text);\n    font-size: 13px;\n  }\n\n  .lux-tallow-honey-module .proof-header-wrap{\n    position: relative;\n    margin-bottom: 24px;\n  }\n\n  .lux-tallow-honey-module .proof-pill{\n    display: inline-block;\n    background: linear-gradient(135deg, var(--honey-pale), var(--honey-deep));\n    color: var(--navy);\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    padding: 12px 26px;\n    border-radius: 999px;\n    border: 1px solid var(--honey-glow);\n    box-shadow: 0 6px 16px rgba(0,0,0,0.04);\n  }\n\n  .lux-tallow-honey-module .proof-grid{\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 20px;\n  }\n\n  .lux-tallow-honey-module .proof-stat{\n    padding: 18px 20px;\n    border-radius: 12px;\n    text-align: center;\n  }\n\n  .lux-tallow-honey-module .proof-stat.stat-honey{\n    background: linear-gradient(135deg, #fff7e6, #f5e8cb);\n    border: 1px solid #ead49a;\n  }\n\n  .lux-tallow-honey-module .proof-stat.stat-rose{\n    background: linear-gradient(135deg, #fff0f2, #f7dce0);\n    border: 1px solid #f0b4bd;\n  }\n\n  .lux-tallow-honey-module .proof-stat .stat-number{\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 34px;\n    font-weight: 700;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n\n  .lux-tallow-honey-module .stat-honey .stat-number{ color: var(--honey); }\n  .lux-tallow-honey-module .stat-rose .stat-number{ color: var(--rose); }\n\n  .lux-tallow-honey-module .proof-stat .stat-label{\n    font-size: 12px;\n    line-height: 1.4;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .proof-stat .stat-source{\n    font-size: 10px;\n    color: #9b8b74;\n    margin-top: 4px;\n    font-style: italic;\n  }\n\n  .lux-tallow-honey-module .proof-list{\n    list-style: none;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin: 0 0 24px 0;\n  }\n\n  .lux-tallow-honey-module .proof-list li{\n    font-size: 14px;\n    line-height: 1.6;\n    padding-left: 20px;\n    position: relative;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .proof-list li::before{\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: var(--honey);\n    font-weight: 700;\n  }\n\n  .lux-tallow-honey-module .proof-list a{\n    color: var(--honey);\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  .lux-tallow-honey-module .disclaimer{\n    font-size: 11.5px;\n    line-height: 1.6;\n    color: #999;\n    font-style: italic;\n    border-top: 1px solid var(--border);\n    padding-top: 16px;\n  }\n\n  @media (max-width: 600px){\n    .lux-tallow-honey-module .container{ padding: 24px 16px; }\n    .lux-tallow-honey-module .card,\n    .lux-tallow-honey-module .guidance-card,\n    .lux-tallow-honey-module .expect-card,\n    .lux-tallow-honey-module .proof-card{ padding: 28px 20px; }\n\n    .lux-tallow-honey-module .expect-card{ padding: 34px 20px 24px; }\n    .lux-tallow-honey-module .hero-actives{ grid-template-columns: 1fr; }\n    .lux-tallow-honey-module .results-grid{ grid-template-columns: 1fr; }\n    .lux-tallow-honey-module .proof-grid{ grid-template-columns: 1fr; }\n    .lux-tallow-honey-module .meta-row{ flex-direction: column; gap: 8px; }\n    .lux-tallow-honey-module .timeline-steps{ flex-direction: column; gap: 18px; }\n    .lux-tallow-honey-module .timeline-steps::before{ display: none; }\n    .lux-tallow-honey-module .card h2{ font-size: 24px; }\n    .lux-tallow-honey-module .bubble{ left: 16px; }\n    .lux-tallow-honey-module .proof-pill{ font-size: 16px; padding: 10px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lux-tallow-honey-module\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003c!-- WHAT IS IT --\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n      \u003ch2\u003eLUX SKIN® Tallow \u0026amp; Honey Balm\u003c\/h2\u003e\n      \u003cp\u003eA simple, deeply nourishing balm for skin that feels dry, tight, weather-stressed or over-processed. Made for the health-conscious skincare customer, it brings together traditional tallow care with modern hydration support — without turning your daily routine into a complicated 10-step ritual.\u003c\/p\u003e\n      \u003cp\u003eThis formula pairs a lipid-rich tallow base with honey extract, shea butter, squalane, jojoba, glycerin, panthenol, oat kernel extract and sodium hyaluronate — a transparent, multi-layer moisture system designed to support the look and feel of a healthy skin barrier.\u003c\/p\u003e\n\n      \u003cdiv class=\"hero-actives\"\u003e\n        \u003cdiv class=\"hero-active honey-primary\"\u003e\n          \u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-title\"\u003eTallow + Traditional Lipids\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-desc\"\u003eA replenishing emollient base with tallow, shea butter, olive oil, jojoba and squalane to soften dry skin, reduce the feeling of tightness and support a supple, nourished finish.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hero-active honey-secondary\"\u003e\n          \u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-title\"\u003eHoney Extract + Humectants\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-desc\"\u003eHoney extract, glycerin and sodium hyaluronate help attract and hold moisture at the skin’s surface, while panthenol and oat kernel extract support comfort for dry, reactive-feeling skin.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eUse it wherever skin needs honest, everyday nourishment — as a final step over your skincare routine, on dry patches, across the hands, or as a softening lip balm.\u003c\/p\u003e\n\n      \u003cdiv class=\"special-callout\"\u003e\n        \u003cstrong\u003eWhy tallow?\u003c\/strong\u003e\u003cbr\u003e\n        Tallow is a traditional, lipid-rich ingredient valued by the natural skincare community for its dense, balm-like texture and skin-softening feel. In this formula, it is paired with shea butter, olive oil, jojoba and squalane to create a replenishing emollient base that helps dry skin feel softer, smoother and more comfortable.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"special-callout\"\u003e\n        \u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003e\n        Many moisturisers focus on a single hydration pathway. Tallow \u0026amp; Honey Balm layers \u003cstrong\u003eocclusive comfort, emollient softness and humectant hydration\u003c\/strong\u003e in one balm: traditional lipid-rich ingredients help soften, honey extract and glycerin help draw moisture, and oat plus panthenol help skin feel calmer and more comfortable.\n      \u003c\/div\u003e\n\n      \u003chr class=\"divider\"\u003e\n\n      \u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eProduct Details:\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cdiv class=\"kit-includes\"\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × LUX SKIN® Tallow \u0026amp; Honey Balm\u003c\/div\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 50g \/ 1.76 oz nourishing balm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"meta-row\"\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eUse On:\u003c\/strong\u003e Face, lips, hands, dry patches and body\u003c\/div\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e Daily, especially on slightly damp skin\u003c\/div\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRoutine Style:\u003c\/strong\u003e Simple, nourishing, final-step balm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ingredients-strip\"\u003e\n        \u003cspan class=\"ing-tag honey-tag\"\u003eTallow\u003c\/span\u003e\n        \u003cspan class=\"ing-tag honey-tag\"\u003eHoney Extract\u003c\/span\u003e\n        \u003cspan class=\"ing-tag honey-tag\"\u003eShea Butter\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eSqualane\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eJojoba Oil\u003c\/span\u003e\n        \u003cspan class=\"ing-tag rose-tag\"\u003ePanthenol\u003c\/span\u003e\n        \u003cspan class=\"ing-tag rose-tag\"\u003eOat Extract\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eSodium Hyaluronate\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO USE --\u003e\n    \u003cdiv class=\"guidance-card\"\u003e\n      \u003cdiv class=\"bubble\"\u003eHOW DO I USE IT?\u003c\/div\u003e\n      \u003cp\u003eThe balm is designed for daily use wherever skin feels dry, depleted or in need of extra nourishment. It works especially well as a simple, final-step balm for customers who prefer fewer products, more intentional ingredients and a skin-comfort-first routine.\u003c\/p\u003e\n      \u003cul class=\"guidance-list\"\u003e\n        \u003cli\u003eWarm a \u003cstrong\u003esmall amount\u003c\/strong\u003e between fingertips until it softens.\u003c\/li\u003e\n        \u003cli\u003eGently massage into \u003cstrong\u003eclean skin\u003c\/strong\u003e on the face, lips, hands or dry areas.\u003c\/li\u003e\n        \u003cli\u003eApply to \u003cstrong\u003eslightly damp skin\u003c\/strong\u003e for best results and a smoother finish.\u003c\/li\u003e\n        \u003cli\u003eUse as the final step in your routine to help seal in hydration and comfort.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHAT TO EXPECT --\u003e\n    \u003cdiv class=\"expect-card\"\u003e\n      \u003cdiv class=\"bubble\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n      \u003cdiv class=\"results-header\"\u003e\n        \u003cstrong\u003eResults you’ll notice\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"results-grid\"\u003e\n        \u003cdiv class=\"result-item honey-result\"\u003e\n          \u003cdiv class=\"result-tag tag-honey\"\u003eTallow + Shea\u003c\/div\u003e\n          Skin feels instantly softer, cushioned and more comfortable, with a balm-to-skin finish designed for dry areas.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item rose-result\"\u003e\n          \u003cdiv class=\"result-tag tag-rose\"\u003eHoney + Glycerin\u003c\/div\u003e\n          Helps attract moisture to the skin’s surface for a plumper, more supple look and feel.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item honey-result\"\u003e\n          \u003cdiv class=\"result-tag tag-honey\"\u003eSqualane + Jojoba\u003c\/div\u003e\n          Lightweight emollients help reduce the feeling of roughness without leaving skin feeling stripped or tight.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item rose-result\"\u003e\n          \u003cdiv class=\"result-tag tag-rose\"\u003ePanthenol\u003c\/div\u003e\n          Supports skin comfort and hydration, making the balm ideal when skin feels dry, tight or weather-stressed.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item shared-result\"\u003e\n          \u003cdiv class=\"result-tag tag-both\"\u003eOat Extract\u003c\/div\u003e\n          Helps support a calmer-looking complexion and a more comfortable feel on dry, reactive-feeling skin.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item shared-result\"\u003e\n          \u003cdiv class=\"result-tag tag-both\"\u003eSimple Daily Care\u003c\/div\u003e\n          A low-fuss final-step balm to help leave skin looking nourished, dewy and resilient with consistent use.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"timeline\"\u003e\n        \u003cdiv class=\"timeline-title\"\u003eYour Nourishment Timeline\u003c\/div\u003e\n        \u003cdiv class=\"timeline-steps\"\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eFirst use\u003c\/strong\u003e Softer feel, less tightness, nourished glow\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eDays 3 to 7\u003c\/strong\u003e Dry patches feel smoother and more comfortable\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eOngoing use\u003c\/strong\u003e Skin appears more supple, cared-for and resilient with a simpler daily routine\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- INGREDIENT PROOF --\u003e\n    \u003cdiv class=\"proof-card\"\u003e\n      \u003cdiv class=\"proof-header-wrap\"\u003e\n        \u003cdiv class=\"proof-pill\"\u003eProof-Backed Ingredient Story\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"proof-grid\"\u003e\n        \u003cdiv class=\"proof-stat stat-honey\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e50\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eSubject clinical study found colloidal oatmeal lotion improved dryness, moisturisation and barrier measures\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eIlnytska et al., J Drugs Dermatol, 2016\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-stat stat-rose\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eRandomised controlled studies assessed a panthenol-containing emollient for moisturisation and barrier restoration support\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eStettler et al., J Dermatolog Treat, 2016\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-stat stat-honey\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e2013\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eCosmetic dermatology review summarised honey’s long history in topical skin care applications\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eBurlando \u0026amp; Cornara, J Cosmet Dermatol\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-stat stat-rose\"\u003e\n          \u003cdiv class=\"stat-number\"\u003eHA\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eHyaluronic acid is widely recognised as a key molecule involved in skin moisture and water retention\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003ePapakonstantinou et al., Dermatoendocrinol, 2012\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"proof-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOat science:\u003c\/strong\u003e Colloidal oatmeal research shows activity linked to epidermal differentiation, tight junctions, lipid regulation and clinical improvements in dry skin barrier appearance and feel. \u003ca href=\"https:\/\/jddonline.com\/articles\/colloidal-oatmeal-emavena-sativaem-improves-skin-barrier-through-multi-therapy-activity-S1545961616P0684X\/\" target=\"_blank\" rel=\"noopener\"\u003eView source\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHoney heritage:\u003c\/strong\u003e Honey has been reviewed in cosmetic dermatology as a topical skin-care ingredient with a long history of use. \u003ca href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/24305429\/\" target=\"_blank\" rel=\"noopener\"\u003eView source\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHydration support:\u003c\/strong\u003e Sodium hyaluronate is the salt form of hyaluronic acid, a molecule strongly associated with skin moisture and water-binding support. \u003ca href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC3583886\/\" target=\"_blank\" rel=\"noopener\"\u003eView source\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePanthenol support:\u003c\/strong\u003e Published research on panthenol-containing emollients reports favourable effects on barrier function, barrier repair and skin hydration. \u003ca href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/27425824\/\" target=\"_blank\" rel=\"noopener\"\u003eView source\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBarrier-style balm base:\u003c\/strong\u003e Tallow, shea butter, olive oil, jojoba oil, squalane and caprylic\/capric triglyceride create a replenishing emollient system to help soften the feel of dry skin.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eComfort ingredients:\u003c\/strong\u003e Panthenol, oat kernel extract, tocopherol and rosemary leaf extract round out the formula with supportive conditioning and antioxidant-style cosmetic care.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"disclaimer\"\u003eIndividual results may vary. Cosmetic use only. This product is not intended to diagnose, treat, cure or prevent any disease. Patch test before first use. Discontinue use if irritation occurs. For external use only and avoid contact with eyes. Not recommended for infants under 2 years due to essential oils.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Tallow \u0026 Honey Balm Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n  \u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n  \u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\" open\u003e\n    \u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eTallow \u0026amp; Honey Balm\u003c\/summary\u003e\n    \u003cp style=\"margin-top: 8px;\"\u003eAqua (Water), Adeps Bovis (Tallow), Olea Europaea (Olive) Oil, Emulsifying Wax, Butyrospermum Parkii (Shea) Butter, Squalane, Glycerin, Caprylic\/Capric Triglyceride, Cetearyl Alcohol, Simmondsia Chinensis (Jojoba) Seed Oil, Honey Extract, 1,2-Hexanediol, Pentylene Glycol, Panthenol, Phenoxyethanol, Hydroxyacetophenone, Rosmarinus Officinalis (Rosemary) Leaf Extract, Avena Sativa (Oat) Kernel Extract, Tocopherol, Xanthan Gum, Ethylhexylglycerin, Sodium Hyaluronate, Disodium EDTA.\u003c\/p\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n","brand":"LUX SKIN AUS","offers":[{"title":"Default Title","offer_id":61852610986354,"sku":"TALLOW_01","price":29.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/Amazonimage2-TallowBalmwithHoneyLuxSkin_1.jpg?v=1778750182","url":"https:\/\/luxskin.co\/products\/lux-skin%c2%ae-tallow-honey-balm","provider":"LUX SKIN","version":"1.0","type":"link"}