{"product_id":"vivora-joseon-rg3-revive-sunscreen-spf-50-pa-50ml","title":"Vivora RG3 Revive Sunscreen SPF50+ PA+++ (50ml) | Korean Sunscreen","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #f5f5f7 0%, #e8e3f0 100%);\n            color: #4a4a4a;\n            line-height: 1.6;\n        }\n\n        header {\n            background: linear-gradient(135deg, #b8a5d6 0%, #9b87c2 100%);\n            color: white;\n            padding: 4rem 2rem;\n            text-align: center;\n            box-shadow: 0 4px 20px rgba(155, 135, 194, 0.3);\n        }\n\n        header h1 {\n            font-size: 3.5rem;\n            font-weight: 300;\n            letter-spacing: 3px;\n            margin-bottom: 0.5rem;\n        }\n\n        header .subtitle {\n            font-size: 1.3rem;\n            opacity: 0.95;\n            font-weight: 300;\n            font-style: italic;\n            margin-bottom: 0.3rem;\n        }\n\n        header .tagline {\n            font-size: 1rem;\n            opacity: 0.85;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 3rem 2rem;\n        }\n\n        .hero {\n            background: white;\n            padding: 3rem;\n            border-radius: 15px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n            margin-bottom: 3rem;\n            border-left: 5px solid #b8a5d6;\n        }\n\n        .hero h2 {\n            color: #7a6ba0;\n            margin-bottom: 1.5rem;\n            font-size: 2.2rem;\n        }\n\n        .hero .quote {\n            font-size: 1.3rem;\n            color: #9b87c2;\n            font-style: italic;\n            margin-bottom: 1.5rem;\n            padding-left: 1rem;\n            border-left: 3px solid #d4cde5;\n        }\n\n        .hero p {\n            color: #666;\n            font-size: 1.1rem;\n            line-height: 1.8;\n            margin-bottom: 1rem;\n        }\n\n        .product-showcase {\n            background: linear-gradient(135deg, #ffffff 0%, #f9f7fc 100%);\n            border-radius: 15px;\n            padding: 3rem;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 3rem;\n        }\n\n        .product-header {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .product-name {\n            color: #7a6ba0;\n            font-size: 2.5rem;\n            margin-bottom: 0.5rem;\n            font-weight: 400;\n        }\n\n        .product-subtitle {\n            color: #9b87c2;\n            font-size: 1.2rem;\n            font-weight: 600;\n        }\n\n        .product-details {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .detail-section h3 {\n            color: #7a6ba0;\n            margin-bottom: 1rem;\n            font-size: 1.5rem;\n        }\n\n        .detail-section p {\n            color: #666;\n            line-height: 1.8;\n            margin-bottom: 1rem;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .feature-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-top: 3px solid #b8a5d6;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(155, 135, 194, 0.2);\n        }\n\n        .feature-card h4 {\n            color: #7a6ba0;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }\n\n        .feature-card ul {\n            list-style: none;\n            color: #666;\n        }\n\n        .feature-card li {\n            padding: 0.4rem 0;\n            position: relative;\n            padding-left: 1.5rem;\n        }\n\n        .feature-card li:before {\n            content: \"✦\";\n            color: #b8a5d6;\n            position: absolute;\n            left: 0;\n            font-size: 1rem;\n        }\n\n        .highlight-box {\n            background: linear-gradient(135deg, #e8e3f0 0%, #f0ebf7 100%);\n            padding: 2.5rem;\n            border-radius: 12px;\n            margin: 3rem 0;\n            border-left: 5px solid #9b87c2;\n        }\n\n        .highlight-box h3 {\n            color: #7a6ba0;\n            margin-bottom: 1.5rem;\n            font-size: 1.8rem;\n        }\n\n        .highlight-box p {\n            color: #666;\n            line-height: 1.8;\n            font-size: 1.05rem;\n        }\n\n        .specs {\n            display: flex;\n            gap: 2rem;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin: 2rem 0;\n        }\n\n        .spec-item {\n            background: white;\n            padding: 1.5rem 2rem;\n            border-radius: 10px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            text-align: center;\n        }\n\n        .spec-label {\n            color: #9b87c2;\n            font-size: 0.9rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .spec-value {\n            color: #7a6ba0;\n            font-size: 1.5rem;\n            font-weight: 600;\n            margin-top: 0.5rem;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #b8a5d6 0%, #9b87c2 100%);\n            color: white;\n            padding: 1rem 3rem;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-top: 2rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 6px 20px rgba(155, 135, 194, 0.3);\n        }\n\n        .cta-button:hover {\n            transform: scale(1.05);\n            box-shadow: 0 8px 25px rgba(155, 135, 194, 0.4);\n        }\n\n        .cta-center {\n            text-align: center;\n        }\n\n        footer {\n            background: linear-gradient(135deg, #6a5a8a 0%, #5a4a7a 100%);\n            color: white;\n            text-align: center;\n            padding: 2.5rem;\n            margin-top: 4rem;\n        }\n\n        footer p {\n            margin: 0.5rem 0;\n        }\n\n        footer a {\n            color: #e8e3f0;\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        footer a:hover {\n            color: white;\n        }\n\n        @media (max-width: 768px) {\n            .product-details {\n                grid-template-columns: 1fr;\n            }\n            \n            header h1 {\n                font-size: 2.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cheader\u003e\n\u003ch1\u003eVIVORA JOSEON\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eReviving the Beauty of Joseon through Modern Skin Science\u003c\/p\u003e\n\u003cp class=\"tagline\"\u003eK-Beauty Heritage Suncare\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003ch2\u003eWhere Tradition Meets Innovation\u003c\/h2\u003e\n\u003cp class=\"quote\"\u003e\"조선의 아름다움, 현대 피부과학으로 되살리다.\"\u003c\/p\u003e\n\u003cp\u003eVivora Joseon is a premium suncare brand that harmoniously blends Korea's traditional beauty with contemporary aesthetics. True to its name \"Joseon,\" our brand visually celebrates Korea's unique heritage through elegant scholar and queen character designs, offering a modern reinterpretation of the dignity and grace of the Joseon Dynasty.\u003c\/p\u003e\n\u003cp\u003eAt the heart of our formulation lies our patented fermented RG3 Ginseng Extract (Patent No. 10-2696728), developed through technology transfer from the Gyeongsangbuk-do Agricultural Research \u0026amp; Extension Services. This innovative ingredient maximizes both the concentration and absorption of RG3, promoting skin vitality and elasticity improvement.\u003c\/p\u003e\n\u003cp\u003eVivora Joseon transcends ordinary sunscreen—we are establishing ourselves as a K-Beauty Heritage brand where Korean traditional aesthetics coexist with cutting-edge dermatological science.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-showcase\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch2 class=\"product-name\"\u003eRG3 Revive Sunscreen\u003c\/h2\u003e\n\u003cp class=\"product-subtitle\"\u003eSPF50+ \/ PA+++ | 50ml\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProtection\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eSPF50+ PA+++\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eVolume\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e50ml\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePrice\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e$28\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cdiv class=\"detail-section\"\u003e\n\u003ch3\u003ePremium Formulation\u003c\/h3\u003e\n\u003cp\u003eOur RG3 Revive Sunscreen is a hybrid UV protector featuring patented fermented RG3 ginseng extract. It delivers powerful sun protection without skin irritation, while simultaneously providing soothing, moisturizing, and elasticity care.\u003c\/p\u003e\n\u003cp\u003eThe formula adheres naturally to skin without stinging eyes or leaving a white cast, making it comfortable for all skin types to use daily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-section\"\u003e\n\u003ch3\u003eKorean Heritage Design\u003c\/h3\u003e\n\u003cp\u003eOur packaging beautifully expresses Korea's traditional elegance through two distinctive designs—the Scholar and the Queen—capturing the dignity and grace of Korean heritage in a contemporary context.\u003c\/p\u003e\n\u003cp\u003eThis is more than skincare; it's a celebration of K-Beauty heritage that honors the past while embracing the future.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003ePatented Innovation\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eFermented RG3 Ginseng Extract\u003c\/li\u003e\n\u003cli\u003ePatent No. 10-2696728\u003c\/li\u003e\n\u003cli\u003eMaximized absorption rate\u003c\/li\u003e\n\u003cli\u003eEnhanced skin vitality\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eSuperior Protection\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eSPF50+ \/ PA+++ rating\u003c\/li\u003e\n\u003cli\u003eHybrid UV filter system\u003c\/li\u003e\n\u003cli\u003eBroad spectrum defense\u003c\/li\u003e\n\u003cli\u003eLong-lasting protection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eComfortable Wear\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eNo eye stinging\u003c\/li\u003e\n\u003cli\u003eZero white cast\u003c\/li\u003e\n\u003cli\u003eNatural skin adhesion\u003c\/li\u003e\n\u003cli\u003eSuitable for all skin types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eMulti-Benefit Care\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eSoothing properties\u003c\/li\u003e\n\u003cli\u003eDeep moisturization\u003c\/li\u003e\n\u003cli\u003eElasticity improvement\u003c\/li\u003e\n\u003cli\u003eSkincare-type sunscreen\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003ch3\u003eMore Than Sun Protection\u003c\/h3\u003e\n\u003cp\u003eVivora Joseon RG3 Revive Sunscreen goes beyond daily sun protection—it's a skincare treatment that helps maintain healthy, clear, and radiant skin. Our unique formulation combines the wisdom of traditional Korean ingredients with modern dermatological science, offering you a truly premium suncare experience.\u003c\/p\u003e\n\u003cp\u003eExperience the perfect fusion of heritage and innovation. Experience Vivora Joseon.\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e","brand":"Vivora Labs","offers":[{"title":"1. Modern","offer_id":51577284067645,"sku":"VO1278503","price":28.0,"currency_code":"USD","in_stock":true},{"title":"2. Seonbi","offer_id":51025027694909,"sku":"VO1278501","price":28.0,"currency_code":"USD","in_stock":true},{"title":"3. Queen","offer_id":51025027727677,"sku":"VO1278502","price":28.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0900\/0140\/8317\/files\/vivora-sunscreen-02.png?v=1775880226","url":"https:\/\/www.beallus.com\/products\/vivora-joseon-rg3-revive-sunscreen-spf-50-pa-50ml","provider":"BEALL US","version":"1.0","type":"link"}