{"title":"milk_shake Hair Care","description":"\u003cstyle\u003e\n  \/* milk_shake Collection Banner - Scoped Styles *\/\n  .milkshake-banner-wrapper {\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n    border-radius: 12px;\n    margin-bottom: 24px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  }\n\n  .milkshake-banner-hero {\n    position: relative;\n    width: 100%;\n    min-height: 300px;\n    display: flex;\n    align-items: center;\n    justify-content: flex-start;\n    background: linear-gradient(135deg, #FFB92B 0%, #FFCF6B 50%, #FFE8B0 100%);\n    overflow: hidden;\n  }\n\n  .milkshake-banner-hero-img {\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 55%;\n    height: 100%;\n    background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/milk_shake_19-556654.webp?v=1771348464');\n    background-size: cover;\n    background-position: center center;\n    background-repeat: no-repeat;\n    z-index: 1;\n  }\n\n  .milkshake-banner-hero-fade {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 65%;\n    height: 100%;\n    background: linear-gradient(to right, #FFB92B 35%, rgba(255, 185, 43, 0.85) 55%, rgba(255, 185, 43, 0) 100%);\n    z-index: 2;\n    pointer-events: none;\n  }\n\n  .milkshake-banner-content {\n    position: relative;\n    z-index: 3;\n    padding: 44px 40px;\n    max-width: 50%;\n  }\n\n  .milkshake-banner-tagline {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: rgba(60, 40, 0, 0.6);\n    margin: 0 0 12px 0;\n  }\n\n  .milkshake-banner-title {\n    font-size: 34px;\n    font-weight: 700;\n    line-height: 1.15;\n    color: #2D1A00;\n    margin: 0 0 10px 0;\n    letter-spacing: -0.5px;\n  }\n\n  .milkshake-banner-title span {\n    display: inline;\n    color: #fff;\n    text-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  }\n\n  .milkshake-banner-subtitle {\n    font-size: 15px;\n    line-height: 1.55;\n    color: rgba(45, 26, 0, 0.7);\n    margin: 0 0 28px 0;\n    max-width: 400px;\n  }\n\n  .milkshake-banner-actions {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    flex-wrap: wrap;\n  }\n\n  \/* Shop indicator text *\/\n  .milkshake-banner-shop-text {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 14px;\n    font-weight: 700;\n    color: #fff;\n    letter-spacing: 0.2px;\n  }\n\n  .milkshake-banner-shop-text svg {\n    width: 14px;\n    height: 14px;\n  }\n\n  \/* Secondary CTA - hair color dialog *\/\n  .milkshake-banner-color-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 22px;\n    background: transparent;\n    color: #2D1A00;\n    font-size: 14px;\n    font-weight: 600;\n    border: 2px solid rgba(45, 26, 0, 0.3);\n    border-radius: 50px;\n    cursor: pointer;\n    transition: all 0.25s ease;\n    letter-spacing: 0.1px;\n  }\n\n  .milkshake-banner-color-btn:hover {\n    border-color: #2D1A00;\n    background: rgba(45, 26, 0, 0.06);\n  }\n\n  .milkshake-banner-color-btn svg {\n    width: 15px;\n    height: 15px;\n    transition: transform 0.25s ease;\n  }\n\n  .milkshake-banner-color-btn:hover svg {\n    transform: translateX(2px);\n  }\n\n  \/* Dialog Overlay *\/\n  .milkshake-banner-overlay {\n    display: none;\n    position: fixed;\n    inset: 0;\n    background: rgba(0, 0, 0, 0.5);\n    z-index: 99999;\n    justify-content: center;\n    align-items: center;\n    padding: 20px;\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n\n  .milkshake-banner-overlay.milkshake-banner-active {\n    display: flex;\n  }\n\n  .milkshake-banner-overlay.milkshake-banner-visible {\n    opacity: 1;\n  }\n\n  \/* Dialog Box *\/\n  .milkshake-banner-dialog {\n    background: #fff;\n    border-radius: 16px;\n    width: 100%;\n    max-width: 520px;\n    padding: 0;\n    position: relative;\n    transform: translateY(20px) scale(0.97);\n    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);\n    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);\n    overflow: hidden;\n  }\n\n  .milkshake-banner-overlay.milkshake-banner-visible .milkshake-banner-dialog {\n    transform: translateY(0) scale(1);\n  }\n\n  .milkshake-banner-dialog-header {\n    background: linear-gradient(135deg, #FFB92B, #FFCF6B);\n    padding: 28px 32px 24px;\n    position: relative;\n  }\n\n  .milkshake-banner-dialog-title {\n    font-size: 22px;\n    font-weight: 700;\n    color: #2D1A00;\n    margin: 0 0 4px 0;\n    line-height: 1.25;\n  }\n\n  .milkshake-banner-dialog-desc {\n    font-size: 14px;\n    color: rgba(45, 26, 0, 0.7);\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  .milkshake-banner-close-btn {\n    position: absolute;\n    top: 16px;\n    right: 16px;\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    border: none;\n    background: rgba(45, 26, 0, 0.1);\n    color: #2D1A00;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: background 0.2s ease;\n    padding: 0;\n  }\n\n  .milkshake-banner-close-btn:hover {\n    background: rgba(45, 26, 0, 0.2);\n  }\n\n  .milkshake-banner-close-btn svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .milkshake-banner-dialog-body {\n    padding: 24px 32px 32px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .milkshake-banner-color-link {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 16px 20px;\n    background: #FFFAF0;\n    border: 1.5px solid #FFE8B0;\n    border-radius: 12px;\n    text-decoration: none;\n    color: #2D1A00;\n    font-size: 15px;\n    font-weight: 600;\n    transition: all 0.2s ease;\n    cursor: pointer;\n  }\n\n  .milkshake-banner-color-link:hover {\n    background: #FFB92B;\n    border-color: #FFB92B;\n    transform: translateX(4px);\n    box-shadow: 0 4px 12px rgba(255, 185, 43, 0.3);\n    text-decoration: none;\n    color: #2D1A00;\n  }\n\n  .milkshake-banner-color-link:hover .milkshake-banner-link-arrow {\n    opacity: 1;\n    transform: translateX(0);\n  }\n\n  .milkshake-banner-link-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .milkshake-banner-link-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n\n  .milkshake-banner-link-arrow {\n    opacity: 0;\n    transform: translateX(-6px);\n    transition: all 0.2s ease;\n    flex-shrink: 0;\n  }\n\n  .milkshake-banner-link-arrow svg {\n    width: 16px;\n    height: 16px;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .milkshake-banner-hero {\n      min-height: 280px;\n      flex-direction: column;\n      justify-content: flex-end;\n    }\n\n    .milkshake-banner-hero-img {\n      width: 100%;\n      height: 55%;\n      top: 0;\n      right: 0;\n      background-position: center top;\n    }\n\n    .milkshake-banner-hero-fade {\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(to top, #FFB92B 35%, rgba(255, 185, 43, 0.6) 65%, rgba(255, 185, 43, 0.1) 100%);\n    }\n\n    .milkshake-banner-content {\n      max-width: 100%;\n      padding: 24px 24px 32px;\n    }\n\n    .milkshake-banner-title {\n      font-size: 26px;\n    }\n\n    .milkshake-banner-subtitle {\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .milkshake-banner-actions {\n      gap: 12px;\n    }\n\n    .milkshake-banner-color-btn {\n      font-size: 13px;\n      padding: 10px 18px;\n    }\n\n    .milkshake-banner-dialog-header {\n      padding: 24px 20px 20px;\n    }\n\n    .milkshake-banner-dialog-title {\n      font-size: 19px;\n      padding-right: 30px;\n    }\n\n    .milkshake-banner-dialog-body {\n      padding: 20px 20px 28px;\n    }\n\n    .milkshake-banner-color-link {\n      padding: 14px 16px;\n      font-size: 14px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .milkshake-banner-hero {\n      min-height: 240px;\n    }\n\n    .milkshake-banner-title {\n      font-size: 22px;\n    }\n\n    .milkshake-banner-tagline {\n      font-size: 11px;\n    }\n\n    .milkshake-banner-actions {\n      flex-direction: column;\n      align-items: flex-start;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- milk_shake Collection Banner --\u003e\n\u003cdiv class=\"milkshake-banner-wrapper\"\u003e\n  \u003cdiv class=\"milkshake-banner-hero\"\u003e\n    \u003cdiv class=\"milkshake-banner-hero-img\" role=\"img\" aria-label=\"milk_shake professional hair care products\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"milkshake-banner-hero-fade\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"milkshake-banner-content\"\u003e\n      \u003cp class=\"milkshake-banner-tagline\"\u003eMade in Italy\u003c\/p\u003e\n      \u003ch2 class=\"milkshake-banner-title\"\u003e\n\u003cspan\u003emilk_shake\u003c\/span\u003e Hair Care\u003c\/h2\u003e\n      \u003cp class=\"milkshake-banner-subtitle\"\u003eSalon-grade formulas powered by milk proteins and fruit extracts. Browse the full collection below.\u003c\/p\u003e\n      \u003cdiv class=\"milkshake-banner-actions\"\u003e\n        \u003cspan class=\"milkshake-banner-shop-text\"\u003e\n          Shop collection below\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 14l-7 7m0 0l-7-7m7 7V3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cbutton class=\"milkshake-banner-color-btn\" id=\"milkshake-banner-open-dialog\" type=\"button\"\u003e\n          Looking for Hair Color?\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13 7l5 5m0 0l-5 5m5-5H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- milk_shake Hair Color Dialog --\u003e\n\u003cdiv class=\"milkshake-banner-overlay\" id=\"milkshake-banner-overlay\"\u003e\n  \u003cdiv class=\"milkshake-banner-dialog\" role=\"dialog\" aria-labelledby=\"milkshake-banner-dialog-title\"\u003e\n    \u003cdiv class=\"milkshake-banner-dialog-header\"\u003e\n      \u003ch3 class=\"milkshake-banner-dialog-title\" id=\"milkshake-banner-dialog-title\"\u003emilk_shake Hair Color Lines\u003c\/h3\u003e\n      \u003cp class=\"milkshake-banner-dialog-desc\"\u003eBrowse our professional color collections\u003c\/p\u003e\n      \u003cbutton class=\"milkshake-banner-close-btn\" id=\"milkshake-banner-close-dialog\" type=\"button\" aria-label=\"Close dialog\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 18L18 6M6 6l12 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"milkshake-banner-dialog-body\"\u003e\n      \u003ca href=\"https:\/\/internationalbeauty.ca\/collections\/milk_shake-creative-series\" class=\"milkshake-banner-color-link\"\u003e\n        \u003cspan class=\"milkshake-banner-link-label\"\u003e\n          \u003cspan class=\"milkshake-banner-link-dot\" style=\"background: #C45A3C;\"\u003e\u003c\/span\u003e\n          Creative Series\n        \u003c\/span\u003e\n        \u003cspan class=\"milkshake-banner-link-arrow\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"https:\/\/internationalbeauty.ca\/collections\/milk_shake-smoothies-series\" class=\"milkshake-banner-color-link\"\u003e\n        \u003cspan class=\"milkshake-banner-link-label\"\u003e\n          \u003cspan class=\"milkshake-banner-link-dot\" style=\"background: #E8A0BF;\"\u003e\u003c\/span\u003e\n          Smoothies Series\n        \u003c\/span\u003e\n        \u003cspan class=\"milkshake-banner-link-arrow\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"https:\/\/internationalbeauty.ca\/collections\/milk_shake-the-gloss-series\" class=\"milkshake-banner-color-link\"\u003e\n        \u003cspan class=\"milkshake-banner-link-label\"\u003e\n          \u003cspan class=\"milkshake-banner-link-dot\" style=\"background: #D4A76A;\"\u003e\u003c\/span\u003e\n          The Gloss Series\n        \u003c\/span\u003e\n        \u003cspan class=\"milkshake-banner-link-arrow\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"https:\/\/internationalbeauty.ca\/collections\/milk_shake-9-minutes-series\" class=\"milkshake-banner-color-link\"\u003e\n        \u003cspan class=\"milkshake-banner-link-label\"\u003e\n          \u003cspan class=\"milkshake-banner-link-dot\" style=\"background: #7B68AE;\"\u003e\u003c\/span\u003e\n          9 Minutes Series\n        \u003c\/span\u003e\n        \u003cspan class=\"milkshake-banner-link-arrow\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"https:\/\/internationalbeauty.ca\/collections\/milk_shake-light-catcher-series\" class=\"milkshake-banner-color-link\"\u003e\n        \u003cspan class=\"milkshake-banner-link-label\"\u003e\n          \u003cspan class=\"milkshake-banner-link-dot\" style=\"background: #F5D76E;\"\u003e\u003c\/span\u003e\n          Light Catcher Series\n        \u003c\/span\u003e\n        \u003cspan class=\"milkshake-banner-link-arrow\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    var milkshakeBannerOpenBtn = document.getElementById('milkshake-banner-open-dialog');\n    var milkshakeBannerOverlay = document.getElementById('milkshake-banner-overlay');\n    var milkshakeBannerCloseBtn = document.getElementById('milkshake-banner-close-dialog');\n\n    if (!milkshakeBannerOpenBtn || !milkshakeBannerOverlay || !milkshakeBannerCloseBtn) return;\n\n    function milkshakeBannerOpenModal() {\n      milkshakeBannerOverlay.classList.add('milkshake-banner-active');\n      document.body.style.overflow = 'hidden';\n      requestAnimationFrame(function() {\n        requestAnimationFrame(function() {\n          milkshakeBannerOverlay.classList.add('milkshake-banner-visible');\n        });\n      });\n    }\n\n    function milkshakeBannerCloseModal() {\n      milkshakeBannerOverlay.classList.remove('milkshake-banner-visible');\n      setTimeout(function() {\n        milkshakeBannerOverlay.classList.remove('milkshake-banner-active');\n        document.body.style.overflow = '';\n      }, 300);\n    }\n\n    milkshakeBannerOpenBtn.addEventListener('click', milkshakeBannerOpenModal);\n    milkshakeBannerCloseBtn.addEventListener('click', milkshakeBannerCloseModal);\n\n    milkshakeBannerOverlay.addEventListener('click', function(e) {\n      if (e.target === milkshakeBannerOverlay) {\n        milkshakeBannerCloseModal();\n      }\n    });\n\n    document.addEventListener('keydown', function(e) {\n      if (e.key === 'Escape' \u0026\u0026 milkshakeBannerOverlay.classList.contains('milkshake-banner-active')) {\n        milkshakeBannerCloseModal();\n      }\n    });\n  });\n\u003c\/script\u003e","products":[{"product_id":"milkshake-dry-shampoo-225ml-4-75oz","title":"milk_shake lifestyling dry shampoo - 200ml\/6.8oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake dry shampoo\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003eis an ultra-light spray that refreshes hair and absorbs excess oil while adding instant volume and texture. Leaves hair clean, matte, and touchable without residue.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake dry shampoo?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ shake the bottle well before spraying onto the roots from a distance of approximately 8-10 inches\u003c\/p\u003e\n\u003cp\u003e\/ wait for a few moments and then brush your hair\u003c\/p\u003e\n\u003cp\u003e\/ for a texturising effect, spray the product onto the mid-lengths\u003cstrong\u003emilk_shake dry shampoo\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eis an ultra-light spray that refreshes hair and absorbs excess oil while adding instant volume and texture. Leaves hair clean, matte, and touchable without residue.\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eHydrofluorocarbon 152A, Alcohol Denat., Aluminum Starch Octenylsuccinate, Parfum (Fragrance), Oryza Sativa (Rice) Starch, Panthenol, Helianthus Annuus (Sunflower) Seed Oil, Aqua (Water), Propylene Glycol, Camellia Sinensis Leaf Extract, Linalool, Hexyl Cinnamal, Hexamethylindanopyran, Limonene, Citronellol, Hydrolyzed Silk, Tetramethyl Acetyloctahydronaphthalenes, Citrus Aurantium Peel Oil, Alpha-Isomethyl Ionone, Dimethyl Phenethyl Acetate, Trimethylbenzenepropanol\u003c\/p\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ehelp extend no-wash days\u003c\/li\u003e\n\u003cli\u003eabsorbs excess oil\u003c\/li\u003e\n\u003cli\u003eleaves no product residue\u003c\/li\u003e\n\u003cli\u003eadds immediate volume\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/60db0a8347d6--silk-proteins-68ce87_360x163_crop_center.jpg?v=1767337630\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003esilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehelp restore hair and provide a protective film to defend against heat and environmental stress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/60db0a8347d6--green-tea-extrac-f2a4ed_360x163_crop_center.jpg?v=1767337695\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003egreen tea extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp data-end=\"164\" data-start=\"113\"\u003eprovides antioxidant protection.\u003c\/p\u003e\n\u003cp data-end=\"321\" data-start=\"166\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/60db0a8347d6--integrity-41-6763a9_360x163_crop_center.jpg?v=1767337765\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp data-end=\"321\" data-start=\"166\"\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003cp data-end=\"355\" data-is-last-node=\"\" data-is-only-node=\"\" data-start=\"323\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/60db0a8347d6--panthenol-81ee4d_360x163_crop_center.jpg?v=1767337806\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003epanthenol\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003carticle data-scroll-anchor=\"true\" data-testid=\"conversation-turn-18\" data-turn=\"assistant\" data-turn-id=\"69953d33-a2cc-4070-815c-6aed89435013\" dir=\"auto\" tabindex=\"-1\"\u003e\n\u003cp data-end=\"355\" data-is-last-node=\"\" data-is-only-node=\"\" data-start=\"323\"\u003ehelps condition hair.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":44121019285670,"sku":"MLK1024118","price":19.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1024118.webp?v=1772483510"},{"product_id":"milkshake-lifestyle-amazing-200ml-6-8oz","title":"milk_shake lifestyling amazing - 200ml\/6.8oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cb\u003emilk_shake\u003c\/b\u003e\u003cb\u003e® \u003c\/b\u003elifestyling amazing anti-humidity protective styling spray for hair is a pre-styling spray capable of eliminating frizz with a long-lasting result.\u003c\/p\u003e\n\u003cp\u003eThe special polymers within its formula are heat-activated, creating a film-like effect over the hair that protects hair from humidity, protects hair color and maintains the hairstyle for longer. Its formula, enriched with fruit extracts, gives a shiny, glossy finish with a mirror-like effect. It reduces drying time, protects from heated styling tools, doesn’t leave residue and doesn’t weigh the hair down.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat Is It?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003emilk_shake lifestyling Amazing is a pre-styling spray. This lightweight product is heat-activated, meaning that you can rest a little easier about using the warm setting on your blow dryer. Lifestyling Amazing protects hair from heat damage and prevents frizz. It coats each strand with special polymers that encase the hair from root to end. This aids in moisture-retention, prevents heat damage and help to seal in color. The final result is the hair with mirror-like shine. The unique formula is ultra-lightweight and designed to leave absolutely no residue. Don’t let the weightless formula fool you, lifestylingAmazing is a powerful pre-styling tool. The frizz-fighting effects of which can last up to two shampoos. Another unique characteristic of this product is the fact that it is entirely fragrance free. This ensures that it will not conflict with any other products that you choose to use as part of your everyday styling routine.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWho is it for?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eLiterally anyone that has hair and uses heat to style it can benefit from this product. This includes those who blow-dry and straighten hair using hot tools. All hair types and texture can benefit from lifestyling Amazing, however, if you are more prone to frizz, you will see more dramatic benefits.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow do you use milk_shake Amazing?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\/ apply to clean, damp hair divided into sections to ensure an even application of the product\u003c\/p\u003e\n\u003cp\u003e\/ comb through lengths to distribute evenly\u003c\/p\u003e\n\u003cp\u003e\/ proceed with styling\u003c\/p\u003e\n\u003cp\u003e\/ for best results, do not apply other styling products before \u003cb\u003emilk_shake\u003c\/b\u003e\u003cb\u003e® \u003c\/b\u003elifestyling amazing\u003c\/p\u003e\n\u003cp\u003e\/ the anti-frizz and anti-humidity effect can last up to 2 or more washes\u003c\/p\u003e\n\u003ch3\u003eIngredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe active ingredients within milk_shake® Lifestyling products are carefully selected for their conditioning and shaping properties capable of creating weightless, healthy styles. milk_shake® Lifestyling Amazing is enriched with ORGANIC APPLE, LEMON AND BLUEBERRY EXTRACTS that are protective, toning, emollient and conditioning.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Dipropylene Glycol, Polysilicone-29, Silicone Quaternium-18, DMDM Hydantoin, Trideceth-6, Trideceth-12, Pyrus Malus (Apple) Fruit Extract, Citrus Limon (Lemon) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Butylene Glycol, Iodopropynyl Butylcarbamate, Phenoxyethanol, Citric Acid, Sodium Benzoate, Potassium Sorbate.\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003e\u003cstrong\u003eamazing hair every day\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eAnti-humidity protective styling spray for hair.\u003c\/p\u003e\n\u003cp\u003eThe active ingredients within milk_shake® lifestyling products are carefully selected for their\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003econditioning and shaping properties\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecapable of creating weightless, healthy styles. milk_shake® lifestyling amazing is enriched with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eORGANIC APPLE, LEMON AND BLUEBERRY EXTRACTS\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ethat are protective, toning, emollient and conditioning.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eeliminates frizz for a long-lasting result\u003c\/li\u003e\n\u003cli\u003eprotects from humidity with a waterproof effect\u003c\/li\u003e\n\u003cli\u003emaintains hairstyles for longer\u003c\/li\u003e\n\u003cli\u003eprotects from heat\u003c\/li\u003e\n\u003cli\u003egives a shiny and radiant finish\u003c\/li\u003e\n\u003cli\u003eprotects from colour-fading\u003c\/li\u003e\n\u003cli\u003edoesn’t weigh hair down\u003c\/li\u003e\n\u003cli\u003emakes hair silky, soft and conditioned\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003ch2 class=\"product-active-ingredients__title\"\u003eActive ingredients chosen with care.\u003c\/h2\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eapple extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a protective action that give shine\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/845e86545b4e--blueberry-extract-3a38c6_360x163_crop_center.jpg?v=1667465794\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eblueberry extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith a protective,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003einvigorating\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand anti-oxidant action\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/845e86545b4e--lemon-extract-b87971_360x163_crop_center.jpg?v=1667465809\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003elemon extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith a\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotective\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eaction that counteracts oxidation involved in the alteration of the condition of scalp and hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/845e86545b4e--quinoa-proteins-13257c_360x163_crop_center.jpg?v=1667465824\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ecolor protection action, enhancing manageability and radiance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":44121019646118,"sku":"MLK000104","price":19.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK000104.webp?v=1769464449"},{"product_id":"milkshake-thermo-protector-spray-200ml-6-8oz","title":"milk_shake lifestyling thermo-protector - 200ml\/6.8oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake lifestyling thermo protector\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a lightweight heat protectant spray that helps defend hair from thermal damage while making drying and styling easier.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake lifestyling thermo protector?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ spray onto clean, towel-dried hair from roots to ends, keeping a distance of 8-10 inches\u003c\/p\u003e\n\u003cp\u003e\/ proceed with styling\u003c\/p\u003e\n\u003cp\u003e\/ it is recommended to use it on dry hair before using a straightener or iron\u003c\/p\u003e\n\u003ch3 class=\"tabs\" role=\"tablist\" aria-label=\"Product tabs\"\u003eingredients\u003c\/h3\u003e\n\u003cdiv class=\"tabs\" role=\"tablist\" aria-label=\"Product tabs\"\u003eAlcohol Denat., Butane, Propane, Isobutane, C13-15 Alkane, Meadowfoam Estolide, Quaternium-80, Propylene Glycol, Hydrolyzed Silk, Hydrolyzed Milk Protein, Hydrolyzed Quinoa, Aqua (Water), Parfum (Fragrance), Tetramethyl Acetyloctahydronaphthalenes, Linalool, Limonene, Alpha-Isomethyl Ionone.\u003c\/div\u003e\n\u003cdiv class=\"tabs\" role=\"tablist\" aria-label=\"Product tabs\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecreates an invisible protective film around hair\u003c\/li\u003e\n\u003cli\u003emakes drying easier\u003c\/li\u003e\n\u003cli\u003ehelps prevent breakage and split ends\u003c\/li\u003e\n\u003cli\u003eultimate shine\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/87798f557448--milk-proteins-a7dbe5_360x163_crop_center.jpg?v=1767343716\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/87798f557448--quinoa-proteins-e10736_360x163_crop_center.jpg?v=1767343731\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/87798f557448--silk-proteins-5659da_360x163_crop_center.jpg?v=1767343739\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003esilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehelp restore hair and provide a protective film to defend against heat and environmental stress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product-recommendations\" class=\"shopify-section\"\u003e\n\u003cdiv class=\"product-recommendations\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\n        section-header--large\n        section-header--center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":44121020006566,"sku":"MLK1121768","price":19.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1121768.webp?v=1772483510"},{"product_id":"milkshake-deep-detox-shampoo","title":"milk_shake deep detox shampoo","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake deep detox shampoo\u003c\/strong\u003e\u003cspan\u003e is formulated specifically to remove copper and lead residue from the hair, nourishing the hair and restoring its radiance and natural splendor. It contains \u003c\/span\u003e\u003ci\u003ecamellia sinensis \u003c\/i\u003e\u003cspan\u003e(green tea) extract and our signature milk proteins. Combining the hair health benefits of green tea with the a sweet, creamy fragrance.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat does it do?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThis shampoo is specifically formulated to remove copper and lead residue while nourishing hair. This helps to maintain colour, restoring radiance and shine. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWho is it for?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003emilk_shake® deep detox shampoo is suitable for all hair types.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow do you use milk_shake deep detox shampoo?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\/ distribute evenly over damp hair and lather\u003c\/p\u003e\n\u003cp\u003e\/ leave on for a few minutes, then rinse\u003cbr\u003e\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eOur milk_shake® deep detox shampoo is just like a cup of matcha latte, combining the benefits of green tea with a deliciously sweet milky flavor. A specific and targeted formula enriched with camellia sinensis (green tea) extract and milk proteins. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients \u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Sodium C14-16 Olefin Sulfonate, Lauramidopropylamine Oxide, Cocamidopropyl Betaine, Sodium Chloride, Glycerin, Styrene\/Acrylates Copolymer, Citric Acid, Parfum (Fragrance), Coco-Glucoside, Tetrasodium Glutamate Diacetate, Hexyl Cinnamal, Guar Hydroxypropyltrimonium Chloride, Salicylic Acid, Hydrolyzed Milk Protein, Maltodextrin, Trisodium Ethylenediamine Disuccinate, Limonene, Linalool, Camellia Sinensis Leaf Extract, Lactobacillus Ferment, CI 19140 (Yellow 5), Methylchloroisothiazolinone, CI 42090 (Blue 1), CI 16035 (Red 40), Methylisothiazolinone.\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003eget green to clean.  \u003c\/h3\u003e\n\u003cp\u003eOur signature milk proteins get a big boost from camellia sinensis (green tea) in Deep Detox. Not only does this shampoo have the power to strengthen and nourish hair, Deep Detox is infused with antioxidant-rich green tea extract. Packed with vitamins, minerals, and other microelements, this superfood has a soothing effect on hair \u0026amp; scalp.  \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003esuitable for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/276d9e8770a3--green-tea-image-150d37_360x163_crop_center.jpg?v=1708692587\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ecamellia sinensis\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003egreen tea leaves, packed with vitamins, minerals and other microelements, have an antioxidant and soothing action on the scalp. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/276d9e8770a3--milk-proteins-547162_360x163_crop_center.jpg?v=1708692579\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003egive strength and nourishment, and contribute to keeping the hair soft and manageable, avoiding dehydration. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"300ml\/10.1oz","offer_id":44861235396774,"sku":"MLK1018101","price":18.0,"currency_code":"CAD","in_stock":true},{"title":"1000ml\/33.8oz","offer_id":44861235429542,"sku":"MLK1110338","price":39.5,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK000090.webp?v=1769465244"},{"product_id":"insta-lotion-300ml-10-1-fl-oz","title":"milk_shake insta.light potion - 300ml\/10.1 fl.oz.","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake insta.light potion \u003c\/strong\u003e\u003cspan\u003eis an extra shine effect leave in treatment that is enriched with milk proteins and sweet almond proteins. It is a laminating fluid that makes the hair fuller, giving it incredible shine.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat does it do?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eIts shine-enhancing formula is enriched with milk proteins and sweet almond proteins. Its creamy texture is easy to apply and adheres to the hair, sealing it. A laminating fluid that makes the hair fuller, giving it incredible shine.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ehow do you use milk_shake insta.light potion?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\/ apply after step 1: insta.light shampoo and step:2 insta.lotion\u003c\/p\u003e\n\u003cp\u003e\/ after rinsing, apply insta.light potion to damp hair focusing on lengths and ends\u003c\/p\u003e\n\u003cp\u003e\/ comb to distribute evenly and do not rinse\u003c\/p\u003e\n\u003cp\u003e\/ work directly with the heat of a hair dryer and brush, without pre-drying excessively so as to make the insta.light potion adhere to the hair as much as possible\u003c\/p\u003e\n\u003cp\u003e\/ once dry, proceed with straightening the hair with the help of milk_shake lifestyling thermo-protector\u003c\/p\u003e\n\u003ch3\u003efeatured ingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eThe active ingredients within milk_shake® insta.light products are specifically selected for their conditioning, detangling and hydrating properties capable of giving instant shine to hair and removing frizz.\u003c\/p\u003e\n\u003cp\u003eThe combination of milk proteins, hyaluronic acid and fruit extracts helps to nourish the hair, giving strength and softness while balancing the hydration levels within the hair and leaving hair radiant and silky.\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003eglass hair trend: mirror-like shine!\u003c\/h3\u003e\n\u003cp\u003eAn\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eexclusive\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003enew product range that contains active ingredients of natural origin. Enriched with with hyaluronic acid that’s as\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003elight as water\u003c\/strong\u003e. In just a few seconds gives\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emanageability\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eshine\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ehydration\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003esmoothness\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eit’s easy to apply, with a liquid texture that’s a light as water\u003c\/li\u003e\n\u003cli\u003eit’s quick to rinse out\u003c\/li\u003e\n\u003cli\u003ehair in instantly detangled, shiny and hydrated\u003c\/li\u003e\n\u003cli\u003ehair dries quicker\u003c\/li\u003e\n\u003cli\u003ehair has EXTREME shine!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e… With a gorgeous peach fragrance!! 🍑\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePerfect for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecolor-treated\u003c\/li\u003e\n\u003cli\u003echemically-treated\u003c\/li\u003e\n\u003cli\u003edry hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/031d1648bc0c--swee-almond-protein-5221a8_360x163_crop_center.jpg?v=1676285894\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003esweet almond proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ecover the hair fibre and seal hair cuticles, giving hair elasticity, softness and shine. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/031d1648bc0c--hyaluronic-acid-dddfc4_360x163_crop_center.jpg?v=1676285896\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ehyaluronic acid\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003epenetrates into the hair's structure, balancing the hydration levels within the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/031d1648bc0c--milk-proteins-2-460c2b_360x163_crop_center.jpg?v=1676285897\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/031d1648bc0c--lemon-extract-01c672_360x163_crop_center.jpg?v=1676285898\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003elemon and blueberry give the hair radiance, shine and silky softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":45739767595174,"sku":"MLK1110101","price":35.7,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/milk_shakeinsta.lightpotion-300ml.webp?v=1753201854"},{"product_id":"incredible-oil-50ml-1-7-fl-oz","title":"milk_shake incredible oil - 50ml\/1.7 fl.oz.","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003eTransform the hair with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake® incredible oil\u003c\/strong\u003e, a lightweight, fast-absorbing spray oil that delivers a glossy, radiant finish. This powerhouse oil i designed to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003esmooth split ends\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eilluminate\u003c\/strong\u003e, and\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eeach strand, leaving the hair soft and shiny. Whether applied\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ebefore styling\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efor a smoother, more manageable base or\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eafter styling\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003efor that glossy, polished finish, this versatile oil works to enhance hair's natural beauty.\u003c\/p\u003e\n\u003cp\u003ePerfect for\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003edull\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003elifeless\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair in need of a protective boost,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake® incredible oil\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ewill leave the hair feeling nourished and protected, with a radiant finish.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ewhat is milk_shake incredible oil?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003emilk_shake incredible oil is a powerful, lightweight hair oil that smooths split ends and creates a radiant finish. The powerful blend of oils help illuminate and strengthen hair to promote softer, shinier hair while protecting color. Can be used before or after styling depending on desired results. Ideal for dull hair in need of softening and shine. milk_shake incredible oil combines the silkening effects of precious argan oils with the protective power of sunflower oil, and hydrating papaya extract, this spray oil is perfectly primed to deliver nourished, illuminated hair. Add shine, protects color and absorbs quickly with no residue. Infused with a luxurious and indulgent vanilla fragrance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhy you'll love it:\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSoftens hair, adds shine, protects color, and absorbs quickly with no residue.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe solution for:\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003emilk_shake® incredible oil is ideal for hair that is dull and needs additional shine and softness.\u003c\/p\u003e\n\u003cdiv class=\"product-how-to-use rte\"\u003e\n\u003cp\u003e\u003cstrong\u003eHow do you use milk_shake incredible oil?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAs a pre-styler for protection from heat or on dry hair for a radiant finish.\u003c\/p\u003e\n\u003cp\u003e\/ spray directly onto towel-dried hair before styling. Comb through mid-lengths to ends.\u003c\/p\u003e\n\u003cp\u003e\/ incredible oil can also be sprayed directly onto dry hair, after styling to provide added softness and shine.\u003c\/p\u003e\n\u003cp\u003e\/ the amount of product needed to produce desired results depends on the length and density of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/367795360ac8--milk-shake-incredible-oil-in-use.jpg?v=1734941857\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 aria-label=\"Product tabs\" role=\"tablist\" class=\"tabs\"\u003eingredients\u003c\/h3\u003e\n\u003cdiv aria-labelledby=\"product-tab-ingredients\" role=\"tabpanel\" class=\"tab-content\" id=\"product-panel-ingredients\" tabindex=\"0\"\u003e\n\u003cdiv class=\"rte product-ingredients-wrapper\"\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eTransform hair, from\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003escalp to ends\u003c\/strong\u003e, with the\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003enourishing\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003epower of nature for\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ehealthier\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eradiant\u003c\/strong\u003e, and truly\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eincredible\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eresults.\u003c\/p\u003e\n\u003cp\u003eCrafted with signature ingredients and expertly formulated to visibly transform hair from scalp to ends by adding add strength, protection, softness, and shine. Infused with the transformative power of\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efruit extracts\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprecious oils\u003c\/strong\u003e, the incredible family works to deeply nourish hair and scalp to leave them feeling healthier than ever before.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003efull ingredients \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDimethicone, C12-15 Alkyl Benzoate, Amodimethicone, Dimethiconol, Argania Spinosa Kernel Oil, Helianthus Annuus (Sunflower) Seed Oil, Carica Papaya (Papaya) Fruit Extract, Parfum (Fragrance), Benzyl Alcohol, Vanillin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003esuper-charged care for incredible hair.\u003c\/h3\u003e\n\u003cp\u003eAt the heart of the \u003cstrong\u003emilk_shake® incredible collection\u003c\/strong\u003e, is the power of our signature ingredients: conditioning milk proteins, powerful fruit extracts and our signature sweet vanilla fragrance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eincredible oil\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis infused with a powerful blend of argan and sunflower oils for added, illuminating benefits.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ehair that is dull and needs additional shine and softness.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/6e2b889ff08b--milk-proteins-12c88d_360x163_crop_center.jpg?v=1734941885\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003egive strength and resistance to the hair fibre so you can get maximum nourishment while protecting and conditioning the hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003epowerful antioxidants from blueberry, raspberry, papaya and mango help rejuvenate dull, weakened hair for radiant glow\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/6e2b889ff08b--organic-argan-oil-620249_360x163_crop_center.jpg?v=1734941910\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eargan oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eadds vitality and shine\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg height=\"163\" width=\"360\" alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/6e2b889ff08b--integrity-41-dffbb8_360x163_crop_center.jpg?v=1734941934\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003esunflower oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eincreases manageability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46292904837286,"sku":"MLK1027017","price":25.2,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK000034N.webp?v=1769470273"},{"product_id":"lifestying-fixing-paste-100ml-3-4oz","title":"milk_shake lifestyling fixing paste - 100ml\/3.4oz","description":"\u003cp\u003emilk_shake Lifestyling Fixing Paste is a stronghold styling paste that provides structure and texture with flexible hold. Enriched with Quinoa Proteins for added strength and nourishment, the unique texture of this styling paste makes it easy to work with and manipulate to give you your desired look effortlessly.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eEasy to work with formula\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eColour-safe\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eBottle made from 50% recycled plastic\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eBiodegradable, Sulfate-free, Paraben-free, Salt-free\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eShine: 0\/5\u003c\/li\u003e\n\u003cli\u003eHold: 3\/5\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWho is it for?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAll hair types\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eColoured hair\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat does it do?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eStrong and flexible hold\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eAdds texture and structure\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eHow do you use it?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eTake a small quantity and work into palms\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eDistribute to either damp or dry hair and style to the desired shape\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eUse with any milk_shake Lifestyling product for extra control\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDetails\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eConcern: Colour-safe, Dryness\u003cbr\u003eIngredient Preference: Paraben-free, Sulfate-free\u003cbr\u003eFormulation: Water-Based\u003cbr\u003e\u003c\/p\u003e\n\u003ch3\u003eIngredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAQUA (WATER), LANOLIN CERA (LANOLIN WAX), PETROLATUM, CETEARETH-25, VP\/VA COPOLYMER, ALCOHOL DENAT., CERA ALBA (BEESWAX), OZOKERITE, VINYL CAPROLACTAM\/VP\/DIMETHYLAMINOETHYL METHACRYLATE COPOLYMER, COPERNICIA CERIFERA CERA (COPERNICIA CERIFERA (CARNAUBA) WAX), CETEARYL ALCOHOL, PARFUM (FRAGRANCE), TOCOPHERYL ACETATE, ETHYLHEXYL METHOXYCINNAMATE, HYDROLYZED MILK PROTEIN, PYRUS MALUS (APPLE) FRUIT EXTRACT, CITRUS LIMON (LEMON) FRUIT EXTRACT, VACCINIUM MYRTILLUS FRUIT EXTRACT, HELIANTHUS ANNUUS (SUNFLOWER) SEED EXTRACT, HYDROLYZED QUINOA, PHENOXYETHANOL, IMIDAZOLIDINYL UREA, CAPRYLYL GLYCOL, GLYCINE, SODIUM LACTATE, SODIUM CITRATE, SODIUM BENZOATE, POTASSIUM SORBATE, CITRIC ACID, BUTYLENE GLYCOL, BENZYL ALCOHOL, COUMARIN, HEXYL CINNAMAL, LIMONENE, LINALOOL\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eOur ingredients lists are updated as frequently as possible. Please refer to the ingredient listing on the packaging of your product to ensure all ingredients are suitable for your needs.\u003c\/em\u003e\u003c\/p\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46297688572070,"sku":"MLK000117","price":19.5,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK000117.webp?v=1769470581"},{"product_id":"lifestying-freehand-paste-100ml-3-4oz","title":"milk_shake lifestyling free hand paste - 100ml\/3.4oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake® lifestyling free hand paste\u003c\/strong\u003e\u003cspan\u003e is a molding paste with flexible control and with an elastic and stretchy texture to manipulate the hair, creating and defining an infinite array of styles. Contains organic fruit extracts, quinoa and milk proteins, Integrity 41® and a UV filter to protect hair.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eAqua (Water), Propylene Glycol, Ozokerite, VP\/VA Copolymer, Oleth-20, Petrolatum, Paraffinum Liquidum (Mineral Oil), Oleth-3, Oleth-3 Phosphate, Oleth-5, Sucrose, Oleth-10 Phosphate, PEG-6 Caprylic\/Capric Glycerides, Triethanolamine, Citrus Limon (Lemon) Peel Extract, Helianthus Annuus (Sunflower) Seed Extract, Pyrus Malus (Apple) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Benzophenone-4, Benzyl Alcohol, Butylene Glycol, CI 16035 (Red 40), CI 19140 (Yellow 5), Citric Acid, Hydrolyzed Milk Protein, Hydrolyzed Quinoa, Hydroxyethylcellulose, Imidazolidinyl Urea, Leuconostoc\/Radish Root Ferment Filtrate, Parfum (Fragrance), PEG-150 Pentaerythrityl Tetrastearate, PEG-90M, Phenoxyethanol, Potassium Sorbate, PVP, Sodium Benzoate, Citral, Eugenol, Limonene, Linalool.\u003c\/span\u003e\u003c\/p\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46297688703142,"sku":"MLK000116","price":18.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK000116.webp?v=1769471087"},{"product_id":"dry-shampoo-2025-holiday-ornament","title":"lifestyling dry shampoo ornament mini","description":null,"brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46661150441638,"sku":"MLKX225015","price":11.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLKX225015.webp?v=1768583920"},{"product_id":"insta-lotion-2025-holiday-ornament","title":"insta.lotion ornament mini","description":null,"brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46661150900390,"sku":"MLKX225012","price":11.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLKX225012.webp?v=1768583997"},{"product_id":"the-gift-of-color-brillance-flower","title":"the gift of color brilliance - floral edition","description":"\u003cp\u003e\u003cstrong\u003eProducts Included:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e1 x MLK1022101 - \u003cmeta charset=\"utf-8\"\u003ecolor maintainer shampoo flower fragrance - 300ml\/10.1 fl.oz.\u003cbr\u003e1 x MLK1023101 - \u003cmeta charset=\"utf-8\"\u003ecolor maintainer conditioner flower fragrance - 300ml\/10.1 fl.oz.\u003cbr\u003e1 x NONE - \u003cmeta charset=\"utf-8\"\u003eincredible milk flower fragrance 50ml\/1.7oz\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat is color brilliance floral edition holiday trio?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eA trio that gently cleanses, conditions, and treats color-treated hair — all wrapped in a fresh, fruity-floral scent paired with an indulgent milky note for that irresistible, just-washed feeling.\u003c\/p\u003e\n\u003cp\u003eColor-safe care is no myth. The milk_shake color maintainer flower trio—shampoo, conditioner, and leave-in—keeps color-treated hair vibrant, hydrated, and beautifully soft. The shampoo gently cleanses while protecting color, the conditioner restores nourishment and volume, and incredible milk, a multi-tasking leave-in treatment, delivers 12 transformative benefits to soften, strengthen, protect, and perfect every strand. Finished with a fresh floral fragrance, this fully vegan-friendly routine leaves hair healthy, radiant, and full of life.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003ecolor-treated hair\u003c\/p\u003e\n\u003ch3\u003eproduct details\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ewhat it solves?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eHelps color look salon-fresh, longer, while enhancing shine and softness.\u003cbr\u003eThe milk_shake color care floral trio nourishes and protects color vibrance with integrity 41® antioxidants, helping prevent fading in color-treated hair. This vegan-friendly routine gently cares for hair and scalp, leaving it soft, radiant, and full of life — turning everyday care into a self-care ritual.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ehow to use?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ecolor maintainer shampoo flower fragrance:\u003c\/strong\u003e\u003cbr\u003eapply on damp hair, lather and rinse. repeat if necessary. follow with the most suitable milk_shake conditioner or treatment.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ecolor maintainer conditioner flower fragrance:\u003c\/strong\u003e\u003cbr\u003eapply by massaging through clean, damp hair. comb through and leave on for 2-5 minutes. rinse well.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eincredible milk flower fragrance:\u003c\/strong\u003e\u003cbr\u003eapply to clean damp hair. comb through and follow with desired styling products.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ecolor maintainer shampoo flower fragrance:\u003c\/strong\u003e Aqua (Water), Sodium Myreth Sulfate, Ammonium Lauryl Sulfate, Sodium Chloride, Glycol Distearate, Disodium Cocoamphodiacetate, Laureth-4, Parfum (Fragrance), Cocamidopropyl Betaine, Tocopheryl Acetate, Guar Hydroxypropyltrimonium Chloride, Sodium Benzoate, Hydrolyzed Soy Protein, Sodium Hyaluronate Crosspolymer, Moringa Oleifera Leaf Extract, Hyaluronic Acid, Hydrolyzed Hyaluronic Acid, Helianthus Annuus (Sunflower) Seed Extract, Sodium Hyaluronate, Hexyl Cinnamal, Butylene Glycol, Benzyl Salicylate, Magnesium Nitrate, Propanediol, Citric Acid, Magnesium Chloride, Hydrolyzed Glycosaminoglycans, Glycerin, Methylchloroisothiazolinone, Methylisothiazolinone, CI 16035 (Red 40).\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ecolor maintainer conditioner flower fragrance: \u003c\/strong\u003eAqua (Water), Cetearyl Alcohol, Cetrimonium Chloride, Amodimethicone, Parfum (Fragrance), C11-15 Pareth-5, C11-15 Pareth-9, Triethylene Glycol, Butylene Glycol, Benzyl Alcohol, Propylene Glycol, Phenoxyethanol, Helianthus Annuus (Sunflower) Seed Extract, Decylene Glycol, Caprylyl Glycol, Acetic Acid, Hexyl Cinnamal, Trideceth-10, Sodium Hydroxide, Methylchloroisothiazolinone, Methylisothiazolinone, Magnesium Chloride, Magnesium Nitrate, Glycerin, CI 14700 (FD\u0026amp;C RED 4), PVP, Hydrolyzed Soy Protein, Ethylhexylglycerin, Moringa Pterygosperma Seed Extract, Disodium Phosphate, Citric Acid, Sorbic Acid.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eincredible milk flower:\u003c\/strong\u003e Aqua (Water), Cetearyl Alcohol, Propylene Glycol, Phenyl Trimethicone, Cyclopentasiloxane, Behentrimonium Chloride, Cyclohexasiloxane, Parfum (Fragrance), Benzyl Alcohol, Quaternium-80, Glyceryl Caprylate, Glyceryl Undecylenate, Ethylhexyl Methoxycinnamate, Butylene Glycol, Hydrolyzed Soy Protein, Sodium Hyaluronate Crosspolymer, Moringa Oleifera Leaf Extract, Hyaluronic Acid, Hydrolyzed Hyaluronic Acid, Helianthus Annuus (Sunflower) Seed Extract, Sodium Hyaluronate, Hydrolyzed Glycosaminoglycans, Hexyl Cinnamal, Benzyl Salicylate, Linalool, Lactic Acid, Propanediol, Citric Acid, Limonene, Glycerin, CI 16035 (Red 40).\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19859378241754__product_img_with_text_sec_G7Wdnd\"\u003e\n\u003csection class=\"img_with_text_sec pro-page-iwt color-scheme-1 gradient\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"inner-wrap right-side\"\u003e\n\u003cdiv class=\"text-wrap\"\u003e\n\u003ch3 class=\"section__heading h5\"\u003e\n\u003cspan\u003ekey ingredients\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003echosen with care.\u003c\/h3\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg class=\"\" height=\"200\" width=\"200\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/soy-proteins_c557c8a3-6a58-4518-ba3e-4f78e7dfbe81.jpg?v=1755109869\u0026amp;width=200 200w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/soy-proteins_c557c8a3-6a58-4518-ba3e-4f78e7dfbe81.jpg?v=1755109869\u0026amp;width=200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003esoy proteins\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003eparticularly efficient on damaged, dry and dull hair, they help to repair damaged hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg class=\"\" height=\"200\" width=\"200\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/moringa-oleifera-extract.jpg?v=1755109869\u0026amp;width=200 200w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/moringa-oleifera-extract.jpg?v=1755109869\u0026amp;width=200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003emoringa oleifera extract\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ea superfood with emollient and hydrating properties for the hair and scalp, with a high vitamin and mineral content.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg class=\"\" height=\"200\" width=\"200\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/integrity-41-flower.jpg?v=1755109869\u0026amp;width=200 200w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/integrity-41-flower.jpg?v=1755109869\u0026amp;width=200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003egives hair shine and helps to protect hair color over time. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg class=\"\" height=\"200\" width=\"200\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/hyaluronic-acid_d3d8f413-554d-48af-a16f-224b25fd7e29.jpg?v=1755116734\u0026amp;width=200 200w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/hyaluronic-acid_d3d8f413-554d-48af-a16f-224b25fd7e29.jpg?v=1755116734\u0026amp;width=200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003ehyaluronic acid\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehelps retain moisture in the hair, preventing dryness and damage that can cause color to fade. its deep hydration supports hair health and keeps color-treated strands looking vibrant and glossy longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-wrap\"\u003e\u003cimg class=\"\" height=\"1248\" width=\"1248\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-color-brilliance-floral-lifestyle.jpg?v=1760602774\u0026amp;width=352 352w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-color-brilliance-floral-lifestyle.jpg?v=1760602774\u0026amp;width=832 832w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-color-brilliance-floral-lifestyle.jpg?v=1760602774\u0026amp;width=1200 1200w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-color-brilliance-floral-lifestyle.jpg?v=1760602774\u0026amp;width=1248 1248w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-color-brilliance-floral-lifestyle.jpg?v=1760602774\u0026amp;width=1248\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19859378241754__fragrance_profile_section_aaTice\"\u003e\n\u003csection class=\"img_with_text_sec product-fragrance gradient\"\u003e\n\u003cdiv class=\"fragrance-profile-wrapper\"\u003e\n\u003cdiv class=\"media-position--background\"\u003e\n\u003cdiv class=\"section-full-width-banner__media media media--overlay fragrance-desktop-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fragrance-profile-content\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch3 class=\"section__heading h4\"\u003e\u003cstrong\u003efragrance profile\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"inner-wrap right-side\"\u003e\n\u003cdiv class=\"text-wrap\"\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003e\u003cimg style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\" class=\"\" sizes=\"(max-width: 360px) 360px,(max-width: 480px) 480px,(max-width: 600px) 600px,(max-width: 720px) 720px,(max-width: 840px) 840px,(max-width: 960px) 960px,(max-width: 1280px) 1280px,(max-width: 1440px) 1440px,(max-width: 1800px) 1800px,(max-width: 2160px) 2160px,(max-width: 2880px) 2880px,(max-width: 3600px) 3600px, 100vw\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=360 360w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=480 480w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=600 600w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=720 720w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=840 840w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=960 960w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=1280 1280w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=1440 1440w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=1800 1800w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=2160 2160w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=2880 2880w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=3600 3600w\" height=\"1600\" width=\"3840\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/color-care-flower-fragrance-background.jpg?v=1756243754\u0026amp;width=960\"\u003e\u003cstrong\u003efresh, fruity floral\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003escented with gardenia, peach blossom and crips green apple the fragrance is light and bright\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19859378241754__professionals_recommend_sec_BDYQA8\"\u003e\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46661152145574,"sku":"MLKX225002","price":43.25,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLKX225002.webp?v=1768590539"},{"product_id":"the-gift-of-icy-blonde-perfection","title":"the gift of icy blond perfection","description":"\u003cp\u003e\u003cstrong\u003eProducts Included:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e1 x MLK1080101 - icy blond shampoo - 300ml\/10.1 fl.oz.\u003cbr\u003e1 x MLK1081084 - icy blond conditioner - 250ml\/8.5 fl.oz.\u003cbr\u003e1 x NONE - \u003cmeta charset=\"utf-8\"\u003eincredible milk 50ml\/1.7oz\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat is icy blond perfection holiday trio?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eA toning routine that keeps blonde hair bright, cool, and beautifully soft. The icy blond shampoo gently cleanses while neutralizing yellow and brassy tones, the conditioner enhances ashy hues and restores strength with milk proteins, and incredible milk delivers 12 transformative benefits to protect and perfect every strand.\u003c\/p\u003e\n\u003cp\u003eWhether natural or color-treated, every blonde knows how quickly hair color can yellow. The milk_shake icy blond shampoo and conditioner duo counteracts unwanted brassy tones with a unique black pigment that goes beyond traditional purple formulas. Together, they neutralize warm tones, enhance ashy, cool shades, and deliver hydration and smoothness—leaving hair refreshed, radiant, and lightly scented with a fruity fragrance.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003every light or platinum blond hair\u003c\/p\u003e\n\u003ch3\u003eproduct details\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ewhat it solves?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eNeutralizes brassiness for a clean, cool tone while keeping blonde hair bright, luminous, and salon-fresh. The milk_shake Icy Blond Perfection Trio leaves hair soft, silky, and beautifully conditioned — boosting blonde confidence with every wash for radiant, icy brilliance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ehow to use?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eicy blond shampoo:\u003c\/strong\u003e\u003cbr\u003e1-2 times per week, apply evenly on damp hair. leave in a few minutes (for a more intense result, leave in a few minutes longer). rinse and proceed with milk_shake icy blond conditioner.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eicy blond conditioner:\u003c\/strong\u003e\u003cbr\u003e1-2 times per week, after shampooing, apply evenly on damp hair. leave in a few minutes, then rinse. for a more intense result, leave in for a few minutes more. proceed with desire styling.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eincredible milk:\u003c\/strong\u003e\u003cbr\u003eapply to clean damp hair. comb through and follow with desired styling products.\u003c\/p\u003e\n\u003cp\u003ethe icy blond products contain pigments which can give a very intense results on porous hair; once the desired result has been reached, alternate with a different shampoo to maintain the results. these pigmented products may stain. use with care, wash hands after use, and clean surfaces promptly with soap and water.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eicy blond shampoo:\u003c\/strong\u003e Aqua (Water), Ammonium Lauryl Sulfate, Cocamidopropyl Betaine, Sodium Chloride, Disodium Laureth Sulfosuccinate, Glycerin, Glycol Distearate, Laureth-4, PEG-8 Dimethicone, Parfum (Fragrance), Oryza Sativa (Rice) Bran Oil, Helianthus Annus (Sunflower) Seed Extract, Vitis Vinifera (Grape) Seed Oil, Guar Hydroxypropyltrimonium Chloride, Hydrolyzed Milk Protein, Sodium Benzoate, Methylchloroisothiazolinone, Methylisothiazolinone, Magnesium Nitrate, Magnesium Chloride, Butylene Glycol, Hydrolyzed Quinoa, Soy Amino Acids, Wheat Amino Acids, Arginine HCl, Serine, Threonine, Sodium Hydroxide, Ethylhexyl Methoxycinnamate, Acid Violet 43, CI 77266 (nano) (Black 2), Diethylamino Hydroxybenzoyl Hexyl Benzoate, PVP, Dicaprylyl Ether, Decyl Glucoside, Glyceryl Oleate\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eicy blond conditioner: \u003c\/strong\u003eAqua (Water), Cetearyl Alcohol, Propylene Glycol, Behentrimonium Chloride, Glycerin, Cetrimonium Chloride, Phenoxyethanol, PEG-8 Dimethicone, Parfum (Fragrance), Lactic Acid, CI 77266 (Nano) (Black 2), Argania Spinosa Kernel Oil, Hydrolyzed Milk Protein, Oryza Sativa (Rice) Bran Oil, Persea Gratissima (Avocado) Oil, Vitis Vinifera (Grape) Seed Oil, Ethylhexylglycerin, Isopropyl Alcohol, Ethylhexyl Methoxycinnamate, Acid Violet 43, Astrocaryum Murumuru Seed Butter (Astrocaryum Murumuru Butter), Diethylamino Hydroxybenzoyl Hexyl Benzoate, PVP, Hydrolyzed Quinoa, Acetyl Cedrene, Tocopherol.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eincredible milk:\u003c\/strong\u003e Aqua (Water), Cetearyl Alcohol, Propylene Glycol, Phenyl Trimethicone, Cyclopentasiloxane, Behentrimonium Chloride, Quaternium-80, Cyclohexasiloxane, Astrocaryum Murumuru Seed Butter, Vaccinium Myrtillus Fruit Extract, Mangifera Indica (Mango) Fruit Extract, Carica Papaya (Papaya) Fruit Extract, Rubus Idaeus (Raspberry) Fruit Extract, Ethylhexyl Methoxycinnamate, Benzyl Alcohol, Glyceryl Caprylate, Glyceryl Undecylenate, PEG-5 Cocomonium Methosulfate, Sodium Glutamate, Hydrolyzed Milk Protein, Hydroxypropyltrimonium Hydrolyzed Casein, Sodium Cocoyl Glutamate, Hydroxypropyl Guar Hydroxypropyltrimonium Chloride, Tocopherol, Lactic Acid, Parfum (Fragrance).\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19859378241754__product_img_with_text_sec_G7Wdnd\"\u003e\n\u003csection class=\"img_with_text_sec pro-page-iwt color-scheme-1 gradient\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"inner-wrap right-side\"\u003e\n\u003cdiv class=\"text-wrap\"\u003e\n\u003ch3 class=\"section__heading h5\"\u003e\n\u003cspan\u003ekey ingredients\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003echosen with care.\u003c\/h3\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg class=\"\" height=\"200\" width=\"200\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/milk-proteins-2_a0426091-b950-4039-a2a5-e934e29f2d2c.jpg?v=1764700108\u0026amp;width=200 200w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/milk-proteins-2_a0426091-b950-4039-a2a5-e934e29f2d2c.jpg?v=1764700108\u0026amp;width=200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg class=\"\" height=\"200\" width=\"200\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/integrity-41-2.jpg?v=1764697083\u0026amp;width=200 200w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/integrity-41-2.jpg?v=1764697083\u0026amp;width=200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair's integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg class=\"\" height=\"200\" width=\"200\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/grape-seed-oil_0a1c2806-d37d-40b3-9b42-a4cd5aab73ab.jpg?v=1755109869\u0026amp;width=200 200w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/grape-seed-oil_0a1c2806-d37d-40b3-9b42-a4cd5aab73ab.jpg?v=1755109869\u0026amp;width=200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003egrapeseed oil\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003eknown for its emollient and nourishing action. Provides protection and softness to the scalp and hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg class=\"\" height=\"200\" width=\"200\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/quinoa-proteins-2.jpg?v=1764700020\u0026amp;width=200 200w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/quinoa-proteins-2.jpg?v=1764700020\u0026amp;width=200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-wrap\"\u003e\u003cimg class=\"\" height=\"1248\" width=\"1248\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-icy-blond-perfection-lifestyle.jpg?v=1760604138\u0026amp;width=352 352w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-icy-blond-perfection-lifestyle.jpg?v=1760604138\u0026amp;width=832 832w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-icy-blond-perfection-lifestyle.jpg?v=1760604138\u0026amp;width=1200 1200w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-icy-blond-perfection-lifestyle.jpg?v=1760604138\u0026amp;width=1248 1248w\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-icy-blond-perfection-lifestyle.jpg?v=1760604138\u0026amp;width=1248\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19859378241754__fragrance_profile_section_aaTice\"\u003e\n\u003csection class=\"img_with_text_sec product-fragrance gradient\"\u003e\n\u003cdiv class=\"fragrance-profile-wrapper\"\u003e\n\u003cdiv class=\"media-position--background\"\u003e\n\u003cdiv class=\"section-full-width-banner__media media media--overlay fragrance-desktop-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fragrance-profile-content\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch3 class=\"section__heading h4\"\u003e\u003cstrong\u003efragrance profile\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"inner-wrap right-side\"\u003e\n\u003cdiv class=\"text-wrap\"\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003e\u003cimg style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\" class=\"\" sizes=\"(max-width: 360px) 360px,(max-width: 480px) 480px,(max-width: 600px) 600px,(max-width: 720px) 720px,(max-width: 840px) 840px,(max-width: 960px) 960px,(max-width: 1280px) 1280px,(max-width: 1440px) 1440px,(max-width: 1800px) 1800px,(max-width: 2160px) 2160px,(max-width: 2880px) 2880px,(max-width: 3600px) 3600px, 100vw\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=360 360w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=480 480w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=600 600w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=720 720w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=840 840w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=960 960w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=1280 1280w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=1440 1440w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=1800 1800w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=2160 2160w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=2880 2880w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=3600 3600w\" height=\"1600\" width=\"3840\" alt=\"\" src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/icy-blond-fragrance-background.jpg?v=1756243754\u0026amp;width=960\"\u003e\u003cstrong\u003ejuicy red grapes \u0026amp; orchid\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ethis fresh, fruity \u0026amp; vibrant scent evokes the fragrance of juicy grape, berry and airy florals\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19859378241754__professionals_recommend_sec_BDYQA8\"\u003e\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46661152211110,"sku":"MLKX225005","price":46.25,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLKX225005.webp?v=1768593121"},{"product_id":"the-gift-of-moisture-softness","title":"the gift of moisture \u0026 softness","description":"\u003cp\u003e\u003cstrong\u003eProducts Included:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e1 x MLK1100101 - moisture\u0026amp;more shampoo - 300ml\/10.1 fl.oz.\u003cbr\u003e1 x MLK1101084 - moisture\u0026amp;more conditioner - 250ml\/8.4 fl.oz.\u003cbr\u003e1 x NONE - incredible milk 50ml\/1.7oz\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat is moisture \u0026amp; softness holiday trio?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eA hydration-boosting routine that cleanses, nourishes, and perfects dry hair for soft, silky, radiant results. The moisture\u0026amp;more moisturizing shampoo and moisture\u0026amp;more conditioner restore moisture and shine, while incredible milk delivers 12 transformative benefits to soften, strengthen, and protect every strand. \u003c\/p\u003e\n\u003cp\u003eA full spectrum hair care routine designed to restore shine, hydrated, healthy looking hair, all while protecting against environmental stressors and damage. moisture\u0026amp;more is ideal for dull and dry hair in need of a boost of moisture. Nourishing ingredients infuse dry hair with needed moisture while the scent of fresh, fruit extracts evoke the essence of a breezy, tropical escape.\u003cbr\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003edull, dry hair\u003c\/p\u003e\n\u003ch3\u003eproduct details\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ewhat it solves?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDelivers deep hydration for all hair types, enhancing hair health between salon visits. The milk_shake moisture \u0026amp; softness trio leaves hair soft, silky, and irresistibly smooth — looking and smelling incredible with every use. A nourishing ritual that transforms dryness into lasting shine and vitality.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ehow to use?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003emoisture\u0026amp;more shampoo:\u003c\/strong\u003e\u003cbr\u003eapply to wet hair, lather and rinse. repeat if necessary.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003emoisture\u0026amp;more conditioner:\u003c\/strong\u003e\u003cbr\u003eapply evenly to wet hair. leave on for a few minutes and rinse.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eincredible milk:\u003c\/strong\u003e\u003cbr\u003eapply to clean damp hair. comb through and follow with desired styling products.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003emoisture\u0026amp;more shampoo: \u003c\/strong\u003eAqua (Water), Ammonium Lauryl Sulfate, Cocamidopropyl Betaine, Sodium Chloride, Coco-glucoside, Glycol Distearate, Parfum (Fragrance), Glycerin, Tocopheryl Acetate, Decyl Glucoside, Guar Hydroxypropyltrimonium Chloride, Dicaprylyl Ether, Citric Acid, Limonene, Glyceryl Oleate, Sodium Hydroxide, PEG-8 Dimethicone, Hydrolyzed Milk Protein, Butylene Glycol, Hexamethylindanopyran, Ethylhexyl Methoxycinnamate, Diethylamino Hydroxybenzoyl Hexyl Benzoate, Sodium Hyaluronate Crosspolymer, Citrus Aurantium Peel Oil, Benzyl Salicylate, Healinthus Annuus (Sunflower) Seed Extract, Lycium Barbarum Fruit Extract, Linalool, Fragaria Ananassa (Strawberry) Fruit Extract, Niacinamide, Carica Papaya (Papaya) Fruit Extract, Hydrolyzed Quinoa, Hyaluronic Acid, Hydrolyzed Hyaluronic Acid, Propanediol, Hydrolyzed Glycosaminoglycans, Sodium Hyaluronate, Methylchloroisothiazolinone, Methylisothiazolinone, CI 19140 (Yellow 5), CI 16035 (Red 40).\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003emoisture\u0026amp;more conditioner: \u003c\/strong\u003eAqua (Water), Cetearyl Alcohol, Propylene Glycol, Behentrimonium Chloride, Glycerin, Cetrimonium Chloride, Phenoxyethanol, Peg-8 Dimethicone, Parfum (Fragrance), Tocopheryl Acetate, Limonene, Hydrolyzed Milk Protein, Panthenol, Ethylhexylglycerin, Ethylhexyl Methoxycinnamate, Butylene Glycol, Diethylamino Hydroxybenzoyl Hexyl Benzoate, Hexamethylindanopyran, Sodium Hyaluronate Crosspolymer, Citrus Aurantium Peel Oil, Benzyl Salicylate, Sodium Hyaluronate, Hyaluronic Acid, Hydrolyzed Hyaluronic Acid, Niacinamide, Helianthus Annuus (Sunflower) Seed Extract, Lycium Barbarum Fruit Extract, Linalool, Carica Papaya (Papaya) Fruit Extract, Fragaria Ananassa (Strawberry) Fruit Extract, Hydrolyzed Quinoa, Propanediol, Hydrolyzed Glycosaminoglycans, CI 19140 (Yellow 5), CI 16035 (Red 40).\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eincredible milk:\u003c\/strong\u003e Aqua (Water), Cetearyl Alcohol, Propylene Glycol, Phenyl Trimethicone, Cyclopentasiloxane, Behentrimonium Chloride, Quaternium-80, Cyclohexasiloxane, Astrocaryum Murumuru Seed Butter, Vaccinium Myrtillus Fruit Extract, Mangifera Indica (Mango) Fruit Extract, Carica Papaya (Papaya) Fruit Extract, Rubus Idaeus (Raspberry) Fruit Extract, Ethylhexyl Methoxycinnamate, Benzyl Alcohol, Glyceryl Caprylate, Glyceryl Undecylenate, PEG-5 Cocomonium Methosulfate, Sodium Glutamate, Hydrolyzed Milk Protein, Hydroxypropyltrimonium Hydrolyzed Casein, Sodium Cocoyl Glutamate, Hydroxypropyl Guar Hydroxypropyltrimonium Chloride, Tocopherol, Lactic Acid, Parfum (Fragrance).\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19859378241754__product_img_with_text_sec_G7Wdnd\" class=\"shopify-section\"\u003e\n\u003csection class=\"img_with_text_sec pro-page-iwt color-scheme-1 gradient\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"inner-wrap right-side\"\u003e\n\u003cdiv class=\"text-wrap\"\u003e\n\u003ch3 class=\"section__heading h5\"\u003e\n\u003cspan\u003ekey ingredients\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003echosen with care.\u003c\/h3\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/milk-proteins-2_a0426091-b950-4039-a2a5-e934e29f2d2c.jpg?v=1764700108\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/milk-proteins-2_a0426091-b950-4039-a2a5-e934e29f2d2c.jpg?v=1764700108\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/fruit-extracts_9646481e-90fa-4679-bc17-71381ac40a39.jpg?v=1755119449\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/fruit-extracts_9646481e-90fa-4679-bc17-71381ac40a39.jpg?v=1755119449\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003efruit extracts\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003eboosts resilience and elasticity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/integrity-41-2.jpg?v=1764697083\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/integrity-41-2.jpg?v=1764697083\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair's integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/hyaluronic-acid_d3d8f413-554d-48af-a16f-224b25fd7e29.jpg?v=1755116734\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/hyaluronic-acid_d3d8f413-554d-48af-a16f-224b25fd7e29.jpg?v=1755116734\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003ehyaluronic acid\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehelps retain moisture in the hair, preventing dryness and damage that can cause color to fade. its deep hydration supports hair health and keeps color-treated strands looking vibrant and glossy longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/niacinamide.jpg?v=1755109868\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/niacinamide.jpg?v=1755109868\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003eniacinamide\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehelps prevent environmental damage by providing intense antioxidant protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-wrap\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-moisture-and-softness-lifestyle.jpg?v=1760603695\u0026amp;width=1248\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-moisture-and-softness-lifestyle.jpg?v=1760603695\u0026amp;width=352 352w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-moisture-and-softness-lifestyle.jpg?v=1760603695\u0026amp;width=832 832w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-moisture-and-softness-lifestyle.jpg?v=1760603695\u0026amp;width=1200 1200w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-moisture-and-softness-lifestyle.jpg?v=1760603695\u0026amp;width=1248 1248w\" width=\"1248\" height=\"1248\" class=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"shopify-section-template--19859378241754__fragrance_profile_section_aaTice\" class=\"shopify-section\"\u003e\n\u003csection class=\"img_with_text_sec product-fragrance gradient\"\u003e\n\u003cdiv class=\"fragrance-profile-wrapper\"\u003e\n\u003cdiv class=\"media-position--background\"\u003e\n\u003cdiv class=\"section-full-width-banner__media media media--overlay fragrance-desktop-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fragrance-profile-content\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch3 class=\"section__heading h4\"\u003e\u003cstrong\u003efragrance profile\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"inner-wrap right-side\"\u003e\n\u003cdiv class=\"text-wrap\"\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=960\" alt=\"\" width=\"3840\" height=\"1600\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=360 360w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=480 480w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=600 600w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=720 720w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=840 840w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=960 960w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=1280 1280w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=1440 1440w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=1800 1800w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=2160 2160w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=2880 2880w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=3600 3600w\" sizes=\"(max-width: 360px) 360px,(max-width: 480px) 480px,(max-width: 600px) 600px,(max-width: 720px) 720px,(max-width: 840px) 840px,(max-width: 960px) 960px,(max-width: 1280px) 1280px,(max-width: 1440px) 1440px,(max-width: 1800px) 1800px,(max-width: 2160px) 2160px,(max-width: 2880px) 2880px,(max-width: 3600px) 3600px, 100vw\" class=\"\" style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003e\u003cstrong\u003efresh tropical fruits\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003efresh tropical fruits evoke the essence of a breezy tropical island escape with the fresh scent of sun-ripened papaya and zesty citrus\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46661152309414,"sku":"MLKX225004","price":46.25,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLKX225004.webp?v=1768593826"},{"product_id":"the-gift-of-strength-shine","title":"the gift of strength \u0026 shine","description":"\u003cp\u003e\u003cstrong\u003eproducts Included:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e1 x MLK1111101N - \u003cmeta charset=\"utf-8\"\u003eintegrity\u0026amp;strength nourishing shampoo - 300ml\/10.1 fl.oz.\u003cbr\u003e1 x MLK000031 - \u003cmeta charset=\"utf-8\"\u003eintegrity\u0026amp;strength nourishing conditioner - 300ml\/10.1 fl.oz.\u003cbr\u003e1 x NONE - \u003cmeta charset=\"utf-8\"\u003eincredible milk 50ml\/1.7oz\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat is strength \u0026amp; shine holiday trio?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eA restorative routine for dry or damaged hair that brings back strength, smoothness, and shine. The integrity\u0026amp;strength shampoo cleanses and revitalizes, the conditioner nourishes and softens, and incredible milk delivers 12 transformative benefits to protect and perfect every strand.\u003c\/p\u003e\n\u003cp\u003eStrengthen and nourish dry, damaged hair with milk_shake integrity\u0026amp;strength. Designed to support hair’s natural resilience, it restores softness, shine, and manageability while caring for strands without weighing them down. Organic murumuru butter smooths and nourishes hair, while amaranth seed extract improves elasticity and manageability. Hair feels stronger, softer, and visibly healthier.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal For:\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003ehair that feels brittle, dull, or prone to breakage\u003c\/p\u003e\n\u003ch3\u003eproduct details\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ewhat it solves?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eStrengthens and nourishes weakened hair while protecting it from breakage and environmental damage. The milk_shake Strength \u0026amp; Shine Trio enhances hair health and radiance with every use — leaving strands visibly stronger, smoother, and brilliantly shiny. A professional-strength ritual that restores resilience, vitality, and long-lasting beauty.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ehow to use?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eintegrity\u0026amp;strength nourishing shampoo:\u003c\/strong\u003e\u003cbr\u003eapply evenly on damp hair, lather, then rinse. repeat if necessary.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eintegrity\u0026amp;strength nourishing conditioner:\u003c\/strong\u003e\u003cbr\u003eapply evenly to clean, damp hair. comb through and leave in for 2-3 minutes. rinse well.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eincredible milk:\u003c\/strong\u003e\u003cbr\u003eapply to clean damp hair. comb through and follow with desired styling products.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eintegrity\u0026amp;strength nourishing shampoo: \u003c\/strong\u003eAqua (Water), Sodium Methyl 2-Sulfolaurate, Cetyl Betaine, Disodium 2-Sulfolaurate, Styrene\/Acrylates Copolymer, Sodium Chloride, Glycerin, Polyquaternium-10, Coco-Glucoside,Astrocaryum Murumuru Seed Butter, Argania Spinosa Kernel Oil, PEG-120 Methyl Glucose Trioleate, Tocopherol, Propylene Glycol, Citric Acid, Methylchloroisothiazolinone, Methylisothiazolinone, Benzoic Acid, Magnesium Nitrate, Magnesium Chloride, Parfum (Fragrance).\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eintegrity\u0026amp;strength nourishing conditioner:\u003c\/strong\u003e Aqua (Water), Myristyl Alcohol, Cetearyl Alcohol, Cetrimonium Chloride, Glycerin, Isododecane, Dimethiconol, Guar Hydroxypropyltrimonium Chloride, Astrocaryum Murumuru Seed Butter, Tocopherol, Hydrolyzed Keratin, Argania Spinosa Kernel Oil, Tocopheryl Acetate, Disodium EDTA, Citric Acid, Methylchloroisothiazolinone, Methylisothiazolinone, Magnesium Nitrate, Magnesium Chloride, Lactobacillus Ferment, Phenoxyethanol, Parfum (Fragrance).\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eincredible milk: \u003c\/strong\u003eAqua (Water), Cetearyl Alcohol, Propylene Glycol, Phenyl Trimethicone, Cyclopentasiloxane, Behentrimonium Chloride, Quaternium-80, Cyclohexasiloxane, Astrocaryum Murumuru Seed Butter, Vaccinium Myrtillus Fruit Extract, Mangifera Indica (Mango) Fruit Extract, Carica Papaya (Papaya) Fruit Extract, Rubus Idaeus (Raspberry) Fruit Extract, Ethylhexyl Methoxycinnamate, Benzyl Alcohol, Glyceryl Caprylate, Glyceryl Undecylenate, PEG-5 Cocomonium Methosulfate, Sodium Glutamate, Hydrolyzed Milk Protein, Hydroxypropyltrimonium Hydrolyzed Casein, Sodium Cocoyl Glutamate, Hydroxypropyl Guar Hydroxypropyltrimonium Chloride, Tocopherol, Lactic Acid, Parfum (Fragrance).\u003c\/p\u003e\n\u003cdiv class=\"text-wrap\"\u003e\n\u003ch3 class=\"section__heading h5\"\u003e\n\u003cspan\u003ekey ingredients\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003echosen with care.\u003c\/h3\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/muru-muru-butter_94ff37a8-3969-4777-acf2-f6c21ff28ee5.jpg?v=1756147755\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/muru-muru-butter_94ff37a8-3969-4777-acf2-f6c21ff28ee5.jpg?v=1756147755\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003eorganic muru muru butter\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ereduces frizz and enhances softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/amaranth-seed-extract.jpg?v=1756993865\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/amaranth-seed-extract.jpg?v=1756993865\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003eamaranth seed extract\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003eboosts resilience and elasticity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/argan-oil-2.jpg?v=1756994097\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/argan-oil-2.jpg?v=1756994097\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003eargan oil\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehelps restore silky shine and protect hair from everyday stress and damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-wrap\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-strength-and-shine-lifestyle.jpg?v=1760603143\u0026amp;width=1248\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-strength-and-shine-lifestyle.jpg?v=1760603143\u0026amp;width=352 352w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-strength-and-shine-lifestyle.jpg?v=1760603143\u0026amp;width=832 832w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-strength-and-shine-lifestyle.jpg?v=1760603143\u0026amp;width=1200 1200w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/gift-of-strength-and-shine-lifestyle.jpg?v=1760603143\u0026amp;width=1248 1248w\" width=\"1248\" height=\"1248\" class=\"\"\u003e\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46661152374950,"sku":"MLKX225003","price":44.75,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLKX225003.webp?v=1768594597"},{"product_id":"integrity-strength-conditioner-300ml-10-1-fl-oz","title":"milk_shake integrity\u0026strength nourishing conditioner - 300ml\/10.1 fl.oz.","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eA go-to for hair that feels \u003c\/span\u003e\u003cstrong\u003erough\u003c\/strong\u003e\u003cspan\u003e, \u003c\/span\u003e\u003cstrong\u003efragile\u003c\/strong\u003e\u003cspan\u003e, or stressed from heat tools and environmental exposure. It supports long-term \u003c\/span\u003e\u003cstrong\u003estrength\u003c\/strong\u003e\u003cspan\u003e while adding instant \u003c\/span\u003e\u003cstrong\u003esoftness\u003c\/strong\u003e\u003cspan\u003e and \u003c\/span\u003e\u003cstrong\u003esmoothness\u003c\/strong\u003e\u003cspan\u003e—an ideal pro tip for keeping dry, damaged hair healthy-looking between salon visits. Pairs perfectly with \u003c\/span\u003e\u003cstrong\u003eintegrity \u0026amp; strength shampoo\u003c\/strong\u003e\u003cspan\u003e for a complete restorative routine.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ewhat is milk_shake integrity\u0026amp;strength nourishing conditioner?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eA restorative conditioner for hair that feels rough, fragile, or stressed from heat tools and environmental exposure. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhy you'll love it:\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eHelps repair and soften dry, damaged strands without weighing them down. It’s the perfect reset for strands craving softness, shine, and manageability.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow do you use milk_shake integrity\u0026amp;strength nourishing conditioner?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\/ apply evenly to clean, damp hair\u003c\/p\u003e\n\u003cp\u003e\/ comb through and leave in for 2-3 minutes\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\/ rinse well\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eA rich, restorative conditioner helps repair and soften dry, damaged strands without weighing them down. Powered by organic murumuru butter and amaranth seed extract, the formula deeply hydrates, smooths, and improves manageability. Hair is left feeling silky, more resilient, and easier to detangle with each use.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e \u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Cetearyl Alcohol, Myristyl Alcohol, Cetrimonium Chloride, Glycerin, Isododecane, Parfum (Fragrance), Dimethiconol, Guar Hydroxypropyltrimonium Chloride, Argania Spinosa Kernel Oil, Tocopheryl Acetate, Astrocaryum Murumuru Seed Butter, Hydrolyzed Keratin, Amaranthus Caudatus Seed Extract, Tetramethyl Acetyloctahydronaphthalenes, Citric Acid, Methylchloroisothiazolinone, Methylisothiazolinone, Tocopherol.\u003c\/p\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003e\u003cstrong\u003estronger hair starts here\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eStrengthen\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003enourish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ebrittle, dull hair with milk_shake integrity \u0026amp; strength. Designed to support hair’s natural resilience, it\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003erestores\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003esoftness, shine, and manageability while caring for strands without weighing them down. \u003cstrong\u003eOrganic murumuru butter\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003esmooths and nourishes hair, while\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eamaranth seed extract\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eimproves elasticity and manageability. Hair feels\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estronger\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003esofter\u003c\/strong\u003e, and\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003evisibly\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ehealthier\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e hair that feels brittle, dull, or prone to breakage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/dbe7ced5da68--organic-muru-muru-butter-5d8131_360x163_crop_center.jpg?v=1756718684\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eorganic murumuru butter\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003edeeply conditioning and nourishing. reduces frizz and enhances softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/dbe7ced5da68--argan-oil-18d6cb_360x163_crop_center.jpg?v=1756718709\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eargan oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehelps restore silky shine and protect hair from everyday stress and damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/dbe7ced5da68--amaranth-seed-extract-e40ff1_360x163_crop_center.jpg?v=1756718729\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eamaranth seed extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eboosts resilience and elasticity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46758073499814,"sku":"MLK1119101","price":18.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/milk_shakeintegrity_strengthnourishingconditioner.webp?v=1760725692"},{"product_id":"curl-passion-curl-perfectionist-201ml-6-8oz","title":"milk_shake curl passion curl perfectionist - 200ml\/6.8oz","description":"\u003cp\u003eDefine your curls with milk_shake Curl Passion Curl Perfectionist. This pre-styling cream is designed to tame those unruly curls to add definition, eliminate frizz and accentuate those natural curls. Give your curls the body, shape and shine they need with Curl Perfectionist!\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eUV protection\u003c\/li\u003e\n\u003cli\u003eBottle made from 50% recycled plastic\u003c\/li\u003e\n\u003cli\u003eBiodegradable, Sulfate-free, Paraben-free, Salt-free\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eShine:\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003e2\/5\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHold:\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003e1\/5\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWho is it for?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eWavy to curly hair\u003c\/li\u003e\n\u003cli\u003eColoured hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat does it do?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCurl definition\u003c\/li\u003e\n\u003cli\u003eAnti-frizz\u003c\/li\u003e\n\u003cli\u003eAdds shine and softness\u003c\/li\u003e\n\u003cli\u003ePrevents colour fading\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eHow do you use it?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eApply the desired amount onto clean, damp hair. Style accordingly\u003c\/li\u003e\n\u003cli\u003eUse hand-in-hand with milk_shake Curl Passion Leave In for best results\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDetails\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eConcern -- Colour-safe, Damage, Frizz\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eIngredient Preference -- Paraben-free, Sulfate-free\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eFormulation -- Water-Based\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eHair Type -- Coloured, Curly + Wavy\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eIngredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAQUA (WATER), CYCLOPENTASILOXANE, GLYCERIN, POLYSORBATE 60, MYRISTYL ALCOHOL, STEARYL ALCOHOL, CETYL ALCOHOL, PVP, HYDROXYPROPYL STARCH PHOSPHATE, CITRUS LIMON (LEMON) PEEL EXTRACT, VACCINIUM MYRTILLUS FRUIT EXTRACT, PYRUS MALUS (APPLE) FRUIT EXTRACT, HELIANTHUS ANNUUS (SUNFLOWER) SEED EXTRACT, LACTIS SERUM PROTEINUM, HYDROLYZED CHESTNUT EXTRACT ,HYDROLYZED QUINOA, ETHYLHEXYL METHOXYCINNAMATE, POLYQUATERNIUM-10, HYDROXYPROPYL GUAR, POLYQUATERNIUM-28, DIETHYLAMINO HYDROXYBENZOYL HEXYL BENZOATE, BUTYLENE GLYCOL, BENZYL BENZOATE, CITRIC ACID, LACTIC ACID, AMYL CINNAMAL, LINALOOL, BENZYL SALICYLATE, COUMARIN, HEXYL CINNAMAL, LIMONENE, CITRONELLOL, GERANIOL, BENZYL ALCOHOL, PARFUM (FRAGRANCE), PHENOXYETHANOL, CAPRYLYL GLYCOL, POTASSIUM SORBATE, SODIUM BENZOATE\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eOur ingredients lists are updated as frequently as possible. Please refer to the ingredient listing on the packaging of your product to ensure all ingredients are suitable for your needs.\u003c\/em\u003e\u003c\/p\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":46815112495270,"sku":"MLK1053268","price":16.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK000118.webp?v=1762444496"},{"product_id":"volumizing-mousse-200ml-6-4oz","title":"milk_shake lifestyling volumizing mousse - 200ml\/6.4oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake lifestyling volumizing mousse \u003c\/strong\u003e\u003cspan\u003eis a medium-to-strong hold volumizing foam that creates long-lasting body, dimension, and shine. Lightweight and flexible, it supports natural movement while enhancing texture.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eHow do you use milk_shake lifestyling volumizing mousse?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e\/\u003c\/strong\u003e shake can well before use\u003c\/p\u003e\n\u003cp\u003e\/ apply to clean, towel-dried hair\u003c\/p\u003e\n\u003cp\u003e\/ dispense the desired amount into the palm of your hands and apply to roots, mid-lengths and ends\u003c\/p\u003e\n\u003cp\u003e\/ then, use your fingertips to gently comb through or scrunch in the hair\u003c\/p\u003e\n\u003cp\u003e\/ style as desired\u003c\/p\u003e\n\u003ch3\u003eingredients\u003c\/h3\u003e\n\u003cp\u003eAqua\/Water\/Eau, Isobutane, PVP, Polyquaternium-4, Propane, Polyquaternium-16, Propylene Glycol, PEG-40 Hydrogenated Castor Oil, Parfum\/Fragrance, Sodium Benzoate, Panthenol, Cocamidopropyl Betaine, Centrimonium Chloride, Potassium Sorbate, Disodium EDTA, Butane, Citric Acid.\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp class=\"product-information\"\u003e \u003c\/p\u003e\n\u003cp data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e \u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cstrong\u003eIdeal for: \u003c\/strong\u003eall hair types\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eWhat it does: \u003c\/strong\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli class=\"product-information\"\u003eadds body and texture\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"product-information\"\u003elong-lasting hold\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"product-information\"\u003eshiny finish\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli class=\"product-information\"\u003esoft, touchable volume, no crunch\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003ch3 class=\"product-active-ingredients__title\"\u003eActive ingredients chosen with care.\u003c\/h3\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/5cae47a2960b--castor-oil-463a9c_360x163_crop_center.jpg?v=1767339598\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ecastor oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp data-start=\"0\" data-end=\"73\"\u003elocks in moisture, fights frizz and helps prevent split ends.\u003c\/p\u003e\n\u003cp data-start=\"75\" data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"145\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"75\" data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"145\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/5cae47a2960b--film-forming-polymers-e33746_360x163_crop_center.jpg?v=1767339615\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efilm-forming polymers\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003carticle dir=\"auto\" data-turn-id=\"request-WEB:887de2fb-b28e-45f4-9946-18eb2f03c0a0-11\" data-turn=\"assistant\" data-testid=\"conversation-turn-24\" data-scroll-anchor=\"true\" tabindex=\"-1\"\u003e\n\u003cp data-start=\"75\" data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"145\"\u003ehelp hair hold style, create lift and add body.\u003c\/p\u003e\n\u003cp data-start=\"75\" data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"145\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"75\" data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"145\"\u003e \u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/5cae47a2960b--panthenol-873b5a_360x163_crop_center.jpg?v=1767339628\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003epanthenol\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003carticle dir=\"auto\" data-turn-id=\"69953d33-a2cc-4070-815c-6aed89435013\" data-turn=\"assistant\" data-testid=\"conversation-turn-18\" data-scroll-anchor=\"false\" tabindex=\"-1\"\u003e\n\u003cp data-start=\"323\" data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"355\"\u003ehelps condition hair.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle dir=\"auto\" data-turn-id=\"e945595b-cedb-4996-8e73-dcfeecb3a86f\" data-turn=\"user\" data-testid=\"conversation-turn-19\" data-scroll-anchor=\"false\" tabindex=\"-1\"\u003e \u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"ABI BEAUTY","offers":[{"title":"Default Title","offer_id":56092116058278,"sku":"MLK1124642N","price":19.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1124642N_milk_shake_lifestyling_volumizing_mousse200ml.webp?v=1772483510"},{"product_id":"curl-passion-defining-gel-200ml-6-8oz","title":"milk_shake curl passion defining gel - 200ml\/6.8oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake curl passion defining gel\u003c\/strong\u003e is a paraben free, lightweight gel that creates definition without feeling sticky. Delivers flexible hold for defined, radiant curls with natural movement. Protects hair against humidity and smoothes and seals the cuticles while banishing frizz, for supple, defined curls. Perfect for diffuser drying. \u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cstrong\u003eWhat is milk_shake curl passion defining gel?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong\u003emilk_shake curl passion defining gel\u003c\/strong\u003e\u003cspan\u003e d\u003c\/span\u003eelivers flexible hold for defined, radiant curls with natural movement. Protects hair against humidity and smoothes and seals the cuticles while banishing frizz, for supple, defined curls. Perfect for diffuser drying.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003cstrong\u003emilk_shake curl passion\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eis a product range created for impeccable results; solutions developed to reveal the natural beauty of curly hair, for perfect curls. Waves, ringlets or natural curls will always be dreamy with the right treatment and nourishment.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s2\"\u003eShiny, well-kept curls are many women’s dream. However, natural wavy or curly hair requires more maintenance than it may seem. The first important step is correct cleansing and conditioning. Using a specific\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eshampoo\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis particularly important\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eto give the right nourishment without weighing the hair down.\u003cspan class=\"s1\"\u003e\u003cb\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003econditioner\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis the second step towards perfect curls.\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eIt should be applied to lengths and ends to give the right hydration. Often, the common frizz effect seen in curly hair is caused by a lack of hydration. During this conditioning phase, it will be easy to comb curls with a wide tooth comb.\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eleave in treatment\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecompletes the haircare routine\u003c\/span\u003e, enhancing the effect of the conditioner and preparing the hair for drying.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003eThe \u003c\/span\u003e\u003cstrong\u003emilk_shake® curl passion\u003c\/strong\u003e\u003cspan\u003e range is enriched a\u003c\/span\u003en oil complex from plants from the Amazon rainforest, contributing to the performance of our\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003emilk_shake\u003c\/span\u003e\u003cspan class=\"s2\"\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003ecurl passion products, enveloping the hair and helping to keep hair elastic as well as repairing damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake curl passion defining gel\u003c\/strong\u003e creates definition and delivers flexible hold for defined, radiant curls with natural movement. Protects against humidity and smoothes and seals the cuticles while banishing frizz, for supple, defined curls.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eThis lightweight gel is ideal for anyone with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecurly\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ewavy\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair to give softness and manageability without weighing hair down. Makes curls bouncy, flexible and long-lasting.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake curl passion defining gel?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ apply to washed and towel-dried hair\u003c\/p\u003e\n\u003cp\u003e\/ use hands to distribute and then style\u003c\/p\u003e\n\u003cdiv id=\"product-panel-ingredients\" class=\"tab-content\" role=\"tabpanel\" aria-labelledby=\"product-tab-ingredients\" tabindex=\"0\"\u003e\n\u003cdiv class=\"rte product-ingredients-wrapper\"\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAn\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eoil complex\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efrom plants from the Amazon rainforest contributes to the performance of our\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake® curl passion\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eproducts, enveloping the hair and helping to keep hair\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eelastic\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eas well as\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003erepairing damage\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eOur signature ingredients\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efruit extracts\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e-\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eblueberry\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eapple,\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003elemon\u003c\/strong\u003e- complete the formulas to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eimprove\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ethe hair's structure and appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), VP\/VA Copolymer, Behentrimonium Methosulfate, Hydroxyethylcellulose, Panthenol, Propylene Glycol, Phenoxyethanol, Cetyl Alcohol, Parfum (Fragrance), Butylene Glycol, Hydrolyzed Milk Protein, Pentaclethra Macroloba Seed Oil, Piroctone Olamine, Orbignya Oleifera Seed Oil, Hexyl Cinnamal, Limonene, Helianthus Annuus (Sunflower) Seed Extract, Benzyl Benzoate, Citric Acid, Hydrolyzed Quinoa, Benzyl Salicylate, Coumarin, Citrus Limon (Lemon) Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Amyl Cinnamal, Linalool, Geraniol, Citronellol, Tocopherol.\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003efor dreamy \u0026amp; bouncy curls\u003c\/h3\u003e\n\u003cp\u003eThe type of curl, the target result and routine preference ultimately impact what styling and finish products are most suitable for curly hair. Sprays, creams, gels... help your clients find the right formulas and products for them!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecurly and wavy hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUse it to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecreate definition and flexible hold\u003c\/li\u003e\n\u003cli\u003eprotect against humidity\u003c\/li\u003e\n\u003cli\u003esmoothen\u003c\/li\u003e\n\u003cli\u003eseal the cuticle\u003c\/li\u003e\n\u003cli\u003ebanish frizz\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/71783dfaf5aa--organic-pracaxi-oil-9d5e19_360x163_crop_center.jpg?v=1702455754\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003epracaxi oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ea fundamental element to supplement and strengthen the hair fibre, deeply nourishing and conditioning the hair’s structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/71783dfaf5aa--organic-babassu-oil-782cfa_360x163_crop_center.jpeg?v=1702455755\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ebabaçu oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eextracted from seeds from the Babaçu palm tree (which is native to the Amazon region), it restores the lipidic component of the hair, helping to repair damaged areas\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/71783dfaf5aa--milk-proteins-fruit-extracts-5fa91e_360x163_crop_center.jpg?v=1702456118\" alt=\"Ingredient Image\" width=\"331\" height=\"150\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins \u0026amp; fruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ecomplete the formulas to improve the hair's structure and appearance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56100541300902,"sku":"MLK1053068","price":16.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1053068.webp?v=1768606014"},{"product_id":"curl-passion-enhancing-fluid-200ml-6-8oz","title":"milk_shake curl passion enhancing fluid - 200ml\/6.8oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake curl passion enhancing fluid\u003c\/strong\u003e\u003cspan\u003e is an enhancing gel-cream for curly hair. Its ultra-light formula doesn’t weigh hair down and guarantees shine and definition. Perfect for blow-drying with a brush or diffuser.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cstrong\u003eWhat is milk_shake curl passion enhancing fluid?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong\u003emilk_shake curl passion enhancing fluid\u003c\/strong\u003e\u003cspan\u003e is an\u003c\/span\u003e enhancing gel-cream for curly hair. Its ultra-light formula doesn’t weigh hair down and guarantees shine and definition. Perfect for blow-drying with a brush or diffuser.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003cstrong\u003emilk_shake curl passion\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eis a product range created for impeccable results; solutions developed to reveal the natural beauty of curly hair, for perfect curls. Waves, ringlets or natural curls will always be dreamy with the right treatment and nourishment.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s2\"\u003eShiny, well-kept curls are many women’s dream. However, natural wavy or curly hair requires more maintenance than it may seem. The first important step is correct cleansing and conditioning. Using a specific\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eshampoo\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis particularly important\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eto give the right nourishment without weighing the hair down.\u003cspan class=\"s1\"\u003e\u003cb\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003econditioner\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis the second step towards perfect curls.\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eIt should be applied to lengths and ends to give the right hydration. Often, the common frizz effect seen in curly hair is caused by a lack of hydration. During this conditioning phase, it will be easy to comb curls with a wide tooth comb.\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eleave in treatment\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecompletes the haircare routine\u003c\/span\u003e, enhancing the effect of the conditioner and preparing the hair for drying.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003eThe \u003c\/span\u003e\u003cstrong\u003emilk_shake® curl passion\u003c\/strong\u003e\u003cspan\u003e range is enriched a\u003c\/span\u003en oil complex from plants from the Amazon rainforest, contributing to the performance of our\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003emilk_shake\u003c\/span\u003e\u003cspan class=\"s2\"\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003ecurl passion products, enveloping the hair and helping to keep hair elastic as well as repairing damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake curl passion enhancing fluid\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003egives shine and definition.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eThis gel-cream is ideal for anyone with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecurly\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ewavy\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair to give softness and manageability without weighing hair down. Makes curls bouncy, flexible and long-lasting.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake curl passion enhancing fluid?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ apply to washed and towel-dried hair\u003c\/p\u003e\n\u003cp\u003e\/ use hands to distribute and then style.\u003c\/p\u003e\n\u003cdiv id=\"product-panel-ingredients\" class=\"tab-content\" role=\"tabpanel\" aria-labelledby=\"product-tab-ingredients\" tabindex=\"0\"\u003e\n\u003cdiv class=\"rte product-ingredients-wrapper\"\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAn\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eoil complex\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efrom plants from the Amazon rainforest contributes to the performance of our\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake® curl passion\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eproducts, enveloping the hair and helping to keep hair\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eelastic\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eas well as\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003erepairing damage\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eOur signature ingredients\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efruit extracts\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e-\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eblueberry\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eapple,\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003elemon\u003c\/strong\u003e- complete the formulas to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eimprove\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ethe hair's structure and appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Cetyl Alcohol, VP\/VA Copolymer, Glycerin, Glyceryl Stearate, PEG-100 Stearate, Phenoxyethanol, Cetrimonium Chloride, Parfum (Fragrance), Ethylhexylglycerin, Hydrolyzed Milk Protein, Pentaclethra Macroloba Seed Oil, Orbignya Oleifera Seed Oil, Butylene Glycol, Hexyl Cinnamal, Limonene, Helianthus Annuus (Sunflower) Seed Extract, Hydrolyzed Quinoa, Benzyl Benzoate, Benzyl Salicylate, Coumarin, Citrus Limon (Lemon) Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Amyl Cinnamal, Linalool, Geraniol, Citronellol, Citric Acid, Tocopherol.\u003c\/p\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003efor dreamy \u0026amp; bouncy curls\u003c\/h3\u003e\n\u003cp\u003eWe know that natural curls need special care! That’s why milk_shake® curl passion has various steps to work curls using specific products that are ideal for curly and wavy hair, helping to hydrate and detangle hair whilst maintaining its shape.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecurly and wavy hair \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUse it to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eadd shine and definition to curly hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/34c85e73ee05--organic-pracaxi-oil-9d5e19_360x163_crop_center.jpg?v=1702456801\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003epracaxi oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ea fundamental element to supplement and strengthen the hair fibre, deeply nourishing and conditioning the hair’s structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/34c85e73ee05--organic-babassu-oil-782cfa_360x163_crop_center.jpeg?v=1702456802\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ebabaçu oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eextracted from seeds from the Babaçu palm tree (which is native to the Amazon region), it restores the lipidic component of the hair, helping to repair damaged areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg height=\"150\" width=\"331\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/34c85e73ee05--milk-proteins-fruit-extracts-f50bde_360x163_crop_center.jpg?v=1702456803\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins \u0026amp; fruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ecomplete the formulas to improve the hair's structure and appearance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56100541366438,"sku":"MLK1053168","price":16.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1053168.webp?v=1768598212"},{"product_id":"curl-passion-leave-in-conditioner-300ml-10-1oz","title":"milk_shake curl passion leave in - 300ml\/10.1oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake® curl passion leave in\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis paraben free leave in spray for curly hair. Provides softness and manageability. Makes curls bouncy, flexible and long-lasting. Contains organic pracaxi and babassu oils, milk proteins, fruit extracts, Integrity 41® and quinoa proteins.\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cstrong\u003eWhat is milk_shake curl passion leave in?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong\u003emilk_shake curl passion leave in\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis paraben free leave in spray for curly hair. Provides softness and manageability. Makes curls bouncy, flexible and long-lasting.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong\u003emilk_shake® curl passion\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003erange created for impeccable results and is developed to reveal the natural beauty of curly hair, for perfect curls. Waves, ringlets or natural curls will always be dreamy with the right treatment and nourishment.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s2\"\u003eShiny, well-kept curls are many women’s dream. However, natural wavy or curly hair requires more maintenance than it may seem. The first important step is correct cleansing and conditioning. Using a specific\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eshampoo\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis particularly important\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eto give the right nourishment without weighing the hair down.\u003cspan class=\"s1\"\u003e\u003cb\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003econditioner\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis the second step towards perfect curls.\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eIt should be applied to lengths and ends to give the right hydration. Often, the common frizz effect seen in curly hair is caused by a lack of hydration. During this conditioning phase, it will be easy to comb curls with a wide tooth comb.\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe\u003cspan\u003e \u003cstrong\u003eleave in treatment\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003ecompletes the haircare routine\u003c\/span\u003e, enhancing the effect of the conditioner and preparing the hair for drying.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003eThe \u003c\/span\u003e\u003cstrong\u003emilk_shake® curl passion\u003c\/strong\u003e\u003cspan\u003e range is enriched with organic pracaxi and babassu oils, milk proteins, fruit extracts, Integrity 41\u003c\/span\u003e\u003cspan class=\"s1\"\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003eand quinoa proteins.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake curl passion leave in\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis ideal to provide softness and manageability to curly and wavy hair. Makes curls bouncy, flexible and long-lasting. It completes the haircare routine, enhancing the effect of the conditioner and preparing the hair for drying.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eThis leave in spray is for anyone with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecurly\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ewavy\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair to give softness and manageability without weighing hair down. Makes curls bouncy, flexible and long-lasting\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake curl passion leave in?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ distribute evenly over clean, damp hair\u003c\/p\u003e\n\u003cp\u003e\/ proceed with styling\u003c\/p\u003e\n\u003cdiv id=\"product-panel-ingredients\" class=\"tab-content\" role=\"tabpanel\" aria-labelledby=\"product-tab-ingredients\" tabindex=\"0\"\u003e\n\u003cdiv class=\"rte product-ingredients-wrapper\"\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe active ingredients within milk_shake® curl passion products are carefully selected for their\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003econditioning and nourishing properties\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecapable of enhancing shine, counteracting frizz, giving hair a silky soft feel. milk_shake® curl passion range is enriched with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eORGANIC\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003e\u003cb\u003ePRACAXI OIL,\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003e\u003cb\u003eORGANIC BABASSU OIL\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003e\u003cstrong\u003eAND QUINOA PROTEINS\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003ethat have conditioning, anti-frizz, protective and nourishing properties. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch4\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eAqua (Water), PEG-40 Hydrogenated Castor Oil, Amodimethicone, Cetrimonium Chloride, Polyester-37, Polyquaternium-22, Hydrolyzed Milk Protein, Trideceth-12, Hydrolyzed Quinoa, Helianthus Annuus (Sunflower) Seed Extract, Citrus Limon (Lemon) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Orbignya Oleifera Seed Oil, Pentaclethra Macroloba Seed Oil, Parfum (Fragrance), Phenoxyethanol, Imidazolidinyl Urea, Disodium EDTA, Caprylyl Glycol, Citric Acid, Sodium Benzoate, Potassium Sorbate, Butylene Glycol, Benzyl Alcohol, Glycine, Sodium Lactate, Sodium Citrate, Tocopherol, Amyl Cinnamal, Benzyl Benzoate, Benzyl Salicylate, Citronellol, Coumarin, Geraniol, Hexyl Cinnamal, Limonene, Linalool.\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003efor dreamy \u0026amp; bouncy curls\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eShiny\u003c\/strong\u003e, well-kept curls are many women’s dream. However, natural\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ewavy\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eor\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecurly\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair requires more maintenance than it may seem. The first important step is correct cleansing and conditioning.\u003c\/p\u003e\n\u003cp\u003eWaves, ringlets, or natural curls: with the right treatment and nourishment curls will always be\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003edreamy\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecurly and wavy hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUse it to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003econdition\u003c\/strong\u003e all hair types gently and deeply\u003c\/li\u003e\n\u003cli\u003egive \u003cstrong\u003esoftness\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emanageability\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003emake curls\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ebouncy\u003c\/strong\u003e, flexible and long-lasting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/67e033eb0f84--organic-pracaxi-oil-dad534_360x163_crop_center.jpg?v=1667373305\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eorganic pracaxi oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eit enhances shine, counteracting frizz, giving hair a silky soft feel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/67e033eb0f84--organic-babassu-oil-3aac3d_360x163_crop_center.jpeg?v=1667373323\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eorganic babassu oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cul\u003e\n\u003cli\u003eit restores the lipidic components of hair, repairing the damaged areas of the hair\u003c\/li\u003e\n\u003cli\u003eit protects fragile hair, reducing breakage and preventing split ends\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/67e033eb0f84--organic-fruit-extracts-1-d37801_360x163_crop_center.jpeg?v=1667373337\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eorganic fruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ea protective, toning, emollient and conditioning action for the scalp\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/67e033eb0f84--quinoa-proteins-660955_360x163_crop_center.jpg?v=1667373356\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cul\u003e\n\u003cli\u003eprotect hair color, helping to prevent color-fading\u003c\/li\u003e\n\u003cli\u003eincrease the manageability and shine of the hair shaft \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56100541431974,"sku":"MLK1054101","price":17.25,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1054101.webp?v=1768842511"},{"product_id":"curl-passion-primer-200ml-6-8oz","title":"milk_shake curl passion primer - 200ml\/6.8oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake curl passion primer\u003c\/strong\u003e is a perfect curl primer. Detangles and hydrates curls while sealing the cuticles. It facilitates the styling of the curls which last longer, leaving the hair soft and shiny. It can also be used the day after styling to revive curls. Ideal for blow-drying with a brush or diffuser.\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cstrong\u003eWhat is milk_shake curl passion primer?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong\u003emilk_shake curl passion primer\u003c\/strong\u003e\u003cspan\u003e is a perfect curl primer. \u003c\/span\u003eDetangles and hydrates curls while sealing the cuticles. It facilitates the styling of the curls which last longer, leaving the hair soft and shiny. It can also be used the day after styling to revive curls. Ideal for blow-drying with a brush or diffuser.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003cstrong\u003emilk_shake curl passion\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eis a product range created for impeccable results; solutions developed to reveal the natural beauty of curly hair, for perfect curls. Waves, ringlets or natural curls will always be dreamy with the right treatment and nourishment.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s2\"\u003eShiny, well-kept curls are many women’s dream. However, natural wavy or curly hair requires more maintenance than it may seem. The first important step is correct cleansing and conditioning. Using a specific\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eshampoo\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis particularly important\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eto give the right nourishment without weighing the hair down.\u003cspan class=\"s1\"\u003e\u003cb\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003econditioner\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis the second step towards perfect curls.\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eIt should be applied to lengths and ends to give the right hydration. Often, the common frizz effect seen in curly hair is caused by a lack of hydration. During this conditioning phase, it will be easy to comb curls with a wide tooth comb.\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eleave in treatment\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecompletes the haircare routine\u003c\/span\u003e, enhancing the effect of the conditioner and preparing the hair for drying.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003eThe \u003c\/span\u003e\u003cstrong\u003emilk_shake® curl passion\u003c\/strong\u003e\u003cspan\u003e range is enriched a\u003c\/span\u003en oil complex from plants from the Amazon rainforest, contributing to the performance of our\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003emilk_shake\u003c\/span\u003e\u003cspan class=\"s2\"\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003ecurl passion products, enveloping the hair and helping to keep hair elastic as well as repairing damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake curl passion primer\u003c\/strong\u003e detangles and hydrated curls while sealing cuticles. It facilitates the styling of the curls which last longer, leaving the hair soft and shiny.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eThis primer is ideal for anyone with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecurly\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ewavy\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair to give softness and manageability without weighing hair down. Makes curls bouncy, flexible and long-lasting.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake curl passion primer?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ as a primer: spray on clean, damp hair.\u003c\/p\u003e\n\u003cp\u003e\/ as a retouch: product, spray on dry hair from a distance of 20 cm.\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAn oil complex from plants from the Amazon rainforest contributes to the performance of our milk_shake® curl passion products, enveloping the hair and helping to keep hair elastic as well as repairing damage.\u003c\/p\u003e\n\u003cp\u003eOur signature ingredients milk proteins and fruit extracts - blueberry, apple, lemon- complete the formulas to improve the hair's structure and appearance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Alcohol Denat., Ceteareth-25, PEG\/PPG-25\/25 Dimethicone, Amodimethicone, Parfum (Fragrance), Polyquaternium-11, Hydrolyzed Milk Protein, Pentaclethra Macroloba Seed Oil, Orbignya Oleifera Seed Oil, Butylene Glycol, Trideceth-10, Cetrimonium Chloride, Helianthus Annuus (Sunflower) Seed Extract, Hexyl Cinnamal, Limonene, Hydrolyzed Quinoa, Benzyl Benzoate, Citrus Limon (Lemon) Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Benzyl Salicylate, Coumarin, Amyl Cinnamal, Linalool, Citric Acid, Geraniol, Citronellol, Tocopherol.\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003efor dreamy \u0026amp; bouncy curls\u003c\/h3\u003e\n\u003cp\u003eWe know that natural curls need special care! That’s why milk_shake® curl passion has various steps to work curls using specific products that are ideal for curly and wavy hair, helping to hydrate and detangle hair whilst maintaining its shape.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecurly and wavy hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUse it to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003edetangle and hydrate curls\u003c\/li\u003e\n\u003cli\u003eseal the cuticles\u003c\/li\u003e\n\u003cli\u003erevive curls\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/b1ec0b3d8cce--organic-pracaxi-oil-9d5e19_360x163_crop_center.jpg?v=1702457420\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003epracaxi oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ea fundamental element to supplement and strengthen the hair fibre, deeply nourishing and conditioning the hair’s structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/b1ec0b3d8cce--organic-babassu-oil-782cfa_360x163_crop_center.jpeg?v=1702457421\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ebabaçu oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eextracted from seeds from the Babaçu palm tree (which is native to the Amazon region), it restores the lipidic component of the hair, helping to repair damaged areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/b1ec0b3d8cce--milk-proteins-fruit-extracts-f50bde_360x163_crop_center.jpg?v=1702457422\" width=\"329\" height=\"149\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins \u0026amp; fruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ecomplete the formulas to improve the hair's structure and appearance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56100541628582,"sku":"MLK1053368","price":16.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1053368.webp?v=1768842903"},{"product_id":"curl-passion-shaper-200ml-6-8oz","title":"milk_shake curl passion curl shaper - 200ml\/6.8oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake® curl passion curl shaper\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eis a styling fluid for curly hair. Perfect for creating separate, defined curls. It enhances the natural shape of curls and guarantees and perfects softer waves. The special formula eliminates frizz and protects color, leaving hair radiant.\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4 class=\"p2\"\u003e\u003cstrong\u003eWhat is milk_shake curl passion curl shaper?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp class=\"p2\"\u003e\u003cstrong\u003emilk_shake® curl passion\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecurl shaper is a shaping fluid for curly hair. Ideal for defined and enduring curls. Intensifies natural texture, defining curls and perfecting soft waves. Guarantees shine and color protection plus anti-frizz results.\u003c\/p\u003e\n\u003cp class=\"p2\"\u003e\u003cstrong\u003emilk_shake curl passion\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eis a product range created for impeccable results; solutions developed to reveal the natural beauty of curly hair, for perfect curls. Waves, ringlets or natural curls will always be dreamy with the right treatment and nourishment.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s2\"\u003eShiny, well-kept curls are many women’s dream. However, natural wavy or curly hair requires more maintenance than it may seem. The first important step is correct cleansing and conditioning. Using a specific\u003cspan\u003e shampoo\u003c\/span\u003e is particularly important \u003c\/span\u003eto give the right nourishment without weighing the hair down.\u003cspan class=\"s1\"\u003e \u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe conditioner\u003cspan\u003e \u003c\/span\u003eis the second step towards perfect curls.\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eIt should be applied to lengths and ends to give the right hydration. Often, the common frizz effect seen in curly hair is caused by a lack of hydration. During this conditioning phase, it will be easy to comb curls with a wide tooth comb.\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s2\"\u003eThe \u003cspan\u003eleave in treatment\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003ecompletes the haircare routine\u003c\/span\u003e, enhancing the effect of the conditioner and preparing the hair for drying.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003eThe \u003c\/span\u003e\u003cstrong\u003emilk_shake® curl passion\u003c\/strong\u003e\u003cspan\u003e range is enriched a\u003c\/span\u003en oil complex from plants from the Amazon rainforest, contributing to the performance of our\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003emilk_shake\u003c\/span\u003e\u003cspan class=\"s2\"\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003ecurl passion products, enveloping the hair and helping to keep hair elastic as well as repairing damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake curl passion curl shaper\u003c\/strong\u003e creates separate, defined curls, enhances the natural shaper of curls, guaranteeing perfect and soft wavesç\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eThis styling fluid is ideal for anyone with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecurly\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ewavy\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair to give softness and manageability without weighing hair down. Makes curls bouncy, flexible and long-lasting.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake curl passion curl shaper?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ apply to towel-dried hair and style as desired\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAn oil complex from plants from the Amazon rainforest contributes to the performance of our milk_shake® curl passion products, enveloping the hair and helping to keep hair elastic as well as repairing damage.\u003c\/p\u003e\n\u003cp\u003eOur signature ingredients milk proteins and fruit extracts - blueberry, apple, lemon- complete the formulas to improve the hair's structure and appearance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Cyclopentasiloxane, VP\/DMAPA Acrylates Copolymer, Polyquaternium-37, Paraffinum Liquidum (Mineral Oil), Phenoxyethanol, Polyquaternium-11, Parfum (Fragrance), C12-15 Alkyl Benzoate, Polysorbate 80, PPG-1 Trideceth-6, Ethylhexylglycerin, Disodium EDTA, VP\/Dimethylaminoethylmethacrylate Copolymer, Orbignya Oleifera Seed Oil, Pentaclethra Macroloba Seed Oil, Citric Acid, Sorbitan Oleate, Acrylates\/Stearyl Methacrylate Copolymer, Propylene Glycol, Panthenol, Benzalkonium Chloride, Hexyl Cinnamal, Sodium Benzoate, Limonene, Helianthus Annuus (Sunflower) Seed Oil, Simmondisia Chinensis (Jojoba) Seed Oil, Ethylhexyl Methoxycinnamate, Hydrolyzed Chestnut Extract, Benzyl Benzoate, Butylene Glycol, Benzyl Salicylate, Coumarin, Amyl Cinnamal, Helianthus Annuus (Sunflower) Seed Extract, Linalool, Hydrolyzed Quinoa, Citronellol, Citrus Limon (Lemon) Peel Extract, Geraniol, Vaccinium Myrtillus Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Palmitamidopropyltrimonium Chloride, Betaine, Pentylene Glycol, Methylpropanediol, Hydroxypropyltrimonium Hydrolyzed Casein, Lactose, Hydrolyzed Keratin, Tocopherol, Potassium Sorbate, Caprylyl Glycol, Hydroxypropyl Guar Hydroxypropyltrimonium Chloride, Phenylpropanol, Tetrasodium Glutamate Diacetate.\u003c\/p\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003efor dreamy \u0026amp; bouncy curls\u003c\/h3\u003e\n\u003cp\u003eThe type of curl, the target result and routine preference ultimately impact what styling and finish products are most suitable for curly hair. Sprays, creams, gels... help your clients find the right formulas and products for them!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecurly and wavy hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUse it to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecreate separate, defined curls\u003c\/li\u003e\n\u003cli\u003eenhance the natural shape of curls\u003c\/li\u003e\n\u003cli\u003eeliminate frizz\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/08c9fd05d9ee--pracaxi-oil-499f05_360x163_crop_center.jpg?v=1702487172\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003epracaxi oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ea fundamental element to supplement and strengthen the hair fibre, deeply nourishing and conditioning the hair’s structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/08c9fd05d9ee--babacu-oil-919f60_360x163_crop_center.jpg?v=1702487198\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ebabaçu oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eextracted from seeds from the Babaçu palm tree (which is native to the Amazon region), it restores the lipidic component of the hair, helping to repair damaged areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/08c9fd05d9ee--milk-proteins-fruit-extracts-5c3143_360x163_crop_center.jpg?v=1702487240\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins \u0026amp; fruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ecomplete the formulas to improve the hair's structure and appearance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56100541825190,"sku":"MLK1053468","price":21.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1053468.webp?v=1768843058"},{"product_id":"incredible-serum-50ml-1-7oz","title":"milk_shake incredible serum - 50ml\/1.7oz","description":"\u003cp\u003eUnlock the foundation of beautiful hair with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake® incredible serum\u003c\/strong\u003e, a fast-absorbing,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003epowerful\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eformula designed to nurture the scalp for optimal hair health. This\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003elightweight\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efast-absorbing serum fortifies the scalp and hair follicles, creating the perfect environment for hair to look its absolute best.\u003c\/p\u003e\n\u003cp\u003eIdeal for daily use or as often as desired, milk_shake® incredible serum is the perfect pre-styling step to ensure scalp is its best condition. Nourish, fortify, and revitalize your hair form root-to-tip with this essential scalp care product.\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cstrong\u003ewhat is milk_shake incredible serum?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake incredible serum \u003c\/strong\u003eis a\u003cspan data-scheme-color=\"@000000,1,\" data-usefontface=\"true\" data-contrast=\"none\" class=\"TextRun  BCX0 SCXP257537154\" lang=\"EN\"\u003e\u003cspan class=\"NormalTextRun  BCX0 SCXP257537154\"\u003e\u003cspan\u003e \u003c\/span\u003efast-absorbing, lightweight serum that\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003epromotes an ideal scalp environment\u003c\/span\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan lang=\"EN\" class=\"TextRun  BCX0 SCXP190367282\" data-contrast=\"none\" data-usefontface=\"true\" data-scheme-color=\"@000000,1,\"\u003e\u003cspan class=\"NormalTextRun  BCX0 SCXP190367282\"\u003eTaking care of the scalp is essential to great looking hair as it creates the perfect environment for hair to grow and thrive.\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eThis magical serum absorbs quickly and cleanly, leaving your scalp in its best possible condition. \u003c\/span\u003eIn this powerful \u003c\/span\u003e\u003c\/span\u003e\u003cspan lang=\"EN\" class=\"TextRun  BCX0 SCXP190367282\" data-contrast=\"none\" data-usefontface=\"true\" data-scheme-color=\"@000000,1,\"\u003e\u003cspan class=\"NormalTextRun  BCX0 SCXP190367282\"\u003eformula, our signature\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efruit extracts\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eget a super-charged boost from additional targeted ingredients.\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eCaffeine\u003c\/strong\u003e promotes scalp health while \u003cstrong\u003ehyaluronic acid\u003c\/strong\u003e delivers intense hydration.\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan lang=\"EN\" class=\"TextRun  BCX0 SCXP190367282\" data-contrast=\"none\" data-usefontface=\"true\" data-scheme-color=\"@000000,1,\"\u003e\u003cspan class=\"NormalTextRun  BCX0 SCXP190367282\"\u003e\u003cspan data-scheme-color=\"@000000,1,\" data-usefontface=\"true\" data-contrast=\"none\" class=\"TextRun  BCX0 SCXP203269055\" lang=\"EN-US\"\u003e\u003cspan class=\"NormalTextRun  BCX0 SCXP203269055\"\u003eCan be used daily, or as often as desired, before styling.\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhy you'll love it:\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eFortifies hair at the root and promotes an ideal scalp environment.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eThe solution for:\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake® incredible serum\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eis ideal for hair that is weak or brittle and needs strengthening with added shine.\u003c\/p\u003e\n\u003cdiv class=\"product-how-to-use rte\"\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake incredible serum?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ divide hair into sections\u003c\/p\u003e\n\u003cp\u003e\/ apply 1-2 droppers daily onto towel-dried or dry scalp\u003c\/p\u003e\n\u003cp\u003e\/ gently massage to distribute\u003c\/p\u003e\n\u003cp\u003e\/ do not rinse.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/5bb410e7956a--milk-shake-incredible-serum-use.jpg?v=1734433025\"\u003e\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eTransform hair, from scalp to ends, with the nourishing power of nature for healthier, radiant, and truly incredible results.\u003c\/p\u003e\n\u003cp\u003eCrafted with signature ingredients and expertly formulated to visibly transform hair from scalp to ends by adding add strength, protection, softness, and shine. Infused with the transformative power of milk proteins, fruit extracts and precious oils, the incredible family works to deeply nourish hair and scalp to leave them feeling healthier than ever before.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients \u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Alcohol Denat., Mannitol, Cucurbita Pepo (Pumkin) Seed Extract, Argania Spinosa Kernel Oil, Butyrospermum Parkii (Shea) Oil, Hydrolyzed Hyaluronic Acid, Hydrolyzed Milk Protein, Carica Papaya (Papaya) Fruit Extract, Mangifera Indica (Mango) Fruit Extract, Propanediol, Caffeine, Glycerin, Menthyl Lactate, Panthenol, PPG-26-Buteth-26, PEG-40 Hydrogenated Castor Oil, Yeast Extract, Glutamic Acid, Serine, Arginine, Threonine, Glycine, Parfum (Fragrance), Vanillin, Biotin, Bisabolol, Sodium Ascorbyl Phosphate, Citric Acid, Benzyl Alcohol.\u003c\/p\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003esuper-charged care for incredible hair.\u003c\/h3\u003e\n\u003cp\u003eAt the heart of the \u003cstrong\u003emilk_shake® incredible collection\u003c\/strong\u003e, is the power of our signature ingredients: conditioning\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e, powerful\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efruit extracts\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eand our s\u003cstrong\u003eignature sweet vanilla fragrance\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eincredible serum gets a powerful boost from targeted ingredients like\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecaffeine\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ehyaluronic acid\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eto promote an ideal scalp environment.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ehair that is weak or brittle and needs strengthening with added shine\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a39c32710d15--milk-proteins-6b65ef_360x163_crop_center.jpg?v=1734433047\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003egive strength and resistance to the hair fibre so you can get maximum nourishment while protecting and conditioning the hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a39c32710d15--fruit-extracts-3b0f67_360x163_crop_center.jpg?v=1734433064\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003epowerful antioxidants from blueberry, raspberry, papaya and mango help rejuvenate dull, weakened hair for radiant glow\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ecaffeine\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003epromotes scalp health\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a39c32710d15--hyaluronic-acid-a50daa_360x163_crop_center.jpg?v=1734433088\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ehyaluronic acid\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprovides intense hydration\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56100543135910,"sku":"MLK1028017","price":25.2,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1028017.webp?v=1768843299"},{"product_id":"color-specifics-acid-color-sealer-200ml-6-8oz","title":"milk_shake color specifics acid color sealer - 200ml\/6.8oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eProfessional post-color acidifier. \u003c\/strong\u003e\u003cspan\u003eFormulated to close the scales after the colouring service, sealing perfectly the pigments inside the hair. Contains pomegranate extract encapsulated in liposomes with prolonged antioxidant action for a result full, glossy and longer-lasting color. Formulated with the complex of natural origin \u003c\/span\u003e\u003cstrong\u003eChromazone™\u003c\/strong\u003e\u003cspan\u003e complex, with antioxidant action for a long-lasting effect. \u003c\/span\u003e\u003cstrong\u003eChromazone\u003c\/strong\u003e\u003cstrong\u003e™ \u003c\/strong\u003e\u003cspan\u003eis a natural-origin complex containing pomegranate peel extract. With a high affinity to keratin, it creates a protective film around hair, which prevents the transfer of molecules into and out of the hair shaft, effectively preventing color fade.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003eHow to use milk_shake color specifics acid color sealer?\u003c\/h4\u003e\n\u003cp\u003e\/ after rinsing off the colour, apply evenly, avoiding the skin\u003c\/p\u003e\n\u003cp\u003e\/ leave on 3 minutes and proceed with\u003cspan\u003e \u003c\/span\u003e\u003cb\u003emilk_shake\u003c\/b\u003e\u003cb\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003ecolour sealing shampoo\u003c\/p\u003e\n\u003cp\u003e\/ rinse and use\u003cspan\u003e \u003c\/span\u003e\u003cb\u003emilk_shake\u003c\/b\u003e\u003cb\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003ecolour sealing conditioner\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003emilk_shake® colour specifics is formulated to enhance the results of your color treatments, helping shades stay vibrant and luminous. Enhanced with Chromazone™ complex, that has an antioxidant action for a long-lasting effect. Enriched with milk proteins, it deeply conditions for soft, supple, and shiny hair. Aloe vera wraps each strand in lasting hydration, preventing moisture loss, while vitamin E helps repair the hair’s natural barrier and protects against free radical damage.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Aloe Barbadensis Leaf Juice, Polysorbate 20, Propylene Glycol, Parfum (Fragrance), Citric Acid, Hydrolyzed Milk Protein, Lactic Acid, Hexyl Cinnamal, Hexamethylindanopyran, Terpineol, Lecithin, Punica Granatum Pericarp Extract, Methylchloroisothiazolinone, CI 60730 (Ext. Violet 2), Methylisothiazolinone.\u003c\/p\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003eenhance your color services\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake colour specifics\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a range of products formulated to boost the performance of milk_shake color treatments. Optimize the longevity, shine, and vibrancy of color while ensuring every shade shines with flawless results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/1e07819898a2--chromazone-abd779_360x163_crop_center.jpg?v=1756722936\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003echromazone™\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith a high affinity to keratin,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eChromazone™\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003ecreates a protective film around hair, which prevents the transfer of molecules into and out of the hair shaft, effectively preventing color fade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/1e07819898a2--milk-proteins-055dba_360x163_crop_center.jpg?v=1756722959\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehighly conditioning, leave hair soft, supple and shiny\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/1e07819898a2--aloe-3dcb43_360x163_crop_center.jpg?v=1756722970\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ealoe vera\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith hydrating properties, it coats the hair fiber and prevents water loss\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/1e07819898a2--vitamin-e-a6c5c9_360x163_crop_center.jpg?v=1756722982\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003evitamin e\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003erepairs the hydrolipidic film that coats hair and prevents free radical damage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109862355110,"sku":"MLK1140068","price":16.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1140068.webp?v=1768943063"},{"product_id":"color-specifics-color-sealing-conditioner-1000ml-33-8oz","title":"milk_shake color specifics color sealing conditioner - 1000ml\/33.8oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eConditioning cream professional post-coloring.\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003eDeeply conditions colored hair, closing the scales of the cuticle, for hair that is soft and shiny. Formulated with the complex of natural origin \u003c\/span\u003e\u003cstrong\u003eChromazone™\u003c\/strong\u003e\u003cspan\u003e complex, with antioxidant action for a long-lasting effect. \u003c\/span\u003e\u003cstrong\u003eChromazone\u003c\/strong\u003e\u003cstrong\u003e™ \u003c\/strong\u003e\u003cspan\u003eis a natural-origin complex containing pomegranate peel extract. With a high affinity to keratin, it creates a protective film around hair, which prevents the transfer of molecules into and out of the hair shaft, effectively preventing color fade.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003eHow to use milk_shake color specifics color sealing conditioner?\u003c\/h4\u003e\n\u003cp\u003e\/ apply after rinsing\u003cspan\u003e \u003c\/span\u003e\u003cb\u003emilk_shake\u003c\/b\u003e\u003cb\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003ecolour sealing shampoo\u003c\/p\u003e\n\u003cp\u003e\/ massage onto lengths and ends then rinse \u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003emilk_shake® colour specifics is formulated to enhance the results of your color treatments, helping shades stay vibrant and luminous. Enhanced with Chromazone™ complex, that has an antioxidant action for a long-lasting effect. Enriched with milk proteins, it deeply conditions for soft, supple, and shiny hair. Aloe vera wraps each strand in lasting hydration, preventing moisture loss, while vitamin E helps repair the hair’s natural barrier and protects against free radical damage.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Cetearyl Alcohol, Cetrimonium Chloride, Glycerin, Oryza Sativa (Rice) Bran Oil, PEG-8 Dimethicone, Behenyl Alcohol, Dimethicone, Phenoxyethanol, Parfum (Fragrance), Caprylyl Glycol, Ethylhexyl Methoxycinnamate, Hydrolyzed Milk Protein, Punica Granatum Pericarp Extract, Panthenol, Tocopheryl Acetate, Hexyl Cinnamal, Lecithin, Hexamethylindanopyran, Terpineol, Sodium Hydroxide.\u003c\/p\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003eenhance your color services\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake colour specifics\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a range of products formulated to boost the performance of milk_shake color treatments. Optimize the longevity, shine, and vibrancy of color while ensuring every shade shines with flawless results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/778adc74bfa9--chromazone-42ca02_360x163_crop_center.jpg?v=1756722252\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003echromazone™\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith a high affinity to keratin,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eChromazone™\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003ecreates a protective film around hair, which prevents the transfer of molecules into and out of the hair shaft, effectively preventing color fade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/778adc74bfa9--milk-proteins-ebf09f_360x163_crop_center.jpg?v=1756722269\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehighly conditioning, leave hair soft, supple and shiny\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/778adc74bfa9--aloe-f7aa70_360x163_crop_center.jpg?v=1756722280\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ealoe vera\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith hydrating properties, it coats the hair fiber and prevents water loss\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/778adc74bfa9--vitamin-e-0965dd_360x163_crop_center.jpg?v=1756722292\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003evitamin e\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003erepairs the hydrolipidic film that coats hair and prevents free radical damage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109862420646,"sku":"MLK1142338","price":39.5,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1142338.webp?v=1768943171"},{"product_id":"color-specifics-color-sealing-shampoo-1000ml-33-8oz","title":"milk_shake color specifics color sealing shampoo - 1000ml\/33.8oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cstrong\u003eProfessional post-color shampoo. \u003c\/strong\u003eGently cleanses and ensures maximum color brilliance while preserving cosmetic pigments. The complex of natural origin\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eChromazone™\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eguarantees antioxidant action for prolonged color protection. prolonged color protection. \u003cstrong\u003eChromazone\u003c\/strong\u003e\u003cstrong\u003e™ \u003c\/strong\u003eis a natural-origin complex containing pomegranate peel extract. With a high affinity to keratin, it creates a protective film around hair, which prevents the transfer of molecules into and out of the hair shaft, effectively preventing color fade.\u003c\/p\u003e\n\u003ch4\u003eHow to use milk_shake color specifics color sealing shampoo?\u003c\/h4\u003e\n\u003cp\u003e\/ apply after\u003cspan\u003e \u003c\/span\u003e\u003cb\u003emilk_shake\u003c\/b\u003e\u003cb\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003eacid colour sealer, massage then rinse\u003c\/p\u003e\n\u003cp\u003e\/ repeat if necessary\u003c\/p\u003e\n\u003cp\u003e\/ continue with\u003cspan\u003e \u003c\/span\u003e\u003cb\u003emilk_shake\u003c\/b\u003e\u003cb\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003ecolour sealing conditioner. \u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003emilk_shake® colour specifics is formulated to enhance the results of your color treatments, helping shades stay vibrant and luminous. Enhanced with Chromazone™ complex, that has an antioxidant action for a long-lasting effect. Enriched with milk proteins, it deeply conditions for soft, supple, and shiny hair. Aloe vera wraps each strand in lasting hydration, preventing moisture loss, while vitamin E helps repair the hair’s natural barrier and protects against free radical damage.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Disodium Laureth Sulfosuccinate, Lauryl Glucoside, Cocamidopropyl Betaine, PEG-18 Glyceryl Oleate\/Cocoate, Disodium Cocoamphodiacetate, Glycerin, Lactic Acid, Coco-Glucoside, Parfum (Fragrance), Glycol Distearate, Hydrolyzed Milk Protein, Tocopheryl Acetate, Hexyl Cinnamal, Citric Acid, Lecithin, Punica Granatum Pericarp Extract, Hexamethylindanopyran, Terpineol, Methylchloroisothiazolinone, Methylisothiazolinone.\u003c\/p\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003eenhance your color services\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake colour specifics\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a range of products formulated to boost the performance of milk_shake color treatments. Optimize the longevity, shine, and vibrancy of color while ensuring every shade shines with flawless results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/d692f4d87480--chromazone-02dc0c_360x163_crop_center.jpg?v=1756722643\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003echromazone™\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith a high affinity to keratin,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eChromazone™\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003ecreates a protective film around hair, which prevents the transfer of molecules into and out of the hair shaft, effectively preventing color fade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/d692f4d87480--milk-proteins-a796ff_360x163_crop_center.jpg?v=1756722658\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehighly conditioning, leave hair soft, supple and shiny\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/d692f4d87480--aloe-6028fe_360x163_crop_center.jpg?v=1756722671\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ealoe vera\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith hydrating properties, it coats the hair fiber and prevents water loss\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/d692f4d87480--vitamin-e-eb35f0_360x163_crop_center.jpg?v=1756722683\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003evitamin e\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003erepairs the hydrolipidic film that coats hair and prevents free radical damage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109862486182,"sku":"MLK1141338","price":39.5,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1141338.webp?v=1768943427"},{"product_id":"color-specifics-instant-remover-250ml-8-4oz","title":"milk_shake color specifics instant remover - 250ml\/8.4oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eFluid stain remover. \u003c\/strong\u003e\u003cspan\u003eFormulated to gently remove any colour residue from the skin leaving it perfectly clean and moisturized.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003eHow to use milk_shake color specifics instant remover?\u003c\/h4\u003e\n\u003cp\u003e\/ gently distribute with a cotton ball soaked with the product on the affected areas\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003emilk_shake® colour specifics is formulated to enhance the results of your colour treatments, helping shades stay vibrant and luminous. Enriched with milk proteins, it deeply conditions for soft, supple, and shiny hair. Aloe vera wraps each strand in lasting hydration, preventing moisture loss, while vitamin E helps repair the hair’s natural barrier and protects against free radical damage.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Alcohol Denat., Polysorbate 20, Propylene Glycol, Benzyl Alcohol, Aloe Barbadensis Leaf Juice, Parfum (Fragrance), Ammonium Hydroxide, Hydrolyzed Milk Protein, Hexyl Cinnamal, Hexamethylindanopyran, Terpineol, Limonene, Hydroxycitronellal, Benzaldehyde, Citrus Aurantium Peel Oil.\u003c\/p\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003eenhance your color services\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake colour specifics\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a range of products formulated to boost the performance of milk_shake color treatments. Optimize the longevity, shine, and vibrancy of color while ensuring every shade shines with flawless results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/6628f212e035--milk-proteins-1a1102_360x163_crop_center.jpg?v=1756721553\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehighly conditioning, leave hair soft, supple and shiny\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/6628f212e035--aloe-51ae73_360x163_crop_center.jpg?v=1756721566\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ealoe vera\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith hydrating properties, it coats the hair fiber and prevents water loss\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/6628f212e035--vitamin-e-7bd69d_360x163_crop_center.jpg?v=1756721648\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003evitamin e\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003erepairs the hydrolipidic film that coats hair and prevents free radical damage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109862551718,"sku":"MLK1150084","price":11.25,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1150084.webp?v=1768943910"},{"product_id":"energizing-blend-treatement-spray-30ml-1-1oz","title":"milk_shake energizing blend treatment - 30ml\/1.1oz","description":"\u003cp\u003e\u003cstrong\u003emilk_shake energizing blend treatment\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efortifies to restore fullness, thickness, and luster to fine, thinning and fragile hair. The natural powers in organic rosemary, sage and fioravanti balm extract purifies hair while increasing the supply of nutrients and strengthening the hair. The blend of botanical extracts and special conditioners invigorates the hair stem and gives softness. Panthenol provides more density to the hair, and essential oils and eucalyptus instil a pleasant energizing feeling, leaving the scalp refreshed.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eWhat is milk_shake energizing blend treatment?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake energizing blend treatment\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a hair thickener scalp treatment that fortifies to restore fullness, thickness, and luster to fine, thinning and fragile hair. The natural powers in organic rosemary, sage and fioravanti balm extract purifies hair\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eincreasing the supply of nutrients and strengthening the hair. \u003c\/span\u003eThe blend of botanical extracts and special conditioners invigorates the hair stem and gives softness. Panthenol provides more density to the hair, and essential oils and eucalyptus instill a pleasant energizing feeling, leaving the scalp refreshed. The innovative formula in\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake energizing blend treatment\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003econtains:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eOrganic rosemary, known for its energizing properties, helps natural hair growth and promote the oxygenation of tissues. Has a tonic, antiseptic and purifying effect.\u003c\/li\u003e\n\u003cli\u003eOrganic sage, has deodorizing functions.\u003c\/li\u003e\n\u003cli\u003eFioravanti balm, a potion obtained from 10 different plants that all have unique refreshing, stimulating and toning properties.\u003c\/li\u003e\n\u003cli\u003eGlycerin extract of arnica and natural camphor, to stimulate micro-circulation with an invigorating effect.\u003c\/li\u003e\n\u003cli\u003eHydrolyzed rice proteins for protection, and to restructure the hair stem.\u003c\/li\u003e\n\u003cli\u003ePanthenol pro vitamin B5, for a densifying, hydrating and conditioning action.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eFor best results, pair with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake energizing blend shampoo\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eand\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003econditioner\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch3\u003e\n\u003cb\u003e\u003c\/b\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\n\u003c\/h3\u003e\n\u003cp class=\"product-description\"\u003eFortifies to restore\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efullness\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ethickness\u003c\/strong\u003e, and\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eluster\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eto fine, thinning and fragile hair. The natural powers in organic rosemary, sage and fioravanti balm extract purifies hair while increasing the supply of nutrients and strengthening the hair. The blend of botanical extracts and special conditioners invigorates the hair stem and gives softness.\u003c\/p\u003e\n\u003ch3 class=\"product-description\"\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h3\u003e\n\u003cp class=\"product-description\"\u003e\u003cstrong\u003emilk_shake® energizing blend\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eproducts are for anyone concerned about the health of their hair, especially when it is thinning and frail. This trio is ideal for fine, thinning and fragile, respecting the scalp and hair and improving hair density.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eHow do you use milk_shake® energizing blend treatment?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\/ apply to the scalp\u003c\/p\u003e\n\u003cp\u003e\/ gently massage in for a few minutes while applying a slight pressure using the fingertips and palms in a circular motion to enhance micro-circulation\u003c\/p\u003e\n\u003cp\u003e\/ do not rinse and proceed with styling.\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eIt is advised to use the treatment lotion twice a week for four weeks, then once a week as a maintaining treatment. For an intensive treatment, use once a day.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch3\u003eingredients\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003emilk_shake® energizing blend products have a high-quality formula that contains ORGANIC ROSEMARY and SAGE EXTRACTS.  Fioravanti balm and a mix of 11 essential oils for a pleasant feeling of calm relaxation. The natural powers in organic rosemary, sage and fioravanti balm extract purifies hair while stimulating the scalp’s micro-circulation to create an optimal environment for new hair growth. The blend of botanical extracts and special conditioners invigorates the hair stem and gives softness. PANTHENOL provides more density to the hair, and essential oils and EUCALYPTUS instill a pleasant energizing feeling, leaving the scalp refreshed. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Alcohol Denat., Eucalyptol, Camphor, Menthol, Hydrolyzed Rice Protein, Panthenol, Arnica Montana Flower Extract, Salvia Officinalis (Sage) Leaf Extract, Rosmarinus Officinalis  (Rosemary) Leaf Extract, Aloe Ferox Leaf Juice Extract, Commiphora Myrrha Resin Extract, Angelica Archangelica Root Extract, Acorus Calamus Root Extract, Eugenia Caryophyllus (Clove) Bud Extract, Myristica Fragrans (Nutmeg)  Fruit Extract, Piper Nigrum (Pepper) Fruit Extract, Curcuma Zedoaria Root Extract, Zingiber Officinale (Ginger) Rhizome Extract, Elettaria Cardamomum Seed Extract, Citrus Limon Peel Oil, Rosmarinus Officinalis Leaf Oil, Citric Acid, Limonene.\u003c\/p\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003ehair \u0026amp; scalp health\u003c\/h3\u003e\n\u003cp\u003e\u003cb\u003emilk_shake®\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003eenergizing blend products are  designed to improve the wellbeing of the scalp, to strengthen and improve hair health. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003efine\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ethinning\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efragile\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUse it to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eimprove \u003cstrong\u003ehair density\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eincrease the supply of nutrients and strengthen the hair\u003c\/li\u003e\n\u003cli\u003eprovide more density to the hair\u003c\/li\u003e\n\u003cli\u003einstill a pleasant energizing feeling\u003c\/li\u003e\n\u003cli\u003eleave the scalp refreshed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/9ad3823945e6--organic-rosemary-2d6cde_360x163_crop_center.jpeg?v=1667374020\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eorganic rosemary extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eknown for its energizing properties, it stimulates the microcirculation helping natural growth of the hair and promoting the oxygenation of tissues with a tonic effect\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eorganic sage extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eit is used as a soothing, purifying and deodorizing agent. Thanks to its calming properties, it also helps prevent scalp redness. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109862617254,"sku":"MLK1107411","price":24.5,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1107411.webp?v=1768944246"},{"product_id":"icy-blond-toning-spray-100ml-3-4oz","title":"milk_shake icy blond toning spray - 100ml\/3.4oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003emilk_shake\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eicy blond toning spray\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a specific toning spray for blond hair. It is a no-rinse spray formulated with a specific black pigment that counteracts brass while depositing ash tones in blond or lightened hair. Gives hair a healthy appearance while detangling and improving manageability.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do? \u003c\/b\u003e\u003c\/h4\u003e\n\u003cdiv class=\"product-description\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eCounteracts brass while depositing ash tones in blond or lightened hair. Gives hair a healthy appearance while detangling and improving manageability.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for? \u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003emilk_shake® icy blond products are ideal for very light blond or platinum blond hair. Not recommended for grey or white hair. \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake icy blond toning spray?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ shake well and spray evenly over clean, damp hair at approx. 10-15 cm from hair\u003c\/p\u003e\n\u003cp\u003e\/ comb through and proceed with drying\u003c\/p\u003e\n\u003cp\u003e\/ as a daily touch-up, spray over dry hair at approx. 30 cm from hair\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe special black pigment contained within the new milk_shake® icy blond range neutralizes and counteracts unwanted yellow\/orange or brassy tones in blond hair, gives delicate ash tones to very light blond hair or platinum blond hair, prolongs the effects of grey or silver toners.\u003c\/p\u003e\n\u003cp\u003eThe active ingredients enhance the natural beauty of hair, leaving it soft and shiny. Grapeseed oil is known for its emollient and nourishing action. Provides protection and softness to the scalp and hair while Integrity 41®, sunflower seed antioxidant complex, guarantees long-lasting color over time. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Alcohol Denat., Glycerin, Cetrimonium Chloride, PEG-7 Glyceryl Cocoate, Parfum (Fragrance), Panthenol, Acid Violet 43, Citric Acid, HC Blue No. 16, Hydrolyzed Milk Protein, Oryza Sativa (Rice) Bran Oil, Vitis Vinifera (Grape) Seed Oil, Butylene Glycol, Linalool, Basic Brown 17, Basic Red 76, Limonene, Dextrin, Helianthus Annuus (Sunflower) Seed Extract, Hydrolyzed Quinoa, Sodium Chloride.\u003c\/p\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003efor blond bombshells\u003c\/h3\u003e\n\u003cp\u003eLightening techniques, external aggressors such as the sun, or harsh cleansers can bring out unwanted warm tones in blond hair. The special black pigment contained within the new\u003cspan\u003e \u003c\/span\u003e\u003cb\u003emilk_shake\u003c\/b\u003e\u003cb\u003e®\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003eicy blond range:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eneutralizes and counteracts unwanted yellow\/orange or brassy tones in blond hair\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003egives delicate ash tones to very light blond hair or platinum blond hair\u003c\/li\u003e\n\u003cli\u003eprolongs the effects of grey or silver toners\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThe active ingredients enhance the natural beauty of hair, leaving it soft and shiny. The sweet and evocative grape fragrance gives a delicious happy moment of joy during application.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eideal for:\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003every light blond or platinum blond hair\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/fdd45298325e--grapeseed-oil-315069_360x163_crop_center.jpg?v=1708971648\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003egrapeseed oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eknown for its emollient and nourishing action. Provides protection and softness to the scalp and hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed antioxidant complex that guarantees long-lasting color over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/fdd45298325e--milk-proteins-2-89e8ba_360x163_crop_center.jpg?v=1708971648\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esupplement and condition the hair’s structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/fdd45298325e--quinoa-proteins-416eee_360x163_crop_center.jpg?v=1708971649\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109862912166,"sku":"MLK1082034","price":10.5,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1082034.webp?v=1772485257"},{"product_id":"lifestyling-blow-dry-primer-200ml-6-8oz","title":"milk_shake lifestyling blow-dry primer - 200ml\/6.8oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cb\u003emikl_shake lifestyling\u003c\/b\u003e\u003cspan\u003e blow-dry primer is a lightweight blow-dry primer that boosts body and texture, protects hair from heat, and smooths strands for soft, shiny, frizz-free results.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake lifestyling blow dry primer?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ shake well and pump the necessary amount\u003c\/p\u003e\n\u003cp\u003e\/ apply to washed, towel-dried hair, then style\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAqua (Water), Alcohol Denat., PVP, Cocomidopropyl Betaine, Polysorbate 20, Polyquaternium-28, Hydrolyzed Milk Protein, Pyrus Malus (Apple) Fruit Extract, Citrus Limon (Lemon) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Hydrolyzed Chestnut Extract, Hydrolyzed Quinoa, Helianthus Annuus (Sunflower) Seed Extract, Ethylhexyl Methoxycinnamate, Diethylamino Hydroxybenzoyl Hexyl Benzoate, Phenoxyethanol, Parfum (Fragrance), Chlorphenesin, Ethylhexylglycerin, Butylene Glycol, Citric Acid, Hexyl cinnamal, Hexamethylindanopyran, Citrus Aurantium Peel Oil, Limonene, Linalool, Coumarin, Linalyl Acetate, CI 16035 (Red 40).\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003esmoothes and protects\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ehelps prevent frizz\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eleaves hair soft and shiny\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eboosts body and texture\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eprotects from heat\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/043e6827de87--milk-proteins-4066c2_360x163_crop_center.jpg?v=1767343396\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/043e6827de87--quinoa-proteins-686fd3_360x163_crop_center.jpg?v=1767343405\" alt=\"Ingredient Image\" width=\"362\" height=\"164\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/043e6827de87--integrity-41-e31bdd_360x163_crop_center.jpg?v=1767343422\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/043e6827de87--chestnut-extract-4264c6_360x163_crop_center.jpg?v=1767343429\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003echestnut extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eoffers heat protection and weightless hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/043e6827de87--fruit-extracts-e971ff_360x163_crop_center.jpg?v=1767343439\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ederived from apple, lemon and billberry to help rejuvenate dull hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109862977702,"sku":"MLK1121168","price":19.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1121168.webp?v=1768944480"},{"product_id":"lifestyling-bodyfiying-mousse-200ml-6-8oz","title":"milk_shake lifestyling bodifying cream - 125ml\/4.2oz","description":"\u003cp\u003e\u003cspan data-olk-copy-source=\"MessageBody\"\u003eLIFESTYLING BODYFIYING CREAM - 200ml\/6.8oz\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-olk-copy-source=\"MessageBody\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cstrong\u003emilk_shake lifestyling bodifying cream\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003eis a lightweight cream that adds body and lift to soft, flat hair, delivering medium hold, natural movement, and a soft satin finish with a subtle fresh fragrance.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake lifestyling bodifying cream?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ apply the necessary amount to your washed and towel-dried hair\u003c\/p\u003e\n\u003cp\u003e\/ style by shaping it with your hands or by brushing\u003c\/p\u003e\n\u003ch3\u003eingredients\u003c\/h3\u003e\n\u003cp\u003eAqua (Water), Sorbitol, Polyacrylate-2 Crosspolymer , Aminomethyl Propanol, Parfum (Fragrance), PEG-40 Hydrogenated Castor Oil, 1,2-Hexanediol, Dimethicone, Acrylates\/C10-30 Alkyl Acrylate Crosspolymer, Chlorphenesin, Helianthus Annuus (Sunflower) Seed Oil, Glycerin, PEG-90M, Cetrimonium Chloride, Silica, Tetramethyl Acetyloctahydronaphthalenes, Polyquaternium-7, Linalool, Limonene, Alpha-Isomethyl Ionone, Sodium Benzoate, Hydrolyzed Quinoa, PEG-5 Cocomonium Methosulfate, Geraniol, Benzyl Salicylate, Citrus Aurantium Bergamia (Bergamot) Peel Oil, Vaccinium Myrtillus Fruit Extract, Citrus Limon (Lemon) Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Citric Acid, Sodium Glutamate, Hydrolyzed Milk Protein, Hydroxypropyltrimonium Hydrolyzed Casein, Sodium Cocoyl Glutamate, Hydroxypropyl Guar Hydroxypropyltrimonium Chloride, Potassium Sorbate\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eadds lift \u0026amp; body to soft, flat hair\u003c\/li\u003e\n\u003cli\u003emedium hold, natural movement\u003c\/li\u003e\n\u003cli\u003eadds softeness elasticity and shine\u003c\/li\u003e\n\u003cli\u003esoft, satin finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/90d1ac7da23d--milk-proteins-6ad698_360x163_crop_center.jpg?v=1767340027\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp data-end=\"73\" data-start=\"0\"\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003cp data-end=\"145\" data-is-last-node=\"\" data-is-only-node=\"\" data-start=\"75\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/90d1ac7da23d--quinoa-proteins-e7189a_360x163_crop_center.jpg?v=1767340059\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003carticle data-scroll-anchor=\"true\" data-testid=\"conversation-turn-24\" data-turn=\"assistant\" data-turn-id=\"request-WEB:887de2fb-b28e-45f4-9946-18eb2f03c0a0-11\" dir=\"auto\" tabindex=\"-1\"\u003e\n\u003cp data-end=\"145\" data-is-last-node=\"\" data-is-only-node=\"\" data-start=\"75\"\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/90d1ac7da23d--integrity-41-051345_360x163_crop_center.jpg?v=1767340077\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003carticle data-scroll-anchor=\"false\" data-testid=\"conversation-turn-18\" data-turn=\"assistant\" data-turn-id=\"69953d33-a2cc-4070-815c-6aed89435013\" dir=\"auto\" tabindex=\"-1\"\u003e\n\u003cp data-end=\"353\" data-start=\"198\"\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle data-scroll-anchor=\"false\" data-testid=\"conversation-turn-19\" data-turn=\"user\" data-turn-id=\"e945595b-cedb-4996-8e73-dcfeecb3a86f\" dir=\"auto\" tabindex=\"-1\"\u003e \u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/90d1ac7da23d--fruit-extracts-89be97_360x163_crop_center.jpg?v=1767340093\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ederived from apple, lemon and billberry to help rejuvenate dull hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863043238,"sku":"MLK1121642","price":19.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1121642.webp?v=1772483510"},{"product_id":"lifestyling-extra-strong-hairspray-300ml-10-1oz","title":"milk_shake lifestyling extra strong hairspray - 300ml\/10.1oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake extra strong hairspray\u003c\/strong\u003e\u003cspan\u003e is a firm hold hair spray that provides structure for long-lasting styles. Formulated with Pro Vitamin B5, seals in moisture for lasting hydration. Contains heat protection with anti-frizz and anti-static properties.  \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cstrong\u003eWhat does it do?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eCreates long-lasting styles, provides heat protection, seals in moisture and has a firm hold.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eWho is it for?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eWorks well on all textures. \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake lifestyling extra strong hairspray?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e\/\u003c\/strong\u003e hold the can 8”-10” away from dry hair and spray evenly\u003c\/p\u003e\n\u003cp\u003e\/ style hair as desired\u003c\/p\u003e\n\u003cp\u003e\/ to lock in the final look, spray on dry hair after styling and allow to air dry\u003c\/p\u003e\n\u003cp\u003e\/ if additional hold is desired, spray again after drying.  \u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAlcohol Denat., Hydrofluorocarbon 152A, Octylacrylamide \/Acrylates\/Butylaminoethyl Methacrylate, Copolymer, Aminomethyl Propanol, Phenyl Trimethicone, Aqua\/Water\/Eau, Triethyl Citrate, Parfum\/Fragrance, Propylene Glycol, Saccharin Officinarum (Sugar Cane) Extract, Panthenol, Betaine, Hexylene Glycol, Citrus Limon (Lemon) Fruit Extract, Hydrolyzed Wheat Protein, Rosmarinus Officials (Rosemary) Leaf Extract, Nasturtium Officinale Extract, Minus Sylvestris Cone Extract, Arnica Montana Flower Extract, Allium Sativum Bulb Extract, Larnium Album Flower Extract, Anthemis Nobilis Flower Extract, Headers Helix Leaf Extract, Arctium Majus Root Extract, Hydrolyzed Corn Protein, Hydrolyzed Soy Protein, Pyrex Malus (Apple) Fruit Extract, Camellia Sinensis Leaf Extract, Hexapeptide-11, Sodium Benzoate, Phenoxyethanol, Citric Acid.\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e#foreverylifestyle\u003c\/h3\u003e\n\u003cp\u003eWhether in the spotlight or in everyday life, milk_shake® lifestyling is the complete range of styling products to create an infinite array of looks.\u003c\/p\u003e\n\u003cp\u003emilk_shake® lifestyling products enhance the beauty of the hair through active ingredients and\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003enaturally-sourced\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eextracts. The active ingredients within the milk_shake® lifestyling products are carefully selected for their\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003etreatment\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eaction and\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eshaping\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecapacity, capable of giving strength to the\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ehealthy\u003c\/strong\u003e, weightless result of the style.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecreates long-lasting styles\u003c\/li\u003e\n\u003cli\u003eprovides heat protection\u003c\/li\u003e\n\u003cli\u003eseals in moisture\u003c\/li\u003e\n\u003cli\u003ehas a firm hold\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/d9713a9d2e8d--soy-proteins-1167a4_360x163_crop_center.jpg?v=1719511777\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003esoy proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eparticularly efficient on damaged, dry and dull hair, they help to repair damaged hair. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/d9713a9d2e8d--lemon-extract-e1d98f_360x163_crop_center.jpg?v=1719511799\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003elemon extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ewith a \u003cstrong\u003eprotective\u003c\/strong\u003e action that counteracts oxidation involved in the alteration of the condition of scalp and hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863141542,"sku":"MLK1122101","price":19.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1122101.webp?v=1772483083"},{"product_id":"lifestyling-glossy-wax-100ml-3-04oz","title":"milk_shake lifestyling glossy wax - 100ml\/3.04oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake glossy wax\u003c\/strong\u003e\u003cspan\u003e is a polishing wax with a light modelling effect can help provide flexible definition in a glossy finish.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake lifestyling glossy wax?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ take the necessary amount\u003c\/p\u003e\n\u003cp\u003e\/ rub it between your hands\u003c\/p\u003e\n\u003cp\u003e\/ apply it to damp or dry hair according to the desired effect\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAqua (Water), PEG-7 Glyceryl Cocoate, Ceteareth-30, Beheneth-25, Dicaprylyl Carbonate, Paraffinum Liquidum (Mineral Oil), Oleth-20, Parfum (Fragrance), Phenoxyethanol, Ethylhexylglycerin, Benzoic Acid, Hydrolyzed Milk Protein, Vaccinium Myrtillus Fruit Extract, Citrus Limon (Lemon) Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Dehydroacetic Acid, Linalool, Mica, Benzyl Salicylate, Limonene, Lactic Acid, Benzyl Alcohol, Butylene Glycol, Benzyl Benzoate, Helianthus Annuus (Sunflower) Seed Extract, Alpha-Isomethyl Ionone, Benzyl Cinnamate, Ethylhexyl Methoxycinnamate, Hydrolyzed Quinoa, Linalyl Acetate, CI 77891(Titanium Dioxide), Citrus Aurantium Peel Oil, Citral, Pinene, CI 16035 (Red 40).\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e What it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eflexible strand definition \u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eglossy, polished finish \u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eprotein-enriched formula \u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003elight hold, versatile use \u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a4bcbd05929f--milk-proteins-ed7378_360x163_crop_center.jpg?v=1767345634\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a4bcbd05929f--integrity-41-350a88_360x163_crop_center.jpg?v=1767345637\" alt=\"Ingredient Image\" width=\"358\" height=\"162\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a4bcbd05929f--quinoa-proteins-8e5297_360x163_crop_center.jpg?v=1767345635\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a4bcbd05929f--fruit-extracts-80580f_360x163_crop_center.jpg?v=1767345638\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ederived from apple, lemon and billberry to help rejuvenate dull hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863207078,"sku":"MLK1122304","price":18.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1122304.webp?v=1768944912"},{"product_id":"lifestyling-let-it-shine-200ml-6-8oz","title":"milk_shake lifestyling let it shine - 200ml\/6.8oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake lifestyling\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003elet it shine\u003c\/strong\u003e\u003cspan\u003e is a lightweight finishing spray that delivers instant, mirror-like shine while helping smooth frizz and enhance color vibrancy.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake lifestyling let it shine?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ shake well before use\u003c\/p\u003e\n\u003cp\u003e\/ spray it on your hair’s mid-lengths and ends from a distance of 8-10 inches after styling\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAqua (Water), Alcohol Denat., Butane, Propane, Propylene Glycol, Isobutane, Glycerin, Butylene Glycol, Hydrogenated Coco-Glycerides, Linum Usitatissimum (Linseed) Seed Extract, Helianthus Annuus (Sunflower) Seed Extract, Octyldecanol, Chamomilla Recutita (Matricaria) Flower Extract, Vaccinium Myrtillus Fruit Extract, Hydrolyzed Quinoa, Hydrolyzed Milk Protein, Tocopheryl Acetate, Parfum (Fragrance), Tetramethyl Acetyloctahydronaphtalenes, Linalool, Limonene, Phenoxyethanol, Alpha-Isomethyl Ionone, Ethylhexylglycerin, Tetrasodium Glutamate Diacetate.\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e What it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eperfect for a glossy finish\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eideal for sleek, polished look\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003einstant burst of shine\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ehelps smooth fly aways and control static\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/dbe7d8d7c71d--milk-proteins-f63cf4_360x163_crop_center.jpg?v=1767342975\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/dbe7d8d7c71d--quinoa-proteins-063565_360x163_crop_center.jpg?v=1767342990\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/dbe7d8d7c71d--integrity-41-ffb5d1_360x163_crop_center.jpg?v=1767343002\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863272614,"sku":"MLK1121368","price":20.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1121368.webp?v=1772483510"},{"product_id":"lifestyling-liquid-styler-200ml-6-8oz","title":"milk_shake lifestyling liquid styler - 200ml\/6.8oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003emilk_shake lifestyling liquid styler is a versatile styling fluid that defines, shapes, and adds soft, flexible hold with a lasting memory effect. Suitable for all hair types, it delivers smooth control and natural movement for effortlessly polished styles.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake liquid styler?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ take the required amount\u003c\/p\u003e\n\u003cp\u003e\/ apply to washed, towel-dried hair, then style\u003c\/p\u003e\n\u003cp\u003e\/ to refresh your curls, it can be applied to dry hair and worked with a diffuser\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAqua (Water), Alcohol Denat., Polyquaternium-10, Hydrolyzed Chestnut Extract, VP\/Dimethylaminoethylmethacrylate Copolymer, PEG-40 Hydrogenated Castor Oil, Hydrolyzed Quinoa, Polysorbate 20, Hydrolyzed Milk Protein, Panthenol, Ethylhexyl Methoxycinnamate, Citrus Limon (Lemon) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Helianthus Annuus (Sunflower) Seed Extract, Parfum (Fragrance), Phenoxyethanol, Caprylyl Glycol, Citric Acid, Butylene Glycol, Citronellol, Dimethyl Phenethyl Acetate, Hexyl Cinnamal, Limonene, Linalool.\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eversatile styling fluid\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ecreates definition and flexible hold\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003esmooth, polished finish\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eslight memory effect\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/049fa4f2de95--milk-proteins-a9cfa7_360x163_crop_center.jpg?v=1767338112\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp data-end=\"92\" data-start=\"0\"\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003cp data-end=\"196\" data-start=\"94\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/049fa4f2de95--quinoa-proteins-cba18f_360x163_crop_center.jpg?v=1767338139\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eheat protection, repairs the hair fibre and prevents dehydration without weighing the hair down\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/049fa4f2de95--integrity-41-dca107_360x163_crop_center.jpg?v=1767338192\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp data-end=\"353\" data-start=\"198\"\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003cp data-end=\"421\" data-start=\"355\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/049fa4f2de95--chestnut-extract-f125d6_360x163_crop_center.jpg?v=1767338250\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003echestnut extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp data-end=\"421\" data-start=\"355\"\u003eoffers heat protection and weightless hydration.\u003c\/p\u003e\n\u003cp data-end=\"508\" data-is-last-node=\"\" data-is-only-node=\"\" data-start=\"423\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/049fa4f2de95--fruit-extracts-f986ac_360x163_crop_center.jpg?v=1767338333\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003carticle data-scroll-anchor=\"true\" data-testid=\"conversation-turn-22\" data-turn=\"assistant\" data-turn-id=\"request-WEB:887de2fb-b28e-45f4-9946-18eb2f03c0a0-10\" dir=\"auto\" tabindex=\"-1\"\u003e\n\u003cp data-end=\"508\" data-is-last-node=\"\" data-is-only-node=\"\" data-start=\"423\"\u003ederived from apple, lemon and billberry to help rejuvenate dull hair.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863338150,"sku":"MLK1122068","price":18.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1122068.webp?v=1768945288"},{"product_id":"lifestyling-medium-hold-gel-150ml-5-1oz","title":"milk_shake lifestyling medium hold gel - 150ml\/5.1oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake lifestyling medium hold gel\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a flexible styling gel that adds definition, structure, and shine. It provides control with lasting style memory, fast-drying performance, and zero residue.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake medium hold gel?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ take the necessary amount, rub it between your hands\u003c\/p\u003e\n\u003cp\u003e\/ apply it to damp or dry hair according to the desired effect\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAqua (Water), VP\/VA Copolymer, Glycerin, Alcohol Denat., PPG-1-PEG-9 Lauryl Glycol Ether, Coceth-7, Acrylates\/C10-30 Alkyl Acrylate Crosspolymer, VP\/Dimethylaminoethylmethacrylate Copolymer, Aminomethyl Propanol, PEG-40 Hydrogenated Castor Oil, Panthenol, Citrus Limon (Lemon) Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Hydrolyzed Chestnut Extract, Hydrolyzed Quinoa, Hydrolyzed Milk Protein, Ethylhexyl Methoxycinnamate, Helianthus Annuus (Sunflower) Seed Extract, Butylene Glycol, Phenoxyethanol, Chlorphenesin, Ethylhexylglycerin, Parfum (Fragrance), Hexyl Cinnamal, Limonene, Linalool, Citrus Aurantium Peel Oil, Hexamethylindanopyran, Geranyl Acetate\u003c\/p\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ehelps create defined style with memory effect\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003edoesn’t leave any residue\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003esupports shiny \u0026amp; healthy-looking hair\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/eff1facf9a46--milk-proteins-a37653_360x163_crop_center.jpg?v=1767338708\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/eff1facf9a46--quinoa-proteins-8acf67_360x163_crop_center.jpg?v=1767338727\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/eff1facf9a46--integrity-41-31ae6b_360x163_crop_center.jpg?v=1767338750\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/eff1facf9a46--fruit-extracts-61f76f_360x163_crop_center.jpg?v=1767338765\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ederived from apple, lemon and billberry to help rejuvenate dull hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/eff1facf9a46--panthenol-b3aded_360x163_crop_center.jpg?v=1767338782\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003epanthenol\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehelps condition hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863436454,"sku":"MLK1122051","price":18.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1122051.webp?v=1768945360"},{"product_id":"lifestyling-powder-pop-5g-0-18oz","title":"milk_shake lifestyling powder pop - 5g\/0.18oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake® lifestyling\u003c\/strong\u003e\u003cspan\u003e powder pop is a weightless styling powder that lifts roots for instant volume with a matte finish. Creates body, texture, and lasting hold for fine, thin hair.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eingredients\u003cbr\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eAqua (Water), Glycerin, Silica Silylate, Lactis Serum Proteinum (Milk Protein), Phenoxyethanol\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eadds weightless volume\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ematte finish\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eenhances hair's body \u0026amp; fullness\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003efine powder doesn’t leave a residue\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/cef8388eddf8--milk-proteins-9e0bba_360x163_crop_center.jpg?v=1767337957\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp data-start=\"0\" data-end=\"92\"\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003cp data-start=\"94\" data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"160\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/cef8388eddf8--silica-c3413b_360x163_crop_center.jpg?v=1767337987\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003esilica\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehelps lift at the root and provide a matte grippy texture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863501990,"sku":"MLK1121418","price":18.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1121418.webp?v=1772483510"},{"product_id":"lifestyling-shaping-foam-200ml-6-8oz","title":"milk_shake lifestyling shaping foam - 200ml\/6.8oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake shaping foam\u003c\/strong\u003e\u003cspan\u003e is a strong hold styling mousse ideal for structured looks, to shape styles and provide maximum control during blow-drying. Helps styles last longer.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake lifestyling shaping foam?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ shake well and pump the necessary amount\u003c\/p\u003e\n\u003cp\u003e\/ apply to washed, towel-dried hair, then style\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAqua (Water), PVP, Butane, VP\/VA Copolymer, Isobutane, Propane, Lauramine Oxide, Polyquaternium-4, Propylene Glycol, Phenoxyethanol, PEG-12 Dimethicone, PPG-26-Buteth-26, Citrus Aurantium Dulcis (Orange) Peel Oil, Limonene, PEG-40 Hydrogenated Castor Oil, Ethylhexyl Methoxycinnamate, Hydrolyzed Chestnut Extract, Hydrolyzed Quinoa, Ethylhexylglycerin, Parfum (Fragrance), Hydrolyzed Milk Protein, Butylene Glycol, Hexamethylindanopyran, Linalool, Vaccinium Myrtillus Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Citrus Limon (Lemon) Fruit Extract, Citral, Helianthus Annuus (Sunflower) Seed Extract, Eugenol, Linalyl Acetate, Anethole, Citrus Limon (Lemon) Peel Oil, CI 16035 (Red 40), CI 19140 (Yellow 5), CI 42090 (Blue 1)\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003emedium-to-high hold \u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003esupports blow-drying \u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eprotein-enriched formula \u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eadds definition \u0026amp; control \u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/528e540a010b--milk-proteins-ed7378_360x163_crop_center.jpg?v=1767345419\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/528e540a010b--quinoa-proteins-8e5297_360x163_crop_center.jpg?v=1767345437\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/528e540a010b--integrity-41-350a88_360x163_crop_center.jpg?v=1767345449\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/528e540a010b--fruit-extracts-80580f_360x163_crop_center.jpg?v=1767345459\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ederived from apple, lemon and billberry to help rejuvenate dull hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/528e540a010b--castor-oil-86329a_360x163_crop_center.jpg?v=1767345467\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ecastor oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003elocks in moisture, fights frizz and helps prevent split ends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863567526,"sku":"MLK1122168","price":19.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1122168.webp?v=1772483510"},{"product_id":"lifestyling-smoothing-cream-150ml-5-1oz","title":"milk_shake lifestyling smoothing cream - 150ml\/5.1oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake lifestyling smoothing cream\u003c\/strong\u003e\u003cspan\u003e is a lightweight, silky cream that smooths hair, tames frizz, and protects strands during drying, leaving hair soft, shiny, and naturally polished with a delicate citrus, white tea, and floral fragrance.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake smoothing cream?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ apply the necessary amount to clean, towel-dried hair, massaging into the mid-lengths and ends\u003c\/p\u003e\n\u003cp\u003e\/ then style the hair as desired\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAqua (Water), Dimethicone, Polyacrylamide, C13-14 Isoparaffin, Phenoxyethanol, Dimethiconol, Parfum (Fragrance), Amodimethicone, Laureth-7, C12-15 Alkyl Benzoate, Caprylic\/Capric Triglyceride, Disodium EDTA, Ethylhexylglycerin, Ethylhexyl Methoxycinnamate, Hydrolyzed Chestnut Extract, Butylene Glycol, Tetramethyl Acetyloctahydronaphthalenes, Helianthus Annuus (Sunflower) Seed Extract, Linalool, Hydrolyzed Quinoa, Trideceth-10, Cetrimonium Chloride, Citrus Limon (Lemon) Peel Extract, Pyrus Malus (Apple) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Limonene, Citric Acid, Alpha-Isomethyl Ionone, Sodium Benzoate, Benzyl Alcohol, Potassium Sorbate, Acetic Acid.\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e What it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003esmooths \u0026amp; tames frizz \u003c\/li\u003e\n\u003cli\u003eprotects during styling\u003c\/li\u003e\n\u003cli\u003eenriched with nourishing proteins\u003c\/li\u003e\n\u003cli\u003elight, natural finish \u003c\/li\u003e\n\u003cli\u003emulti-purpose styling\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/11d1bcf9e4ba--quinoa-proteins-6495b2_360x163_crop_center.jpg?v=1767342196\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/11d1bcf9e4ba--fruit-extracts-84ab74_360x163_crop_center.jpg?v=1767342222\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ederived from apple, lemon and billberry to help rejuvenate dull hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/11d1bcf9e4ba--integrity-41-52db0f_360x163_crop_center.jpg?v=1767342247\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/11d1bcf9e4ba--chestnut-extract-b9bcaa_360x163_crop_center.jpg?v=1767342270\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003echestnut extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eoffers heat protection and weightless hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863633062,"sku":"MLK1121051","price":19.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1121051.webp?v=1772483510"},{"product_id":"lifestyling-texturizing-cream-90ml-3-0oz","title":"milk_shake lifestyling texturizing cream - 90ml\/3.0oz","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake lifestyling texturizing cream\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a lightweight styling water-cream that adds body with a medium hold. Highly workable texture for styling individual locks to the entire head. Hair is left hydrated and flexible with a matte finish.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake lifestyling texturizing cream?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ take the necessary amount\u003c\/p\u003e\n\u003cp\u003e\/ rub it between your hands\u003c\/p\u003e\n\u003cp\u003e\/ apply it to damp or dry hair according to the desired effect\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAqua (Water), Glycerin, Cetearyl Alcohol, VP\/DMAPA Acrylates Copolymer, Polyquaternium-37, PEG-20 Stearate, PEG-40 Hydrogenated Castor Oil, Hydrolyzed Quinoa, Hydrolyzed Chestnut Extract, Panthenol, Tocopheryl Acetate, Hydrolyzed Milk Protein, Ethylhexyl Methoxycinnamate, Helianthus Annuus (Sunflower) Seed Extract, Citrus Limon (Lemon) Fruit Extract, Vaccinium Myrtillus Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Parfum (Fragrance), Phenoxyethanol, Caprylyl Glycol, Lactic Acid, Butylene Glycol, Citrus Aurantium Peel Oil, Coumarin, Hexamethylindanopyran, Hexyl Cinnamal, Limonene, Linalyl Acetate, Linalool, CI 42090 (Blue 1), CI 19140 (Yellow 5)\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eadds body \u0026amp; separation\u003c\/li\u003e\n\u003cli\u003emedium hold, satin finish\u003c\/li\u003e\n\u003cli\u003eprotein-enriched formula \u003c\/li\u003e\n\u003cli\u003esupports creative styles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/e2ebb2555615--castor-oil-f0b38b_360x163_crop_center.jpg?v=1767344594\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ecastor oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003elocks in moisture, fights frizz and helps prevent split ends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/e2ebb2555615--quinoa-proteins-832cc2_360x163_crop_center.jpg?v=1767344616\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/e2ebb2555615--chestnut-extract-da0a13_360x163_crop_center.jpg?v=1767344637\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003echestnut extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eoffers heat protection and weightless hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/e2ebb2555615--integrity-41-e96839_360x163_crop_center.jpg?v=1767344651\" width=\"358\" height=\"162\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/e2ebb2555615--fruit-extracts-b8b4e8_360x163_crop_center.jpg?v=1767344658\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ederived from apple, lemon and billberry to help rejuvenate dull hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863698598,"sku":"MLK1121830","price":18.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1121830.webp?v=1768945652"},{"product_id":"lifestyling-texturizing-spritz-200ml-6-8oz","title":"milk_shake lifestyling texturizing spritz - 200ml\/6.8oz","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake lifestyling texturizing spritz\u003c\/strong\u003e\u003cspan\u003e is a lightweight bodifying spray that helps boost volume and density from root to tip. Gives styles hold and control. Perfect for create matte finish ‘beach’ looks.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eingredients\u003cbr\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eAqua (Water), Alcohol Denat., Sodium Chloride, Magnesium Sulfate, PVP, PEG-40 Hydrogenated Castor Oil, Glycerin, Phenoxyethanol, Polysorbate 20, Parfum (Fragrance), Benzyl Alcohol, Hydrolyzed Milk Protein, PEG-12 Dimethicone, Aminomethyl Propanol, Hexyl Cinnamal, Hexamethylindanopyran, Hydrolyzed Chestnut Extract, Citrus Aurantium Peel Oil, Limonene, Butylene Glycol, Helianthus Annuus (Sunflower) Seed Extract, Vaccinium Myrtillus Fruit Extract, Citrus Limon (Lemon) Fruit Extract, Ethylhexyl Methoxycinnamate, Hydrolyzed Quinoa, Pyrus Malus (Apple) Fruit Extract, Linalool, Coumarin, Linalyl Acetate.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003e\u003cstrong\u003efeel good styling for feel great days\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003ewith nourishing\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003equinoa proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e, lifestyling offers everything to\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprep\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotect\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estyle\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efinish\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e- delivering smooth styles, playful texture, lasting hold and healthy volume. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eall hair types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat it does:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eadds body \u0026amp; volume \u003c\/li\u003e\n\u003cli\u003ematte, beach-effect finish\u003c\/li\u003e\n\u003cli\u003eprotein-enriched formula\u003c\/li\u003e\n\u003cli\u003eshape control \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003ch3 class=\"product-active-ingredients__title\"\u003eActive ingredients chosen with care.\u003c\/h3\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/17e05c104ffb--milk-proteins-38dd2d_360x163_crop_center.jpg?v=1767345044\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/17e05c104ffb--castor-oil-df03e5_360x163_crop_center.jpg?v=1767345064\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ecastor oil\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003elocks in moisture, fights frizz and helps prevent split ends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/17e05c104ffb--quinoa-proteins-f74f7a_360x163_crop_center.jpg?v=1767345078\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprotect color and prevent fading, increasing the manageability and shine of the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/17e05c104ffb--chestnut-extract-54200d_360x163_crop_center.jpg?v=1767345089\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003echesnut extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eoffers heat protection and weightless hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/17e05c104ffb--integrity-41-36589a_360x163_crop_center.jpg?v=1767345097\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair’s integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/17e05c104ffb--fruit-extracts-b75e97_360x163_crop_center.jpg?v=1767345108\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003efruit extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ederived from apple, lemon and billberry to help rejuvenate dull hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109863764134,"sku":"MLK1121968","price":18.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1121968.webp?v=1772483510"},{"product_id":"moisture-more-hydrating-lotion-12ml-0-4oz-6-pack","title":"milk_shake Moisture \u0026 More Hydrating Lotion - 12ml\/0.4oz - 6 Pack","description":"\u003cp\u003e\u003cstrong\u003eWhat is milk_shake moisture\u0026amp;more lotion?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAn intense post-cleansing lotion designed for very dry hair. An enriching combination of ingredients blend together to restore moisture giving you softer, shiner, more manageable hair. our signature milk proteins and fruit extracts combine with hyaluronic acid and niacinamide to deliver intense hydration alongside antioxidant protection.\u003c\/p\u003e\n\u003cp\u003eCan be used daily, or as often as desired.\u003c\/p\u003e\n\u003cp\u003eA full spectrum hair care routine designed to restore shine, hydrated, healthy looking hair, all while protecting against environmental stressors and damage. moisture\u0026amp;more is ideal for dull and dry hair in need of a boost of moisture.\u003c\/p\u003e\n\u003cp\u003eNourishing ingredients infuse dry hair with needed moisture while the scent of fresh, fruit extracts evoke the essence of a breezy, tropical escape.\u003c\/p\u003e\n\u003ch3\u003eproduct details\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ewhat it solves?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003emoisture\u0026amp;more lotion leaves hair feeling silky and soft, with a lustrous sheen. A lightweight and potent formula infused with the scent of sun-ripened papaya and zesty citrus makes treating very dry hair a delightful experience.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe solution for:\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSpecifically formulated as an intense hydrator for dry hair, moisture\u0026amp;more lotion is the solution for dull, lackluster hair.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003ehow to use?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\/ apply on washed, towel-dried hair, to the mid-lengths and ends\u003cbr\u003e\/ leave on for 3-5 minutes then rinse and style\u003c\/p\u003e\n\u003cp\u003eIntended for weekly use.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eThe solution for very dry hair, moisture\u0026amp;more lotion uses an enriching combination of signature and highly specialized ingredients. Milk proteins, fruit extracts and integrity 41® blend with potent moisturizers hyaluronic acid and niacinamide to help deliver nourishment and softer, shiner, hydrated hair.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients list\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAlcohol Denat., Propylene Glycol, Myristyl Glycol, Aqua (Water), Cetrimonium Chloride, Parfum (Fragrance), Limonene, Glycerin, Hexamethylindanopyran, Citrus Aurantium Peel Oil, Benzyl Salicylate, Hydrolyzed Rice Protein, Lycium Barbarum Fruit Extract, Hydrolyzed Glycosaminoglycans, Carica Papaya (Papaya) Fruit Extract, Fragaria Ananassa (Strawberry) Fruit Extract, Hydrolyzed Milk Protein, Hydrolyzed Quinoa, Niacinamide, Butylene Glycol, Helianthus Annuus (Sunflower) Seed Extract, Hyaluronic Acid.\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19859378241754__product_img_with_text_sec_G7Wdnd\" class=\"shopify-section\"\u003e\n\u003csection class=\"img_with_text_sec pro-page-iwt color-scheme-1 gradient\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"inner-wrap right-side\"\u003e\n\u003cdiv class=\"text-wrap\"\u003e\n\u003ch3 class=\"section__heading h5\"\u003e\n\u003cspan\u003ekey ingredients\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003echosen with care.\u003c\/h3\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/milk-proteins-2_a0426091-b950-4039-a2a5-e934e29f2d2c.jpg?v=1764700108\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/milk-proteins-2_a0426091-b950-4039-a2a5-e934e29f2d2c.jpg?v=1764700108\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehave a conditioning and nourishing effect, giving hair strength and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fruit-extracts.jpg?v=1760625782\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fruit-extracts.jpg?v=1760625782\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003efruit extracts\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehelp promote overall hair health and leave hair vibrant and revitalized.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/integrity-41-2.jpg?v=1764697083\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/integrity-41-2.jpg?v=1764697083\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003esunflower seed antioxidant complex which helps protect against stress factors that can threaten hair's integrity, color intensity and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/hyaluronic-acid_d3d8f413-554d-48af-a16f-224b25fd7e29.jpg?v=1755116734\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/hyaluronic-acid_d3d8f413-554d-48af-a16f-224b25fd7e29.jpg?v=1755116734\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003ehyaluronic acid\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehelps retain moisture in the hair, preventing dryness and damage that can cause color to fade. its deep hydration supports hair health and keeps color-treated strands looking vibrant and glossy longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-wrap\"\u003e\n\u003cdiv class=\"icon-img\"\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/niacinamide.jpg?v=1755109868\u0026amp;width=200\" alt=\"\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/niacinamide.jpg?v=1755109868\u0026amp;width=200 200w\" width=\"200\" height=\"200\" class=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cp class=\"key-title\"\u003e\u003cstrong\u003eniacinamide\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003ehelps prevent environmental damage by providing intense antioxidant protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"shopify-section-template--19859378241754__fragrance_profile_section_aaTice\" class=\"shopify-section\"\u003e\n\u003csection class=\"img_with_text_sec product-fragrance gradient\"\u003e\n\u003cdiv class=\"fragrance-profile-wrapper\"\u003e\n\u003cdiv class=\"media-position--background\"\u003e\n\u003cdiv class=\"fragrance-profile-content\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch3 class=\"section__heading h4\"\u003e\u003cstrong\u003efragrance profile\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"inner-wrap right-side\"\u003e\n\u003cdiv class=\"text-wrap\"\u003e\n\u003cdiv class=\"icon-content\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=960\" alt=\"\" width=\"3840\" height=\"1600\" srcset=\"\/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=360 360w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=480 480w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=600 600w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=720 720w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=840 840w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=960 960w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=1280 1280w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=1440 1440w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=1800 1800w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=2160 2160w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=2880 2880w, \/\/us.milkshakehair.com\/cdn\/shop\/files\/moisture-more-fragrance-background.jpg?v=1756243754\u0026amp;width=3600 3600w\" sizes=\"(max-width: 360px) 360px,(max-width: 480px) 480px,(max-width: 600px) 600px,(max-width: 720px) 720px,(max-width: 840px) 840px,(max-width: 960px) 960px,(max-width: 1280px) 1280px,(max-width: 1440px) 1440px,(max-width: 1800px) 1800px,(max-width: 2160px) 2160px,(max-width: 2880px) 2880px,(max-width: 3600px) 3600px, 100vw\" class=\"\" style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003e\u003cstrong\u003efresh tropical fruits\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-ingredients\"\u003e\n\u003cdiv class=\"metafield-rich_text_field\"\u003e\n\u003cp\u003efresh tropical fruits evoke the essence of a breezy tropical island escape with the fresh scent of sun-ripened papaya and zesty citrus\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"shopify-section-template--19859378241754__professionals_recommend_sec_BDYQA8\" class=\"shopify-section\"\u003e\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109864026278,"sku":"MLK1103604","price":23.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1103604.webp?v=1769018031"},{"product_id":"moisture-more-serum-100ml-3-4oz","title":"milk_shake moisture\u0026more serum - 100ml\/3.4oz","description":"\u003cp\u003eUnlock smooth, shiny hair that lasts all day with this deeply moisturizing hair serum. The lightweight formula works wonders to hydrate, protect, and add a gorgeous, healthy shine without weighing hair down. Just a few drops and hair will feel softer, look shinier, and be more manageable all day long.\u003c\/p\u003e\n\u003cp\u003eThis leave-in serum seals the cuticle for a vibrant shine. It’s the perfect finishing touch to your hair care routine for a sleek, polished look, with added hair health benefits.\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003ewhat is milk_shake moisture\u0026amp;more serum?\u003c\/h4\u003e\n\u003cdiv class=\"ewa-rteLine\"\u003e\n\u003cstrong\u003eA leave-in hair serum designed for dry, dull hair.\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eAn enriching combination of ingredients blend together to seal the cuticle to give you softer, shiner, more manageable hair. Our signature\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efruit extracts\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecombine with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ehyaluronic acid\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eniacinamide\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eto deliver intense hydration alongside antioxidant protection.\u003c\/div\u003e\n\u003cdiv class=\"ewa-rteLine\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"ewa-rteLine\"\u003eCan be used throughout the day, as desired.\u003c\/p\u003e\n\u003cp class=\"ewa-rteLine\"\u003e\u003cb\u003eWhy you'll love it:\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003emoisture\u0026amp;more serum deeply moisturizes hair and immediately boosts shine. A lightweight formula that leaves hair feeling resilient and lightly fragranced with the scent of tropical fruit.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eThe solution for:\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eA leave-in product for dry hair, moisture\u0026amp;more serum is the solution for dull, lackluster hair that might have split ends.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake moisture\u0026amp;more serum?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ dispense a small amount of product onto the hands and distribute evenly on dry hair, concentrating on the mid-lengths and ends\u003c\/p\u003e\n\u003cp\u003e\/ apply as needed, even several times per day\u003c\/p\u003e\n\u003cp\u003e\/ do not rinse\u003c\/p\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch3\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ch4\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eThe solution for dry, dull hair,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emoisture\u0026amp;more serum\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003euses an enriching combination of signature and highly specialized ingredients.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eMilk proteins\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efruit extracts\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintegrity 41®\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eblend with potent moisturizers\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ehyaluronic acid\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eniacinamide\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eto help deliver nourishment and softer, shinier, hydrated hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch4\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eAqua (Water), Dimethicone, Glycerin, Dimethiconol, Phenoxyethanol, Polyacrylamide, Parfum (Fragrance), C13-14 Isoparaffin, Hydrolyzed Milk Protein, Helianthus Annuus (Sunflower) Seed Extract, Niacinamide, Sodium Hyaluronate Crosspolymer, Carica Papaya (Papaya) Fruit Extract, Mangifera Indica (Mango) Fruit Extract, Citrus Limon (Lemon) Peel Oil, Hydrolyzed Glycosaminoglycans, Sodium Hyaluronate, Hyaluronic Acid, Hydrolyzed Hyaluronic Acid, Limonene, Laureth-7, Ethylhexylglycerin, Butylene Glycol, Hexamethylindanopyran, Citrus Aurantium Peel Oil, Benzyl Salicylate, Linalool, Coumarin, Lactic Acid, Amyl Salicylate, Amyl Cinnamal, Benzyl Benzoate, Vanillin, Hexyl Cinnamal, Citronellol, Geraniol, Geranyl Acetate, Citral, Hydroxycitronellal, Propanediol, Pinene, Benzaldehyde.\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003ehello hydration. goodbye dryness.\u003c\/h3\u003e\n\u003cp\u003eA full spectrum hair care routine designed to restore shine, hydrated, healthy looking hair, all while protecting against environmental stressors and damage.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emoisture\u0026amp;more\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis ideal for dull and dry hair in need of a\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eboost of moisture\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNourishing\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eingredients infuse dry hair with needed moisture while the scent of fresh, fruit extracts evoke the essence of a breezy, tropical escape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109864091814,"sku":"MLK1104034","price":18.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1104034.webp?v=1769018456"},{"product_id":"volumizing-styling-spray-175ml-5-9oz","title":"milk_shake volumizing styling spray - 175ml\/5.9oz","description":"\u003ch4\u003e\u003cstrong\u003eWhat is milk_shake volumizing styling spray?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake volumizing styling spray\u003c\/strong\u003e\u003cspan\u003e is a styling lotion for all hair types. Gives structure along with a healthy and vibrant shine. Creates volume with precious sugar derivatives that support without weighing the hair down. Guarantees long-lasting style that is flexible and light.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"product-description\"\u003e\u003cstrong\u003e\u003cspan class=\"s1\"\u003emilk_shake®\u003c\/span\u003e\u003cspan class=\"s2\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003evolume solution\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis a range developed to meet the demands of: normal hair that tends to lose volume and fine hair that tends to be flat and lose vitality. The value set has 3 actions for voluminous hair: cleanse, condition and strengthen.\u003c\/p\u003e\n\u003cp class=\"product-description\"\u003e\u003cspan\u003eThe \u003c\/span\u003e\u003cstrong\u003e\u003cspan class=\"s1\"\u003emilk_shake®\u003c\/span\u003e\u003cspan class=\"s2\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003evolume solution\u003c\/strong\u003e\u003cspan\u003e formulas have been developed to enhance the beauty of the hair through active ingredients and naturally-sourced ingredients. Nature becomes a precious source of beauty to obtain light, voluminous and shiny hair. From the first application the hair has astounding volume and body. The paraben and SLES free \u003c\/span\u003e\u003cstrong\u003eshampoo\u003c\/strong\u003e\u003cspan\u003e is developed to give volume and body without weighing hair down. Cleanses gently with a specific formula containing precious sugar derivatives that transform hair and increase body. The paraben free \u003c\/span\u003e\u003cstrong\u003econditioner\u003c\/strong\u003e\u003cspan\u003e provides softness and body without weighing hair down. The \u003cstrong\u003evolumizing and styling spray\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e guarantees long-lasting style that is flexible and light.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eThis styling spray gives\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003estructure\u003c\/strong\u003e, giving hair a healthy and vibrant shine. Creates\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003evolume\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ewith precious sugar derivatives that give support without weighing the hair down. Guarantees long-lasting style that is flexible and light.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake® volumizing styling spray\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eis ideal for anyone with fine hair that is flat, at times frizzy, and has a tendency for static electricity.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake volumizing styling spray?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ spray onto roots and lengths\u003c\/p\u003e\n\u003cp\u003e\/ proceed with the desired style\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe milk_shake® volume solution formulas have been developed to enhance the beauty of the hair through active ingredients and naturally-sourced ingredients. Nature becomes a precious source of beauty to obtain light, voluminous and shiny hair.\u003c\/p\u003e\n\u003cp\u003emilk_shake® volume solution range is enriched with SUGAR CANE DERIVATIVES, MILK PROTEINS and ORGANIC FRUIT EXTRACTS that have a calming, volumizing and strengthening action for an efficient and long-lasting volume and body.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Alcohol Denat., VP\/VA Copolymer, Panthenol, Glycerin, Lactitol, Xylitol, Hydrolyzed Rice Protein, Citrus Limon (Lemon) Peel Extract, Lactis Serum Proteinum (Whey Protein), Saccharum Officinarum (Sugar Cane) Extract, Helianthus Annuus (Sunflower) Seed Extract, Hydrolyzed Quinoa, Lycium Barbarum Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Cetrimonium Chloride, Benzophenone-4, Polysorbate 20, PEG-40 Hydrogenated Castor Oil, PEG-8 Dimethicone, Aminomethyl Propanol, AMP-Acrylates\/Allyl Methacrylate Copolymer, Butylene Glycol, Citric Acid, Benzyl Alcohol, Benzyl Benzoate, Benzyl Cinnamate, Benzyl Salicylate, Citral, Linalool, Limonene, Parfum (Fragrance), Sodium Benzoate, Potassium Sorbate, Phenoxyethanol.\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003eefficient long-lasting volumizing action\u003c\/h3\u003e\n\u003cp\u003emilk_shake® has created a product range for impeccable results; solutions developed to reveal the natural beauty of all hair types, and give hair volume. At the heart of the range is the search for natural, simple wellbeing that respects the scalp and hair, guaranteeing formidable results, aimed at creating excellence.\u003c\/p\u003e\n\u003cp\u003eThe milk_shake® volume solution formulas have been developed to enhance the beauty of the hair through active ingredients and naturally-sourced ingredients. Nature becomes a precious source of beauty to obtain light, voluminous and shiny hair. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eideal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003enormal hair that tends to lose volume\u003c\/li\u003e\n\u003cli\u003efine hair that tends to be flat and lose vitality.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003euse volume solution to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecleanse with a gentle and deep action\u003c\/li\u003e\n\u003cli\u003econdition without weighing the hair down\u003c\/li\u003e\n\u003cli\u003egive volume to roots and lengths\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg height=\"163\" width=\"360\" alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/e778370baa65--sugar-cane-derivatives-c282e9_360x163_crop_center.jpg?v=1667465085\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003esugar cane derivatives\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eCalming and hydrating action on the scalp. It restores the scalp’s ecosystem and the healthy growth of microflora, creating the perfect base for light and voluminous hair. The precious properties of these derivatives make hair appear fuller and shinier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/e778370baa65--milk-proteins-93e93a_360x163_crop_center.jpg?v=1667465102\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003egive strength and resistance to the hair fibre\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg height=\"163\" width=\"360\" alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/e778370baa65--integrity-41-2ab286_360x163_crop_center.jpg?v=1667465129\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ea registered complex that has a protective action for hair color, preventing color-fading, increasing manageability and shine\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg height=\"163\" width=\"360\" alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/e778370baa65--quinoa-proteins-2eb0de_360x163_crop_center.jpg?v=1667465151\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003equinoa proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a protective action for hair color and prevent color-fading. The result is manageable hair and unprecedented shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"Default Title","offer_id":56109864714406,"sku":"MLK1062059","price":18.75,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1062059.webp?v=1769019007"},{"product_id":"milk_shake-silver-shine-shampoo","title":"milk_shake silver shine shampoo","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eKeep your blonde locks healthy and vibrant with \u003c\/span\u003e\u003cstrong\u003emilk_shake silver shine shampoo\u003c\/strong\u003e\u003cspan\u003e. Frequent washing and environmental pollution can highlight unwanted yellow tones, taking away hair’s natural beauty. \u003c\/span\u003e\u003cstrong\u003emilk_shake silver shine shampoo\u003c\/strong\u003e\u003cspan\u003e is key for healthy-looking shiny blonde, bright grey or white hair. milk_shake silver shine products combine the restructuring benefits of milk protein, vitamin-rich blueberries and violet pigment to brighten and neutralize unwanted yellow tones in blonde or grey hair.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cstrong\u003eWhat is milk_shake silver shine shampoo?\u003c\/strong\u003e\u003c\/h4\u003e\nIt is a delicate hair cleanser containing a specific purple pigment capable of counteracting unwanted yellow tones in natural or lightened blonde, grey or white hair.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake silver shine shampoo\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis enriched with organic mixed berry extracts and milk proteins for shiny, soft and healthy hair. 100% SLES-free.\n\u003cp class=\"p1\"\u003eThe fragrance in the\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003esilver shine\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003erange is a gorgeous gourmand experience: the head notes of\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eblueberry\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eblackberry\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eraspberry\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eblend with floral heart notes. The base notes are made of sweet musky tones that leave a delicate fragrance on the hair.\u003c\/p\u003e\nFor\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eintense cool\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eblonde results, combine shampoo with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003esilver shine conditioner\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u0026amp;\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003esilver shine whipped cream\u003c\/strong\u003e\u003cstrong\u003e.\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eFor\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecool\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eblonde results, combine shampoo with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eshine conditioner.\u003c\/strong\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eCounteracts yellow tones in natural or lightened blond hair.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eAnyone with blonde (natural or high lightened), grey or white hair looking to remove unwanted yellow or warm tones. Blond hair requires particular care to maintain its luster and shine, especially if it’s been highlighted or lightened. Over time, repeated washing, technical treatments, external aggressors and brushing can deprive blond hair of its natural beauty. At the same time, white or grey hair can have unwanted brassy or yellow tones. In that case, yellow and golden hues create the perception of unkempt hair, aging hair, or in the case of hair lightening, a bad technical service. Therefore, it’s a good practice to use a specific treatment that neutralizes excessive yellow or brassy tones on blonde, lightened or grey hair in order to create neutral and radiant tones, pastel colored lightening, and radiant whites at home.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake Silver Shine Shampoo?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ distribute evenly over damp hair, lather and rinse, repeat if necessary\u003c\/p\u003e\n\u003cp\u003e\/ for more intense results, leave in for a few minutes, rinse, apply milk_shake silver shine conditioner, leave on for 2-5 mins, then rinse well\u003c\/p\u003e\n\u003cp\u003e\/ apply milk_shake silver shine whipped cream, proceed with styling\u003c\/p\u003e\n\u003ch3\u003eingredients\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe active ingredients within milk_shake® silver shine shampoo are carefully selected for their revitalizing and neutralizing properties capable of counteracting unwanted yellow or warm tones.\u003c\/p\u003e\n\u003cp\u003eThe combination of organic berry extracts and milk proteins helps to strengthen, condition and enhance the shine in hair, giving splendor, whilst the exclusive ingredient Integrity 41® improves color stability over time.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Ammonium Lauryl Sulfate, Cocamidopropyl Betaine, Disodium Laureth Sulfosuccinate, Glycerin, Sodium Chloride, Acid Violet 43, Glycol Distearate, Laureth-4, Guar Hydroxypropyltrimonium Chloride, Rubus Fruticosus (Blackberry) Fruit Extract, Rubus Idaeus (Raspberry) Leaf Extract, Vaccinium Myrtillus Fruit Extract, Fragaria Ananassa (Strawberry) Fruit Extract, Sodium Benzoate, Potassium Sorbate, PEG-5 Cocomonium Methosulfate, Sodium Glutamate, Hydrolyzed Milk Protein, Hydroxypropyltrimonium Hydrolyzed Casein, Sodium Cocoyl Glutamate, Hydroxypropyl Guar Hydroxypropyltrimonium Chloride, Citric Acid, Methylchloroisothiazolinone, Methylisothiazolinone,  Parfum (Fragrance), Benzyl Alcohol, Benzyl Benzoate, Benzyl Salicylate, Limonene, Linalool.\u003c\/p\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003esecret to beautiful blond hair\u003c\/h3\u003e\n\u003cp\u003eSilver shine is the range developed to neutralize the typical golden and yellow hues that can be present in blond, lightened or grey hair. \u003c\/p\u003e\n\u003cp\u003eThe active ingredients within milk_shake® silver shine shampoo are carefully selected for their\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003erevitalizing and neutralizing properties\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecapable of counteracting unwanted yellow or warm tones.\u003c\/p\u003e\n\u003cp\u003eThe combination of\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eorganic berry extracts\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehelps to strengthen, condition and enhance the shine in hair, giving splendor, whilst the exclusive ingredient\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eIntegrity 41®\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eimproves color stability over time.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eUse silver shine to:\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eenhance natural tones in blond, lightened or grey hair, neutralizing yellow tones\u003c\/li\u003e\n\u003cli\u003egive softness, manageability and shine, revitalizing the hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a4534688da38--violet-pigments-72806e_360x163_crop_center.jpeg?v=1667291984\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eviolet pigments\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehelps neutralize unwanted yellow or warm tones\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a4534688da38--organic-berry-extracts-e5e09a_360x163_crop_center.jpeg?v=1667292018\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eorganic berry extracts\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehave a toning and nourishing cosmetic action, while conditioning the scalp and hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a4534688da38--integrity-41-8933e8_360x163_crop_center.jpg?v=1667292048\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed extract, rich in antioxidant polyphenols protects from free radicals and aggressors that can damage hair helps to improve color stability over time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/a4534688da38--milk-proteins-2-84906e_360x163_crop_center.jpg?v=1667292087\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cul\u003e\n\u003cli\u003estrong supplementing and protective action for the hair’s structure\u003c\/li\u003e\n\u003cli\u003egive strength and resistance to hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"300ml\/10.1 fl.oz.","offer_id":56117897953446,"sku":"MLK1070101","price":18.0,"currency_code":"CAD","in_stock":true},{"title":"1000ml\/33.8 fl.oz.","offer_id":56117897986214,"sku":"MLK1070338","price":39.5,"currency_code":"CAD","in_stock":true},{"title":"50ml\/1.7oz","offer_id":56117898018982,"sku":"MLK1070017","price":5.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1070101_milk_shakesilvershineshampoo300ml.webp?v=1772485599"},{"product_id":"milk_shake-silver-shine-conditioner","title":"milk_shake silver shine conditioner","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eFormulated with a specific pigment that neutralizes unwanted yellow, golden or brassy tones that are common in white, grey, blond or lightened hair. \u003c\/span\u003e\u003cstrong\u003emilk_shake silver shine conditioner\u003c\/strong\u003e\u003cspan\u003e leaves hair conditioned, soft and full of vitality. Contains milk proteins, organic fruit extracts and \u003c\/span\u003e\u003cstrong\u003eIntegrity 41\u003c\/strong\u003e\u003cspan class=\"s1\"\u003e\u003cstrong\u003e®\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003eto condition while maintaining the hair’s moisture balance and protecting hair color.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cstrong\u003eWhat is milk_shake silver shine conditioner?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp class=\"p1\"\u003eA delicate hair and scalp conditioner containing specific violet pigments, organic mixed berry extracts and milk proteins for shiny and healthy hair.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake silver shine conditioner\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis formulated with a specific pigment that neutralizes unwanted yellow, golden or brassy tones that are common in white, grey, blond or lightened hair. Leaves hair conditioned, soft and full of vitality. Contains milk proteins, organic fruit extracts and\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eIntegrity 41\u003c\/strong\u003e\u003cspan class=\"s1\"\u003e\u003cstrong\u003e®\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eto condition while maintaining the hair’s moisture balance and protecting hair color. Paraben free.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003eThe fragrance in the\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"s1\"\u003esilver shine\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003erange is a gorgeous gourmand experience: the head notes of\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eblueberry\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eblackberry\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eraspberry\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eblend with floral heart notes. The base notes are made of sweet musky tones that leave a delicate fragrance on the hair.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan\u003eFor \u003c\/span\u003e\u003cstrong\u003eintense cool\u003c\/strong\u003e\u003cspan\u003e blonde results, combine shampoo with \u003c\/span\u003e\u003cstrong\u003esilver shine conditioner\u003c\/strong\u003e\u003cspan\u003e \u0026amp; \u003c\/span\u003e\u003cstrong\u003esilver shine whipped cream\u003c\/strong\u003e\u003cstrong\u003e.\u003c\/strong\u003e\u003cspan\u003e For \u003c\/span\u003e\u003cstrong\u003ecool\u003c\/strong\u003e\u003cspan\u003e blonde results, combine shampoo with \u003c\/span\u003e\u003cstrong\u003eshine conditioner.\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eCounteracts yellow tones in natural or lightened blond hair.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eAnyone with blonde (natural or high lightened), grey or white hair looking to remove unwanted yellow or warm tones. Blond hair requires particular care to maintain its luster and shine, especially if it’s been highlighted or lightened. Over time, repeated washing, technical treatments, external aggressors and brushing can deprive blond hair of its natural beauty. At the same time, white or grey hair can have unwanted brassy or yellow tones. In that case, yellow and golden hues create the perception of unkempt hair, aging hair, or in the case of hair lightening, a bad technical service. Therefore, it’s a good practice to use a specific treatment that neutralizes excessive yellow or brassy tones on blonde, lightened or grey hair in order to create neutral and radiant tones, pastel colored lightening, and radiant whites at home.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow do you use milk_shake Silver Shine Conditioner?\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\/ apply after cleansing to clean, damp hair\u003c\/p\u003e\n\u003cp\u003e\/ leave on for 2-5  minutes\u003c\/p\u003e\n\u003cp\u003e\/ rinse thoroughly\u003c\/p\u003e\n\u003ch3 class=\"tabs\" role=\"tablist\" aria-label=\"Product tabs\"\u003eingredients\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cdiv id=\"product-panel-ingredients\" class=\"tab-content\" role=\"tabpanel\" aria-labelledby=\"product-tab-ingredients\" tabindex=\"0\"\u003e\n\u003cdiv class=\"rte product-ingredients-wrapper\"\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003cp\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe active ingredients within milk_shake® silver shine conditioner are carefully selected for their\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003erevitalizing and neutralizing properties\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecapable of counteracting unwanted yellow or warm tones.\u003c\/p\u003e\n\u003cp\u003eThe combination of\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eorganic berry extracts\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehelps to strengthen, condition and enhance the shine in hair, giving splendor, whilst the exclusive ingredient\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eIntegrity 41®\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eimproves color stability over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003cp\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAqua (Water), Myristyl Alcohol, Cetrimonium Chloride, Propylheptyl Caprylate, Behentrimonium Chloride, Hydrogenated Castor Oil\/Sebacic Acid Copolymer, Polyglyceryl-3 PCA, Dimethicone, Ethylhexyl Cocoate, Cetearyl Alcohol, Cocos Nucifera (Coconut) Oil, Helianthus Annuus (Sunflower) Seed Extract, Hydrolyzed Milk Protein, Rubus Fruticosus (Blackberry) Fruit Extract, Rubus Idaeus (Raspberry) Leaf Extract, Vaccinium Myrtillus Fruit Extract, Fragaria Ananassa (Strawberry) Fruit Extract, Lactic Acid, Diazolidinyl Urea, Sodium Benzoate, Potassium Sorbate, Acid Violet 43, Parfum (Fragrance), Citric Acid, Butylene Glycol, Benzyl Alcohol, Benzyl Benzoate, Benzyl Salicylate, Limonene, Linalool.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003esecret to beautiful blonde hair\u003c\/h3\u003e\n\u003cp\u003eSilver shine is the range developed to neutralize the typical golden and yellow hues that can be present in blond, lightened or grey hair. \u003c\/p\u003e\n\u003cp\u003eThe active ingredients within milk_shake® silver shine conditioner are carefully selected for their\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003erevitalizing and neutralizing properties\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecapable of counteracting unwanted yellow or warm tones.\u003c\/p\u003e\n\u003cp\u003eThe combination of\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eorganic berry extracts\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehelps to strengthen, condition and enhance the shine in hair, giving splendor, whilst the exclusive ingredient\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eIntegrity 41®\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eimproves color stability over time.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eUse silver shine to:\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eenhance natural tones in blond, lightened or grey hair, neutralizing yellow tones\u003c\/li\u003e\n\u003cli\u003egive softness, manageability and shine, revitalizing the hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"250ml \/ 8.5 fl.oz.","offer_id":56117916795046,"sku":"MLK1072085","price":19.5,"currency_code":"CAD","in_stock":true},{"title":"1000ml \/ 33.8 fl.oz.","offer_id":56117916827814,"sku":"MLK1072338","price":46.0,"currency_code":"CAD","in_stock":true},{"title":"50ml \/ 1.7oz","offer_id":56117916860582,"sku":"MLK1072017","price":5.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK1072085_milk_shakesilvershineconditioner250ml.webp?v=1772485599"},{"product_id":"milk_shake-color-maintainer-shampoo","title":"milk_shake colour maintainer shampoo","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eKeep your hair vibrant and healthy by using \u003c\/span\u003e\u003cstrong\u003emilk_shake color maintainer shampoo\u003c\/strong\u003e\u003cspan\u003e. This shampoo has been specially designed to hydrate hair and protect against color fade. Contains natural milk protein that conditions and repairs within hair's cortex and cuticles, making it manageable, soft and vibrant. Integrity 41® ingredients maintain hair color for longer. \u003c\/span\u003e\u003cstrong\u003emilk_shake color maintainer shampoo\u003c\/strong\u003e\u003cspan\u003e is perfect for everyday use, resulting in smoother, softer hair that is easier to control. For best results, combine with milk_shake color maintainer conditioner.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cstrong\u003ewhat is milk_shake color maintainer shampoo - sulfate free?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ehydrating \u0026amp; protective shampoo for color-treated hair\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake color maintainer shampoo\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis ideal for maintaining the beauty and vitality of colored hair. It contains milk protein that deeply reconstructs hair, and special conditioning and hydrating agents that sooth and condition both scalp and hair. z.one concept's exclusive ingredient, Integrity 41, improves and extends hair color life. This shampoo has a pleasant fragrance of sweet milk, and leaves hair shiny, vital and conditioned. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eColor maintainer shampoo gently cleanses the scalp and hair while maintaining the beauty and the vitality of\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecolor-treated\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair. It is ideal to protect and improve color stability for healthier and shinier results.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eMilk proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eoffer deep hair reconstruction while our exclusive ingredient\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eIntegrity 41®\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eimproves color stability.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake® color care\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eproducts are for anyone wanting to preserve, protect and hydrate their color, both artificial and\/or natural.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake color maintainer shampoo?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ apply on damp hair, lather and rinse\u003c\/p\u003e\n\u003cp\u003e\/ repeat if necessary\u003c\/p\u003e\n\u003cp\u003e\/ follow with the most suitable milk_shake conditioner or treatment.\u003c\/p\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch3\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ch4\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eThe active ingredients within milk_shake® color maintainer shampoo are carefully selected for their\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotective and hydrating properties\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ecapable of improving color stability and leaving hair soft \u0026amp; shiny. milk_shake® color maintainer shampoo is enriched with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eMILK PROTEINS,  HYDROLYZED WHEAT PROTEINS AND INTEGRITY 41®\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003ethat are restructuring, reparative, conditioning and prevent color from fading. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch4\u003e\u003cstrong\u003eingredients (sulfate free)\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eAqua (Water), Sodium C14-16 Olefin Sulfonate, Coco-Betaine, Sodium Chloride, Cocamidopropyl Betaine, Sodium Methyl Cocoyl Taurate, Sodium Cocoyl Isethionate, Glycol Distearate, Glycerin, Guar Hydroxypropyltrimonium Chloride, Laureth-4, Tocopheryl Acetate, Hydrolyzed Milk Protein, Hydrolyzed Wheat Protein, Helianthus Annuus (Sunflower) Seed Extract, Parfum (Fragrance), Butylene Glycol, Citric Acid, Methylchloroisothiazolinone, Methylisothiazolinone, Magnesium Nitrate, Magnesium Chloride, Phenoxyethanol, Glycine, Sodium Lactate, Sodium Citrate, Sodium Benzoate.\u003c\/p\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003eultimate color protection\u003c\/h3\u003e\n\u003cp\u003emilk_shake® color maintainer products are the ultimate hair care product to protect color-treat hair and improve color stability. This shampoo gently cleanses the scalp and hair while maintaining the beauty and the vitality of color-treated hair.\u003c\/p\u003e\n\u003cp\u003eThe active ingredients within milk_shake® color maintainer shampoo are carefully selected for their \u003cstrong\u003eprotective and hydrating properties\u003c\/strong\u003e capable of improving color stability and leaving hair soft \u0026amp; shiny.\u003c\/p\u003e\n\u003cp\u003emilk_shake® color maintainer shampoo is enriched with \u003cstrong\u003eMILK PROTEINS,  HYDROLYZED WHEAT PROTEINS AND INTEGRITY 41® \u003c\/strong\u003ethat are restructuring, reparative, conditioning and prevent color from fading.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUse if your hair is:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecolor-treated\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/fd134fda4cc5--milk-proteins-2-9a9c02_360x163_crop_center.jpg?v=1667303401\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esupplement the keratin component of the hair with a restorative, restructuring, strengthening, protective and conditioning action. The hair gains nourishment, strength, shine, smoothness and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/fd134fda4cc5--integrity-41-baabd8_360x163_crop_center.jpg?v=1667303419\" alt=\"Ingredient Image\" width=\"360\" height=\"163\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eprevents and repairs damage caused by external aggressors, UV rays and frequent washing. It guarantees radiance and vibrant hair color for longer..\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/fd134fda4cc5--vitamin-e-2-3d8134_360x163_crop_center.jpg?v=1667303436\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003evitamin E\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehelps to prevent and counteract the oxidative processes that cause color-fading and dullness in the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/fd134fda4cc5--wheat-proteins-2-e1b2f9_360x163_crop_center.jpg?v=1667303451\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ewheat proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003erestore the natural components of the keratin within the hair, which are essential for the hair’s structure, strength and resistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"300ml\/10.1 fl.oz.","offer_id":56121053380774,"sku":"MLK1010101","price":17.25,"currency_code":"CAD","in_stock":true},{"title":"1000ml\/33.8 fl.oz.","offer_id":56121053413542,"sku":"MLK1010338","price":38.0,"currency_code":"CAD","in_stock":true},{"title":"50ml\/1.7oz","offer_id":56121053446310,"sku":"MLK1010017","price":5.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK000010_milk_shakecolormaintainershampoo300ml.webp?v=1769623893"},{"product_id":"milk_shake-color-maintainer-conditioner","title":"milk_shake colour maintainer conditioner","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003emilk_shake color maintainer conditioner\u003c\/strong\u003e\u003cspan\u003e is a hydrating, protective and detangling conditioner for colored hair. Milk protein maintains the hair's moisture balance, and Integrity 41® helps to prolong hair color. Hair is left soft and radiant.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4 class=\"p2\"\u003e\u003cspan class=\"s2\"\u003e\u003cb\u003eWhat is milk_shake color maintainer conditioner?\u003c\/b\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp class=\"p2\"\u003e\u003cspan class=\"s3\"\u003e\u003cstrong\u003emilk_shake color maintainer conditioner\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eis a paraben free\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003ehydrating \u0026amp; protective conditioner for color-treated hair. It conditions the hair, maintaining its optimum moisture balance and preserving color integrity. The milk-derived protein conditions and restructures the hair cortex and cuticle. Special conditioning and hydrating agents soothe and condition scalp and hair, making hair easy to comb. z.one concept exclusive ingredient, Integrity 41, guarantees better and longer-lasting color. The conditioner has a pleasant fragrance of sweet milk and leaves hair shiny, soft and conditioned. For best results, combine with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake color maintainer shampoo\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"p2\"\u003eThis conditioner has a pleasant fragrance of\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003esweet milk\u003c\/strong\u003e, and leaves hair shiny, vital and conditioned. It is perfect for everyday use, resulting in smoother, softer hair that is easier to control.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eParaben free\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"p2\"\u003eFor best results, follow with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake deep conditioning mask.\u003c\/strong\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eIt conditions the hair, maintaining its optimum moisture balance and preserving color integrity. The milk-derived protein conditions and restructures the hair cortex and cuticle. Special conditioning and hydrating agents soothe and condition scalp and hair, making hair easy to comb. Integrity 41® helps to prolong hair color. Hair is left soft and radiant.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eFor all color-treated types looking to preserve the life of their color.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake color maintainer conditioner?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ apply by massaging on clean and damp hair\u003c\/p\u003e\n\u003cp\u003e\/ comb and leave on for 2 to 5 minutes\u003c\/p\u003e\n\u003cp\u003e\/ rinse thoroughly\u003c\/p\u003e\n\u003cp\u003e\/ proceed with desired styling.\u003c\/p\u003e\n\u003ch3 aria-label=\"Product tabs\" role=\"tablist\" class=\"tabs\"\u003eingredients\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cdiv aria-labelledby=\"product-tab-ingredients\" role=\"tabpanel\" class=\"tab-content\" id=\"product-panel-ingredients\" tabindex=\"0\"\u003e\n\u003cdiv class=\"rte product-ingredients-wrapper\"\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch4\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eThe active ingredients within\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emilk_shake® color maintainer\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eproducts are carefully selected for their\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotective and hydrating properties\u003c\/strong\u003e capable of improving color stability and leaving hair soft \u0026amp; shiny. milk_shake® color maintainer conditioner is enriched with\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eMILK PROTEINS,  HYDROLYZED WHEAT PROTEINS AND INTEGRITY 41® \u003c\/strong\u003ethat are restructuring, reparative, conditioning and prevent color from fading.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch4\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eAqua (Water), Cetearyl Alcohol, Cetrimonium Chloride, Glycerin, Behenyl Alcohol, Parfum (Fragrance),Tocophereryl Acetate, Hydrolized Milk Protein, , Butylene Glycol, Heliantus Annuus Seed Extract (Heliantus Annuus  (Sunflower) Seed Extract), Citric Acid, Magnesium Nitrate, Magnesium Chloride, Methylchloroisothiazolinone, Methylisothiazolinone. Phenoxyethanol, Glycine, Sodium Lactate, Sodium Citrate.\u003c\/p\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003eultimate color protection\u003c\/h3\u003e\n\u003cp\u003emilk_shake® color maintainer products are the ultimate hair care product to protect color-treat hair and improve color stability. This conditioner gently smoothens the hair, maintaining its optimum moisture balance and preserving color integrity.\u003c\/p\u003e\n\u003cp\u003eThe active ingredients within milk_shake® color maintainer conditioner are carefully selected for their \u003cstrong\u003eprotective and hydrating properties\u003c\/strong\u003e capable of improving color stability and leaving hair soft \u0026amp; shiny.\u003c\/p\u003e\n\u003cp\u003emilk_shake® color maintainer shampoo is enriched with \u003cstrong\u003eMILK PROTEINS,  HYDROLYZED WHEAT PROTEINS AND INTEGRITY 41® \u003c\/strong\u003ethat are restructuring, reparative, conditioning and prevent color from fading.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUse if your hair is:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecolor-treated\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg height=\"163\" width=\"360\" alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/fbe06814403e--milk-proteins-2-4a3e4f_360x163_crop_center.jpg?v=1667300311\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emilk proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003edeeply reconstruct the hair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003esunflower seed extract, rich in antioxidant polyphenols protects from free radicals and aggressors that can damage hair helps to improve color stability over time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/fbe06814403e--vitamin-e-2-8aaaf1_360x163_crop_center.jpg?v=1667300340\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003evitamin E\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ehelps to prevent and counteract the oxidative processes that cause color-fading and dullness in the hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003ewheat proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003erestore the natural components of the keratin within the hair, which are essential for the hair’s structure, strength and resistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"300ml\/10.1 fl.oz.","offer_id":56121063669926,"sku":"MLK1011101","price":17.25,"currency_code":"CAD","in_stock":true},{"title":"1000ml\/33.8 fl.oz.","offer_id":56121063702694,"sku":"MLK1011338","price":38.0,"currency_code":"CAD","in_stock":true},{"title":"50ml\/1.7oz","offer_id":56121063735462,"sku":"MLK1011017","price":5.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK000011_milk_shakecolormaintainerconditioner300ml.webp?v=1769625763"},{"product_id":"milk_shake-color-maintainer-shampoo-flower","title":"milk_shake colour maintainer shampoo flower","description":"\u003cdiv class=\"product-form__excerpt rte\"\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan data-olk-copy-source=\"MessageBody\"\u003eCOLOUR CARE COLOUR MAINTAINER SHAMPOO FLOWER\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFlower power\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis more than just a pretty scent. With powerful plant-based ingredients, this care line packs in serious nutrients.  While flower power is specially designed for color-treated hair, it benefits all hair types and textures.  \u003c\/p\u003e\n\u003cp\u003emilk_shake\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecolor maintainer shampoo flower\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eis a\u003cstrong\u003e hydrating \u0026amp;\u003c\/strong\u003e \u003cstrong\u003eprotective shampoo \u003c\/strong\u003efor\u003cstrong\u003e color-treated hair \u003c\/strong\u003ethat is suitable for vegans and ideal for maintaining the beauty and vitality of colored hair.\u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cstrong\u003ewhat is milk_shake color maintainer shampoo flower?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eIt is a\u003cstrong\u003e hydrating \u0026amp;\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eprotective shampoo\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003efor\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003ecolor-treated hair\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003ethat is suitable for vegans and ideal for maintaining the beauty and vitality of colored hair. It contains soy proteins that is particularly efficient on damaged, dry and dull hair, they help to repair damaged hair. Moringa Oleifera extract has emollient and hydrating properties for the hair and scalp, with a high vitamin and mineral content. milk_shake color maintainer shampoo flower is enriched with Integrity 41® that gives hair shine and helps to protect hair color over time. The fresh, sweet floral notes give an exquisite fragrance to the range, celebrating nature in all its beauty and simplicity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eIt cleanses color-treated hair gently, maintaining the hair’s moisture balance and protecting hair color. \u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake® color care\u003c\/strong\u003e \u003cstrong\u003eflower power\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eproducts are for anyone wanting to preserve, protect and hydrate their color, both artificial and\/or natural and looking for\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003evegan\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair care.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake color maintainer shampoo flower?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ apply on damp hair, lather and rinse\u003c\/p\u003e\n\u003cp\u003e\/ repeat if necessary\u003c\/p\u003e\n\u003cp\u003e\/ follow with the most suitable milk_shake conditioner or treatment.\u003c\/p\u003e\n\u003ch3 aria-label=\"Product tabs\" role=\"tablist\" class=\"tabs\"\u003eingredients\u003c\/h3\u003e\n\u003cdiv aria-labelledby=\"product-tab-ingredients\" role=\"tabpanel\" class=\"tab-content\" id=\"product-panel-ingredients\" tabindex=\"0\"\u003e\n\u003cdiv class=\"rte product-ingredients-wrapper\"\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch4\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003ePlant-based performance has never looked so good. \u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eFlower power’s unique blend of potent ingredients delivers incredible\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecolor stability\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ewhile restructuring hair.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eSoy proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eare particularly efficient on damaged, dry and dull hair and they help repair damaged hair while\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emoringa oleifera\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eextract has hydrating and emollient properties with a hight vitamin and mineral content. Our signature ingredient\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eIntegrity 41®\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003egives hair shine and protects the hair color.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eThe results?\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eHealthy, strong, shiny hair without using any animal-derived ingredients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch4\u003e\u003cstrong\u003eingredients \u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eAqua (Water), Sodium Myreth Sulfate, Ammonium Lauryl Sulfate, Sodium Chloride, Glycol Distearate, Disodium Cocoamphodiacetate, Laureth-4, Parfum (Fragrance), Cocamidopropyl Betaine, Tocopheryl Acetate, Guar Hydroxypropyltrimonium Chloride, Sodium Benzoate, Hydrolyzed Soy Protein, Sodium Hyaluronate Crosspolymer, Moringa Oleifera Leaf Extract, Hyaluronic Acid, Hydrolyzed Hyaluronic Acid, Helianthus Annuus (Sunflower) Seed Extract, Sodium Hyaluronate, Hexyl Cinnamal, Butylene Glycol, Benzyl Salicylate, Magnesium Nitrate, Propanediol, Citric Acid, Magnesium Chloride, Hydrolyzed Glycosaminoglycans, Glycerin, Methylchloroisothiazolinone, Methylisothiazolinone, CI 16035 (Red 40)\u003c\/p\u003e\n\u003cdiv class=\"shopify-section\" id=\"shopify-section-template--19467820663029__product\"\u003e\n\u003csection data-section-type=\"product\" data-section-id=\"template--19467820663029__product\" class=\"product\" id=\"Producttemplate--19467820663029__product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-additional-information rte aos-init aos-animate\"\u003e\n\u003ch3\u003epotent protection, powered by plants.  \u003c\/h3\u003e\n\u003cp\u003eFlower power is a complete care package that offers serious protection.  We’ve taken four fan-favorite products and given them a floral makeover. New\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003evegan formulas\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003enew scent\u003c\/strong\u003e, same\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eto-die-for performance\u003c\/strong\u003e.  \u003c\/p\u003e\n\u003cp\u003eThe\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efresh, sweet floral notes\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003egive an exquisite fragrance to the range, celebrating nature in all its beauty and simplicity.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecolor-treated hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/8913d5893e2b--soy-proteins-5ef357_360x163_crop_center.jpg?v=1686736419\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003esoy proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eparticularly efficient on damaged, dry and dull hair, they help to repair damaged hair. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/8913d5893e2b--moringa-extract-knowledge-b26156_360x163_crop_center.jpg?v=1686736462\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emoringa oleifera extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ea superfood with emollient and hydrating properties for the hair and scalp, with a high vitamin and mineral content. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-aos-delay=\"100\" data-aos-duration=\"1500\" data-aos=\"fade-up\" class=\"product-active-ingredients__item aos-init aos-animate\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg alt=\"Ingredient Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/8913d5893e2b--integrity-41-pink-fedd41_360x163_crop_center.jpg?v=1686736494\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003egives hair shine and helps to protect hair color over time. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"300ml \/ 10.1 fl oz","offer_id":56121078251686,"sku":"MLK1022101","price":17.25,"currency_code":"CAD","in_stock":true},{"title":"1000ml \/ 33.8 fl oz","offer_id":56121078284454,"sku":"MLK1022338","price":38.0,"currency_code":"CAD","in_stock":true},{"title":"50ml \/ 1.7oz","offer_id":56121078317222,"sku":"MLK1022017","price":5.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/MLK000014_milk_shakecolormaintainershampooflower300ml.webp?v=1769626165"},{"product_id":"milk_shake-color-maintainer-conditioner-flower","title":"milk_shake colour maintainer conditioner flower","description":"\u003cp\u003e\u003cstrong\u003e\u003cspan data-olk-copy-source=\"MessageBody\"\u003eCOLOUR CARE COLOUR MAINTAINER CONDITIONER FLOWER\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFlower power\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis more than just a pretty scent. With powerful plant-based ingredients, this care line packs in serious nutrients.  While flower power is specially designed for color-treated hair, it benefits all hair types and textures.  \u003c\/p\u003e\n\u003cp\u003emilk_shake\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecolor maintainer conditioner flower\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eis a\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003econditioning cream\u003c\/strong\u003e\u003cstrong\u003e \u003c\/strong\u003efor\u003cstrong\u003e color-treated hair \u003c\/strong\u003ethat is suitable for vegans and ideal for maintaining the beauty and vitality of colored hair. It is formulated to maintain the hair’s optimal moisture balance and protect color radiance. \u003c\/p\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cstrong\u003ewhat is milk_shake color maintainer conditioner flower?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eIt is a\u003cstrong\u003e conditioning cream\u003c\/strong\u003e\u003cstrong\u003e \u003c\/strong\u003efor\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003ecolor-treated hair\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003ethat is suitable for vegans and ideal for maintaining the beauty and vitality of colored hair. It is formulated to maintain the hair’s optimal moisture balance and protect color radiance. It contains soy proteins that is particularly efficient on damaged, dry and dull hair, they help to repair damaged hair. Moringa Oleifera extract has emollient and hydrating properties for the hair and scalp, with a high vitamin and mineral content. milk_shake color maintainer conditioner flower is enriched with Integrity 41® that gives hair shine and helps to protect hair color over time. The fresh, sweet floral notes give an exquisite fragrance to the range, celebrating nature in all its beauty and simplicity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch4\u003e\u003cb\u003eWhat does it do?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003eMaintains hair's optimal moisture balance and protects color radiance.\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eWho is it for?\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003emilk_shake® color care\u003c\/strong\u003e \u003cstrong\u003eflower power\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eproducts are for anyone wanting to preserve, protect and hydrate their color, both artificial and\/or natural and looking for\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003evegan\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ehair care.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eHow do you use milk_shake color maintainer conditioner flower?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\/ apply by massaging through clean, damp hair\u003c\/p\u003e\n\u003cp\u003e\/ comb through and leave on for 2-5 minutes\u003c\/p\u003e\n\u003cp\u003e\/ rinse well\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eingredients\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch4\u003e\u003cstrong\u003efeatured ingredients\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003ePlant-based performance has never looked so good. \u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eFlower power’s unique blend of potent ingredients delivers incredible\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ecolor stability\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ewhile restructuring hair.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eSoy proteins\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eare particularly efficient on damaged, dry and dull hair and they help repair damaged hair while\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003emoringa oleifera\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eextract has hydrating and emollient properties with a hight vitamin and mineral content. Our signature ingredient\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eIntegrity 41®\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003egives hair shine and protects the hair color.\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eThe results?\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eHealthy, strong, shiny hair without using any animal-derived ingredients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-ingredients\"\u003e\n\u003ch4\u003e\u003cstrong\u003eingredients \u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eAqua (Water), Cetearyl Alcohol, Cetrimonium Chloride, Amodimethicone, Parfum (Fragrance), C11-15 Pareth-5, C11-15 Pareth-9, Triethylene Glycol, Butylene Glycol, Benzyl Alcohol, Propylene Glycol, Phenoxyethanol, Helianthus Annuus (Sunflower) Seed Extract, Decylene Glycol, Caprylyl Glycol, Acetic Acid, Hexyl Cinnamal, Trideceth-10, Sodium Hydroxide, Methylchloroisothiazolinone, Methylisothiazolinone, Magnesium Chloride, Magnesium Nitrate, Glycerin, CI 14700 (FD\u0026amp;C RED 4), PVP, Hydrolyzed Soy Protein, Ethylhexylglycerin, Moringa Pterygosperma Seed Extract, Disodium Phosphate, Citric Acid, Sorbic Acid.\u003c\/p\u003e\n\u003cdiv id=\"shopify-section-template--19467820663029__product\" class=\"shopify-section\"\u003e\n\u003csection id=\"Producttemplate--19467820663029__product\" class=\"product\" data-section-id=\"template--19467820663029__product\" data-section-type=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-information\"\u003e\n\u003cdiv class=\"product-additional-information rte aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\"\u003e\n\u003ch3\u003epotent protection, powered by plants.  \u003c\/h3\u003e\n\u003cp\u003eFlower power is a complete care package that offers serious protection.  We’ve taken four fan-favorite products and given them a floral makeover. New\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003evegan formulas\u003c\/strong\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003enew scent\u003c\/strong\u003e, same\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eto-die-for performance\u003c\/strong\u003e.  \u003c\/p\u003e\n\u003cp\u003eThe\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003efresh, sweet floral notes\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003egive an exquisite fragrance to the range, celebrating nature in all its beauty and simplicity.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ecolor-treated hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients\"\u003e\n\u003cp class=\"product-active-ingredients__title\"\u003e\u003cstrong\u003eActive ingredients chosen with care.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"product-active-ingredients__list\"\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/157e6517014a--soy-proteins-5ef357_360x163_crop_center.jpg?v=1686737263\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003esoy proteins\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003eparticularly efficient on damaged, dry and dull hair, they help to repair damaged hair. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/157e6517014a--moringa-extract-knowledge-b26156_360x163_crop_center.jpg?v=1686737264\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003emoringa oleifera extract\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003ea superfood with emollient and hydrating properties for the hair and scalp, with a high vitamin and mineral content. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\" data-aos-delay=\"100\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image-wrapper\"\u003e\n\u003cdiv class=\"product-active-ingredients__item-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0627\/9718\/5269\/t\/5\/assets\/157e6517014a--integrity-41-pink-fedd41_360x163_crop_center.jpg?v=1686737265\" alt=\"Ingredient Image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-active-ingredients__item-inner\"\u003e\n\u003ch4 class=\"product-active-ingredients__item-title\"\u003eintegrity 41®\u003c\/h4\u003e\n\u003cdiv class=\"product-active-ingredients__item-description\"\u003e\n\u003cp\u003egives hair shine and helps to protect hair color over time. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BEAUTYNOVA","offers":[{"title":"300ml \/ 10.1 fl.oz.","offer_id":56121090605222,"sku":"MLK1023101","price":17.25,"currency_code":"CAD","in_stock":true},{"title":"1000ml \/ 33.8 fl.oz.","offer_id":56121090637990,"sku":"MLK1023338","price":38.0,"currency_code":"CAD","in_stock":true},{"title":"50ml \/ 1.7oz","offer_id":56121090670758,"sku":"MLK1023017","price":5.75,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/files\/milk_shakecolormaintainerconditionerflower300ml_1c0bd77b-fa6e-41c8-a08f-b618c50b9f8c.webp?v=1769113480"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0442\/3516\/1766\/collections\/MILK_SHAKE_LOGO_762edfc5-6082-45d5-914c-c548ad16022b.webp?v=1770679626","url":"https:\/\/internationalbeauty.ca\/collections\/milkshake.oembed?page=2","provider":"International Beauty","version":"1.0","type":"link"}