{"product_id":"exotic-diy-lashes","title":"Exotic DIY Lashes","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026family=Montserrat:wght@200;300;400;500\u0026display=swap');\n\n  .lash-wrapper {\n    font-family: 'Montserrat', sans-serif;\n    background: radial-gradient(ellipse at top, #1c0a12 0%, #0a0a0a 60%, #0d0d0d 100%);\n    border: 1px solid rgba(201,168,76,0.4);\n    border-radius: 2px;\n    padding: 60px 48px;\n    color: #f5e6ea;\n    position: relative;\n    overflow: hidden;\n    max-width: 740px;\n    margin: 0 auto;\n    box-shadow: 0 0 60px rgba(201,168,76,0.06), inset 0 0 80px rgba(201,168,76,0.03);\n  }\n\n  \/* Animated shimmer border *\/\n  .lash-wrapper::before {\n    content: '';\n    position: absolute;\n    top: -1px; left: -1px; right: -1px; bottom: -1px;\n    background: linear-gradient(90deg, #c9a84c, #f5d98b, #e8b4c8, #f5d98b, #c9a84c);\n    background-size: 400% 100%;\n    border-radius: 2px;\n    z-index: -1;\n    animation: shimmerBorder 6s linear infinite;\n    opacity: 0.7;\n  }\n\n  \/* Inner vignette glow *\/\n  .lash-wrapper::after {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 200px;\n    background: radial-gradient(ellipse at 50% 0%, rgba(232,180,200,0.08) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  @keyframes shimmerBorder {\n    0% { background-position: 0% 50%; }\n    100% { background-position: 400% 50%; }\n  }\n\n  \/* Floating gold particles *\/\n  .particle {\n    position: absolute;\n    width: 2px;\n    height: 2px;\n    background: #f5d98b;\n    border-radius: 50%;\n    opacity: 0;\n    animation: floatUp 8s infinite ease-in-out;\n  }\n  .particle:nth-child(1) { left: 8%; animation-delay: 0s; width: 3px; height: 3px; }\n  .particle:nth-child(2) { left: 22%; animation-delay: 2s; }\n  .particle:nth-child(3) { left: 45%; animation-delay: 4s; width: 3px; height: 3px; }\n  .particle:nth-child(4) { left: 68%; animation-delay: 1.2s; }\n  .particle:nth-child(5) { left: 85%; animation-delay: 3s; width: 3px; height: 3px; }\n  .particle:nth-child(6) { left: 35%; animation-delay: 5.5s; }\n  .particle:nth-child(7) { left: 78%; animation-delay: 0.7s; }\n\n  @keyframes floatUp {\n    0% { bottom: -10px; opacity: 0; transform: translateX(0) scale(1); }\n    15% { opacity: 0.9; }\n    70% { opacity: 0.3; transform: translateX(12px) scale(0.8); }\n    100% { bottom: 105%; opacity: 0; transform: translateX(-8px) scale(0.5); }\n  }\n\n  \/* Crown ornament *\/\n  .lash-crown {\n    text-align: center;\n    font-size: 1.4rem;\n    margin-bottom: 16px;\n    animation: crownGlow 3s ease-in-out infinite;\n    display: block;\n    letter-spacing: 8px;\n    color: #c9a84c;\n  }\n  @keyframes crownGlow {\n    0%, 100% { text-shadow: 0 0 8px rgba(201,168,76,0.3); opacity: 0.8; }\n    50% { text-shadow: 0 0 20px rgba(245,217,139,0.6), 0 0 40px rgba(201,168,76,0.2); opacity: 1; }\n  }\n\n  \/* Gold divider *\/\n  .gold-divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 28px 0;\n  }\n  .gold-divider::before,\n  .gold-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.6), transparent);\n  }\n  .divider-icon {\n    color: #c9a84c;\n    font-size: 10px;\n    letter-spacing: 6px;\n    opacity: 0.8;\n  }\n\n  \/* Headline *\/\n  .lash-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 2.8rem;\n    font-weight: 300;\n    font-style: italic;\n    color: #f5d98b;\n    text-align: center;\n    margin: 0 0 8px;\n    letter-spacing: 3px;\n    line-height: 1.2;\n    animation: fadeSlideDown 1.2s cubic-bezier(0.22,1,0.36,1) forwards;\n    opacity: 0;\n    text-shadow: 0 2px 30px rgba(245,217,139,0.2);\n  }\n  @keyframes fadeSlideDown {\n    from { opacity: 0; transform: translateY(-24px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .lash-subheadline {\n    font-size: 0.58rem;\n    letter-spacing: 8px;\n    text-transform: uppercase;\n    color: #e8b4c8;\n    text-align: center;\n    margin-bottom: 8px;\n    animation: fadeIn 1.8s ease-out 0.5s forwards;\n    opacity: 0;\n    font-weight: 300;\n  }\n  @keyframes fadeIn {\n    from { opacity: 0; }\n    to { opacity: 1; }\n  }\n\n  \/* Intro *\/\n  .lash-intro {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.05rem;\n    line-height: 2;\n    color: #e8d5da;\n    text-align: center;\n    font-weight: 300;\n    font-style: italic;\n    margin-bottom: 40px;\n    animation: fadeSlideUp 1.2s cubic-bezier(0.22,1,0.36,1) 0.7s forwards;\n    opacity: 0;\n    letter-spacing: 0.5px;\n  }\n  @keyframes fadeSlideUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Feature cards *\/\n  .lash-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));\n    gap: 14px;\n    margin: 36px 0;\n  }\n\n  .feature-card {\n    background: linear-gradient(145deg, rgba(201,168,76,0.05), rgba(232,180,200,0.03));\n    border: 1px solid rgba(201,168,76,0.18);\n    border-radius: 1px;\n    padding: 26px 16px;\n    text-align: center;\n    transition: all 0.5s cubic-bezier(0.22,1,0.36,1);\n    animation: fadeSlideUp 1s ease-out forwards;\n    opacity: 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.5), transparent);\n    transform: scaleX(0);\n    transition: transform 0.5s ease;\n  }\n  .feature-card:hover::before { transform: scaleX(1); }\n  .feature-card:nth-child(1) { animation-delay: 0.9s; }\n  .feature-card:nth-child(2) { animation-delay: 1.1s; }\n  .feature-card:nth-child(3) { animation-delay: 1.3s; }\n  .feature-card:nth-child(4) { animation-delay: 1.5s; }\n\n  .feature-card:hover {\n    background: linear-gradient(145deg, rgba(201,168,76,0.1), rgba(232,180,200,0.06));\n    border-color: rgba(201,168,76,0.5);\n    transform: translateY(-6px);\n    box-shadow: 0 12px 32px rgba(201,168,76,0.12), 0 4px 12px rgba(0,0,0,0.3);\n  }\n\n  .feature-icon {\n    font-size: 1.4rem;\n    margin-bottom: 12px;\n    display: block;\n    filter: drop-shadow(0 0 6px rgba(201,168,76,0.3));\n  }\n\n  .feature-title {\n    font-size: 0.55rem;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    margin-bottom: 8px;\n    font-weight: 500;\n  }\n\n  .feature-desc {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 0.88rem;\n    color: #c8adb5;\n    line-height: 1.7;\n    font-style: italic;\n  }\n\n  \/* Steps *\/\n  .lash-steps-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.5rem;\n    font-style: italic;\n    font-weight: 300;\n    color: #f5d98b;\n    text-align: center;\n    letter-spacing: 3px;\n    margin-bottom: 24px;\n    text-shadow: 0 0 20px rgba(245,217,139,0.15);\n  }\n\n  .lash-steps {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 40px;\n  }\n\n  .lash-steps li {\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    padding: 18px 0;\n    border-bottom: 1px solid rgba(201,168,76,0.08);\n    animation: fadeSlideUp 1s ease-out forwards;\n    opacity: 0;\n    transition: background 0.3s ease;\n  }\n  .lash-steps li:hover { background: rgba(201,168,76,0.02); }\n  .lash-steps li:nth-child(1) { animation-delay: 1.7s; }\n  .lash-steps li:nth-child(2) { animation-delay: 1.9s; }\n  .lash-steps li:nth-child(3) { animation-delay: 2.1s; }\n  .lash-steps li:nth-child(4) { animation-delay: 2.3s; }\n  .lash-steps li:last-child { border-bottom: none; }\n\n  .step-num {\n    min-width: 32px;\n    height: 32px;\n    border: 1px solid rgba(201,168,76,0.5);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.6rem;\n    color: #c9a84c;\n    font-weight: 400;\n    letter-spacing: 0;\n    flex-shrink: 0;\n    margin-top: 2px;\n    background: rgba(201,168,76,0.04);\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 0.85rem;\n  }\n\n  .step-text {\n    font-size: 0.82rem;\n    color: #ddc8ce;\n    line-height: 1.8;\n    font-weight: 300;\n  }\n\n  .step-text strong {\n    color: #f5d98b;\n    font-weight: 400;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Tagline *\/\n  .lash-tagline {\n    text-align: center;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.25rem;\n    font-style: italic;\n    font-weight: 300;\n    color: #e8b4c8;\n    letter-spacing: 1.5px;\n    margin-top: 36px;\n    line-height: 1.6;\n    animation: pulse 4s ease-in-out infinite;\n    text-shadow: 0 0 20px rgba(232,180,200,0.2);\n  }\n  @keyframes pulse {\n    0%, 100% { opacity: 0.65; }\n    50% { opacity: 1; }\n  }\n\n  \/* Bottom ornament *\/\n  .lash-bottom-ornament {\n    text-align: center;\n    margin-top: 28px;\n    font-size: 0.55rem;\n    letter-spacing: 10px;\n    text-transform: uppercase;\n    color: rgba(201,168,76,0.35);\n    font-weight: 300;\n  }\n\n  @media (max-width: 480px) {\n    .lash-wrapper { padding: 36px 22px; }\n    .lash-headline { font-size: 2rem; }\n    .lash-features { grid-template-columns: 1fr 1fr; }\n    .lash-intro { font-size: 0.95rem; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lash-wrapper\"\u003e\n  \u003c!-- Particles --\u003e\n  \u003cdiv class=\"particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"particle\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Crown ornament --\u003e\n  \u003cspan class=\"lash-crown\"\u003e♛\u003c\/span\u003e\n\n  \u003c!-- Header --\u003e\n  \u003ch2 class=\"lash-headline\"\u003eExotic DIY Lashes\u003c\/h2\u003e\n  \u003cp class=\"lash-subheadline\"\u003eCrowned Elegance  ·  Luxury Lash Atelier\u003c\/p\u003e\n\n  \u003cdiv class=\"gold-divider\"\u003e\u003cspan class=\"divider-icon\"\u003e◆   ◆   ◆\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"lash-intro\"\u003e\n    For the woman who understands that true glamour is never accidental —\u003cbr\u003e\n    our Exotic DIY Lashes are an invitation to transform. Sculpted for drama,\n    refined for grace. A salon finish, entirely on your terms.\n  \u003c\/p\u003e\n\n  \u003c!-- Feature Cards --\u003e\n  \u003cdiv class=\"lash-features\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e✦\u003c\/span\u003e\n      \u003cdiv class=\"feature-title\"\u003eLuxe Volume\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eDramatic, full-bodied lashes that frame your gaze with quiet authority.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e◈\u003c\/span\u003e\n      \u003cdiv class=\"feature-title\"\u003eReusable\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eUp to 25 wears with care — enduring luxury, beautifully sustained.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e❧\u003c\/span\u003e\n      \u003cdiv class=\"feature-title\"\u003eEffortless Apply\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eA flexible, featherlight band designed for a flawless, intuitive fit.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cspan class=\"feature-icon\"\u003e✿\u003c\/span\u003e\n      \u003cdiv class=\"feature-title\"\u003eCruelty-Free\u003c\/div\u003e\n      \u003cdiv class=\"feature-desc\"\u003eEthically crafted with premium vegan fibres — beauty with integrity.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gold-divider\"\u003e\u003cspan class=\"divider-icon\"\u003e◆   ◆   ◆\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- How to Apply --\u003e\n  \u003cp class=\"lash-steps-title\"\u003eThe Art of Application\u003c\/p\u003e\n  \u003cul class=\"lash-steps\"\u003e\n    \u003cli\u003e\n      \u003cspan class=\"step-num\"\u003eI\u003c\/span\u003e\n      \u003cspan class=\"step-text\"\u003e\u003cstrong\u003eMeasure \u0026amp; Sculpt\u003c\/strong\u003e — Hold the lash delicately against your lash line and trim any excess from the outer edge for a bespoke fit.\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"step-num\"\u003eII\u003c\/span\u003e\n      \u003cspan class=\"step-text\"\u003e\u003cstrong\u003eApply Adhesive\u003c\/strong\u003e — Trace a fine layer of lash adhesive along the band. Allow 30 seconds for it to become perfectly tacky.\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"step-num\"\u003eIII\u003c\/span\u003e\n      \u003cspan class=\"step-text\"\u003e\u003cstrong\u003ePlace \u0026amp; Press\u003c\/strong\u003e — Align as close to your natural lash line as possible, pressing gently from centre outward with precision.\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"step-num\"\u003eIV\u003c\/span\u003e\n      \u003cspan class=\"step-text\"\u003e\u003cstrong\u003eBlend \u0026amp; Reveal\u003c\/strong\u003e — Finish with a sweep of liner or mascara to meld seamlessly — and let your gaze do the rest.\u003c\/span\u003e\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"gold-divider\"\u003e\u003cspan class=\"divider-icon\"\u003e◆   ◆   ◆\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- Tagline --\u003e\n  \u003cp class=\"lash-tagline\"\u003e“Because every glance deserves to be unforgettable.”\u003c\/p\u003e\n\n  \u003c!-- Bottom ornament --\u003e\n  \u003cp class=\"lash-bottom-ornament\"\u003eCrowned Elegance  ·  Est. in Luxury\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Crowned Elegance","offers":[{"title":"Default Title","offer_id":52689110892820,"sku":null,"price":299.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/file_00000000ee9c71f4a59ce2224e7a63f7.png?v=1782138601","url":"https:\/\/crownedelegance.co.za\/products\/exotic-diy-lashes","provider":"Crowned Elegance","version":"1.0","type":"link"}