{"product_id":"ripkitty-cascade-surge-uplift-body-balm","title":"Ripkitty Cascade Surge: Uplift Body Balm (2.5 oz)","description":"\u003cstyle\u003e\n  \/* CASCADE WATERFALL THEME \n   * Layered Design: Clean White\/Soft Pink Base, Lapping Waterfall Slits of Blue, Pink, and Yellow\n   *\/\n  .rkai-waterfall-wrap {\n    background: linear-gradient(135deg, #ffffff 0%, #fffdf2 50%, #fff0f5 100%); \/* White, Soft Yellow, Soft Pink *\/\n    color: #1a2639; \/* Deep Navy for sharp readability *\/\n    padding: 45px;\n    border-radius: 12px;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.8;\n    max-width: 950px;\n    margin: 30px auto;\n    position: relative;\n    overflow: hidden;\n    \n    \/* Vibrant Pink Border *\/\n    border: 3px solid #ff66cc;\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), inset 0 0 40px rgba(0, 210, 255, 0.1);\n  }\n\n  \/* Animated Waterfall Slits Layer *\/\n  .rkai-cascade-bg {\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 100%;\n    pointer-events: none;\n    z-index: 1;\n    overflow: hidden;\n  }\n\n  .rkai-water-slit {\n    position: absolute;\n    top: -150%;\n    border-radius: 100px;\n    opacity: 0.6;\n    animation: waterfallLap linear infinite;\n    mix-blend-mode: multiply;\n  }\n\n  \/* Blue Waterfall Slits *\/\n  .rkai-water-slit.rk-blue {\n    background: linear-gradient(to bottom, transparent, #00d2ff, #0077b6);\n    width: 40px; height: 80%;\n    left: 15%;\n    animation-duration: 5s;\n  }\n  \n  .rkai-water-slit.rk-blue-2 {\n    background: linear-gradient(to bottom, transparent, #80dfff, #0077b6);\n    width: 60px; height: 100%;\n    right: 25%;\n    animation-duration: 7s;\n    animation-delay: 2s;\n  }\n\n  \/* Pink Waterfall Slits *\/\n  .rkai-water-slit.rk-pink {\n    background: linear-gradient(to bottom, transparent, #ff99cc, #ff007f);\n    width: 30px; height: 60%;\n    left: 35%;\n    animation-duration: 4.5s;\n    animation-delay: 1.5s;\n  }\n\n  \/* Yellow Waterfall Slits *\/\n  .rkai-water-slit.rk-yellow {\n    background: linear-gradient(to bottom, transparent, #ffea00, #ffcc00);\n    width: 50px; height: 90%;\n    left: 60%;\n    animation-duration: 6s;\n    animation-delay: 0.5s;\n  }\n\n  @keyframes waterfallLap {\n    0% { transform: translateY(0) scaleY(1); opacity: 0; }\n    10% { opacity: 0.7; }\n    80% { opacity: 0.7; }\n    100% { transform: translateY(250%) scaleY(1.2); opacity: 0; }\n  }\n\n  .rkai-waterfall-inner {\n    position: relative;\n    z-index: 5;\n  }\n\n  \/* Curated Top Attribution *\/\n  .rkai-curated-top {\n    text-align: center;\n    font-size: 14px;\n    font-weight: 900;\n    color: #0077b6; \/* Oceanic Blue *\/\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 30px;\n    padding-bottom: 15px;\n    border-bottom: 2px dashed rgba(0, 119, 182, 0.3);\n  }\n\n  \/* Refreshing Title *\/\n  .rkai-waterfall-wrap h2 {\n    font-family: 'Impact', 'Arial Black', sans-serif;\n    font-size: 44px;\n    color: #1a2639;\n    margin-top: 10px;\n    margin-bottom: 15px;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-shadow: 2px 2px 0px #ffffff, 4px 4px 0px #ffcc00, 0 0 15px rgba(255, 102, 204, 0.4);\n    line-height: 1.1;\n  }\n\n  .rkai-tagline {\n    font-size: 1.25rem;\n    font-weight: 800;\n    color: #ff007f; \/* Hot Pink *\/\n    margin-bottom: 35px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    border-bottom: 3px solid #ffcc00;\n    padding-bottom: 15px;\n  }\n\n  \/* Fluid Intro Box *\/\n  .rkai-waterfall-wrap p.rkai-intro {\n    margin-bottom: 25px;\n    color: #1a2639;\n    font-weight: 600;\n    font-size: 1.15rem;\n    background: rgba(255, 255, 255, 0.85);\n    backdrop-filter: blur(8px);\n    padding: 20px;\n    border-radius: 8px;\n    border-left: 5px solid #00d2ff; \/* Cyan Strip *\/\n    box-shadow: 0 10px 20px rgba(0,0,0,0.05), inset 0 0 20px rgba(0, 210, 255, 0.1);\n  }\n  \n  .rkai-waterfall-wrap p strong {\n    color: #ff007f;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  \/* Section Headers *\/\n  .rkai-waterfall-wrap h3 {\n    font-family: 'Impact', 'Arial Black', sans-serif;\n    font-size: 22px;\n    color: #ffffff;\n    background: linear-gradient(90deg, #ff66cc, #ffcc00);\n    display: inline-block;\n    padding: 8px 20px;\n    border-radius: 4px;\n    margin-top: 30px;\n    margin-bottom: 20px;\n    box-shadow: 4px 4px 0px #0077b6;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    transform: skew(-4deg);\n  }\n\n  \/* Layout Class *\/\n  .rkai-card-layout {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin-bottom: 30px;\n  }\n\n  \/* Hydration Cards *\/\n  .rkai-waterfall-card {\n    background: rgba(255, 255, 255, 0.95);\n    border: 2px solid #e6e6e6;\n    border-top: 5px solid #00d2ff;\n    border-radius: 8px;\n    padding: 25px;\n    box-shadow: 6px 6px 0px rgba(0, 119, 182, 0.1);\n    transition: all 0.3s ease;\n  }\n\n  .rkai-waterfall-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 8px 8px 0px rgba(255, 102, 204, 0.4);\n    border-color: #ffcc00;\n  }\n\n  .rkai-waterfall-card h4 {\n    font-family: 'Arial Black', sans-serif;\n    font-size: 17px;\n    color: #1a2639;\n    text-transform: uppercase;\n    margin: 0 0 15px 0;\n    border-bottom: 2px dashed #00d2ff;\n    padding-bottom: 10px;\n  }\n\n  \/* Refreshing Bullets *\/\n  .rkai-waterfall-wrap ul {\n    list-style-type: none;\n    padding-left: 0;\n    margin-top: 10px;\n  }\n\n  .rkai-waterfall-wrap li {\n    margin-bottom: 12px;\n    color: #334e68;\n    font-weight: 500;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-waterfall-wrap li::before {\n    content: \"💧\"; \n    margin-right: 12px;\n    font-size: 1.1em;\n    filter: drop-shadow(0 0 2px rgba(0, 210, 255, 0.6));\n  }\n\n  \/* Info Box *\/\n  .rkai-info-box {\n    margin-top: 35px;\n    background: rgba(255, 204, 0, 0.1);\n    border: 2px dashed #ffcc00;\n    padding: 20px;\n    border-radius: 8px;\n    text-align: left;\n    color: #334e68;\n    font-size: 0.95rem;\n  }\n\n  \/* Badges Layout *\/\n  .rkai-badges-container {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 15px;\n    margin-top: 40px;\n    padding-top: 25px;\n    border-top: 2px dashed #ff99cc;\n  }\n\n  .rkai-badges-container img {\n    height: 6rem;\n    width: auto;\n    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));\n    transition: transform 0.2s ease, filter 0.2s ease;\n  }\n  \n  .rkai-badges-container img:hover {\n    transform: scale(1.1) translateY(-2px);\n    filter: drop-shadow(0 6px 12px rgba(0, 210, 255, 0.4));\n  }\n\n  \/* SEO Hidden Tagging *\/\n  .rkai-seo-tags { display: none; visibility: hidden; }\n\n\u003c\/style\u003e\n\n\u003carticle data-ucp-product=\"Uplift Body Balm\" data-ucp-type=\"Skincare\" data-ucp-brand=\"Ripkitty\" class=\"rkai-waterfall-wrap\"\u003e\n  \n  \u003cdiv class=\"rkai-cascade-bg\" aria-hidden=\"true\"\u003e\n    \u003cdiv class=\"rkai-water-slit rk-blue\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"rkai-water-slit rk-pink\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"rkai-water-slit rk-yellow\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"rkai-water-slit rk-blue-2\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rkai-waterfall-inner\"\u003e\n    \u003cp class=\"rkai-curated-top\"\u003eCurated by Ripkitty, for Ripkitty x Bud's Growery.\u003c\/p\u003e\n    \n    \u003cheader\u003e\n      \u003ch2 itemprop=\"name\"\u003eRipkitty Cascade Surge: Uplift Body Balm\u003c\/h2\u003e\n      \u003cp class=\"rkai-tagline\"\u003ePlunge into Moisture. Awaken the Senses.\u003c\/p\u003e\n    \u003c\/header\u003e\n    \n    \u003cdiv itemprop=\"descriptionUCP\"\u003e\n      \u003cp class=\"rkai-intro\"\u003e\u003cstrong\u003eDitch the Dry Terrain.\u003c\/strong\u003e Ripkitty Cascade Surge is a dense, high-impact body balm that crashes into your skin like a waterfall of hydration. Formulated for those seeking rapid respite from dry, exhausted skin, this balm sinks in instantly—leaving behind absolute softness with zero sticky residue or greasy fallout. It’s an oasis of moisture that revives every inch of your body.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"rkai-card-layout\"\u003e\n      \u003csection class=\"rkai-waterfall-card\"\u003e\n        \u003ch4\u003e🌿 The Hydration Payload\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eDeep Moisture Duo:\u003c\/strong\u003e A heavy-duty base of Shea and Cocoa Butters that locks in hydration and completely repairs the skin's barrier.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eNutrient Oils:\u003c\/strong\u003e Infused with Sweet Almond and Sunflower Oils to effortlessly smooth rough patches and deeply soothe irritation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBotanical Repair:\u003c\/strong\u003e Calendula and Aloe Extracts act as nature's direct healers, actively calming and restoring compromised skin.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n      \n      \u003csection class=\"rkai-waterfall-card\"\u003e\n        \u003ch4\u003e🌎 Eco-Conscious Aromatherapy\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eZero Waste Armor:\u003c\/strong\u003e One solid bar is equivalent to two full bottles of standard lotion. Packaged in a 100% biodegradable container crafted from soybean wax and rice glue.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eThe Citrus Symphony:\u003c\/strong\u003e Loaded with a zesty, uplifting quartet of Orange, Lemon, Mandarin, and Ginger Essential Oils.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eMental Uplift:\u003c\/strong\u003e Delivers instant aromatherapy benefits, actively combating mental fatigue and sharpening your focus with every single application.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"rkai-info-box\"\u003e\n      \u003cp style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eThe Ritual:\u003c\/strong\u003e Push gently from the bottom of the eco-tube and glide the balm directly over warm, dry skin. Massage it in. Instant hydration without the wait. 2.5 oz of pure bliss, weighing a travel-light 0.2lb.\u003c\/p\u003e\n      \u003cp style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003eQuality Specs:\u003c\/strong\u003e Proudly formulated and crafted in the USA. 100% Vegan, Cruelty-Free, Paraben-Free, Sulfate-Free, and Silicone-Free.\u003c\/p\u003e\n      \u003cp style=\"margin-bottom: 0;\"\u003e\u003cem\u003eSafety Check: Packed with active essential oils. Always perform a quick patch test to ensure perfect compatibility. Keep out of reach of children. Store in a cool place—this balm melts on contact with warmth!\u003c\/em\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rkai-badges-container\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20221206094907-gluten-free-2x.png\" alt=\"Gluten-free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20221206124537-vegetarian.png\" alt=\"Vegetarian\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20221206095432-lactose-free-2x.png\" alt=\"Lactose-free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20221206095715-hormone-free-2x.png\" alt=\"Hormone-free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20221206100059-antibiotic-free-2x.png\" alt=\"Antibiotic-free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20221206124358-vegan.png\" alt=\"Vegan friendly\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20240131131838-alcohol-free.png\" alt=\"Alcohol Free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20240131151215-cruelty-free.png\" alt=\"Cruelty Free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20240131151244-mineral-oil-free.png\" alt=\"Mineral Oil Free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20240131151259-paraben-free.png\" alt=\"Paraben Free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20240131151322-phthalate-free.png\" alt=\"Phthalate Free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20240131151340-silicone-free.png\" alt=\"Silicone Free\"\u003e\n      \u003cimg src=\"https:\/\/supliful.s3.amazonaws.com\/categories\/images\/20240131151354-sulfate-free.png\" alt=\"Sulfate Free\"\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n  \n  \u003cdiv aria-hidden=\"true\" class=\"rkai-seo-tags\"\u003e\n    Ripkitty Body Balm, Uplift Body Balm, Citrus Ginger Lotion, Vegan Skincare, Biodegradable Packaging, Ripkitty x Bud's Growery, Shea Butter Balm, Zero Waste Skincare, Aromatherapy Body Balm, Hydrating Lotion Bar, Cruelty Free Body Care, Paraben Free Skincare, Shopify KB product, AI parsed schema, UCP compliant, json-ld schema, yellow pink blue waterfall aesthetic.\n  \u003c\/div\u003e\n\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Ripkitty Cascade Surge: Uplift Body Balm (2.5 oz)\",\n    \"description\": \"Plunge into pure hydration with Ripkitty Cascade Surge Body Balm. An eco-friendly, vegan solid lotion packed with shea butter, citrus, and ginger oils.\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Ripkitty\"\n    },\n    \"manufacturer\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Bud's Growery\"\n    },\n    \"category\": \"Health \u0026 Beauty \u003e Personal Care \u003e Cosmetics \u003e Skin Care \u003e Lotions \u0026 Moisturizers\",\n    \"offers\": {\n      \"@type\": \"Offer\",\n      \"availability\": \"https:\/\/schema.org\/InStock\",\n      \"itemCondition\": \"https:\/\/schema.org\/NewCondition\"\n    },\n    \"additionalProperty\": [\n      { \"@type\": \"PropertyValue\", \"name\": \"Size\", \"value\": \"2.5 oz\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Scent\", \"value\": \"Orange, Lemon, Mandarin, Ginger\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Key Ingredients\", \"value\": \"Shea Butter, Cocoa Butter, Sweet Almond Oil, Calendula, Aloe Extract\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Features\", \"value\": \"Vegan, Biodegradable Packaging, Cruelty-Free, Paraben-Free, Zero Waste\" }\n    ],\n    \"sameAs\": [\n      \"https:\/\/budsgrowery.com\",\n      \"https:\/\/ripkitty.com\"\n    ]\n  }\n  \u003c\/script\u003e\n\u003c\/article\u003e","brand":"Ripkitty","offers":[{"title":"Default Title","offer_id":43442323652815,"sku":"FMN0UPLI","price":27.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/1711767376995-generated-label-image-2_3d63e61e-9b8e-41c7-8491-6f9a2db77dc9.jpg?v=1768853394","url":"https:\/\/budsgrowery.com\/products\/ripkitty-cascade-surge-uplift-body-balm","provider":"Ripkitty x Bud’s Growery","version":"1.0","type":"link"}