{"product_id":"deep-moisture-hand-foot-masks","title":"Deep Moisture Hand Foot Masks","description":"\u003cstyle\u003e\n  .hand-foot-mask-listing {\n    --paper: #fffdf9;\n    --cream: #fbf6ee;\n    --milk: #f7f0e7;\n    --blush: #f8efed;\n    --sage: #eef3ea;\n    --brown: #6d5648;\n    --brown-deep: #44352d;\n    --rose: #b97878;\n    --olive: #7f9167;\n    --gold: #c49a63;\n    --ink: #302925;\n    --body: #6f655f;\n    --muted: #988c85;\n    --line: #e9dfd7;\n    --white: #ffffff;\n\n    width: 100%;\n    max-width: 960px;\n    margin: 0 auto;\n    background: var(--paper);\n    color: var(--ink);\n    font-family: \"Avenir Next\", Avenir, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n    box-sizing: border-box;\n  }\n\n  .hand-foot-mask-listing *,\n  .hand-foot-mask-listing *::before,\n  .hand-foot-mask-listing *::after {\n    box-sizing: border-box;\n  }\n\n  .hand-foot-mask-listing h2,\n  .hand-foot-mask-listing p {\n    margin-top: 0;\n  }\n\n  .mask-section {\n    width: 100%;\n    padding: 56px 22px;\n    background: var(--paper);\n  }\n\n  .mask-section--cream {\n    background: var(--cream);\n  }\n\n  .mask-section--milk {\n    background: var(--milk);\n  }\n\n  .mask-section--blush {\n    background: var(--blush);\n  }\n\n  .mask-section--sage {\n    background: var(--sage);\n  }\n\n  .mask-inner {\n    width: 100%;\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mask-kicker {\n    margin: 0 0 12px;\n    color: var(--rose);\n    font-size: 11px;\n    font-weight: 850;\n    line-height: 1.4;\n    letter-spacing: .16em;\n    text-transform: uppercase;\n  }\n\n  .mask-title,\n  .mask-section-title {\n    margin: 0;\n    color: var(--brown-deep);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 500;\n    letter-spacing: -.035em;\n  }\n\n  .mask-title {\n    max-width: 720px;\n    font-size: clamp(42px, 7vw, 60px);\n    line-height: 1.03;\n  }\n\n  .mask-section-title {\n    max-width: 700px;\n    font-size: clamp(31px, 5.2vw, 43px);\n    line-height: 1.12;\n  }\n\n  .mask-title em,\n  .mask-section-title em {\n    color: var(--rose);\n    font-style: normal;\n  }\n\n  .mask-lead {\n    max-width: 690px;\n    margin: 20px 0 0;\n    color: var(--body);\n    font-size: 18px;\n    line-height: 1.72;\n  }\n\n  .mask-copy {\n    max-width: 690px;\n    margin: 16px 0 0;\n    color: var(--body);\n    font-size: 16px;\n    line-height: 1.74;\n  }\n\n  .mask-image {\n    display: block !important;\n    width: 100% !important;\n    min-width: 100% !important;\n    max-width: 100% !important;\n    margin-top: 30px;\n    overflow: hidden;\n    border-radius: 14px;\n    background: transparent;\n  }\n\n  .mask-image img {\n    display: block !important;\n    width: 100% !important;\n    min-width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    margin: 0 !important;\n    float: none !important;\n  }\n\n  .mask-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-top: 27px;\n  }\n\n  .mask-benefit {\n    padding: 18px 17px 19px;\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    background: rgba(255,255,255,.84);\n  }\n\n  .mask-benefit-mark {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 35px;\n    height: 35px;\n    margin-bottom: 12px;\n    border-radius: 50%;\n    background: #f1e2df;\n    color: #9a6262;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .mask-benefit strong {\n    display: block;\n    color: var(--brown-deep);\n    font-size: 14px;\n    font-weight: 850;\n    line-height: 1.4;\n  }\n\n  .mask-benefit span {\n    display: block;\n    margin-top: 6px;\n    color: var(--body);\n    font-size: 13px;\n    line-height: 1.58;\n  }\n\n  .mask-highlight {\n    margin-top: 27px;\n    padding: 22px 22px 23px;\n    border-left: 3px solid var(--rose);\n    background: rgba(255,255,255,.7);\n  }\n\n  .mask-highlight strong {\n    display: block;\n    color: var(--brown-deep);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19px;\n    font-weight: 600;\n    line-height: 1.4;\n  }\n\n  .mask-highlight p {\n    margin: 7px 0 0;\n    color: var(--body);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .mask-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 23px;\n  }\n\n  .mask-tag {\n    display: inline-flex;\n    align-items: center;\n    min-height: 37px;\n    padding: 8px 13px;\n    border: 1px solid #e4d9d2;\n    border-radius: 999px;\n    background: rgba(255,255,255,.84);\n    color: #6f6159;\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.2;\n  }\n\n  .mask-steps {\n    margin-top: 27px;\n    border-top: 1px solid var(--line);\n  }\n\n  .mask-step {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 14px;\n    padding: 18px 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .mask-step-num {\n    color: var(--rose);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 22px;\n    font-weight: 600;\n    line-height: 1;\n  }\n\n  .mask-step strong {\n    display: block;\n    color: var(--brown-deep);\n    font-size: 15px;\n    font-weight: 850;\n    line-height: 1.4;\n  }\n\n  .mask-step span {\n    display: block;\n    margin-top: 4px;\n    color: var(--body);\n    font-size: 14px;\n    line-height: 1.62;\n  }\n\n  .mask-details {\n    margin-top: 31px;\n    border-top: 1px solid var(--line);\n  }\n\n  .mask-details details {\n    border-bottom: 1px solid var(--line);\n  }\n\n  .mask-details summary {\n    position: relative;\n    padding: 19px 38px 19px 0;\n    cursor: pointer;\n    list-style: none;\n    color: var(--brown-deep);\n    font-size: 15px;\n    font-weight: 850;\n    line-height: 1.45;\n  }\n\n  .mask-details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mask-details summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    transform: translateY(-50%);\n    color: var(--rose);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .mask-details details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mask-details-body {\n    padding: 0 0 20px;\n    color: var(--body);\n    font-size: 14px;\n    line-height: 1.72;\n  }\n\n  .mask-details-body p {\n    margin: 0 0 8px;\n  }\n\n  .mask-details-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 680px) {\n    .mask-section {\n      padding: 42px 15px;\n    }\n\n    .mask-title {\n      font-size: 39px;\n      line-height: 1.05;\n    }\n\n    .mask-section-title {\n      font-size: 30px;\n      line-height: 1.14;\n    }\n\n    .mask-lead {\n      margin-top: 16px;\n      font-size: 16px;\n      line-height: 1.68;\n    }\n\n    .mask-copy {\n      margin-top: 13px;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .mask-benefits {\n      grid-template-columns: 1fr;\n      gap: 9px;\n    }\n\n    .mask-benefit {\n      padding: 17px;\n    }\n\n    .mask-highlight {\n      padding: 19px 17px;\n    }\n\n    .mask-image {\n      margin-top: 25px;\n      border-radius: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hand-foot-mask-listing\"\u003e\n\n  \u003c!-- 01 --\u003e\n  \u003csection class=\"mask-section mask-section--cream\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eAT-HOME HAND \u0026amp; FOOT CARE\u003c\/p\u003e\n      \u003ch2 class=\"mask-title\"\u003eSoft, Comforting Care for \u003cem\u003eDry Hands \u0026amp; Feet.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-lead\"\u003e\n        A convenient hand-and-foot mask routine designed to help replenish moisture, soften rough-feeling skin, and bring a little spa-like care into your everyday routine.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-benefits\"\u003e\n        \u003cdiv class=\"mask-benefit\"\u003e\n          \u003cdiv class=\"mask-benefit-mark\"\u003e01\u003c\/div\u003e\n          \u003cstrong\u003eMoisture Support\u003c\/strong\u003e\n          \u003cspan\u003eHelps dry-feeling skin feel softer and more comfortable after use.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mask-benefit\"\u003e\n          \u003cdiv class=\"mask-benefit-mark\"\u003e02\u003c\/div\u003e\n          \u003cstrong\u003eWearable Care\u003c\/strong\u003e\n          \u003cspan\u003eGlove- and sock-style formats keep the essence in contact with the intended area.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mask-benefit\"\u003e\n          \u003cdiv class=\"mask-benefit-mark\"\u003e03\u003c\/div\u003e\n          \u003cstrong\u003eEasy Home Routine\u003c\/strong\u003e\n          \u003cspan\u003eUse while resting, reading, or enjoying a quiet moment at home.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/1_69c1c998-6c35-4e95-957c-c8e6f985de47.png?v=1786617352\" alt=\"Moisturizing hand and foot mask home care set\" loading=\"eager\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 02 --\u003e\n  \u003csection class=\"mask-section\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eCARE FOR DRY, ROUGH-FEELING SKIN\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eA More Comfortable Feel Starts with \u003cem\u003eMoisture.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-copy\"\u003e\n        Hands and feet can become dry from frequent washing, weather, footwear, and everyday activity. A mask-style treatment helps surround the skin with moisturizing essence for a softer-feeling finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-highlight\"\u003e\n        \u003cstrong\u003eDesigned to soften the feel of dry skin—not cover it up.\u003c\/strong\u003e\n        \u003cp\u003e\n          Use as part of a regular self-care routine whenever hands or feet feel in need of extra moisture and comfort.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/2_fc8944af-e6d6-4ef8-8731-09632a1016af.png?v=1786617351\" alt=\"Hand and foot mask for dry rough feeling skin\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 03 --\u003e\n  \u003csection class=\"mask-section mask-section--milk\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eMOISTURIZING CARE THAT STAYS IN PLACE\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eWrap the Skin in \u003cem\u003eComforting Essence.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-copy\"\u003e\n        The wearable mask format helps keep the moisturizing essence close to the skin during use, making it easy to give hands or feet focused attention without applying a loose cream layer over everything around you.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-tags\"\u003e\n        \u003cspan class=\"mask-tag\"\u003eMoisturizing Care\u003c\/span\u003e\n        \u003cspan class=\"mask-tag\"\u003eSoftening Feel\u003c\/span\u003e\n        \u003cspan class=\"mask-tag\"\u003eWearable Format\u003c\/span\u003e\n        \u003cspan class=\"mask-tag\"\u003eAt-Home Routine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/3_4d0b8ef5-61f3-4386-bcc2-6f610a4295af.png?v=1786617352\" alt=\"Moisturizing essence hand and foot mask care\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 04 --\u003e\n  \u003csection class=\"mask-section\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eCOMFORTABLE, WEARABLE FIT\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eStay Put While You \u003cem\u003eRelax.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-copy\"\u003e\n        The glove- and sock-style construction is designed to sit around the hands or feet during the treatment period so you can rest comfortably while the essence remains in contact with the skin.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-benefits\"\u003e\n        \u003cdiv class=\"mask-benefit\"\u003e\n          \u003cdiv class=\"mask-benefit-mark\"\u003eF\u003c\/div\u003e\n          \u003cstrong\u003eFlexible Fit\u003c\/strong\u003e\n          \u003cspan\u003eDesigned around the natural shape of hands or feet for straightforward wear.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mask-benefit\"\u003e\n          \u003cdiv class=\"mask-benefit-mark\"\u003eE\u003c\/div\u003e\n          \u003cstrong\u003eEssence Contact\u003c\/strong\u003e\n          \u003cspan\u003eHelps keep the treatment formula positioned around the intended skin area.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mask-benefit\"\u003e\n          \u003cdiv class=\"mask-benefit-mark\"\u003eR\u003c\/div\u003e\n          \u003cstrong\u003eRelaxing Routine\u003c\/strong\u003e\n          \u003cspan\u003eEasy to use while sitting, reading, watching TV, or winding down.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/4_2b28337b-ed30-4fe2-98e8-d6e50a527c9d.png?v=1786617352\" alt=\"Comfort fit hand and foot moisturizing mask\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 05 --\u003e\n  \u003csection class=\"mask-section mask-section--blush\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eA LITTLE HOME SPA MOMENT\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eSelf-Care That Fits Into \u003cem\u003eYour Evening.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-copy\"\u003e\n        There is no complicated routine required. Put on the appropriate mask, allow the essence time to sit against the skin, then finish your treatment as directed on the product packaging.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-highlight\"\u003e\n        \u003cstrong\u003eEasy to pair with quiet downtime.\u003c\/strong\u003e\n        \u003cp\u003e\n          Use during a movie, while reading, or whenever you want a simple hand-or-foot care step without a salon appointment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/5_f950b81b-2f55-486d-88a2-3f79426d5779.png?v=1786617351\" alt=\"At home spa hand and foot mask routine\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 06 --\u003e\n  \u003csection class=\"mask-section mask-section--sage\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eHAND MASK OPTION\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eMoisturizing Hand Care with \u003cem\u003eAvocado \u0026amp; Nicotinamide.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-copy\"\u003e\n        The hand-mask option is listed as a moisturizing avocado and nicotinamide formula, designed for dry-feeling hands that need a softer, more conditioned feel.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-benefits\"\u003e\n        \u003cdiv class=\"mask-benefit\"\u003e\n          \u003cdiv class=\"mask-benefit-mark\"\u003eA\u003c\/div\u003e\n          \u003cstrong\u003eAvocado-Based Care\u003c\/strong\u003e\n          \u003cspan\u003ePart of the listed moisturizing hand-mask formula.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mask-benefit\"\u003e\n          \u003cdiv class=\"mask-benefit-mark\"\u003eN\u003c\/div\u003e\n          \u003cstrong\u003eNicotinamide\u003c\/strong\u003e\n          \u003cspan\u003eIncluded in the listed hand-mask product type.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mask-benefit\"\u003e\n          \u003cdiv class=\"mask-benefit-mark\"\u003eH\u003c\/div\u003e\n          \u003cstrong\u003eHand-Focused Moisture\u003c\/strong\u003e\n          \u003cspan\u003eDesigned to help hands feel smoother and more comfortable.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/6_25d4140e-2961-4d8d-af46-9930e9b32da9.png?v=1786617352\" alt=\"Avocado nicotinamide moisturizing hand mask\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 07 --\u003e\n  \u003csection class=\"mask-section mask-section--milk\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eFOOT MASK OPTION\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eGoat Milk Care for \u003cem\u003eDry, Rough-Feeling Feet.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-copy\"\u003e\n        The foot-mask option is listed as a goat milk exfoliating formula, designed for focused foot care when the skin feels dry, rough, or in need of a smoother-feeling finish.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-highlight\"\u003e\n        \u003cstrong\u003eFocused foot care without a complicated routine.\u003c\/strong\u003e\n        \u003cp\u003e\n          Use only as directed on intact skin and discontinue use if irritation or discomfort occurs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/7_2faa1ac2-912a-443c-a2ee-8546e09bcfed.png?v=1786617352\" alt=\"Goat milk exfoliating foot mask for dry rough feet\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 08 --\u003e\n  \u003csection class=\"mask-section\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eSIMPLE AT-HOME USE\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eUnpack. Wear. Relax. \u003cem\u003eFinish Your Care.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-copy\"\u003e\n        The wearable format keeps the process simple and self-contained, making it easy to add occasional hand or foot care to your normal beauty routine.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-steps\"\u003e\n        \u003cdiv class=\"mask-step\"\u003e\n          \u003cdiv class=\"mask-step-num\"\u003e01\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eStart with Clean, Dry Skin\u003c\/strong\u003e\n            \u003cspan\u003eWash and dry the intended hand or foot area before application.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mask-step\"\u003e\n          \u003cdiv class=\"mask-step-num\"\u003e02\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003ePut On the Appropriate Mask\u003c\/strong\u003e\n            \u003cspan\u003eWear the glove- or sock-style mask according to the product type selected.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mask-step\"\u003e\n          \u003cdiv class=\"mask-step-num\"\u003e03\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eFollow the Package Directions\u003c\/strong\u003e\n            \u003cspan\u003eLeave the mask on only for the recommended treatment period shown on the product packaging.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mask-step\"\u003e\n          \u003cdiv class=\"mask-step-num\"\u003e04\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eRemove \u0026amp; Finish\u003c\/strong\u003e\n            \u003cspan\u003eRemove the mask and complete the routine according to the supplied product directions.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/8_26087b3d-b2ca-47e6-8971-79c60d44e129.png?v=1786617351\" alt=\"How to use moisturizing hand and foot mask\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 09 --\u003e\n  \u003csection class=\"mask-section mask-section--cream\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eCARE WHERE YOU NEED IT MOST\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eA Simple Upgrade for \u003cem\u003eHands \u0026amp; Feet.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-copy\"\u003e\n        Whether your hands feel dry from everyday washing or your feet need occasional smoothing care, the mask format gives you an easy way to focus your routine on these often-overlooked areas.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-tags\"\u003e\n        \u003cspan class=\"mask-tag\"\u003eDry Hands\u003c\/span\u003e\n        \u003cspan class=\"mask-tag\"\u003eDry Feet\u003c\/span\u003e\n        \u003cspan class=\"mask-tag\"\u003eSoftening Care\u003c\/span\u003e\n        \u003cspan class=\"mask-tag\"\u003eHome Spa Routine\u003c\/span\u003e\n        \u003cspan class=\"mask-tag\"\u003eTravel-Friendly Care\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/9_aa8bb4e2-2b68-4d9c-820b-50bec2b91c69.png?v=1786617352\" alt=\"Hand and foot care mask benefits\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 10 --\u003e\n  \u003csection class=\"mask-section mask-section--blush\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003eAT-HOME CARE MADE EASY\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eGive Hands \u0026amp; Feet a \u003cem\u003eLittle Extra Attention.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"mask-copy\"\u003e\n        A convenient wearable mask format for moisturizing hand care or goat-milk foot care, designed to fit naturally into an occasional self-care routine at home.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mask-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/10_9cefe55b-9c50-4863-b9a1-58c4e8097846.png?v=1786617351\" alt=\"Moisturizing hand and foot mask product overview\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Details --\u003e\n  \u003csection class=\"mask-section\"\u003e\n    \u003cdiv class=\"mask-inner\"\u003e\n      \u003cp class=\"mask-kicker\"\u003ePRODUCT INFORMATION\u003c\/p\u003e\n      \u003ch2 class=\"mask-section-title\"\u003eDetails \u0026amp; \u003cem\u003eCare Notes.\u003c\/em\u003e\n\u003c\/h2\u003e\n\n      \u003cdiv class=\"mask-details\"\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eSpecifications\u003c\/summary\u003e\n          \u003cdiv class=\"mask-details-body\"\u003e\n            \u003cp\u003e\u003cstrong\u003eNet Weight:\u003c\/strong\u003e 35 g \/ 1.23 oz per pair\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eShelf Life:\u003c\/strong\u003e 3 years\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eHand Mask Type:\u003c\/strong\u003e Moisturizing Avocado Nicotinamide\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eFoot Mask Type:\u003c\/strong\u003e Goat Milk Exfoliating\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003ePackage Includes\u003c\/summary\u003e\n          \u003cdiv class=\"mask-details-body\"\u003e\n            \u003cp\u003e1 \/ 2 × Moisturizing Hand \u0026amp; Foot Mask, according to the selected option\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCare \/ Notes\u003c\/summary\u003e\n          \u003cdiv class=\"mask-details-body\"\u003e\n            \u003cp\u003eFor external use only. Do not use on wounded, irritated, or damaged skin.\u003c\/p\u003e\n            \u003cp\u003ePerform a patch test before first use to check for skin sensitivity.\u003c\/p\u003e\n            \u003cp\u003eStore in a cool, dry place away from direct sunlight.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"rivoneed","offers":[{"title":"Hand Mask \/ Buy 1（3 sets）","offer_id":50250194223344,"sku":"LE30259383+LG30549781A1*3","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Hand Mask \/ Buy 2（6 sets）","offer_id":50250194256112,"sku":"LG30549781A1*2*6","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Foot Mask \/ Buy 1（3 sets）","offer_id":50250194288880,"sku":"LG30549781A2","price":21.99,"currency_code":"USD","in_stock":true},{"title":"Foot Mask \/ Buy 2（6 sets）","offer_id":50250194321648,"sku":"LG30549781A2*2","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/7_2faa1ac2-912a-443c-a2ee-8546e09bcfed.png?v=1786617352","url":"https:\/\/rivoneed.com\/products\/deep-moisture-hand-foot-masks","provider":"rivoneed","version":"1.0","type":"link"}