{"title":"Lab Grown Meta 2028","description":"\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600;700\u0026amp;family=Open+Sans:wght@300;400;500;600;700;800\u0026amp;family=Playfair+Display:ital,wght@0,500;0,600;1,500\u0026amp;family=Montserrat:wght@400;500;600\u0026amp;family=Italianno\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n    :root {\n        --black: #0a0a0a;\n        --cream: #f7f3ee;\n        --cream2: #ede8e0;\n        --gold: #c9963a;\n        --gold2: #b8832a;\n        --navy: #1a1f2e;\n        --red: #c8102e;\n        --white: #fff;\n        --t1: #1a1a1a;\n        --t2: #555;\n        --t3: #888;\n        --serif: \"Open Sans\", sans-serif;\n        --sans: 'Inter', sans-serif;\n        --lato: 'Lato', sans-serif;\n    }\n\n    .collection-heading__title,\n    .announcement-bar {\n        display: none\n    }\n\n    .spy-plp-conatiner {\n        max-width: 1920px;\n        margin: 0 auto;\n        overflow-x: hidden\n    }\n\n    .spy-plp-conatiner img {\n        max-width: 100%;\n        display: block\n    }\n\n    .spy-plp-conatiner a {\n        text-decoration: none;\n        color: white\n    }\n\n    .spy-plp-conatiner {\n        margin-left: -15px;\n        margin-right: -15px\n    }\n\n    \/* ── MARQUEE KEYFRAME (shared) ── *\/\n    @keyframes lgd-marquee1 {\n        0% {\n            transform: translateX(0)\n        }\n\n        100% {\n            transform: translateX(-50%)\n        }\n    }\n\n    \/* ── VALUES MARQUEE ── *\/\n    .spy-plp-conatiner .values-marquee {\n        background: linear-gradient(90deg, #FFECC2, #FFFCDE 50%, #FFECC2);\n        padding: 14px 0;\n        overflow: hidden;\n        white-space: nowrap;\n        border-top: 1px solid rgba(0, 0, 0, .07);\n        border-bottom: 1px solid rgba(0, 0, 0, .07)\n    }\n\n    .spy-plp-conatiner .values-track {\n        display: inline-flex;\n        animation: lgd-marquee1 30s linear infinite\n    }\n\n    .spy-plp-conatiner .val-item {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        padding: 0 40px;\n      font-family: \"Playfair Display\", serif;\n        font-size: 18px;\n        font-weight: 500;\n        font-style: italic;\n        color: #000;\n        letter-spacing: .7px;\n        text-transform: capitalize\n    }\n\n    .spy-plp-conatiner .val-dot {\n        color: var(--gold);\n        font-size: 12px\n    }\n\n    \/* ── HERO BANNER IMAGE ── *\/\n    .lp-banner-hero-image {\n        width: 100%;\n        height: 100%\n    }\n\n    .lp-banner-hero-image picture,\n    .lp-banner-hero-image img {\n        display: block;\n        width: 100%;\n        height: 100%\n    }\n\n    .lp-banner-hero-image img {\n        object-fit: cover;\n        object-position: center\n    }\n\n    \/* ── CATEGORIES ── *\/\n    .spy-plp-conatiner .categories {\n        background: #fff;\n        padding: 50px 40px 44px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 32px\n    }\n\n    .spy-plp-conatiner .cat-row {\n        display: flex;\n        justify-content: center;\n        gap: 36px;\n        flex-wrap: wrap;\n    }\n\n    .spy-plp-conatiner .cat-item {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 11px;\n        cursor: pointer;\n        text-decoration: none;\n        color: inherit\n    }\n\n  .spy-plp-conatiner .cat-circle {\n    width: 190px;\n    height: 190px;\n    border-radius: 50%;\n    overflow: hidden;\n    \n    background: #f5f2ee;\n    display: block;\n    flex-shrink: 0;\n\n    transition: transform .3s ease,\n                border-color .3s ease,\n                box-shadow .3s ease;\n}\n\n.spy-plp-conatiner .cat-item:hover .cat-circle {\n   \n    transform: translateY(3px);\n    box-shadow: 2 10px 24px rgba(92, 91, 88, 0.447);\n}\n\n.spy-plp-conatiner .cat-circle img {\n    transition: transform .3s ease;\n}\n\n.spy-plp-conatiner .cat-item:hover .cat-circle img {\n    transform: scale(1.03);\n}\n\n    \/* FIX: explicit img sizing inside circle - overrides .spy-plp-conatiner img *\/\n  \n    .spy-plp-conatiner .cat-label {\n        font-family: var(--lato);\n        font-size: 13px;\n        font-weight: 600;\n        color: #333;\n        letter-spacing: .3px;\n        display: block\n    }\n\n    \/* ── TRUST MARQUEE ── *\/\n    .spy-plp-conatiner .trust-bar {\n        background: linear-gradient(90deg, rgba(15, 30, 61, 1), rgba(39, 62, 111, 1) 50%, rgba(15, 30, 61, 1));\n        padding: 11px 0;\n        overflow: hidden;\n        white-space: nowrap\n    }\n\n    .spy-plp-conatiner .trust-track {\n        display: inline-flex;\n        animation: lgd-marquee1 24s linear infinite\n    }\n\n    .spy-plp-conatiner .trust-item-m {\n        display: inline-flex;\n        align-items: center;\n        gap: 7px;\n        padding: 0 22px;\n        font-family: 'Open Sans', sans-serif;\n        font-size: 14px;\n        font-weight: 600;\n        color: #c8d0e0;\n        letter-spacing: .7px;\n        text-transform: uppercase\n    }\n\n    .spy-plp-conatiner .trust-item-m svg {\n        width: 16px;\n        height: 16px;\n        stroke: #c8d0e0;\n        fill: none;\n        stroke-width: 1.8;\n        stroke-linecap: round;\n        stroke-linejoin: round;\n        flex-shrink: 0\n    }\n\n    .spy-plp-conatiner .trust-sep {\n        color: var(--gold);\n        font-size: 9px;\n        padding: 0 6px\n    }\n\n    \/* ── SCIENCE ── *\/\n    .spy-plp-conatiner .science {\n        background: rgba(255, 251, 240, 1);\n        padding: 80px 40px\n    }\n\n    .spy-plp-conatiner .science-inner {\n        max-width: 1300px;\n        margin: 0 auto;\n        display: flex;\n        align-items: center;\n        gap: 80px\n    }\n\n    .spy-plp-conatiner .science-left {\n        flex: 1;\n        min-width: 0\n    }\n\n    .spy-plp-conatiner .science-title {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: clamp(44px, 5vw, 4rem);\n        font-weight: 700;\n        color: #1a1a1a;\n        letter-spacing: -1px;\n        line-height: 1.12;\n        margin-bottom: 40px\n    }\n\n    .spy-plp-conatiner .science-title span {\n        color: #A16224\n    }\n\n    .spy-plp-conatiner .science-points {\n        display: flex;\n        flex-direction: column;\n        gap: 28px\n    }\n\n    .spy-plp-conatiner .sci-point {\n        display: flex;\n        gap: 18px;\n        align-items: flex-start\n    }\n\n    .spy-plp-conatiner .sci-num {\n        width: 48px;\n        height: 48px\n    }\n\n    .spy-plp-conatiner .sci-text h4 {\n        font-size: 14px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 5px;\n        letter-spacing: .2px;\n        text-transform: uppercase;\n        text-align: left;\n        font-family: 'Open Sans', sans-serif\n    }\n\n    .spy-plp-conatiner .sci-text p {\n        font-size: 14px;\n        color: var(--t2);\n        line-height: 1.65;\n        font-family: 'Open Sans', sans-serif;\n        text-align: left\n    }\n\n    .spy-plp-conatiner .science-right {\n        max-width: 550px;\n        flex-shrink: 0;\n        display: flex;\n        flex-direction: column;\n        gap: 16px;\n        position: relative;\n        width: 100%\n    }\n\n    .spy-plp-conatiner .sci-img {\n        border-radius: 16px;\n        overflow: hidden\n    }\n\n    .spy-plp-conatiner .sci-img img {\n        width: 100%;\n        object-fit: cover;\n        display: block\n    }\n\n    \/* ── CUSTOMER REVIEWS SLIDER ── *\/\n    .shc-section {\n        background: linear-gradient(to left, #041230, #122650 51.44%, #041230);\n        padding: 80px 0;\n        width: 100%\n    }\n\n    .shc-inner {\n        max-width: 1450px;\n        margin: 0 auto;\n        padding: 0 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 50px\n    }\n\n    .shc-header {\n        display: flex;\n        align-items: flex-start;\n        justify-content: space-between;\n        width: 100%\n    }\n\n    .shc-header-left {\n        display: flex;\n        flex-direction: column;\n        gap: 16px;\n        max-width: 703px\n    }\n\n    .shc-title {\n        font-family: 'Playfair Display', Georgia, serif;\n        font-size: 45px;\n        font-weight: 600;\n        color: #fff;\n        line-height: 1.3;\n        margin: 0\n    }\n\n    .shc-subtitle {\n        font-family: 'Open Sans', sans-serif;\n        font-size: 18px;\n        font-weight: 400;\n        color: #fff;\n        line-height: 1.5;\n        margin: 0\n    }\n\n    .shc-btn {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        border: .74px solid #fff;\n        border-radius: 100px;\n        padding: 15px 20px;\n        color: #fff;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 18px;\n        font-weight: 600;\n        text-decoration: none;\n        white-space: nowrap;\n        align-self: center;\n        transition: background .2s;\n        flex-shrink: 0\n    }\n\n    .shc-btn:hover {\n        background: rgba(255, 255, 255, .1)\n    }\n\n    .shc-btn svg {\n        width: 18px;\n        height: 15px;\n        fill: none;\n        stroke: #fff;\n        stroke-width: 2;\n        stroke-linecap: round;\n        stroke-linejoin: round\n    }\n\n    .shc-track {\n        display: flex;\n        gap: 20px;\n        overflow-x: auto;\n        scroll-snap-type: x mandatory;\n        -webkit-overflow-scrolling: touch;\n        scrollbar-width: none;\n        padding-bottom: 4px;\n        cursor: grab\n    }\n\n    .shc-track:active {\n        cursor: grabbing\n    }\n\n    .shc-track::-webkit-scrollbar {\n        display: none\n    }\n\n    .shc-card {\n        flex: 0 0 350px;\n        width: 350px;\n        height: 640px;\n        background: #f5f5f5;\n        border-radius: 10px;\n        overflow: hidden;\n        display: flex;\n        flex-direction: column;\n        scroll-snap-align: start;\n        transition: transform .2s\n    }\n\n    .shc-card:hover {\n        transform: translateY(-4px)\n    }\n\n    .shc-card-img {\n        width: 100%;\n        height: 400px;\n        overflow: hidden;\n        background: #fff;\n        flex-shrink: 0\n    }\n\n    .shc-card-img img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n        transition: transform .3s ease\n    }\n\n    .shc-card:hover .shc-card-img img {\n        transform: scale(1.04)\n    }\n\n    .shc-card-body {\n        padding: 20px;\n        display: flex;\n        flex-direction: column;\n        gap: 26px;\n        flex: 1\n    }\n\n    .shc-review-text {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 16px;\n        font-weight: 500;\n        color: #444;\n        line-height: 1.5;\n        margin: 0;\n        display: -webkit-box;\n        -webkit-line-clamp: 5;\n        -webkit-box-orient: vertical;\n        overflow: hidden\n    }\n\n    .shc-reviewer {\n        display: flex;\n        flex-direction: column;\n        gap: 8px\n    }\n\n    .shc-reviewer-name {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 18px;\n        font-weight: 600;\n        color: #000;\n        margin: 0\n    }\n\n    .shc-stars {\n        display: flex;\n        align-items: center;\n        gap: 1px;\n        color: #f5a623;\n        font-size: 22px;\n        line-height: 1\n    }\n\n    \/* ── CLOSING CTA ── *\/\n    .cec-section {\n        background: #fffbf0;\n        padding: 120px 0;\n        position: relative;\n        overflow: hidden;\n        border-radius: 4px;\n        width: 100%\n    }\n\n    .cec-watermark {\n        position: absolute;\n        bottom: -90px;\n        right: -65px;\n        width: 985px;\n        height: 303px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        pointer-events: none;\n        transform: rotate(-6deg);\n        z-index: 0\n    }\n\n    .cec-watermark span {\n        font-family: 'Italianno', cursive;\n        font-size: 288px;\n        font-weight: 400;\n        color: rgba(212, 145, 131, .12);\n        white-space: nowrap;\n        line-height: 201.6px\n    }\n\n    .cec-inner {\n        max-width: 1440px;\n        margin: 0 auto;\n        padding: 0 20px;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        position: relative;\n        z-index: 1\n    }\n\n    .cec-heading {\n        max-width: 897px;\n        flex-shrink: 0\n    }\n\n    .cec-heading h2 {\n        font-family: 'Playfair Display', Georgia, serif;\n        font-size: 76px;\n        font-weight: 500;\n        color: #1c140e;\n        letter-spacing: -1.064px;\n        line-height: 74.48px;\n        margin: 0\n    }\n\n    .cec-heading h2 em {\n        font-style: italic;\n        color: #ad472e\n    }\n\n    .cec-right {\n        width: 450px;\n        flex-shrink: 0;\n        display: flex;\n        flex-direction: column;\n        position: relative\n    }\n\n    .cec-desc {\n        font-family: 'Open Sans', sans-serif;\n        font-size: 18px;\n        font-weight: 400;\n        color: #564b42;\n        line-height: 28px;\n        margin: 0 0 32px\n    }\n\n    .cec-btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        background: #1c140e;\n        color: #fdfaf6;\n        font-family: 'Inter', sans-serif;\n        font-size: 13px;\n        font-weight: 500;\n        letter-spacing: 2.34px;\n        text-transform: uppercase;\n        text-decoration: none;\n        padding: 15.5px 28px;\n        border-radius: 999px;\n        border: none;\n        cursor: pointer;\n        width: fit-content;\n        transition: background .2s, transform .15s\n    }\n\n    .cec-btn:hover {\n        background: #2e2010;\n        transform: translateY(-1px)\n    }\n\n    .cec-btn svg {\n        width: 14px;\n        height: 10px;\n        fill: none;\n        stroke: #fdfaf6;\n        stroke-width: 1.5;\n        stroke-linecap: round;\n        stroke-linejoin: round;\n        flex-shrink: 0\n    }\n\n    .cec-avail {\n        font-family: 'Inter', sans-serif;\n        font-size: 11px;\n        font-weight: 400;\n        color: #7c726b;\n        letter-spacing: 1.98px;\n        text-transform: uppercase;\n        margin-top: 18px;\n        display: block\n    }\n\n    \/* ── MOBILE ── *\/\n    @media(max-width:991px) {\n        .spy-plp-conatiner .categories {\n            padding: 36px 0 32px;\n            align-items: flex-start;\n            gap: 24px\n        }\n\n        .spy-plp-conatiner .cat-row {\n            flex-wrap: nowrap;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            scroll-snap-type: x mandatory;\n            justify-content: flex-start;\n            gap: 20px;\n            width: 100%;\n            padding: 4px 20px 12px;\n            scrollbar-width: none;\n            -ms-overflow-style: none\n        }\n\n        .spy-plp-conatiner .cat-row::-webkit-scrollbar {\n            display: none\n        }\n\n        .spy-plp-conatiner .cat-item {\n            flex-shrink: 0;\n            scroll-snap-align: start\n        }\n\n        .spy-plp-conatiner .cat-circle {\n            width: 130px;\n            height: 130px\n        }\n\n        .spy-plp-conatiner .cat-label {\n            font-size: 11px\n        }\n\n        .spy-plp-conatiner .science {\n            padding: 50px 20px\n        }\n\n        .spy-plp-conatiner .science-inner {\n            flex-direction: column;\n            gap: 36px;\n            padding: 20px;\n            \n        }\n\n        .spy-plp-conatiner .science-title {\n            font-size: 36px;\n            margin-bottom: 28px\n        }\n\n        .spy-plp-conatiner .science-right {\n            width: 100%\n        }\n\n        .shc-section {\n            padding: 40px 20px;\n        }\n\n        .shc-inner {\n            gap: 30px;\n            padding: 0 16px\n        }\n\n        .shc-header {\n            flex-direction: column;\n            gap: 20px\n        }\n\n        .shc-title {\n            font-size: 32px\n        }\n\n        .shc-subtitle {\n            font-size: 15px\n        }\n\n        .shc-btn {\n            align-self: flex-start;\n            padding: 14px 20px;\n            font-size: 15px\n        }\n\n        .shc-card {\n            flex: 0 0 300px;\n            width: 300px;\n            height: auto\n        }\n\n        .shc-card-img {\n            height: 280px\n        }\n\n        .cec-section {\n            padding: 40px 20px\n        }\n\n        .cec-inner {\n            flex-direction: column;\n            gap: 40px;\n            align-items: flex-start\n        }\n\n        .cec-heading h2 {\n            font-size: 48px;\n            line-height: 1.15\n        }\n\n        .cec-right {\n            width: 100%\n        }\n\n        .cec-watermark {\n            display: none\n        }\n    }\n\n    @media(max-width:480px) {\n        .cec-heading h2 {\n            font-size: 36px\n        }\n\n        .cec-desc {\n            font-size: 16px\n        }\n\n        .cec-btn {\n            font-size: 12px;\n            padding: 14px 22px\n        }\n    }\n\u003c\/style\u003e\n\n\u003c!-- ══ SECTION 1: VALUES MARQUEE ══ --\u003e\n\u003cdiv class=\"spy-plp-conatiner topsection\"\u003e\n    \u003cdiv class=\"values-marquee\"\u003e\n        \u003cdiv class=\"values-track\"\u003e\n            \u003cspan class=\"val-item\"\u003eSame Carbon\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003eSame Brilliance\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003eIGI Certified\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003eEthically Created\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003eUp to 70% Less\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003e30-Day Returns\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003eSame Carbon\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003eSame Brilliance\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003eIGI Certified\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003eEthically Created\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003eUp to 70% Less\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n            \u003cspan class=\"val-item\"\u003e30-Day Returns\u003cspan class=\"val-dot\"\u003e✦\u003c\/span\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ══ SECTION 2: HERO BANNER ══ --\u003e\n    \u003cdiv class=\"lp-banner-hero-image\"\u003e\n        \u003cpicture\u003e\n            \u003csource media=\"(max-width:991px)\" srcset=\"https:\/\/image.shoplc.com\/Web\/Custom_PDP\/shopify-lgd-2026\/v\/mobile-img-banner.png\"\u003e\n            \u003cimg src=\"https:\/\/image.shoplc.com\/Web\/Custom_PDP\/shopify-lgd-2026\/v\/desktop-img-banner.png\" alt=\"Lab Grown Diamond Collection\" loading=\"eager\" fetchpriority=\"high\"\u003e\u003c\/picture\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ══ SECTION 3: CATEGORIES ══ --\u003e\n    \u003csection class=\"categories\"\u003e\n        \u003cdiv class=\"cat-row\"\u003e\n            \u003ca class=\"cat-item\" href=\"https:\/\/www.shoplc.com\/collections\/lgd-meta-2026?sort_by=most-relevant\u0026amp;filter.v.m.custom.articletype=gid%3A%2F%2Fshopify%2FFilterSettingGroup%2F234357049\"\u003e\n                \u003cdiv class=\"cat-circle\"\u003e\u003cimg src=\"https:\/\/image.shoplc.com\/Web\/Custom_PDP\/shopify-lgd-2026\/v\/Cat1.png\" alt=\"Rings\"\u003e\u003c\/div\u003e\n                \u003cspan class=\"cat-label\"\u003eRings\u003c\/span\u003e\n            \u003c\/a\u003e\n            \u003ca class=\"cat-item\" href=\"https:\/\/www.shoplc.com\/collections\/lgd-meta-2026?sort_by=most-relevant\u0026amp;filter.v.m.custom.articletype=gid%3A%2F%2Fshopify%2FFilterSettingGroup%2F234357049\"\u003e\n                \u003cdiv class=\"cat-circle\"\u003e\u003cimg src=\"https:\/\/image.shoplc.com\/Web\/Custom_PDP\/shopify-lgd-2026\/v\/Cat6.png\" alt=\"Earrings\"\u003e\u003c\/div\u003e\n                \u003cspan class=\"cat-label\"\u003eEarrings\u003c\/span\u003e\n            \u003c\/a\u003e\n            \u003ca class=\"cat-item\" href=\"https:\/\/www.shoplc.com\/collections\/lgd-meta-2026?sort_by=most-relevant\u0026amp;filter.v.m.custom.articletype=gid%3A%2F%2Fshopify%2FFilterSettingGroup%2F234357049\"\u003e\n                \u003cdiv class=\"cat-circle\"\u003e\u003cimg src=\"https:\/\/image.shoplc.com\/Web\/Custom_PDP\/shopify-lgd-2026\/v\/Cat5.png\" alt=\"Pendants\"\u003e\u003c\/div\u003e\n                \u003cspan class=\"cat-label\"\u003ePendants\u003c\/span\u003e\n            \u003c\/a\u003e\n            \u003ca class=\"cat-item\" href=\"https:\/\/www.shoplc.com\/collections\/lgd-meta-2026?sort_by=most-relevant\u0026amp;filter.v.m.custom.articletype=gid%3A%2F%2Fshopify%2FFilterSettingGroup%2F234357049\"\u003e\n                \u003cdiv class=\"cat-circle\"\u003e\u003cimg src=\"https:\/\/image.shoplc.com\/Web\/Custom_PDP\/shopify-lgd-2026\/v\/Cat4.png\" alt=\"Bracelets\"\u003e\u003c\/div\u003e\n                \u003cspan class=\"cat-label\"\u003eBracelets\u003c\/span\u003e\n            \u003c\/a\u003e\n            \u003ca class=\"cat-item\" href=\"https:\/\/www.shoplc.com\/collections\/lgd-meta-2026?sort_by=most-relevant\u0026amp;filter.v.m.custom.articletype=gid%3A%2F%2Fshopify%2FFilterSettingGroup%2F234357049\"\u003e\n                \u003cdiv class=\"cat-circle\"\u003e\u003cimg src=\"https:\/\/image.shoplc.com\/Web\/Custom_PDP\/shopify-lgd-2026\/v\/Cat3.png\" alt=\"Necklaces\"\u003e\u003c\/div\u003e\n                \u003cspan class=\"cat-label\"\u003eNecklaces\u003c\/span\u003e\n            \u003c\/a\u003e\n            \u003ca class=\"cat-item\" href=\"https:\/\/www.shoplc.com\/collections\/lgd-meta-2026?sort_by=most-relevant\u0026amp;filter.v.m.custom.articletype=gid%3A%2F%2Fshopify%2FFilterSettingGroup%2F234357049\"\u003e\n                \u003cdiv class=\"cat-circle\"\u003e\u003cimg src=\"https:\/\/image.shoplc.com\/Web\/Custom_PDP\/shopify-lgd-2026\/v\/Cat2.png\" alt=\"Sets\"\u003e\u003c\/div\u003e\n                \u003cspan class=\"cat-label\"\u003eSets\u003c\/span\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\u003c\/div\u003e","products":[],"url":"https:\/\/www.shoplc.com\/collections\/lab-grown-meta-2028.oembed","provider":"ShopLC","version":"1.0","type":"link"}