{"title":"Home page","description":null,"products":[{"product_id":"mighty-bamboo-panthenol-cream","title":"Mighty Bamboo Panthenol Cream","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;600\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --bamboo:   #6db33f;\n    --leaf:     #4a8c25;\n    --mist:     #B7C65B;\n    --earth:    #2c3e1f;\n    --cream:    #fafdf7;\n    --soft:     #e8f2e0;\n    --white:    #ffffff;\n    --text:     #2c3e1f;\n    --subtext:  #5a7248;\n  }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n    overflow-x: hidden;\n  }\n\n  \/* HERO *\/\n  .hero {\n    min-height: 100vh;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    background: linear-gradient(135deg, #f0f7ea 60%, #e8f2e0 100%);\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -120px; right: -120px;\n    width: 480px; height: 480px;\n    background: radial-gradient(circle, rgba(109,179,63,0.18) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -80px;\n    width: 320px; height: 320px;\n    background: radial-gradient(circle, rgba(109,179,63,0.12) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .hero-text { padding: 80px 60px 80px 80px; z-index: 2; }\n  .badge {\n    display: inline-block;\n    background: var(--bamboo);\n    color: var(--white);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 20px;\n    margin-bottom: 24px;\n  }\n  .hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2.4rem, 4vw, 3.6rem);\n    font-weight: 300;\n    line-height: 1.15;\n    color: var(--earth);\n    margin-bottom: 10px;\n  }\n  .hero h1 span { color: var(--bamboo); font-weight: 600; }\n  .brand-sub {\n    font-size: 13px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--subtext);\n    margin-bottom: 28px;\n  }\n  .hero-desc {\n    font-size: 15px;\n    line-height: 1.8;\n    color: var(--subtext);\n    max-width: 420px;\n    margin-bottom: 36px;\n  }\n  .hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }\n  .tag {\n    border: 1.5px solid var(--bamboo);\n    color: var(--bamboo);\n    font-size: 12px;\n    font-weight: 500;\n    padding: 5px 14px;\n    border-radius: 20px;\n    letter-spacing: 0.5px;\n  }\n  .cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }\n  .btn-primary {\n    background: var(--bamboo);\n    color: var(--white);\n    border: none;\n    padding: 14px 32px;\n    border-radius: 40px;\n    font-size: 14px;\n    font-weight: 500;\n    cursor: pointer;\n    letter-spacing: 0.3px;\n    transition: background 0.2s, transform 0.15s;\n  }\n  .btn-primary:hover { background: var(--leaf); transform: translateY(-2px); }\n  .btn-outline {\n    background: transparent;\n    color: var(--earth);\n    border: 1.5px solid var(--earth);\n    padding: 13px 28px;\n    border-radius: 40px;\n    font-size: 14px;\n    font-weight: 400;\n    cursor: pointer;\n    transition: border-color 0.2s, color 0.2s;\n  }\n  .btn-outline:hover { border-color: var(--bamboo); color: var(--bamboo); }\n  .hero-image {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    padding: 60px 80px 60px 20px;\n    z-index: 2;\n  }\n  .hero-image img {\n    max-width: 340px;\n    width: 100%;\n    filter: drop-shadow(0 30px 60px rgba(74,140,37,0.18));\n    animation: float 5s ease-in-out infinite;\n  }\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50%       { transform: translateY(-14px); }\n  }\n\n  \/* TRUST BAR *\/\n  .trust-bar {\n    background: #B7C65B;\n    color: var(--white);\n    display: flex;\n    justify-content: center;\n    gap: 60px;\n    padding: 22px 40px;\n    flex-wrap: wrap;\n  }\n  .trust-bar span {\n    font-size: 12px;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n    opacity: 0.85;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .trust-bar span::before { content: '✦'; color: var(--bamboo); font-size: 10px; }\n\n  \/* PROBLEMS *\/\n  .problem-section {\n    padding: 100px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .section-eye {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--bamboo);\n    margin-bottom: 14px;\n  }\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(1.8rem, 3vw, 2.8rem);\n    font-weight: 400;\n    color: var(--earth);\n    line-height: 1.25;\n    margin-bottom: 16px;\n  }\n  .section-title em { font-style: italic; color: var(--bamboo); }\n  .problems-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 20px;\n    margin-top: 50px;\n  }\n  .problem-card {\n    background: var(--white);\n    border: 1px solid var(--soft);\n    border-radius: 16px;\n    padding: 28px 24px;\n    transition: box-shadow 0.2s, transform 0.2s;\n    position: relative;\n    overflow: hidden;\n  }\n  .problem-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--bamboo);\n    transform: scaleX(0);\n    transition: transform 0.3s;\n  }\n  .problem-card:hover { box-shadow: 0 8px 30px rgba(74,140,37,0.12); transform: translateY(-4px); }\n  .problem-card:hover::after { transform: scaleX(1); }\n  .problem-icon { font-size: 28px; margin-bottom: 12px; }\n  .problem-card h3 { font-size: 14px; font-weight: 500; margin-bottom: 8px; color: var(--earth); }\n  .problem-card p { font-size: 13px; color: var(--subtext); line-height: 1.6; }\n\n  \/* INGREDIENTS *\/\n  .ingredients-section {\n    background: #B7C65B;\n    padding: 100px 80px;\n    color: var(--white);\n  }\n  .ingredients-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n  .ingredients-section .section-eye { color: #a8d878; }\n  .ingredients-section .section-title { color: var(--white); }\n  .ing-list { margin-top: 36px; display: flex; flex-direction: column; gap: 20px; }\n  .ing-item { display: flex; gap: 18px; align-items: flex-start; }\n  .ing-dot {\n    width: 36px; height: 36px;\n    background: rgba(109,179,63,0.2);\n    border: 1.5px solid var(--bamboo);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    font-size: 15px;\n  }\n  .ing-content h4 { font-size: 14px; font-weight: 500; margin-bottom: 4px; color: #d4f0b8; }\n  .ing-content p  { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.65); }\n  .ing-visual { display: flex; align-items: center; justify-content: center; }\n  .organic-badge {\n    width: 260px; height: 260px;\n    border-radius: 50%;\n    background: radial-gradient(circle at 35% 35%, rgba(109,179,63,0.25), rgba(74,140,37,0.05));\n    border: 1.5px solid rgba(109,179,63,0.3);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 30px;\n  }\n  .organic-badge .big { font-family: 'Cormorant Garamond', serif; font-size: 56px; line-height: 1; color: var(--bamboo); }\n  .organic-badge .sub { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 8px; }\n  .organic-badge .note { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 6px; line-height: 1.4; }\n\n  \/* GALLERY *\/\n  .gallery-section {\n    padding: 100px 80px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .gallery-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin-top: 50px;\n  }\n  .gallery-card {\n    border-radius: 20px;\n    overflow: hidden;\n    position: relative;\n    background: var(--soft);\n  }\n  .gallery-card img {\n    width: 100%;\n    height: 340px;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .gallery-card:hover img { transform: scale(1.04); }\n  .gallery-caption {\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    background: linear-gradient(to top, rgba(44,62,31,0.85), transparent);\n    color: var(--white);\n    padding: 24px 20px 20px;\n  }\n  .gallery-caption h4 { font-size: 15px; font-weight: 500; }\n  .gallery-caption p  { font-size: 12px; opacity: 0.75; margin-top: 4px; }\n\n  \/* SAFE *\/\n  .safe-section {\n    background: var(--mist);\n    padding: 80px;\n    text-align: center;\n  }\n  .safe-inner { max-width: 800px; margin: 0 auto; }\n  .safe-grid {\n    display: flex;\n    justify-content: center;\n    gap: 50px;\n    flex-wrap: wrap;\n    margin-top: 50px;\n  }\n  .safe-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n    width: 120px;\n  }\n  .safe-icon {\n    width: 64px; height: 64px;\n    background: var(--white);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 26px;\n    box-shadow: 0 4px 16px rgba(74,140,37,0.1);\n  }\n  .safe-item span { font-size: 12px; font-weight: 500; color: var(--subtext); text-align: center; letter-spacing: 0.3px; }\n\n  \/* HOW TO USE *\/\n  .howto-section {\n    padding: 100px 80px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n  .steps { margin-top: 50px; display: flex; flex-direction: column; }\n  .step {\n    display: grid;\n    grid-template-columns: 56px 1fr;\n    gap: 24px;\n    align-items: start;\n    padding: 28px 0;\n    border-bottom: 1px solid var(--soft);\n  }\n  .step:last-child { border-bottom: none; }\n  .step-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 42px;\n    font-weight: 300;\n    color: var(--bamboo);\n    line-height: 1;\n  }\n  .step-content h4 { font-size: 15px; font-weight: 500; margin-bottom: 6px; }\n  .step-content p  { font-size: 13px; color: var(--subtext); line-height: 1.65; }\n\n  \/* CTA FOOTER *\/\n  .cta-footer {\n    background: linear-gradient(135deg, #B7C65B 0%, #B7C65B 100%);\n    padding: 90px 80px;\n    text-align: center;\n    color: var(--white);\n    position: relative;\n    overflow: hidden;\n  }\n  .cta-footer::before {\n    content: 'PURITO';\n    position: absolute;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 200px;\n    font-weight: 600;\n    opacity: 0.06;\n    left: 50%;\n    top: 50%;\n    transform: translate(-50%, -50%);\n    white-space: nowrap;\n    pointer-events: none;\n  }\n  .cta-footer h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2rem, 4vw, 3.2rem);\n    font-weight: 300;\n    margin-bottom: 14px;\n  }\n  .cta-footer p {\n    font-size: 15px;\n    opacity: 0.85;\n    margin-bottom: 36px;\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.7;\n  }\n  .btn-white {\n    background: var(--white);\n    color: var(--leaf);\n    border: none;\n    padding: 15px 40px;\n    border-radius: 40px;\n    font-size: 14px;\n    font-weight: 500;\n    cursor: pointer;\n    transition: transform 0.15s, box-shadow 0.2s;\n  }\n  .btn-white:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }\n  .price-note { margin-top: 20px; font-size: 13px; opacity: 0.7; }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 800px) {\n    .hero { grid-template-columns: 1fr; text-align: center; }\n    .hero-text { padding: 60px 30px 30px; }\n    .hero-image { padding: 20px 30px 60px; }\n    .hero-tags { justify-content: center; }\n    .cta-row { justify-content: center; }\n    .problem-section, .gallery-section, .howto-section { padding: 60px 30px; }\n    .ingredients-section { padding: 60px 30px; }\n    .ingredients-inner { grid-template-columns: 1fr; gap: 40px; }\n    .ing-visual { display: none; }\n    .gallery-grid { grid-template-columns: 1fr; }\n    .safe-section { padding: 60px 30px; }\n    .trust-bar { gap: 24px; padding: 20px; }\n    .cta-footer { padding: 60px 30px; }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cspan class=\"badge\"\u003e✦ Imported from Seoul, Korea\u003c\/span\u003e\n\u003cp class=\"brand-sub\"\u003ePurito Seoul\u003c\/p\u003e\n\u003ch1\u003eMighty Bamboo\u003cbr\u003e\u003cspan\u003ePanthenol\u003c\/span\u003e Cream\u003c\/h1\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/1098\/1115\/files\/ezgif-1df1ddbbaa570a78.gif?v=1782113939\"\u003e\u003c\/p\u003e\n\u003cp class=\"hero-desc\"\u003eOne organic answer to every skin problem — powered by the strength of bamboo and the soothing science of panthenol. No harsh chemicals, zero side effects — just pure, effective skin care that actually works.\u003c\/p\u003e\n\u003cdiv class=\"hero-tags\"\u003e\n\u003cspan class=\"tag\"\u003e🌿 100% Organic\u003c\/span\u003e \u003cspan class=\"tag\"\u003e✅ No Side Effects\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🛡️ Skin Barrier Repair\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🌍 Imported\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n\u003cspan\u003eFree Delivery on Orders \u003c\/span\u003e \u003cspan\u003e100% Authentic Product\u003c\/span\u003e \u003cspan\u003eDermatologist Approved\u003c\/span\u003e \u003cspan\u003eSafe for All Skin Types\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- PROBLEMS --\u003e\n\u003csection class=\"problem-section\"\u003e\n\u003cp class=\"section-eye\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/1098\/1115\/files\/ChatGPT_Image_Jun_24_2026_09_58_11_PM.png?v=1782320435\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp class=\"section-eye\"\u003eYour Problems, Our Solution\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eWhatever your skin is going through,\u003cbr\u003ebamboo \u003cem\u003ecan fix it\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cem\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/1098\/1115\/files\/skin_care_3.png?v=1782113544\"\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp style=\"color: var(--subtext); font-size: 15px; line-height: 1.8; max-width: 580px;\"\u003eThis cream is made for people who feel like nothing works. The combination of Bamboo Extract and Panthenol addresses every skin concern — naturally, gently, and without any side effects.\u003c\/p\u003e\n\u003cdiv class=\"problems-grid\"\u003e\n\u003cdiv class=\"problem-card\"\u003e\n\u003cdiv class=\"problem-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eDry \u0026amp; Dehydrated Skin\u003c\/h3\u003e\n\u003cp\u003ePanthenol locks deep moisture inside the skin — apply at night, wake up to soft, dewy skin every morning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"problem-card\"\u003e\n\u003cdiv class=\"problem-icon\"\u003e🔴\u003c\/div\u003e\n\u003ch3\u003eRedness \u0026amp; Irritation\u003c\/h3\u003e\n\u003cp\u003eBamboo extract calms inflammation and visibly reduces redness through its natural soothing properties.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"problem-card\"\u003e\n\u003cdiv class=\"problem-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eWeak Skin Barrier\u003c\/h3\u003e\n\u003cp\u003eRepairs a damaged barrier to protect your skin from bacteria, pollution, and environmental stressors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"problem-card\"\u003e\n\u003cdiv class=\"problem-icon\"\u003e🌙\u003c\/div\u003e\n\u003ch3\u003eDullness \u0026amp; Fatigue\u003c\/h3\u003e\n\u003cp\u003eDeeply nourishes overnight so you wake up with skin that looks fresh, glowing, and visibly alive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"problem-card\"\u003e\n\u003cdiv class=\"problem-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eAcne-Prone Skin\u003c\/h3\u003e\n\u003cp\u003eNon-comedogenic formula — it never clogs pores, so there's no risk of breakouts or new acne forming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"problem-card\"\u003e\n\u003cdiv class=\"problem-icon\"\u003e🌸\u003c\/div\u003e\n\u003ch3\u003eSensitive Skin\u003c\/h3\u003e\n\u003cp\u003eFragrance-free and hypoallergenic — completely safe through seasonal changes and harsh weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003csection class=\"ingredients-section\"\u003e\n\u003cdiv class=\"ingredients-inner\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"section-eye\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003ePure Ingredients\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eThe power of nature,\u003cbr\u003ebacked by science\u003c\/h2\u003e\n\u003cdiv class=\"ing-list\"\u003e\n\u003cdiv class=\"ing-item\"\u003e\n\u003cdiv class=\"ing-dot\"\u003e🎋\u003c\/div\u003e\n\u003cdiv class=\"ing-content\"\u003e\n\u003ch4\u003eBamboo Extract\u003c\/h4\u003e\n\u003cp\u003ePure extract sourced directly from bamboo trees, rich in silica and amino acids — strengthens the skin and actively repairs damage from within.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-item\"\u003e\n\u003cdiv class=\"ing-dot\"\u003e💎\u003c\/div\u003e\n\u003cdiv class=\"ing-content\"\u003e\n\u003ch4\u003ePanthenol (Vitamin B5)\u003c\/h4\u003e\n\u003cp\u003eA deep-acting moisturizer that regenerates skin cells, accelerates healing, and delivers long-lasting softness and suppleness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-item\"\u003e\n\u003cdiv class=\"ing-dot\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"ing-content\"\u003e\n\u003ch4\u003eNatural Botanical Complex\u003c\/h4\u003e\n\u003cp\u003eParaben-free, sulfate-free, and free from artificial fragrance — only what your skin truly needs, nothing it doesn't.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-visual\"\u003e\n\u003cdiv class=\"organic-badge\"\u003e\n\u003cdiv class=\"big\"\u003e100%\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eOrganic \u0026amp; Natural\u003c\/div\u003e\n\u003cdiv class=\"note\"\u003eNo parabens · No sulfates\u003cbr\u003eNo artificial fragrance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GALLERY --\u003e\n\u003csection class=\"gallery-section\"\u003e\n\u003cp class=\"section-eye\"\u003eProduct Gallery\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eSee it, understand it,\u003cbr\u003e\u003cem\u003etrust it\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cem\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/1098\/1115\/files\/ChatGPT_Image_Jun_18_2026_04_47_29_PM.png?v=1781937477\"\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/1098\/1115\/files\/ChatGPT_Image_Jun_18_2026_04_49_56_PM.png?v=1781937477\"\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv class=\"gallery-grid\"\u003e\n\u003cdiv class=\"gallery-card\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003e\n\u003ch4\u003eLightweight Texture\u003c\/h4\u003e\n\u003cp\u003eAbsorbs instantly into the skin — no greasiness, no residue, just pure comfort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-card\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003e\n\u003ch4\u003eVisible Results\u003c\/h4\u003e\n\u003cp\u003eWith regular use, skin becomes noticeably softer, clearer, and healthier\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SAFE --\u003e\n\u003csection class=\"safe-section\"\u003e\n\u003cdiv class=\"safe-inner\"\u003e\n\u003cp style=\"text-align: center;\" class=\"section-eye\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eZero Compromise\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\" class=\"section-title\"\u003eAbsolutely no side effects —\u003cbr\u003e\u003cem\u003eguaranteed\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"safe-grid\"\u003e\n\u003cdiv class=\"safe-item\"\u003e\n\u003cdiv class=\"safe-icon\"\u003e🚫\u003c\/div\u003e\n\u003cspan\u003eParaben Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safe-item\"\u003e\n\u003cdiv class=\"safe-icon\"\u003e🌿\u003c\/div\u003e\n\u003cspan\u003eSulfate Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safe-item\"\u003e\n\u003cdiv class=\"safe-icon\"\u003e🧪\u003c\/div\u003e\n\u003cspan\u003eCruelty Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safe-item\"\u003e\n\u003cdiv class=\"safe-icon\"\u003e🌸\u003c\/div\u003e\n\u003cspan\u003eFragrance Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safe-item\"\u003e\n\u003cdiv class=\"safe-icon\"\u003e✅\u003c\/div\u003e\n\u003cspan\u003eDermatologist Tested\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safe-item\"\u003e\n\u003cdiv class=\"safe-icon\"\u003e👶\u003c\/div\u003e\n\u003cspan\u003eSensitive Skin Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"howto-section\"\u003e\n\u003cp class=\"section-eye\"\u003eHow to Use\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003e3 simple steps —\u003cbr\u003e\u003cem\u003eresults guaranteed\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eCleanse Your Face\u003c\/h4\u003e\n\u003cp\u003eWash your face with a gentle cleanser and pat dry with a soft towel — leave skin slightly damp for better absorption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eApply Toner (Optional)\u003c\/h4\u003e\n\u003cp\u003eIf you use a toner, apply it first — the cream works even more effectively on a prepped, toned complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eApply Cream — Morning or Night\u003c\/h4\u003e\n\u003cp\u003eTake a pea-sized amount, dot it across your face, and blend gently in upward strokes. Suitable for both AM and PM routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA FOOTER --\u003e\n\u003csection class=\"cta-footer\"\u003e\n\u003ch2\u003eGive your skin the care it deserves\u003c\/h2\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/1098\/1115\/files\/skin_care_4.png?v=1782114056\"\u003e\u003c\/p\u003e\n\u003cp\u003eSeoul's best-selling barrier cream — now available in Pakistan. Authentic, imported, and exactly what your skin has been waiting for.\u003c\/p\u003e\n\u003cbutton class=\"btn-white\"\u003e🛒 Order Today\u003c\/button\u003e\n\u003cp class=\"price-note\"\u003e⚡ Fast Delivery · Cash on Delivery Available · 100% Genuine Product\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Purito","offers":[{"title":"Default Title","offer_id":48994811838715,"sku":null,"price":1599.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/1098\/1115\/files\/ChatGPTImageJun18_2026_04_24_09PM.png?v=1781937250"}],"url":"https:\/\/puritoskincare.store\/collections\/frontpage.oembed","provider":"Purito","version":"1.0","type":"link"}