{"product_id":"3-pcs-oval-green-crystal-jewellery-set-for-women","title":"3 Pcs Oval Green Crystal Jewellery Set for Women","description":"\u003cstyle\u003e\n  .gc-emerald-set {\n    --gc-green: #075e4b;\n    --gc-green-dark: #034438;\n    --gc-green-soft: #edf8f4;\n    --gc-gold: #c99b3c;\n    --gc-gold-soft: #f8edcf;\n    --gc-cream: #fffdf8;\n    --gc-text: #272727;\n    --gc-muted: #696969;\n    --gc-border: #e8dfcc;\n\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--gc-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .gc-emerald-set * {\n    box-sizing: border-box;\n  }\n\n  .gc-emerald-set img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    border-radius: 16px;\n  }\n\n  .gc-emerald-set h2,\n  .gc-emerald-set h3,\n  .gc-emerald-set p {\n    margin-top: 0;\n  }\n\n  .gc-image {\n    margin: 24px 0;\n    overflow: hidden;\n    border-radius: 16px;\n    background: #f5f5f5;\n  }\n\n  \/* Hero *\/\n  .gc-hero {\n    margin-bottom: 34px;\n    text-align: center;\n  }\n\n  .gc-hero .gc-image {\n    margin-top: 0;\n  }\n\n  .gc-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 7px 15px;\n    color: var(--gc-green-dark);\n    background: var(--gc-gold-soft);\n    border: 1px solid #e4cc8d;\n    border-radius: 100px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .gc-title {\n    margin-bottom: 12px !important;\n    color: var(--gc-green-dark);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 34px;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  .gc-subtitle {\n    max-width: 680px;\n    margin: 0 auto !important;\n    color: var(--gc-muted);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  \/* Quick highlights *\/\n  .gc-highlights {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 9px;\n    margin: 28px 0 36px;\n  }\n\n  .gc-highlight {\n    padding: 15px 8px;\n    text-align: center;\n    background: var(--gc-cream);\n    border: 1px solid var(--gc-border);\n    border-radius: 12px;\n  }\n\n  .gc-highlight-icon {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 23px;\n    line-height: 1;\n  }\n\n  .gc-highlight-text {\n    color: var(--gc-green-dark);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1.35;\n  }\n\n  \/* Sections *\/\n  .gc-section {\n    margin: 40px 0;\n  }\n\n  .gc-section-heading {\n    margin-bottom: 10px !important;\n    color: var(--gc-green-dark);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 27px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .gc-section-intro {\n    margin-bottom: 21px !important;\n    color: var(--gc-muted);\n  }\n\n  .gc-center {\n    text-align: center;\n  }\n\n  \/* Feature list *\/\n  .gc-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 11px;\n  }\n\n  .gc-feature {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 17px;\n    background: #fff;\n    border: 1px solid var(--gc-border);\n    border-radius: 13px;\n    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.035);\n  }\n\n  .gc-feature-icon {\n    display: flex;\n    flex: 0 0 auto;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    color: #fff;\n    background: var(--gc-green);\n    border-radius: 50%;\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .gc-feature strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--gc-green-dark);\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .gc-feature span {\n    color: var(--gc-muted);\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  \/* Editorial block *\/\n  .gc-editorial {\n    padding: 27px;\n    background:\n      linear-gradient(\n        135deg,\n        var(--gc-green-dark) 0%,\n        var(--gc-green) 100%\n      );\n    border-radius: 18px;\n  }\n\n  .gc-editorial .gc-section-heading {\n    color: #fff;\n  }\n\n  .gc-editorial p {\n    color: rgba(255, 255, 255, 0.88);\n  }\n\n  .gc-editorial p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Pairing cards *\/\n  .gc-pairing-grid,\n  .gc-occasion-grid,\n  .gc-recipient-grid {\n    display: grid;\n    gap: 9px;\n  }\n\n  .gc-pairing-grid {\n    grid-template-columns: repeat(5, 1fr);\n    margin-top: 21px;\n  }\n\n  .gc-pairing {\n    padding: 12px 6px;\n    color: var(--gc-green-dark);\n    text-align: center;\n    background: #fff;\n    border: 1px solid var(--gc-border);\n    border-radius: 10px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  \/* Package *\/\n  .gc-package {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 11px;\n    margin-top: 20px;\n  }\n\n  .gc-package-item {\n    padding: 22px 12px;\n    text-align: center;\n    background: var(--gc-green-soft);\n    border: 1px solid #cce6dc;\n    border-radius: 14px;\n  }\n\n  .gc-package-icon {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 31px;\n    line-height: 1;\n  }\n\n  .gc-package-item strong {\n    display: block;\n    color: var(--gc-green-dark);\n    font-size: 14px;\n    line-height: 1.4;\n  }\n\n  .gc-package-note {\n    margin: 16px 0 0 !important;\n    color: var(--gc-muted);\n    text-align: center;\n    font-size: 14px;\n  }\n\n  \/* Occasions *\/\n  .gc-occasion-grid {\n    grid-template-columns: repeat(4, 1fr);\n  }\n\n  .gc-occasion {\n    padding: 14px 8px;\n    color: var(--gc-green-dark);\n    text-align: center;\n    background: var(--gc-cream);\n    border: 1px solid var(--gc-border);\n    border-radius: 11px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .gc-occasion span {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 23px;\n    line-height: 1;\n  }\n\n  \/* Gift section *\/\n  .gc-gift-box {\n    padding: 28px;\n    text-align: center;\n    background: #fff8e8;\n    border: 1px solid #ecd498;\n    border-radius: 18px;\n  }\n\n  .gc-gift-box .gc-section-heading {\n    margin-bottom: 8px !important;\n  }\n\n  .gc-recipient-grid {\n    grid-template-columns: repeat(3, 1fr);\n    max-width: 600px;\n    margin: 20px auto 0;\n  }\n\n  .gc-recipient {\n    padding: 10px;\n    color: #7d2635;\n    background: #fff;\n    border: 1px solid #efd6da;\n    border-radius: 100px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .gc-gift-tagline {\n    margin: 20px 0 0 !important;\n    color: var(--gc-green-dark);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 18px;\n    font-weight: 700;\n  }\n\n  \/* Trust points *\/\n  .gc-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n  }\n\n  .gc-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n    padding: 15px;\n    background: var(--gc-green-soft);\n    border-radius: 11px;\n  }\n\n  .gc-trust-icon {\n    flex: 0 0 auto;\n    font-size: 22px;\n  }\n\n  .gc-trust-item strong {\n    color: var(--gc-green-dark);\n    font-size: 14px;\n    line-height: 1.4;\n  }\n\n  \/* Specifications *\/\n  .gc-specifications {\n    overflow: hidden;\n    margin-top: 20px;\n    border: 1px solid var(--gc-border);\n    border-radius: 14px;\n  }\n\n  .gc-spec-row {\n    display: grid;\n    grid-template-columns: 36% 64%;\n    border-bottom: 1px solid var(--gc-border);\n  }\n\n  .gc-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .gc-spec-label,\n  .gc-spec-value {\n    padding: 14px 16px;\n    font-size: 14px;\n    line-height: 1.45;\n  }\n\n  .gc-spec-label {\n    color: var(--gc-green-dark);\n    background: var(--gc-green-soft);\n    font-weight: 800;\n  }\n\n  .gc-spec-value {\n    color: var(--gc-text);\n    background: #fff;\n  }\n\n  \/* Final CTA *\/\n  .gc-final-cta {\n    margin-top: 40px;\n    padding: 32px 24px;\n    text-align: center;\n    background:\n      linear-gradient(\n        135deg,\n        var(--gc-green-dark) 0%,\n        var(--gc-green) 100%\n      );\n    border: 2px solid var(--gc-gold);\n    border-radius: 18px;\n  }\n\n  .gc-final-cta h2 {\n    margin-bottom: 9px !important;\n    color: #fff;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 28px;\n    line-height: 1.25;\n  }\n\n  .gc-final-cta p {\n    max-width: 600px;\n    margin: 0 auto !important;\n    color: rgba(255, 255, 255, 0.88);\n  }\n\n  \/* Mobile *\/\n  @media screen and (max-width: 749px) {\n    .gc-emerald-set {\n      font-size: 15px;\n    }\n\n    .gc-title {\n      font-size: 27px;\n    }\n\n    .gc-subtitle {\n      font-size: 15px;\n    }\n\n    .gc-section {\n      margin: 32px 0;\n    }\n\n    .gc-section-heading {\n      font-size: 23px;\n    }\n\n    .gc-highlights {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gc-feature-grid,\n    .gc-trust-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .gc-pairing-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .gc-package {\n      grid-template-columns: 1fr;\n    }\n\n    .gc-occasion-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gc-recipient-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gc-editorial,\n    .gc-gift-box {\n      padding: 22px 18px;\n    }\n\n    .gc-spec-row {\n      grid-template-columns: 40% 60%;\n    }\n\n    .gc-spec-label,\n    .gc-spec-value {\n      padding: 12px 10px;\n      font-size: 12px;\n    }\n\n    .gc-final-cta {\n      padding: 27px 18px;\n    }\n\n    .gc-final-cta h2 {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"gc-emerald-set\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"gc-hero\"\u003e\n    \u003cdiv class=\"gc-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1115\/3045\/files\/ChatGPT_Image_Jul_16_2026_01_02_14_PM.png?v=1784281398\" alt=\"3 PCS Oval Emerald Green Crystal Jewellery Set for Women\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n\n    \u003cspan class=\"gc-eyebrow\"\u003eTimeless Elegance\u003c\/span\u003e\n\n    \u003ch2 class=\"gc-title\"\u003e\n      3 PCS Oval Emerald Green Crystal Jewellery Set\n    \u003c\/h2\u003e\n\n    \u003cp class=\"gc-subtitle\"\u003e\n      A beautifully coordinated necklace, earrings and bracelet set created to\n      bring effortless sophistication to every special look.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- QUICK HIGHLIGHTS --\u003e\n  \u003cdiv class=\"gc-highlights\"\u003e\n    \u003cdiv class=\"gc-highlight\"\u003e\n      \u003cspan class=\"gc-highlight-icon\"\u003e✨\u003c\/span\u003e\n      \u003cspan class=\"gc-highlight-text\"\u003eGold-Plated Finish\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gc-highlight\"\u003e\n      \u003cspan class=\"gc-highlight-icon\"\u003e💚\u003c\/span\u003e\n      \u003cspan class=\"gc-highlight-text\"\u003eEmerald Crystals\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gc-highlight\"\u003e\n      \u003cspan class=\"gc-highlight-icon\"\u003e🌿\u003c\/span\u003e\n      \u003cspan class=\"gc-highlight-text\"\u003eLightweight Design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gc-highlight\"\u003e\n      \u003cspan class=\"gc-highlight-icon\"\u003e🎀\u003c\/span\u003e\n      \u003cspan class=\"gc-highlight-text\"\u003eAdjustable Bracelet\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY YOU WILL LOVE IT --\u003e\n  \u003csection class=\"gc-section\"\u003e\n    \u003cdiv class=\"gc-center\"\u003e\n      \u003ch2 class=\"gc-section-heading\"\u003e✨ Why You’ll Love It\u003c\/h2\u003e\n      \u003cp class=\"gc-section-intro\"\u003e\n        Made for women who love graceful jewellery with a rich, luxurious finish.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gc-feature-grid\"\u003e\n      \u003cdiv class=\"gc-feature\"\u003e\n        \u003cspan class=\"gc-feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePremium Gold-Plated Finish\u003c\/strong\u003e\n          \u003cspan\u003eA polished golden finish for an elegant appearance.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-feature\"\u003e\n        \u003cspan class=\"gc-feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eEmerald Green Crystal Stones\u003c\/strong\u003e\n          \u003cspan\u003eRich green stones designed to catch the light beautifully.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-feature\"\u003e\n        \u003cspan class=\"gc-feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eLightweight \u0026amp; Comfortable\u003c\/strong\u003e\n          \u003cspan\u003eDesigned for comfortable wear throughout your occasion.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-feature\"\u003e\n        \u003cspan class=\"gc-feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eSkin-Friendly Material\u003c\/strong\u003e\n          \u003cspan\u003eSmoothly finished for a comfortable jewellery experience.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-feature\"\u003e\n        \u003cspan class=\"gc-feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eAdjustable Bracelet\u003c\/strong\u003e\n          \u003cspan\u003eEasily adjusts for a more comfortable and secure fit.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-feature\"\u003e\n        \u003cspan class=\"gc-feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePremium Craftsmanship\u003c\/strong\u003e\n          \u003cspan\u003eThoughtfully designed with attention to every detail.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-feature\"\u003e\n        \u003cspan class=\"gc-feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eVersatile Styling\u003c\/strong\u003e\n          \u003cspan\u003eBeautiful for daily styling as well as special occasions.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-feature\"\u003e\n        \u003cspan class=\"gc-feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eElegant, Lasting Appeal\u003c\/strong\u003e\n          \u003cspan\u003eA timeless design you’ll enjoy styling again and again.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ELEVATE EVERY LOOK --\u003e\n  \u003cdiv class=\"gc-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1115\/3045\/files\/ChatGPT_Image_Jul_16_2026_01_27_03_PM.png?v=1784281545\" alt=\"Emerald green jewellery set styled for an elegant occasion\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"gc-section gc-editorial\"\u003e\n    \u003ch2 class=\"gc-section-heading\"\u003e💎 Elevate Every Look\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Crafted to add timeless elegance to your jewellery collection, this\n      Emerald Green Jewellery Set brings classic beauty and modern sophistication\n      together.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you’re dressing for a wedding, festive celebration, party or\n      family gathering, this stunning set completes your look effortlessly.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PAIR WITH --\u003e\n  \u003csection class=\"gc-section\"\u003e\n    \u003cdiv class=\"gc-center\"\u003e\n      \u003ch2 class=\"gc-section-heading\"\u003eStyle It Your Way\u003c\/h2\u003e\n      \u003cp class=\"gc-section-intro\"\u003e\n        A versatile design that pairs beautifully with both traditional and\n        contemporary outfits.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gc-pairing-grid\"\u003e\n      \u003cdiv class=\"gc-pairing\"\u003e🌸 Sarees\u003c\/div\u003e\n      \u003cdiv class=\"gc-pairing\"\u003e🌸 Lehengas\u003c\/div\u003e\n      \u003cdiv class=\"gc-pairing\"\u003e🌸 Kurtis\u003c\/div\u003e\n      \u003cdiv class=\"gc-pairing\"\u003e🌸 Gowns\u003c\/div\u003e\n      \u003cdiv class=\"gc-pairing\"\u003e🌸 Western\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"gc-section\"\u003e\n    \u003cdiv class=\"gc-center\"\u003e\n      \u003ch2 class=\"gc-section-heading\"\u003e📦 What You’ll Receive\u003c\/h2\u003e\n      \u003cp class=\"gc-section-intro\"\u003e\n        One perfectly coordinated three-piece jewellery set.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gc-package\"\u003e\n      \u003cdiv class=\"gc-package-item\"\u003e\n        \u003cspan class=\"gc-package-icon\"\u003e💚\u003c\/span\u003e\n        \u003cstrong\u003eEmerald Green Necklace\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-package-item\"\u003e\n        \u003cspan class=\"gc-package-icon\"\u003e✨\u003c\/span\u003e\n        \u003cstrong\u003eMatching Earrings — 1 Pair\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-package-item\"\u003e\n        \u003cspan class=\"gc-package-icon\"\u003e🎀\u003c\/span\u003e\n        \u003cstrong\u003eAdjustable Bracelet\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"gc-package-note\"\u003e\n      A beautifully matched \u003cstrong\u003e3 PCS jewellery set\u003c\/strong\u003e designed to make\n      every occasion feel more special.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OCCASIONS IMAGE --\u003e\n  \u003cdiv class=\"gc-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1115\/3045\/files\/5_47e79088-4cdb-45c2-aaef-c3fc4107a8a6.png?v=1784280646\" alt=\"Three-piece oval green crystal jewellery set\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OCCASIONS --\u003e\n  \u003csection class=\"gc-section\"\u003e\n    \u003cdiv class=\"gc-center\"\u003e\n      \u003ch2 class=\"gc-section-heading\"\u003e✨ Perfect for Every Occasion\u003c\/h2\u003e\n      \u003cp class=\"gc-section-intro\"\u003e\n        From grand celebrations to effortless everyday elegance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gc-occasion-grid\"\u003e\n      \u003cdiv class=\"gc-occasion\"\u003e\n        \u003cspan\u003e💍\u003c\/span\u003e\n        Weddings\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-occasion\"\u003e\n        \u003cspan\u003e🎉\u003c\/span\u003e\n        Engagements\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-occasion\"\u003e\n        \u003cspan\u003e🎊\u003c\/span\u003e\n        Festivals\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-occasion\"\u003e\n        \u003cspan\u003e👨‍👩‍👧\u003c\/span\u003e\n        Family Functions\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-occasion\"\u003e\n        \u003cspan\u003e🎂\u003c\/span\u003e\n        Birthday Parties\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-occasion\"\u003e\n        \u003cspan\u003e💕\u003c\/span\u003e\n        Date Nights\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-occasion\"\u003e\n        \u003cspan\u003e🎁\u003c\/span\u003e\n        Anniversaries\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-occasion\"\u003e\n        \u003cspan\u003e✨\u003c\/span\u003e\n        Daily Styling\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- GIFT --\u003e\n  \u003csection class=\"gc-section gc-gift-box\"\u003e\n    \u003ch2 class=\"gc-section-heading\"\u003e🎁 A Gift She’ll Truly Cherish\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Surprise someone special with jewellery that feels graceful, luxurious\n      and memorable.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gc-recipient-grid\"\u003e\n      \u003cdiv class=\"gc-recipient\"\u003e❤️ Wife\u003c\/div\u003e\n      \u003cdiv class=\"gc-recipient\"\u003e❤️ Mother\u003c\/div\u003e\n      \u003cdiv class=\"gc-recipient\"\u003e❤️ Sister\u003c\/div\u003e\n      \u003cdiv class=\"gc-recipient\"\u003e❤️ Girlfriend\u003c\/div\u003e\n      \u003cdiv class=\"gc-recipient\"\u003e❤️ Daughter\u003c\/div\u003e\n      \u003cdiv class=\"gc-recipient\"\u003e❤️ Best Friend\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"gc-gift-tagline\"\u003e\n      Beautiful. Elegant. Memorable.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PREMIUM FEATURES IMAGE --\u003e\n  \u003cdiv class=\"gc-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1115\/3045\/files\/ChatGPT_Image_Jul_16_2026_01_19_57_PM.png?v=1784281563\" alt=\"Premium features of the green crystal jewellery set\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHOPPING TRUST --\u003e\n  \u003csection class=\"gc-section\"\u003e\n    \u003cdiv class=\"gc-center\"\u003e\n      \u003ch2 class=\"gc-section-heading\"\u003e🛡️ Shop with Confidence\u003c\/h2\u003e\n      \u003cp class=\"gc-section-intro\"\u003e\n        A secure and convenient shopping experience from order to delivery.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gc-trust-grid\"\u003e\n      \u003cdiv class=\"gc-trust-item\"\u003e\n        \u003cspan class=\"gc-trust-icon\"\u003e🚚\u003c\/span\u003e\n        \u003cstrong\u003eFree Shipping Across India\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-trust-item\"\u003e\n        \u003cspan class=\"gc-trust-icon\"\u003e💵\u003c\/span\u003e\n        \u003cstrong\u003eCash on Delivery Available\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-trust-item\"\u003e\n        \u003cspan class=\"gc-trust-icon\"\u003e🛡️\u003c\/span\u003e\n        \u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-trust-item\"\u003e\n        \u003cspan class=\"gc-trust-icon\"\u003e📦\u003c\/span\u003e\n        \u003cstrong\u003eSecure \u0026amp; Safe Packaging\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-trust-item\"\u003e\n        \u003cspan class=\"gc-trust-icon\"\u003e✅\u003c\/span\u003e\n        \u003cstrong\u003eQuality Checked Before Dispatch\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-trust-item\"\u003e\n        \u003cspan class=\"gc-trust-icon\"\u003e🇮🇳\u003c\/span\u003e\n        \u003cstrong\u003eTrusted by Happy Customers\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS IMAGE --\u003e\n  \u003cdiv class=\"gc-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/1115\/3045\/files\/ChatGPT_Image_Jul_16_2026_01_28_45_PM.png?v=1784281526\" alt=\"Emerald green gold-plated jewellery set specifications\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"gc-section\"\u003e\n    \u003cdiv class=\"gc-center\"\u003e\n      \u003ch2 class=\"gc-section-heading\"\u003e📋 Product Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gc-specifications\"\u003e\n      \u003cdiv class=\"gc-spec-row\"\u003e\n        \u003cdiv class=\"gc-spec-label\"\u003eProduct Name\u003c\/div\u003e\n        \u003cdiv class=\"gc-spec-value\"\u003e\n          Emerald Green Gold-Plated Jewellery Set\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-spec-row\"\u003e\n        \u003cdiv class=\"gc-spec-label\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"gc-spec-value\"\u003ePremium Alloy\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-spec-row\"\u003e\n        \u003cdiv class=\"gc-spec-label\"\u003eFinish\u003c\/div\u003e\n        \u003cdiv class=\"gc-spec-value\"\u003eGold Plated\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-spec-row\"\u003e\n        \u003cdiv class=\"gc-spec-label\"\u003eStone\u003c\/div\u003e\n        \u003cdiv class=\"gc-spec-value\"\u003eEmerald Green Crystal\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-spec-row\"\u003e\n        \u003cdiv class=\"gc-spec-label\"\u003eSet Includes\u003c\/div\u003e\n        \u003cdiv class=\"gc-spec-value\"\u003e\n          Necklace + Earrings + Adjustable Bracelet\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-spec-row\"\u003e\n        \u003cdiv class=\"gc-spec-label\"\u003eBracelet\u003c\/div\u003e\n        \u003cdiv class=\"gc-spec-value\"\u003eAdjustable Fit\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-spec-row\"\u003e\n        \u003cdiv class=\"gc-spec-label\"\u003eSuitable For\u003c\/div\u003e\n        \u003cdiv class=\"gc-spec-value\"\u003eWomen \u0026amp; Girls\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gc-spec-row\"\u003e\n        \u003cdiv class=\"gc-spec-label\"\u003eOccasions\u003c\/div\u003e\n        \u003cdiv class=\"gc-spec-value\"\u003e\n          Wedding, Party, Festival \u0026amp; Daily Wear\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"gc-final-cta\"\u003e\n    \u003ch2\u003eAdd Timeless Elegance to Your Collection\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Complete your look with a coordinated emerald-green jewellery set made for\n      celebrations, thoughtful gifting and effortless elegance.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"growcart.store","offers":[{"title":"Default Title","offer_id":47588672602261,"sku":"3-Oval-Green-Crystal-Jewellery","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/1115\/3045\/files\/1_f366b99a-5041-48da-904e-4287873fa208.png?v=1784280646","url":"https:\/\/growcart.store\/products\/3-pcs-oval-green-crystal-jewellery-set-for-women","provider":"growcart.store","version":"1.0","type":"link"}