{"product_id":"plant-based-hair-color-quick-color-refresh-gentle-at-home-dye","title":"Plant-Based Hair Color – Quick Color Refresh \u0026 Gentle At-Home Dye","description":"\u003cstyle\u003e\n  .hair-dye-page {\n    --hd-brown: #4a3830;\n    --hd-brown-dark: #352821;\n    --hd-green: #687d67;\n    --hd-green-dark: #536852;\n    --hd-green-light: #edf3eb;\n    --hd-cream: #f7f3ed;\n    --hd-cream-dark: #eee7dc;\n    --hd-gold: #b99862;\n    --hd-white: #ffffff;\n    --hd-text: #403b38;\n    --hd-muted: #746d68;\n    --hd-border: #e3dcd3;\n\n    max-width: 1300px;\n    margin: 0 auto;\n    padding: 10px 18px 50px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--hd-text);\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .hair-dye-page *,\n  .hair-dye-page *::before,\n  .hair-dye-page *::after {\n    box-sizing: border-box;\n  }\n\n  .hair-dye-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  .hd-hero {\n    background:\n      radial-gradient(circle at 88% 18%, rgba(185,152,98,0.14), transparent 28%),\n      linear-gradient(135deg, #f8f4ee 0%, #f1ebe2 100%);\n    border: 1px solid var(--hd-border);\n    border-radius: 18px;\n    padding: 42px 30px;\n    text-align: center;\n    margin-bottom: 30px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hd-hero::before {\n    content: \"\";\n    position: absolute;\n    width: 220px;\n    height: 220px;\n    border: 1px solid rgba(104,125,103,0.12);\n    border-radius: 50%;\n    left: -100px;\n    bottom: -135px;\n  }\n\n  .hd-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 850px;\n    margin: 0 auto;\n  }\n\n  .hd-eyebrow {\n    display: inline-block;\n    color: var(--hd-green-dark);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .hd-hero h2 {\n    margin: 0 0 14px;\n    color: var(--hd-brown-dark);\n    font-size: 36px;\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .hd-hero h2::after {\n    content: \"\";\n    display: block;\n    width: 48px;\n    height: 3px;\n    background: var(--hd-gold);\n    border-radius: 3px;\n    margin: 15px auto 0;\n  }\n\n  .hd-hero p {\n    max-width: 720px;\n    margin: 14px auto 0;\n    color: var(--hd-muted);\n    font-size: 16px;\n  }\n\n  \/* =========================\n     IMAGE SECTIONS\n  ========================= *\/\n\n  .hd-image {\n    margin-bottom: 30px;\n  }\n\n  .hd-image img {\n    border-radius: 14px;\n  }\n\n  \/* =========================\n     FEATURE SECTION\n  ========================= *\/\n\n  .hd-feature {\n    background: var(--hd-white);\n    border: 1px solid var(--hd-border);\n    border-radius: 16px;\n    padding: 26px 28px;\n    margin-bottom: 30px;\n  }\n\n  .hd-feature-tag {\n    display: inline-block;\n    padding: 5px 10px;\n    border-radius: 20px;\n    background: var(--hd-green-light);\n    color: var(--hd-green-dark);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    margin-bottom: 9px;\n  }\n\n  .hd-feature h3 {\n    margin: 0 0 10px;\n    color: var(--hd-brown-dark);\n    font-size: 25px;\n    line-height: 1.3;\n  }\n\n  .hd-feature h3::after {\n    content: \"\";\n    display: block;\n    width: 38px;\n    height: 2px;\n    background: var(--hd-gold);\n    margin-top: 9px;\n  }\n\n  .hd-feature p {\n    margin: 14px 0 0;\n    color: var(--hd-muted);\n    font-size: 15.5px;\n  }\n\n  \/* =========================\n     FEATURE CARDS\n  ========================= *\/\n\n  .hd-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-bottom: 32px;\n  }\n\n  .hd-benefit {\n    background: linear-gradient(145deg, #f9f7f3, #f2eee7);\n    border: 1px solid var(--hd-border);\n    border-radius: 14px;\n    padding: 22px 18px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hd-benefit::before {\n    content: \"\";\n    position: absolute;\n    width: 55px;\n    height: 55px;\n    border-radius: 50%;\n    background: rgba(104,125,103,0.08);\n    right: -15px;\n    top: -18px;\n  }\n\n  .hd-benefit-icon {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    background: var(--hd-green-light);\n    font-size: 18px;\n    margin-bottom: 12px;\n  }\n\n  .hd-benefit h4 {\n    margin: 0 0 7px;\n    color: var(--hd-brown-dark);\n    font-size: 16px;\n    line-height: 1.35;\n  }\n\n  .hd-benefit p {\n    margin: 0;\n    color: var(--hd-muted);\n    font-size: 13.5px;\n    line-height: 1.55;\n  }\n\n  \/* =========================\n     HOW TO USE\n  ========================= *\/\n\n  .hd-howto {\n    background:\n      linear-gradient(135deg, #f3f0e9 0%, #f8f5ef 100%);\n    border: 1px solid var(--hd-border);\n    border-radius: 16px;\n    padding: 30px;\n    margin-bottom: 30px;\n  }\n\n  .hd-howto-title {\n    text-align: center;\n    margin-bottom: 23px;\n  }\n\n  .hd-howto-title span {\n    display: block;\n    color: var(--hd-green-dark);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n    margin-bottom: 5px;\n  }\n\n  .hd-howto-title h3 {\n    margin: 0;\n    color: var(--hd-brown-dark);\n    font-size: 25px;\n  }\n\n  .hd-steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n\n  .hd-step {\n    background: #fff;\n    border: 1px solid #e3ddd5;\n    border-radius: 12px;\n    padding: 17px 13px;\n    text-align: center;\n  }\n\n  .hd-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 32px;\n    height: 32px;\n    margin: 0 auto 10px;\n    border-radius: 50%;\n    background: var(--hd-green);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .hd-step strong {\n    display: block;\n    color: var(--hd-brown-dark);\n    font-size: 13.5px;\n    margin-bottom: 5px;\n  }\n\n  .hd-step p {\n    margin: 0;\n    color: var(--hd-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     SUITABLE FOR\n  ========================= *\/\n\n  .hd-suitable {\n    background: var(--hd-green-light);\n    border: 1px solid #dce6d9;\n    border-radius: 16px;\n    padding: 28px;\n    margin-bottom: 30px;\n  }\n\n  .hd-suitable h3 {\n    margin: 0 0 10px;\n    color: var(--hd-brown-dark);\n    font-size: 24px;\n  }\n\n  .hd-suitable p {\n    margin: 0;\n    color: var(--hd-muted);\n    font-size: 15px;\n  }\n\n  .hd-hair-types {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 17px;\n  }\n\n  .hd-hair-type {\n    display: inline-flex;\n    align-items: center;\n    padding: 7px 13px;\n    border-radius: 30px;\n    background: #fff;\n    border: 1px solid #d9e3d6;\n    color: var(--hd-green-dark);\n    font-size: 12.5px;\n    font-weight: 700;\n  }\n\n  \/* =========================\n     PRODUCT DETAILS\n  ========================= *\/\n\n  .hd-details {\n    background: var(--hd-white);\n    border: 1px solid var(--hd-border);\n    border-radius: 16px;\n    padding: 28px;\n    margin-bottom: 30px;\n  }\n\n  .hd-details-title {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .hd-details-title span {\n    display: block;\n    color: var(--hd-green-dark);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n    margin-bottom: 5px;\n  }\n\n  .hd-details-title h3 {\n    margin: 0;\n    color: var(--hd-brown-dark);\n    font-size: 25px;\n  }\n\n  .hd-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n\n  .hd-spec {\n    background: var(--hd-cream);\n    border: 1px solid #e6ded4;\n    border-radius: 10px;\n    padding: 15px 12px;\n    text-align: center;\n  }\n\n  .hd-spec strong {\n    display: block;\n    color: var(--hd-brown-dark);\n    font-size: 12px;\n    margin-bottom: 5px;\n  }\n\n  .hd-spec span {\n    color: var(--hd-muted);\n    font-size: 13px;\n  }\n\n  \/* =========================\n     NOTES\n  ========================= *\/\n\n  .hd-notes {\n    background: #faf8f5;\n    border-left: 4px solid var(--hd-gold);\n    border-top: 1px solid var(--hd-border);\n    border-right: 1px solid var(--hd-border);\n    border-bottom: 1px solid var(--hd-border);\n    border-radius: 10px;\n    padding: 20px 22px;\n    margin-bottom: 30px;\n  }\n\n  .hd-notes h3 {\n    margin: 0 0 9px;\n    color: var(--hd-brown-dark);\n    font-size: 19px;\n  }\n\n  .hd-notes p {\n    margin: 0;\n    color: var(--hd-muted);\n    font-size: 13.5px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     CTA\n  ========================= *\/\n\n  .hd-cta {\n    background:\n      radial-gradient(circle at 85% 20%, rgba(185,152,98,0.20), transparent 30%),\n      linear-gradient(135deg, #403029 0%, #5b4437 100%);\n    border-radius: 18px;\n    padding: 40px 25px;\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .hd-cta h3 {\n    margin: 0 0 10px;\n    color: #fff;\n    font-size: 27px;\n    line-height: 1.3;\n  }\n\n  .hd-cta p {\n    max-width: 680px;\n    margin: 0 auto;\n    color: #e8e1db;\n    font-size: 14.5px;\n  }\n\n  .hd-cta-accent {\n    display: block;\n    width: 45px;\n    height: 3px;\n    margin: 0 auto 15px;\n    background: var(--hd-gold);\n    border-radius: 3px;\n  }\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media screen and (max-width: 768px) {\n\n    .hair-dye-page {\n      padding: 5px 9px 35px;\n    }\n\n    .hd-hero {\n      padding: 31px 17px;\n      border-radius: 11px;\n      margin-bottom: 20px;\n    }\n\n    .hd-hero h2 {\n      font-size: 27px;\n    }\n\n    .hd-hero p {\n      font-size: 14.5px;\n    }\n\n    .hd-image {\n      margin-bottom: 22px;\n    }\n\n    .hd-image img {\n      border-radius: 9px;\n    }\n\n    .hd-feature {\n      padding: 21px 17px;\n      border-radius: 11px;\n      margin-bottom: 22px;\n    }\n\n    .hd-feature h3 {\n      font-size: 22px;\n    }\n\n    .hd-feature p {\n      font-size: 14px;\n    }\n\n    .hd-benefits {\n      grid-template-columns: 1fr;\n      gap: 9px;\n      margin-bottom: 23px;\n    }\n\n    .hd-benefit {\n      padding: 17px;\n      border-radius: 11px;\n    }\n\n    .hd-howto {\n      padding: 23px 15px;\n      border-radius: 11px;\n      margin-bottom: 22px;\n    }\n\n    .hd-howto-title h3 {\n      font-size: 22px;\n    }\n\n    .hd-steps {\n      grid-template-columns: 1fr 1fr;\n      gap: 9px;\n    }\n\n    .hd-step {\n      padding: 14px 9px;\n    }\n\n    .hd-step strong {\n      font-size: 12.5px;\n    }\n\n    .hd-step p {\n      font-size: 11.5px;\n    }\n\n    .hd-suitable {\n      padding: 22px 17px;\n      border-radius: 11px;\n      margin-bottom: 22px;\n    }\n\n    .hd-suitable h3 {\n      font-size: 22px;\n    }\n\n    .hd-suitable p {\n      font-size: 14px;\n    }\n\n    .hd-details {\n      padding: 22px 14px;\n      border-radius: 11px;\n      margin-bottom: 22px;\n    }\n\n    .hd-details-title h3 {\n      font-size: 22px;\n    }\n\n    .hd-spec-grid {\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .hd-spec {\n      padding: 13px;\n      text-align: left;\n    }\n\n    .hd-spec strong,\n    .hd-spec span {\n      display: inline;\n    }\n\n    .hd-spec strong {\n      margin-right: 6px;\n    }\n\n    .hd-notes {\n      padding: 18px 16px;\n      margin-bottom: 22px;\n    }\n\n    .hd-cta {\n      padding: 31px 17px;\n      border-radius: 12px;\n    }\n\n    .hd-cta h3 {\n      font-size: 23px;\n    }\n\n    .hd-cta p {\n      font-size: 13.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"hair-dye-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hd-hero\"\u003e\n    \u003cdiv class=\"hd-hero-content\"\u003e\n\n      \u003cspan class=\"hd-eyebrow\"\u003eBotanical Hair Color Care\u003c\/span\u003e\n\n      \u003ch2\u003e\n        A Softer Way to Refresh Your Hair Color\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Bring a fresh, vibrant look back to your hair with a convenient coloring formula created for a simple, comfortable at-home routine.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 1 --\u003e\n  \u003cdiv class=\"hd-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/0000\/0731\/files\/spp_shopify20260821204154_374ef87d67b6e98c1da7d602523a47cc_b3f2f5ff-cbd1-427c-977a-0e9114344642.jpg?v=1789116057\" alt=\"Plant-based hair color treatment\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURE 1 --\u003e\n  \u003csection class=\"hd-feature\"\u003e\n\n    \u003cspan class=\"hd-feature-tag\"\u003e01 · Botanical Care\u003c\/span\u003e\n\n    \u003ch3\u003e\n      🌿 Plant-Inspired Coloring Care\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Created with botanical extracts, this formula offers a more comfortable approach to at-home hair coloring. It is designed to refresh your color while keeping the application experience feeling gentle and easy to manage.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 2 --\u003e\n  \u003cdiv class=\"hd-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/0000\/0731\/files\/spp_shopify20260821204156_e37ffb36777d23a700e47e94fb5941f0_ac1c7fcb-ffe0-4add-8e82-0ebc98554b40.jpg?v=1789116057\" alt=\"Hair color shine and botanical formula\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"hd-benefits\"\u003e\n\n    \u003cdiv class=\"hd-benefit\"\u003e\n      \u003cdiv class=\"hd-benefit-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch4\u003eVibrant-Looking Finish\u003c\/h4\u003e\n      \u003cp\u003e\n        Helps enhance the appearance of refreshed, lively-looking color with a naturally glossy finish.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hd-benefit\"\u003e\n      \u003cdiv class=\"hd-benefit-icon\"\u003e🌿\u003c\/div\u003e\n      \u003ch4\u003eBotanical Scent\u003c\/h4\u003e\n      \u003cp\u003e\n        A light botanical fragrance adds a fresh and pleasant touch to your coloring routine.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hd-benefit\"\u003e\n      \u003cdiv class=\"hd-benefit-icon\"\u003e💆\u003c\/div\u003e\n      \u003ch4\u003eSimple Home Application\u003c\/h4\u003e\n      \u003cp\u003e\n        Easy-to-follow application steps make it convenient to refresh your hair color without a complicated routine.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 3 --\u003e\n  \u003cdiv class=\"hd-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/0000\/0731\/files\/spp_shopify20260821204151_42064d0d9ca9f842e1cee972af55888c_dfd6477c-675b-413f-af3b-d754223fdf8b.jpg?v=1789116057\" alt=\"How to apply hair dye at home\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003csection class=\"hd-howto\"\u003e\n\n    \u003cdiv class=\"hd-howto-title\"\u003e\n      \u003cspan\u003eEasy Application\u003c\/span\u003e\n      \u003ch3\u003eHow to Use\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hd-steps\"\u003e\n\n      \u003cdiv class=\"hd-step\"\u003e\n        \u003cdiv class=\"hd-step-number\"\u003e1\u003c\/div\u003e\n        \u003cstrong\u003eClean Hair\u003c\/strong\u003e\n        \u003cp\u003eWash your hair and gently remove excess moisture.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hd-step\"\u003e\n        \u003cdiv class=\"hd-step-number\"\u003e2\u003c\/div\u003e\n        \u003cstrong\u003eApply Evenly\u003c\/strong\u003e\n        \u003cp\u003eDistribute the formula thoroughly from roots through the strands.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hd-step\"\u003e\n        \u003cdiv class=\"hd-step-number\"\u003e3\u003c\/div\u003e\n        \u003cstrong\u003eLet It Develop\u003c\/strong\u003e\n        \u003cp\u003eLeave the product on for approximately 25–35 minutes.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hd-step\"\u003e\n        \u003cdiv class=\"hd-step-number\"\u003e4\u003c\/div\u003e\n        \u003cstrong\u003eRinse Well\u003c\/strong\u003e\n        \u003cp\u003eRinse thoroughly with clean water until the hair is clean.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 4 --\u003e\n  \u003cdiv class=\"hd-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/0000\/0731\/files\/spp_shopify20260821204159_e4658687b0fc898953b9da63f90367db_7381d9b0-3d86-4253-af50-088fff508df2.jpg?v=1789116057\" alt=\"Hair dye suitable for different hair textures\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- SUITABLE FOR --\u003e\n  \u003csection class=\"hd-suitable\"\u003e\n\n    \u003ch3\u003e💇 Made for Different Hair Textures\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Whether your hair is naturally straight, softly wavy, or curly, this at-home color treatment provides a convenient way to create a refreshed color appearance as part of your regular hair-care routine.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hd-hair-types\"\u003e\n      \u003cspan class=\"hd-hair-type\"\u003e✓ Straight Hair\u003c\/span\u003e\n      \u003cspan class=\"hd-hair-type\"\u003e✓ Wavy Hair\u003c\/span\u003e\n      \u003cspan class=\"hd-hair-type\"\u003e✓ Curly Hair\u003c\/span\u003e\n      \u003cspan class=\"hd-hair-type\"\u003e✓ At-Home Color Care\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 5 --\u003e\n  \u003cdiv class=\"hd-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/0000\/0731\/files\/spp_shopify20260821204210_ac58230f81b6ed8962bf559e06c146d2_a0f8d3d4-7d6d-4083-a430-5b3152be7e92.jpg?v=1789116057\" alt=\"Hair dye product details\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003csection class=\"hd-details\"\u003e\n\n    \u003cdiv class=\"hd-details-title\"\u003e\n      \u003cspan\u003eProduct Information\u003c\/span\u003e\n      \u003ch3\u003eEverything at a Glance\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hd-spec-grid\"\u003e\n\n      \u003cdiv class=\"hd-spec\"\u003e\n        \u003cstrong\u003eVolume\u003c\/strong\u003e\n        \u003cspan\u003e210 ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hd-spec\"\u003e\n        \u003cstrong\u003eShelf Life\u003c\/strong\u003e\n        \u003cspan\u003e3 Years\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hd-spec\"\u003e\n        \u003cstrong\u003ePackage\u003c\/strong\u003e\n        \u003cspan\u003e1 × Mild Formula Hair Dye\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- NOTES --\u003e\n  \u003csection class=\"hd-notes\"\u003e\n\n    \u003ch3\u003e⚠️ Care \u0026amp; Storage Notes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      • Keep the product in a cool, dry place away from excessive heat.\u003cbr\u003e\n      • Store safely out of children's reach.\u003cbr\u003e\n      • Avoid direct contact with the eyes. If contact occurs, rinse thoroughly with clean water.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"hd-cta\"\u003e\n\n    \u003cspan class=\"hd-cta-accent\"\u003e\u003c\/span\u003e\n\n    \u003ch3\u003e\n      Give Your Hair Color a Fresh Start\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Enjoy a simple, convenient way to refresh your color at home with a botanical-inspired formula designed for an easy everyday beauty routine.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Dark Black","offer_id":49280017268955,"sku":null,"price":25.99,"currency_code":"USD","in_stock":true},{"title":"Light Black","offer_id":49280017301723,"sku":null,"price":25.99,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":49280017334491,"sku":null,"price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0830\/0000\/0731\/files\/DM_20260911183134_001.jpg?v=1789122856","url":"https:\/\/rosenoot.com\/products\/plant-based-hair-color-quick-color-refresh-gentle-at-home-dye","provider":"Rosenoot","version":"1.0","type":"link"}