{"product_id":"16pcs-laikou-sakura-skincare-collection","title":"16pcs LAIKOU Sakura Skincare Collection","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Montserrat:wght@300;400;600;700\u0026display=swap');\n\n  .sk2-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .sk2-wrap {\n    font-family: 'Montserrat', sans-serif;\n    color: #1a0010;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0 16px;\n    background: #fff;\n  }\n\n  \/* ── HERO ── *\/\n  .sk2-hero {\n    position: relative;\n    border-radius: 20px;\n    overflow: hidden;\n    padding: 64px 40px;\n    text-align: center;\n    margin-bottom: 56px;\n    background: linear-gradient(160deg, #fff0f5 0%, #ffe4ef 40%, #ffc8de 100%);\n    animation: sk2FadeDown 1s ease both;\n  }\n  \/* animated shimmer overlay *\/\n  .sk2-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(120deg,\n      transparent 0%,\n      rgba(255,255,255,0.55) 40%,\n      transparent 80%);\n    background-size: 200% 100%;\n    animation: sk2Shimmer 3.5s ease-in-out infinite;\n    pointer-events: none;\n  }\n  \/* soft radial glow *\/\n  .sk2-hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 50% 110%, rgba(255,182,213,0.5) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .sk2-hero-inner { position: relative; z-index: 1; }\n  .sk2-eyebrow {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #c4607a;\n    margin-bottom: 18px;\n    opacity: 0;\n    animation: sk2FadeIn 0.8s 0.5s ease forwards;\n  }\n  .sk2-hero-title {\n    font-family: 'Cormorant Garamond', 'Georgia', serif;\n    font-size: clamp(30px, 6vw, 52px);\n    font-weight: 300;\n    color: #2d0a1e;\n    line-height: 1.2;\n    margin-bottom: 14px;\n    opacity: 0;\n    animation: sk2FadeIn 0.8s 0.7s ease forwards;\n  }\n  .sk2-hero-title em {\n    font-style: italic;\n    color: #c4607a;\n  }\n  .sk2-petal-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin: 20px auto;\n    opacity: 0;\n    animation: sk2FadeIn 0.8s 0.9s ease forwards;\n  }\n  .sk2-petal-divider::before,\n  .sk2-petal-divider::after {\n    content: '';\n    flex: 1;\n    max-width: 80px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #e8a0b8);\n  }\n  .sk2-petal-divider::after {\n    background: linear-gradient(90deg, #e8a0b8, transparent);\n  }\n  .sk2-petal-icon { font-size: 18px; }\n  .sk2-hero-sub {\n    font-size: 14px;\n    font-weight: 300;\n    color: #6b2040;\n    max-width: 520px;\n    margin: 0 auto;\n    line-height: 1.85;\n    opacity: 0;\n    animation: sk2FadeIn 0.8s 1.1s ease forwards;\n  }\n\n  \/* ── SECTION LABELS ── *\/\n  .sk2-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #c4607a;\n    text-align: center;\n    margin-bottom: 10px;\n  }\n  .sk2-heading {\n    font-family: 'Cormorant Garamond', 'Georgia', serif;\n    font-size: clamp(22px, 4vw, 36px);\n    font-weight: 300;\n    text-align: center;\n    color: #2d0a1e;\n    margin-bottom: 36px;\n  }\n\n  \/* ── INCLUDED GRID ── *\/\n  .sk2-included-section { margin-bottom: 56px; }\n  .sk2-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n    gap: 14px;\n  }\n  .sk2-pill {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: linear-gradient(135deg, #fff0f5, #ffe4ef);\n    border: 1px solid #f5c0d0;\n    border-radius: 50px;\n    padding: 14px 18px;\n    opacity: 0;\n    transform: scale(0.92);\n    animation: sk2PopIn 0.5s ease forwards;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;\n    cursor: default;\n  }\n  .sk2-pill:hover {\n    transform: scale(1.04);\n    box-shadow: 0 8px 24px rgba(196,96,122,0.18);\n    background: linear-gradient(135deg, #ffe4ef, #ffc8de);\n  }\n  .sk2-pill:nth-child(1)  { animation-delay: 0.05s; }\n  .sk2-pill:nth-child(2)  { animation-delay: 0.10s; }\n  .sk2-pill:nth-child(3)  { animation-delay: 0.15s; }\n  .sk2-pill:nth-child(4)  { animation-delay: 0.20s; }\n  .sk2-pill:nth-child(5)  { animation-delay: 0.25s; }\n  .sk2-pill:nth-child(6)  { animation-delay: 0.30s; }\n  .sk2-pill:nth-child(7)  { animation-delay: 0.35s; }\n  .sk2-pill:nth-child(8)  { animation-delay: 0.40s; }\n  .sk2-pill:nth-child(9)  { animation-delay: 0.45s; }\n  .sk2-pill:nth-child(10) { animation-delay: 0.50s; }\n  .sk2-pill:nth-child(11) { animation-delay: 0.55s; }\n  .sk2-pill:nth-child(12) { animation-delay: 0.60s; }\n  .sk2-pill:nth-child(13) { animation-delay: 0.65s; }\n  .sk2-pill:nth-child(14) { animation-delay: 0.70s; }\n  .sk2-pill:nth-child(15) { animation-delay: 0.75s; }\n  .sk2-pill:nth-child(16) { animation-delay: 0.80s; }\n  .sk2-pill-dot {\n    flex-shrink: 0;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #c4607a, #ffb6c1);\n  }\n  .sk2-pill-name {\n    font-size: 12px;\n    font-weight: 400;\n    color: #4a1a2a;\n    line-height: 1.3;\n  }\n\n  \/* ── BENEFIT CARDS ── *\/\n  .sk2-benefits-section { margin-bottom: 56px; }\n  .sk2-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 20px;\n  }\n  .sk2-card {\n    background: #fff;\n    border: 1px solid #f5c0d0;\n    border-radius: 16px;\n    padding: 32px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    opacity: 0;\n    transform: translateY(28px);\n    animation: sk2SlideUp 0.7s ease forwards;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n  .sk2-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #ffc8de, #c4607a, #ffc8de);\n    background-size: 200% 100%;\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.45s ease;\n    animation: sk2GradientShift 3s ease infinite;\n  }\n  .sk2-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(196,96,122,0.14); }\n  .sk2-card:hover::before { transform: scaleX(1); }\n  .sk2-card:nth-child(1) { animation-delay: 0.1s; }\n  .sk2-card:nth-child(2) { animation-delay: 0.2s; }\n  .sk2-card:nth-child(3) { animation-delay: 0.3s; }\n  .sk2-card:nth-child(4) { animation-delay: 0.4s; }\n  .sk2-card-icon { font-size: 32px; margin-bottom: 14px; display: block; }\n  .sk2-card-title {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #c4607a;\n    margin-bottom: 10px;\n  }\n  .sk2-card-text { font-size: 13px; font-weight: 300; color: #4a1a2a; line-height: 1.7; }\n\n  \/* ── PHILOSOPHY BLOCK ── *\/\n  .sk2-philosophy {\n    position: relative;\n    border-radius: 20px;\n    overflow: hidden;\n    padding: 56px 48px;\n    text-align: center;\n    margin-bottom: 48px;\n    background: linear-gradient(160deg, #2d0a1e 0%, #6b2040 50%, #c4607a 100%);\n    animation: sk2FadeUp 0.9s 0.2s ease both;\n  }\n  .sk2-philosophy::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(120deg,\n      transparent 0%,\n      rgba(255,255,255,0.08) 40%,\n      transparent 80%);\n    background-size: 200% 100%;\n    animation: sk2Shimmer 4s ease-in-out infinite;\n    pointer-events: none;\n  }\n  .sk2-philosophy-inner { position: relative; z-index: 1; }\n  .sk2-philosophy .sk2-label { color: #ffb6c1; }\n  .sk2-philosophy .sk2-heading { color: #fff5f7; margin-bottom: 24px; }\n  .sk2-philosophy-text {\n    font-family: 'Cormorant Garamond', 'Georgia', serif;\n    font-size: clamp(15px, 2.5vw, 18px);\n    font-style: italic;\n    font-weight: 300;\n    color: rgba(255,245,247,0.85);\n    max-width: 560px;\n    margin: 0 auto;\n    line-height: 1.9;\n  }\n\n  \/* ── TAGLINE ── *\/\n  .sk2-tagline {\n    text-align: center;\n    padding: 40px 28px;\n    border-radius: 16px;\n    background: linear-gradient(135deg, #fff0f5, #ffe4ef);\n    border: 1px solid #f5c0d0;\n    position: relative;\n    overflow: hidden;\n    animation: sk2FadeUp 0.9s 0.3s ease both;\n  }\n  .sk2-tagline::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(120deg,\n      transparent 0%,\n      rgba(255,255,255,0.6) 45%,\n      transparent 85%);\n    background-size: 200% 100%;\n    animation: sk2Shimmer 4.5s ease-in-out infinite;\n    pointer-events: none;\n  }\n  .sk2-tagline-inner { position: relative; z-index: 1; }\n  .sk2-tagline-quote {\n    font-family: 'Cormorant Garamond', 'Georgia', serif;\n    font-size: clamp(17px, 3vw, 24px);\n    font-style: italic;\n    font-weight: 300;\n    color: #2d0a1e;\n    line-height: 1.55;\n    margin-bottom: 16px;\n  }\n  .sk2-tagline-brand {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #c4607a;\n  }\n\n  \/* ── KEYFRAMES ── *\/\n  @keyframes sk2FadeIn    { from { opacity: 0; } to { opacity: 1; } }\n  @keyframes sk2FadeDown  { from { opacity: 0; transform: translateY(-24px); } to { opacity: 1; transform: translateY(0); } }\n  @keyframes sk2FadeUp    { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }\n  @keyframes sk2SlideUp   { to { opacity: 1; transform: translateY(0); } }\n  @keyframes sk2PopIn     { to { opacity: 1; transform: scale(1); } }\n  @keyframes sk2Shimmer   { 0%,100% { background-position: -100% 0; } 50% { background-position: 200% 0; } }\n  @keyframes sk2GradientShift { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }\n\n  @media (max-width: 600px) {\n    .sk2-hero, .sk2-philosophy { padding: 40px 20px; }\n    .sk2-grid { grid-template-columns: 1fr 1fr; }\n    .sk2-tagline { padding: 32px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sk2-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"sk2-hero\"\u003e\n\u003cdiv class=\"sk2-hero-inner\"\u003e\n\u003cp class=\"sk2-eyebrow\"\u003eJapanese-Inspired Skincare Ritual\u003c\/p\u003e\n\u003ch2 class=\"sk2-hero-title\"\u003e16pcs LAIKOU\u003cbr\u003e\u003cem\u003eSakura Skincare Collection\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"sk2-petal-divider\"\u003e\u003cspan class=\"sk2-petal-icon\"\u003e🌸\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"sk2-hero-sub\"\u003eInspired by the fleeting beauty of cherry blossoms, this complete 16-piece collection brings the secrets of Japanese skincare to your daily ritual — leaving skin luminous, hydrated, and timelessly youthful.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"sk2-benefits-section\"\u003e\n\u003cp class=\"sk2-label\"\u003eWhy You'll Love It\u003c\/p\u003e\n\u003ch3 class=\"sk2-heading\"\u003eSkin That Blooms\u003c\/h3\u003e\n\u003cdiv class=\"sk2-cards\"\u003e\n\u003cdiv class=\"sk2-card\"\u003e\n\u003cspan class=\"sk2-card-icon\"\u003e🌸\u003c\/span\u003e\n\u003cp class=\"sk2-card-title\"\u003eSakura Extract\u003c\/p\u003e\n\u003cp class=\"sk2-card-text\"\u003eRich in antioxidants, cherry blossom extract brightens skin tone and protects against environmental stressors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sk2-card\"\u003e\n\u003cspan class=\"sk2-card-icon\"\u003e💧\u003c\/span\u003e\n\u003cp class=\"sk2-card-title\"\u003eDeep Hydration\u003c\/p\u003e\n\u003cp class=\"sk2-card-text\"\u003eEvery step of this routine locks in moisture for a plump, dewy complexion that lasts all day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sk2-card\"\u003e\n\u003cspan class=\"sk2-card-icon\"\u003e✨\u003c\/span\u003e\n\u003cp class=\"sk2-card-title\"\u003eBrightening \u0026amp; Glow\u003c\/p\u003e\n\u003cp class=\"sk2-card-text\"\u003eVisibly reduces dullness and uneven skin tone, revealing a radiant, lit-from-within glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sk2-card\"\u003e\n\u003cspan class=\"sk2-card-icon\"\u003e🎁\u003c\/span\u003e\n\u003cp class=\"sk2-card-title\"\u003ePerfect Gift Set\u003c\/p\u003e\n\u003cp class=\"sk2-card-text\"\u003eBeautifully packaged — an ideal gift for birthdays, anniversaries, or treating yourself to a full luxury routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PHILOSOPHY --\u003e\n\u003cdiv class=\"sk2-philosophy\"\u003e\n\u003cdiv class=\"sk2-philosophy-inner\"\u003e\n\u003cp class=\"sk2-label\"\u003eThe Sakura Philosophy\u003c\/p\u003e\n\u003ch3 class=\"sk2-heading\"\u003eBeauty Inspired by Nature\u003c\/h3\u003e\n\u003cp class=\"sk2-philosophy-text\"\u003eIn Japanese culture, the sakura blossom represents renewal, grace, and the beauty of the present moment. LAIKOU has captured this essence in every formula — gentle yet powerful, delicate yet transformative. Open the box, breathe in the soft floral scent, and let your skin begin its most beautiful chapter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TAGLINE --\u003e\n\u003cdiv class=\"sk2-tagline\"\u003e\n\u003cdiv class=\"sk2-tagline-inner\"\u003e\n\u003cp class=\"sk2-tagline-quote\"\u003e“Your complete skin ritual, wrapped in the beauty of cherry blossoms.”\u003c\/p\u003e\n\u003cp class=\"sk2-tagline-brand\"\u003eBeautyGlowSA — Curated Skincare\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAIKOU","offers":[{"title":"Default Title","offer_id":54225935663388,"sku":null,"price":520.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/1176\/4508\/files\/f177474f-2329-4532-bed8-8c9586226ee8.avif?v=1782152059","url":"https:\/\/www.beautyglowsa.co.za\/products\/16pcs-laikou-sakura-skincare-collection","provider":"BeautyGlowSA","version":"1.0","type":"link"}