{"product_id":"ripkitty-velvet-aura-bakuchiol-sensitive-skin-moisturizer","title":"Ripkitty Velvet Aura: Bakuchiol Sensitive Skin Moisturizer (1.7 oz)","description":"\u003cstyle\u003e\n  \/* VELVET AURA SPOTLIGHT THEME \n   * Layered Design: Midnight Black Base, Sweeping Magenta \u0026 Pink Rejuvenating Spotlights\n   *\/\n  .rkai-velvet-wrap {\n    background: #080305; \/* Deep Midnight Black *\/\n    color: #e6dada; \/* Soft Ash Pink for 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    \/* Sleek Magenta Border *\/\n    border: 2px solid #ff00ff;\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.9), inset 0 0 60px rgba(255, 0, 255, 0.1);\n  }\n\n  \/* Animated Spotlight Background *\/\n  .rkai-spotlight-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    mix-blend-mode: screen;\n  }\n\n  .rkai-spotlight {\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(60px);\n    animation: panSpotlight infinite alternate ease-in-out;\n  }\n\n  \/* Deep Magenta Sweeper *\/\n  .rkai-spotlight:nth-child(1) {\n    width: 450px; height: 450px;\n    background: rgba(255, 0, 255, 0.15);\n    top: -20%; left: -20%;\n    animation-duration: 12s;\n  }\n\n  \/* Soft Pink Rejuvenator *\/\n  .rkai-spotlight:nth-child(2) {\n    width: 350px; height: 350px;\n    background: rgba(255, 102, 204, 0.15);\n    bottom: -10%; right: -10%;\n    animation-duration: 9s;\n    animation-delay: 2s;\n  }\n  \n  \/* Core White\/Pink Glow *\/\n  .rkai-spotlight:nth-child(3) {\n    width: 250px; height: 250px;\n    background: rgba(255, 204, 255, 0.08);\n    top: 40%; left: 30%;\n    animation-duration: 15s;\n    animation-delay: 1s;\n  }\n\n  @keyframes panSpotlight {\n    0% { transform: translate(0, 0) scale(1); }\n    50% { transform: translate(15%, 10%) scale(1.1); }\n    100% { transform: translate(-10%, 20%) scale(0.9); }\n  }\n\n  .rkai-velvet-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: #ff66cc; \/* Soft Pink *\/\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 30px;\n    padding-bottom: 15px;\n    border-bottom: 2px dashed rgba(255, 102, 204, 0.3);\n  }\n\n  \/* Elegant \u0026 Bold Title *\/\n  .rkai-velvet-wrap h2 {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    font-size: 42px;\n    color: #ffffff;\n    margin-top: 10px;\n    margin-bottom: 15px;\n    text-transform: uppercase;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-shadow: 2px 2px 10px rgba(255, 0, 255, 0.5);\n    line-height: 1.1;\n  }\n\n  .rkai-tagline {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #ff00ff; \/* Magenta *\/\n    margin-bottom: 35px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    border-bottom: 1px solid #330033;\n    padding-bottom: 15px;\n  }\n\n  \/* Soothing Intro Box *\/\n  .rkai-velvet-wrap p.rkai-intro {\n    margin-bottom: 25px;\n    color: #f7f0f5;\n    font-weight: 500;\n    font-size: 1.15rem;\n    background: rgba(15, 5, 10, 0.7);\n    backdrop-filter: blur(10px);\n    padding: 20px;\n    border-radius: 8px;\n    border-left: 4px solid #ff66cc; \/* Soft Pink Strip *\/\n    box-shadow: 0 10px 20px rgba(0,0,0,0.5), inset 0 0 15px rgba(255, 102, 204, 0.1);\n  }\n  \n  .rkai-velvet-wrap p strong {\n    color: #ff66cc;\n    font-weight: 800;\n  }\n\n  \/* Section Headers *\/\n  .rkai-velvet-wrap h3 {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    font-size: 22px;\n    color: #ffffff;\n    background: linear-gradient(90deg, #ff00ff, transparent);\n    display: block;\n    padding: 8px 15px;\n    border-left: 3px solid #ff66cc;\n    margin-top: 30px;\n    margin-bottom: 20px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  \/* Card Layout Grid *\/\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  \/* Rejuvenation Cards *\/\n  .rkai-velvet-card {\n    background: rgba(20, 5, 15, 0.8);\n    border: 1px solid #4d004d;\n    border-top: 3px solid #ff00ff;\n    border-radius: 8px;\n    padding: 25px;\n    box-shadow: 4px 4px 15px rgba(0,0,0,0.6);\n    transition: all 0.3s ease;\n  }\n\n  .rkai-velvet-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 6px 6px 20px rgba(255, 0, 255, 0.2);\n    border-color: #ff66cc;\n    background: rgba(25, 10, 20, 0.9);\n  }\n\n  .rkai-velvet-card h4 {\n    font-size: 17px;\n    color: #ff66cc;\n    text-transform: uppercase;\n    margin: 0 0 15px 0;\n    border-bottom: 1px dashed #4d004d;\n    padding-bottom: 10px;\n    font-weight: 800;\n  }\n\n  \/* Glowing Bullets *\/\n  .rkai-velvet-wrap ul {\n    list-style-type: none;\n    padding-left: 0;\n    margin-top: 10px;\n  }\n\n  .rkai-velvet-wrap li {\n    margin-bottom: 12px;\n    color: #d9ccd6;\n    font-weight: 500;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .rkai-velvet-wrap li::before {\n    content: \"✨\"; \n    margin-right: 12px;\n    font-size: 1.1em;\n    filter: drop-shadow(0 0 4px rgba(255, 102, 204, 0.8));\n  }\n\n  \/* Info Box *\/\n  .rkai-info-box {\n    margin-top: 35px;\n    background: rgba(255, 0, 255, 0.05);\n    border: 1px solid #ff00ff;\n    padding: 20px;\n    border-radius: 8px;\n    text-align: left;\n    color: #d9ccd6;\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: 1px dashed #4d004d;\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.8));\n    transition: transform 0.2s ease, filter 0.2s ease;\n  }\n  \n  .rkai-badges-container img:hover {\n    transform: scale(1.05) translateY(-2px);\n    filter: drop-shadow(0 6px 12px rgba(255, 102, 204, 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=\"Sensitive Anti-Aging Moisturizer\" data-ucp-type=\"Skincare\" data-ucp-brand=\"Ripkitty\" class=\"rkai-velvet-wrap\"\u003e\n  \n  \u003cdiv class=\"rkai-spotlight-bg\" aria-hidden=\"true\"\u003e\n    \u003cdiv class=\"rkai-spotlight\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"rkai-spotlight\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"rkai-spotlight\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rkai-velvet-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 Velvet Aura: Sensitive Skin Moisturizer\u003c\/h2\u003e\n      \u003cp class=\"rkai-tagline\"\u003eDefend the Barrier. Reclaim the Glow.\u003c\/p\u003e\n    \u003c\/header\u003e\n    \n    \u003cdiv itemprop=\"descriptionUCP\"\u003e\n      \u003cp class=\"rkai-intro\"\u003e\u003cstrong\u003eStop battling your own skin.\u003c\/strong\u003e Ripkitty Velvet Aura is meticulously engineered for sensitive, mature skin that demands real anti-aging power without the harsh chemical burn. This feather-light, deeply calming formula offers a serene path to revitalization. Unveil a smoother complexion, visibly minimize fine lines, and rapidly rebuild your skin's natural elasticity—all while rigorously defending your delicate skin barrier.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"rkai-card-layout\"\u003e\n      \u003csection class=\"rkai-velvet-card\"\u003e\n        \u003ch4\u003e🌸 Gentle Rejuvenation\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBakuchiol Magic:\u003c\/strong\u003e The ultimate, gentle alternative to retinol. Promotes rapid cellular turnover and smooths wrinkles without the aggressive irritation or flaking.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eMicrobiome Defense:\u003c\/strong\u003e Infused with Lactobacillus Ferment Lysate probiotics to heavily fortify the skin's natural defenses and microbiome.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eBarrier Lock:\u003c\/strong\u003e Milk Lipids and Ceramide NP aggressively repair and strengthen the skin's outermost barrier, locking hydration in tight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/section\u003e\n      \n      \u003csection class=\"rkai-velvet-card\"\u003e\n        \u003ch4\u003e💧 Botanical Soothers\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eRedness Relief:\u003c\/strong\u003e Calendula, Chamomile, and Rice Extracts act instantly to neutralize redness, soothe irritation, and calm physical discomfort.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eDeep Healing Oils:\u003c\/strong\u003e Borage and Camelina Seed Oils deliver heavy payloads of Omega-3 and Omega-6 fatty acids to support the skin's natural healing process.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSilky Finish:\u003c\/strong\u003e Olive-derived emulsifiers and Caprylic Triglycerides ensure a smooth, non-greasy application that melts directly into the skin.\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\u003eMindful Application:\u003c\/strong\u003e With gentle motions, let this luxurious cream melt into your face and neck, morning or night. Perfect as a flawless base under SPF for ultimate daytime protection.\u003c\/p\u003e\n      \u003cp style=\"margin-bottom: 10px;\"\u003e\u003cstrong\u003ePure Serenity:\u003c\/strong\u003e Proudly made in the USA. Each elegant 1.7 fl oz (50ml) container is a commitment to uncompromising purity. Clean formulation: Cruelty-Free, Paraben-Free, Sulfate-Free, Alcohol-Free, and Mineral Oil-Free.\u003c\/p\u003e\n      \u003cp style=\"margin-bottom: 0;\"\u003e\u003cem\u003eSafety Protocol: For external use only. Avoid direct contact with eyes. Should irritation occur, discontinue use immediately. Store in a cool, dry place to preserve the formula's delicate botanical efficacy.\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\/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\/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 Sensitive Skin Moisturizer, Anti-Aging Cream for Sensitive Skin, Bakuchiol Face Cream, Ceramide Moisturizer, Retinol Alternative Skincare, Ripkitty Velvet Aura, Ripkitty x Bud's Growery, Probiotic Skincare, Calendula Face Cream, Cruelty Free Anti Aging, Paraben Free Moisturizer, Sulfate Free Face Cream, USA Made Skincare, Shopify KB product, AI parsed schema, UCP compliant, json-ld schema, pink magenta black spotlight 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 Velvet Aura: Bakuchiol Sensitive Skin Moisturizer (1.7 oz)\",\n    \"description\": \"Revitalize sensitive skin with Ripkitty Velvet Aura. This gentle moisturizer uses Bakuchiol and Ceramides to smooth fine lines without the harsh irritation.\",\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\": \"1.7 fl oz (50ml)\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Skin Type\", \"value\": \"Sensitive Skin\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Key Ingredients\", \"value\": \"Bakuchiol, Ceramides, Milk Lipids, Calendula Extract, Chamomile Extract, Lactobacillus Probiotics\" },\n      { \"@type\": \"PropertyValue\", \"name\": \"Features\", \"value\": \"Cruelty-Free, Paraben-Free, Sulfate-Free, Alcohol-Free, Silicone-Free\" }\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":43379937247439,"sku":"FMN0ANSE","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0594\/3289\/4671\/files\/1707104730934-generated-label-image-0.jpg?v=1768853375","url":"https:\/\/budsgrowery.com\/products\/ripkitty-velvet-aura-bakuchiol-sensitive-skin-moisturizer","provider":"Ripkitty x Bud’s Growery","version":"1.0","type":"link"}