{"title":"Pear","description":"","products":[{"product_id":"rose-gold-pear-cut-moissanite-halo-engagement-ring","title":"Rose Gold Pear Cut Moissanite Halo Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold pear cut moissanite engagement ring, designed to captivate with exceptional brilliance. A sparkling halo beautifully frames the center stone, while the band features additional round accent stones that enhance its refined, luxurious appeal. Crafted with attention to detail, this elegant design offers a sophisticated statement for proposals, anniversaries, or meaningful milestones. Discover a ring that blends modern beauty with lasting style and make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158218616990,"sku":"DDLR-186","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158218649758,"sku":"DDLR-186","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158218682526,"sku":"DDLR-186","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158218715294,"sku":"DDLR-186","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158218748062,"sku":"DDLR-186","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158218780830,"sku":"DDLR-186","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158218813598,"sku":"DDLR-186","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158218846366,"sku":"DDLR-186","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158218879134,"sku":"DDLR-186","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158218911902,"sku":"DDLR-186","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158218944670,"sku":"DDLR-186","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158218977438,"sku":"DDLR-186","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158219010206,"sku":"DDLR-186","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158219042974,"sku":"DDLR-186","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158219075742,"sku":"DDLR-186","price":563.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151196729502,"sku":"DDLR-186","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151196762270,"sku":"DDLR-186","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151196795038,"sku":"DDLR-186","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151196827806,"sku":"DDLR-186","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151196860574,"sku":"DDLR-186","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151196893342,"sku":"DDLR-186","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151196926110,"sku":"DDLR-186","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151196958878,"sku":"DDLR-186","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151196991646,"sku":"DDLR-186","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151197024414,"sku":"DDLR-186","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151197057182,"sku":"DDLR-186","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151197089950,"sku":"DDLR-186","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151197122718,"sku":"DDLR-186","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151197155486,"sku":"DDLR-186","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151197188254,"sku":"DDLR-186","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151197221022,"sku":"DDLR-186","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151197253790,"sku":"DDLR-186","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151197286558,"sku":"DDLR-186","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151197319326,"sku":"DDLR-186","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151197352094,"sku":"DDLR-186","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151197384862,"sku":"DDLR-186","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151197417630,"sku":"DDLR-186","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151197450398,"sku":"DDLR-186","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151197483166,"sku":"DDLR-186","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151197515934,"sku":"DDLR-186","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151197548702,"sku":"DDLR-186","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151197581470,"sku":"DDLR-186","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151197614238,"sku":"DDLR-186","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151197647006,"sku":"DDLR-186","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151197679774,"sku":"DDLR-186","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151197712542,"sku":"DDLR-186","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151197745310,"sku":"DDLR-186","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151197778078,"sku":"DDLR-186","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151197810846,"sku":"DDLR-186","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151197843614,"sku":"DDLR-186","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151197876382,"sku":"DDLR-186","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151197909150,"sku":"DDLR-186","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151197941918,"sku":"DDLR-186","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151197974686,"sku":"DDLR-186","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151198007454,"sku":"DDLR-186","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151198040222,"sku":"DDLR-186","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151198072990,"sku":"DDLR-186","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151198105758,"sku":"DDLR-186","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151198138526,"sku":"DDLR-186","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151198171294,"sku":"DDLR-186","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151198204062,"sku":"DDLR-186","price":1541.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151198236830,"sku":"DDLR-186","price":1581.72,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151198269598,"sku":"DDLR-186","price":1622.43,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151198302366,"sku":"DDLR-186","price":1703.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151198335134,"sku":"DDLR-186","price":1866.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_e320bf00-ec5c-46ed-b860-bea2af11f018.jpg?v=1784625561"},{"product_id":"white-metal-emerald-pear-round-moissanite-eternity-band-ring","title":"White Metal Alternating Emerald, Pear \u0026 Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eEmerald, Pear \u0026amp; Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"68\" data-end=\"610\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless sophistication with this alternating emerald, pear and round moissanite eternity band, beautifully crafted for exceptional brilliance from every angle. The continuous row of striking stones creates a bold yet refined look that transitions effortlessly from everyday elegance to special occasions. Designed with premium craftsmanship and inspired by ethical luxury, this ring is a radiant statement on its own or stacked with your favorite pieces. Add this luminous design to your jewelry collection today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158203740318,"sku":"DDLR-215","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158203904158,"sku":"DDLR-215","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158204067998,"sku":"DDLR-215","price":408.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151145316510,"sku":"DDLR-215","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151145480350,"sku":"DDLR-215","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151145644190,"sku":"DDLR-215","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151145808030,"sku":"DDLR-215","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151145971870,"sku":"DDLR-215","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151146135710,"sku":"DDLR-215","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151146299550,"sku":"DDLR-215","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151146463390,"sku":"DDLR-215","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151146627230,"sku":"DDLR-215","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151146791070,"sku":"DDLR-215","price":1715.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_cbca4ce2-3832-4d9d-b217-03775bae699d.jpg?v=1784717312"},{"product_id":"rose-gold-pear-cut-moissanite-eternity-band-ring","title":"Rose Gold Pear Cut Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003e TOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"583\" data-start=\"73\"\u003eCelebrate timeless elegance with this rose gold tone pear cut Moissanite eternity band, designed to captivate from every angle. The continuous row of brilliant pear shaped stones creates a refined silhouette that radiates exceptional sparkle and sophisticated style. Expertly crafted with a luxurious finish, this ring offers an elevated look for everyday wear or meaningful occasions. Available in multiple metal options. Discover a piece that brings lasting brilliance to your jewelry collection.\u003c\/p\u003e\n\u003cp data-start=\"607\" data-end=\"676\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158200168606,"sku":"DDLR-220","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158200332446,"sku":"DDLR-220","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158200496286,"sku":"DDLR-220","price":381.79,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151133028510,"sku":"DDLR-220","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151133192350,"sku":"DDLR-220","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151133356190,"sku":"DDLR-220","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151133520030,"sku":"DDLR-220","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151133683870,"sku":"DDLR-220","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151133847710,"sku":"DDLR-220","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151134011550,"sku":"DDLR-220","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151134175390,"sku":"DDLR-220","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151134339230,"sku":"DDLR-220","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151134503070,"sku":"DDLR-220","price":1576.06,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_140d1aa5-18a4-458d-8144-71c7fa50232d.jpg?v=1784721256"},{"product_id":"rose-gold-pear-round-moissanite-eternity-band-ring","title":"Rose Gold Pear \u0026 Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear \u0026amp; Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003e TOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"569\" data-start=\"66\"\u003eCelebrate timeless elegance with this rose gold tone Moissanite eternity band featuring an eye catching combination of pear and round stones in a continuous design. The alternating shapes create exceptional brilliance while the polished finish enhances its luxurious appeal. Crafted with refined attention to detail, this ring offers a sophisticated look that complements both everyday wear and special occasions. A beautiful expression of modern luxury, it's ready to elevate your jewelry collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158196007070,"sku":"DDLR-227","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158196170910,"sku":"DDLR-227","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158196334750,"sku":"DDLR-227","price":337.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151116349598,"sku":"DDLR-227","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151116513438,"sku":"DDLR-227","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151116677278,"sku":"DDLR-227","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151116841118,"sku":"DDLR-227","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151117004958,"sku":"DDLR-227","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151117168798,"sku":"DDLR-227","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151117332638,"sku":"DDLR-227","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151117496478,"sku":"DDLR-227","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151117660318,"sku":"DDLR-227","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151117824158,"sku":"DDLR-227","price":1344.26,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_2c35b0b0-41d9-48b3-8ac8-0725024f5488.jpg?v=1784786023"},{"product_id":"white-metal-pear-cut-moissanite-pendant-necklace","title":"White Metal Pear Cut Moissanite Pendant Necklace","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003e\n\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this pear cut Moissanite pendant necklace, designed to capture light with exceptional brilliance. Suspended from a delicate chain, the refined solitaire pendant offers a sophisticated look that complements both everyday wear and special occasions. Available in multiple metal options, this graceful design blends modern luxury with enduring style, making it a meaningful addition to any jewelry collection. Discover effortless elegance and make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158191714462,"sku":"GPD-0062","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158191747230,"sku":"GPD-0062","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158191779998,"sku":"GPD-0062","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158191812766,"sku":"GPD-0062","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158191845534,"sku":"GPD-0062","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158191878302,"sku":"GPD-0062","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158191911070,"sku":"GPD-0062","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158191943838,"sku":"GPD-0062","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158191976606,"sku":"GPD-0062","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158192009374,"sku":"GPD-0062","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158192042142,"sku":"GPD-0062","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158192074910,"sku":"GPD-0062","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158192107678,"sku":"GPD-0062","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158192140446,"sku":"GPD-0062","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158192173214,"sku":"GPD-0062","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156346286238,"sku":"GPD-0062","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156346319006,"sku":"GPD-0062","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156346351774,"sku":"GPD-0062","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156346384542,"sku":"GPD-0062","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156346417310,"sku":"GPD-0062","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156346450078,"sku":"GPD-0062","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156346482846,"sku":"GPD-0062","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156346515614,"sku":"GPD-0062","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156346548382,"sku":"GPD-0062","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156346581150,"sku":"GPD-0062","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156346613918,"sku":"GPD-0062","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156346646686,"sku":"GPD-0062","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156346679454,"sku":"GPD-0062","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156346712222,"sku":"GPD-0062","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156346744990,"sku":"GPD-0062","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156346777758,"sku":"GPD-0062","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156346810526,"sku":"GPD-0062","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156346843294,"sku":"GPD-0062","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156346876062,"sku":"GPD-0062","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156346908830,"sku":"GPD-0062","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156346941598,"sku":"GPD-0062","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156346974366,"sku":"GPD-0062","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156347007134,"sku":"GPD-0062","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156347039902,"sku":"GPD-0062","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156347072670,"sku":"GPD-0062","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156347105438,"sku":"GPD-0062","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156347138206,"sku":"GPD-0062","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156347170974,"sku":"GPD-0062","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156347203742,"sku":"GPD-0062","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156347236510,"sku":"GPD-0062","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156347269278,"sku":"GPD-0062","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156347302046,"sku":"GPD-0062","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156347334814,"sku":"GPD-0062","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156347367582,"sku":"GPD-0062","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156347400350,"sku":"GPD-0062","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156347433118,"sku":"GPD-0062","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156347465886,"sku":"GPD-0062","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156347498654,"sku":"GPD-0062","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156347531422,"sku":"GPD-0062","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156347564190,"sku":"GPD-0062","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156347596958,"sku":"GPD-0062","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156347629726,"sku":"GPD-0062","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156347662494,"sku":"GPD-0062","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156347695262,"sku":"GPD-0062","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156347728030,"sku":"GPD-0062","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3f8d076b-ef9b-4b1a-8233-c21234000474.jpg?v=1785489412"},{"product_id":"white-metal-oval-moissanite-pendant-necklace","title":"White Metal Oval Moissanite Three Stone Pendant Necklace","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eOval \u0026amp; Pear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed to elevate everyday elegance, this pendant necklace showcases an oval shaped center stone accented by two smaller round stones for a timeless three stone look. Suspended from a delicate chain, it delivers refined brilliance with a clean, sophisticated silhouette. Available in multiple metal options, this elegant Moissanite necklace is crafted for effortless styling, making it a meaningful addition to any fine jewelry collection. Discover understated luxury and make it yours today.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158187782302,"sku":"GPD-0031","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158187815070,"sku":"GPD-0031","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158187847838,"sku":"GPD-0031","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158187880606,"sku":"GPD-0031","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158187913374,"sku":"GPD-0031","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158187946142,"sku":"GPD-0031","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158187978910,"sku":"GPD-0031","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158188011678,"sku":"GPD-0031","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158188044446,"sku":"GPD-0031","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158188077214,"sku":"GPD-0031","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158188109982,"sku":"GPD-0031","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158188142750,"sku":"GPD-0031","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158188175518,"sku":"GPD-0031","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158188208286,"sku":"GPD-0031","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158188241054,"sku":"GPD-0031","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156331638942,"sku":"GPD-0031","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156331671710,"sku":"GPD-0031","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156331704478,"sku":"GPD-0031","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156331737246,"sku":"GPD-0031","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156331770014,"sku":"GPD-0031","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156331802782,"sku":"GPD-0031","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156331835550,"sku":"GPD-0031","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156331868318,"sku":"GPD-0031","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156331901086,"sku":"GPD-0031","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156331933854,"sku":"GPD-0031","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156331966622,"sku":"GPD-0031","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156331999390,"sku":"GPD-0031","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156332032158,"sku":"GPD-0031","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156332064926,"sku":"GPD-0031","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156332097694,"sku":"GPD-0031","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156332130462,"sku":"GPD-0031","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156332163230,"sku":"GPD-0031","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156332195998,"sku":"GPD-0031","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156332228766,"sku":"GPD-0031","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156332261534,"sku":"GPD-0031","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156332294302,"sku":"GPD-0031","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156332327070,"sku":"GPD-0031","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156332359838,"sku":"GPD-0031","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156332392606,"sku":"GPD-0031","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156332425374,"sku":"GPD-0031","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156332458142,"sku":"GPD-0031","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156332490910,"sku":"GPD-0031","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156332523678,"sku":"GPD-0031","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156332556446,"sku":"GPD-0031","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156332589214,"sku":"GPD-0031","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156332621982,"sku":"GPD-0031","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156332654750,"sku":"GPD-0031","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156332687518,"sku":"GPD-0031","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156332720286,"sku":"GPD-0031","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156332753054,"sku":"GPD-0031","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156332785822,"sku":"GPD-0031","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156332818590,"sku":"GPD-0031","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156332851358,"sku":"GPD-0031","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156332884126,"sku":"GPD-0031","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156332916894,"sku":"GPD-0031","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156332949662,"sku":"GPD-0031","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156332982430,"sku":"GPD-0031","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156333015198,"sku":"GPD-0031","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156333047966,"sku":"GPD-0031","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156333080734,"sku":"GPD-0031","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_6_c4cea095-197c-4bfb-a0d0-ecc13a9f0303.jpg?v=1785480860"},{"product_id":"rose-gold-pear-cut-moissanite-infinity-pendant-necklace","title":"Rose Gold Pear Cut Moissanite Infinity Pendant Necklace","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear \u0026amp; Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold tone infinity pendant necklace featuring two pear cut moissanite stones accented by a delicate pavé inspired infinity design. Its graceful silhouette reflects light beautifully, creating a refined look that transitions effortlessly from everyday wear to special occasions. Crafted with attention to detail and designed for lasting style, this elegant necklace makes a meaningful gift or a sophisticated addition to your own jewelry collection. Discover its enduring beauty today.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158184964254,"sku":"GPD-0016","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158184997022,"sku":"GPD-0016","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158185029790,"sku":"GPD-0016","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158185062558,"sku":"GPD-0016","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158185095326,"sku":"GPD-0016","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158185128094,"sku":"GPD-0016","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158185160862,"sku":"GPD-0016","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158185193630,"sku":"GPD-0016","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158185226398,"sku":"GPD-0016","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158185259166,"sku":"GPD-0016","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158185291934,"sku":"GPD-0016","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158185324702,"sku":"GPD-0016","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158185357470,"sku":"GPD-0016","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158185390238,"sku":"GPD-0016","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158185423006,"sku":"GPD-0016","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156322136222,"sku":"GPD-0016","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156322168990,"sku":"GPD-0016","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156322201758,"sku":"GPD-0016","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156322234526,"sku":"GPD-0016","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156322267294,"sku":"GPD-0016","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156322300062,"sku":"GPD-0016","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156322332830,"sku":"GPD-0016","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156322365598,"sku":"GPD-0016","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156322398366,"sku":"GPD-0016","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156322431134,"sku":"GPD-0016","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156322463902,"sku":"GPD-0016","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156322496670,"sku":"GPD-0016","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156322529438,"sku":"GPD-0016","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156322562206,"sku":"GPD-0016","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156322594974,"sku":"GPD-0016","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156322627742,"sku":"GPD-0016","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156322660510,"sku":"GPD-0016","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156322693278,"sku":"GPD-0016","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156322726046,"sku":"GPD-0016","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156322758814,"sku":"GPD-0016","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156322791582,"sku":"GPD-0016","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156322824350,"sku":"GPD-0016","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156322857118,"sku":"GPD-0016","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156322889886,"sku":"GPD-0016","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156322922654,"sku":"GPD-0016","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156322955422,"sku":"GPD-0016","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156322988190,"sku":"GPD-0016","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156323020958,"sku":"GPD-0016","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156323053726,"sku":"GPD-0016","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156323086494,"sku":"GPD-0016","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156323119262,"sku":"GPD-0016","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156323152030,"sku":"GPD-0016","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156323184798,"sku":"GPD-0016","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156323217566,"sku":"GPD-0016","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156323250334,"sku":"GPD-0016","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156323283102,"sku":"GPD-0016","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156323315870,"sku":"GPD-0016","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156323348638,"sku":"GPD-0016","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156323381406,"sku":"GPD-0016","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156323414174,"sku":"GPD-0016","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156323446942,"sku":"GPD-0016","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156323479710,"sku":"GPD-0016","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156323512478,"sku":"GPD-0016","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156323545246,"sku":"GPD-0016","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156323578014,"sku":"GPD-0016","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3f9db05f-e18c-420d-aad6-d31beee9482e.jpg?v=1785417121"},{"product_id":"rose-gold-pear-emerald-moissanite-drop-earrings","title":"Rose Gold Pear \u0026 Emerald Cut Moissanite Drop Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear \u0026amp; Emerald\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5.60 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed with pear shaped and emerald cut stones, these Moissanite drop earrings showcase timeless elegance and radiant sparkle. The warm rose gold tone beautifully complements the refined multi stone silhouette, creating a sophisticated look for both everyday wear and special occasions. Expertly crafted for lasting beauty, they offer a luxurious finishing touch while embracing modern, ethical luxury. A stunning addition to any jewelry collection make them yours today.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158178377886,"sku":"GER-0384","price":563.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158178541726,"sku":"GER-0384","price":563.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158178705566,"sku":"GER-0384","price":563.79,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156298182814,"sku":"GER-0384","price":1756.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156298346654,"sku":"GER-0384","price":1756.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156298510494,"sku":"GER-0384","price":1756.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156298674334,"sku":"GER-0384","price":2191.27,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156298838174,"sku":"GER-0384","price":2191.27,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156299002014,"sku":"GER-0384","price":2191.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156299165854,"sku":"GER-0384","price":2687.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156299329694,"sku":"GER-0384","price":2687.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156299493534,"sku":"GER-0384","price":2687.27,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3_7246286e-6506-4a4c-9b45-9334897cb96c.jpg?v=1785147158"},{"product_id":"white-gold-marquise-cut-moissanite-stud-earrings-sleek-modern-elegance","title":"Pear And Round Yellow Gold Teardrop Halo Moissanite Dangle Earrings – Elegant Sparkle Statement","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStone Shape:\u003c\/strong\u003e Pear\u003cbr\u003e\u003cstrong\u003eStone Carat Weight:\u003c\/strong\u003e 0.50 CT\u003cbr\u003e\u003cstrong\u003eStone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eStone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eStone Clarity:\u003c\/strong\u003e VVS1\u003cbr\u003e\u003cstrong\u003eStone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eStone Type:\u003c\/strong\u003e GRA Moissanite\u003cbr\u003e\u003cstrong\u003eSide Stone Shape:\u003c\/strong\u003e Round\u003cbr\u003e\u003cstrong\u003eSide Stone Type:\u003c\/strong\u003e Moissanite\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eEarring Type:\u003c\/strong\u003e Stud\u003cbr\u003e\u003cstrong\u003eBack Type:\u003c\/strong\u003e Push Back \/ Screw Back \/ Guardian Back\u003cbr\u003e\u003cstrong\u003eGuardian Back:\u003c\/strong\u003e Additional charge for Guardian Back\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158177099934,"sku":"GER-0379","price":350.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158177263774,"sku":"GER-0379","price":350.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158177427614,"sku":"GER-0379","price":350.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156293988510,"sku":"GER-0379","price":910.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156294152350,"sku":"GER-0379","price":910.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156294316190,"sku":"GER-0379","price":910.44,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156294480030,"sku":"GER-0379","price":1130.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156294643870,"sku":"GER-0379","price":1130.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156294807710,"sku":"GER-0379","price":1130.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156294971550,"sku":"GER-0379","price":1378.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156295135390,"sku":"GER-0379","price":1378.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156295299230,"sku":"GER-0379","price":1378.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/GER-0379-01_Y-_viwe4_2035f79c-41c5-423b-a980-30ce5f53bc66.png?v=1782561953"},{"product_id":"white-pear-cut-moissanite-stud-earrings","title":"White Pear Cut Moissanite Stud Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Pear \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1.00 CT To 5.00 CT \u003cspan\u003e(EACH)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"566\" data-start=\"65\"\u003eElevate your everyday style with these elegant pear cut moissanite stud earrings, designed to capture light from every angle for exceptional brilliance. The refined three prong style creates a modern, sophisticated silhouette that complements both casual and formal looks. Available in multiple metal options, these timeless earrings offer a luxurious appearance with beautifully crafted detail, making them a versatile addition to any jewelry collection. Discover effortless elegance and add this radiant pair to your collection today.\u003c\/p\u003e\n\u003cp data-end=\"628\" data-start=\"568\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158169071774,"sku":"GER-0359","price":155.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158169104542,"sku":"GER-0359","price":184.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158169137310,"sku":"GER-0359","price":212.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158169170078,"sku":"GER-0359","price":270.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158169202846,"sku":"GER-0359","price":385.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158169235614,"sku":"GER-0359","price":155.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158169268382,"sku":"GER-0359","price":184.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158169301150,"sku":"GER-0359","price":212.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158169333918,"sku":"GER-0359","price":270.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158169366686,"sku":"GER-0359","price":385.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158169399454,"sku":"GER-0359","price":155.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158169432222,"sku":"GER-0359","price":184.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158169464990,"sku":"GER-0359","price":212.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158169497758,"sku":"GER-0359","price":270.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158169530526,"sku":"GER-0359","price":385.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156254077086,"sku":"GER-0359","price":456.27,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156254109854,"sku":"GER-0359","price":490.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156254142622,"sku":"GER-0359","price":524.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156254175390,"sku":"GER-0359","price":593.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156254208158,"sku":"GER-0359","price":729.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156254240926,"sku":"GER-0359","price":456.27,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156254273694,"sku":"GER-0359","price":490.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156254306462,"sku":"GER-0359","price":524.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156254339230,"sku":"GER-0359","price":593.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156254371998,"sku":"GER-0359","price":729.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156254404766,"sku":"GER-0359","price":456.27,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156254437534,"sku":"GER-0359","price":490.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156254470302,"sku":"GER-0359","price":524.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156254503070,"sku":"GER-0359","price":593.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156254535838,"sku":"GER-0359","price":729.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156254568606,"sku":"GER-0359","price":568.34,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156254601374,"sku":"GER-0359","price":609.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156254634142,"sku":"GER-0359","price":650.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156254666910,"sku":"GER-0359","price":732.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156254699678,"sku":"GER-0359","price":896.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156254732446,"sku":"GER-0359","price":568.34,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156254765214,"sku":"GER-0359","price":609.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156254797982,"sku":"GER-0359","price":650.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156254830750,"sku":"GER-0359","price":732.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156254863518,"sku":"GER-0359","price":896.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156254896286,"sku":"GER-0359","price":568.34,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156254929054,"sku":"GER-0359","price":609.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156254961822,"sku":"GER-0359","price":650.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156254994590,"sku":"GER-0359","price":732.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156255027358,"sku":"GER-0359","price":896.76,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156255060126,"sku":"GER-0359","price":695.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156255092894,"sku":"GER-0359","price":743.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156255125662,"sku":"GER-0359","price":791.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156255158430,"sku":"GER-0359","price":887.34,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156255191198,"sku":"GER-0359","price":1078.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156255223966,"sku":"GER-0359","price":695.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156255256734,"sku":"GER-0359","price":743.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156255289502,"sku":"GER-0359","price":791.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156255322270,"sku":"GER-0359","price":887.34,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156255355038,"sku":"GER-0359","price":1078.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156255387806,"sku":"GER-0359","price":695.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156255420574,"sku":"GER-0359","price":743.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156255453342,"sku":"GER-0359","price":791.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156255486110,"sku":"GER-0359","price":887.34,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156255518878,"sku":"GER-0359","price":1078.92,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48156255551646,"sku":"GER-0359","price":613.77,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48156255584414,"sku":"GER-0359","price":654.48,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48156255617182,"sku":"GER-0359","price":695.19,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48156255649950,"sku":"GER-0359","price":776.61,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48156255682718,"sku":"GER-0359","price":939.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_d359f357-5456-487c-885e-ca9601cff372.jpg?v=1785134340"},{"product_id":"yellow-gold-pear-round-moissanite-tennis-bracelet","title":"Yellow Gold Pear \u0026 Round Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Round \u0026amp; Pear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your jewelry collection with this elegant yellow gold tone Moissanite tennis bracelet, featuring a striking pear shaped center stone accented by a continuous row of brilliant round stones. Its refined silhouette and timeless design create exceptional sparkle for both everyday sophistication and special occasions. Crafted with a focus on premium style and ethical luxury, this bracelet is designed to make a lasting impression. Discover a piece that brings effortless brilliance to every moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158157406366,"sku":"GLBR-0015","price":1423.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158157439134,"sku":"GLBR-0015","price":1423.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158157471902,"sku":"GLBR-0015","price":1423.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156240576670,"sku":"GLBR-0015","price":4844.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156240609438,"sku":"GLBR-0015","price":4844.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156240642206,"sku":"GLBR-0015","price":4844.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156240674974,"sku":"GLBR-0015","price":6054.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156240707742,"sku":"GLBR-0015","price":6054.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156240740510,"sku":"GLBR-0015","price":6054.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156240773278,"sku":"GLBR-0015","price":7443.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156240806046,"sku":"GLBR-0015","price":7443.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156240838814,"sku":"GLBR-0015","price":7443.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_b6999a26-7bf1-4763-8b5b-477aa0789ca6.jpg?v=1784963775"},{"product_id":"white-gold-cushion-cut-moissanite-tennis-bracelet-luxe-stone-inspired-sparkle","title":"Yellow Gold Multi-Cut Moissanite Tennis Bracelet – Mixed Shape Stone Elegance","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStone Shape:\u003c\/strong\u003e Emerald, Heart, Pear, Round, Oval\u003cbr\u003e\u003cstrong\u003eStone Total Carat Weight:\u003c\/strong\u003e 5.20 CT \u003cbr\u003e\u003cstrong\u003eStone Size: \u003c\/strong\u003e0.20 CT (3.70 MM) EACH\u003cbr\u003e\u003cstrong\u003eStone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eStone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eStone Clarity: \u003c\/strong\u003eVVS1\u003cbr\u003e\u003cstrong\u003eStone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eStone Type:\u003c\/strong\u003e GRA Moissanite\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eChain Included:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eRhodium Finish: \u003c\/strong\u003eYes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eClasp Type:\u003c\/strong\u003e Under look\u003cbr\u003e\u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158155473054,"sku":"GLBR-0013","price":1304.65,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158155505822,"sku":"GLBR-0013","price":1304.65,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158155538590,"sku":"GLBR-0013","price":1304.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156237267102,"sku":"GLBR-0013","price":4342.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156237299870,"sku":"GLBR-0013","price":4342.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156237332638,"sku":"GLBR-0013","price":4342.74,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156237365406,"sku":"GLBR-0013","price":5425.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156237398174,"sku":"GLBR-0013","price":5425.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156237430942,"sku":"GLBR-0013","price":5425.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156237463710,"sku":"GLBR-0013","price":6665.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156237496478,"sku":"GLBR-0013","price":6665.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156237529246,"sku":"GLBR-0013","price":6665.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/GLBR-0013-01_Y-_viwe4_6f6cf988-7f3c-4e7e-97f7-9df39c081204.png?v=1782568361"},{"product_id":"rose-gold-mixed-shape-moissanite-tennis-bracelet","title":"Rose Gold Mixed Shape Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear, Heart, Emerald \u0026amp; Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e10 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold tone Moissanite tennis bracelet featuring a captivating mix of round, pear, and emerald cut stones. The alternating shapes create exceptional brilliance and a refined, contemporary look that elevates both everyday outfits and special occasions. Expertly crafted for a luxurious finish, this statement bracelet reflects ethical luxury with enduring style. Add this radiant piece to your jewelry collection and experience effortless sophistication.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158153375902,"sku":"DP0028-01","price":1669.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158153408670,"sku":"DP0028-01","price":1669.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158153441438,"sku":"DP0028-01","price":1669.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156231139486,"sku":"DP0028-01","price":5023.75,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156231172254,"sku":"DP0028-01","price":5023.75,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156231205022,"sku":"DP0028-01","price":5023.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156231237790,"sku":"DP0028-01","price":6261.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156231270558,"sku":"DP0028-01","price":6261.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156231303326,"sku":"DP0028-01","price":6261.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156231336094,"sku":"DP0028-01","price":7670.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156231368862,"sku":"DP0028-01","price":7670.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156231401630,"sku":"DP0028-01","price":7670.91,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_4c3f8140-fca0-4dda-a15f-7a6078a06a83.jpg?v=1784957763"},{"product_id":"white-metal-emerald-pear-oval-cut-moissanite-eternity-band-ring","title":"White Metal Emerald, Pear \u0026 Oval Cut Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eEmerald, Pear \u0026amp; Oval\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003e TOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e8 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"68\" data-end=\"588\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this striking Moissanite eternity band featuring an eye catching pattern of emerald, pear \u0026amp; ova cut stones. The polished white metal setting enhances the brilliance of every stone, creating a refined look that shines from every angle. Expertly crafted for lasting beauty, this sophisticated design offers a luxurious statement for everyday wear or special occasions. Available in multiple metal options. Discover exceptional sparkle and make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158148067486,"sku":"DDLR-239","price":430.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158148231326,"sku":"DDLR-239","price":430.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158148395166,"sku":"DDLR-239","price":430.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151085842590,"sku":"DDLR-239","price":1227.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151086006430,"sku":"DDLR-239","price":1227.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151086170270,"sku":"DDLR-239","price":1227.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151086334110,"sku":"DDLR-239","price":1528.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151086497950,"sku":"DDLR-239","price":1528.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151086661790,"sku":"DDLR-239","price":1528.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151086825630,"sku":"DDLR-239","price":1869.12,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151086989470,"sku":"DDLR-239","price":1869.12,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151087153310,"sku":"DDLR-239","price":1869.12,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151087317150,"sku":"DDLR-239","price":1611.12,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_735256b9-6716-4a16-a4fb-d731be058265.jpg?v=1784801163"},{"product_id":"pear-brilliant-moissanite-vvs1-eternity-stone-band","title":"Pear Brilliant Moissanite VVS1 Eternity Band","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStone Shape:\u003c\/strong\u003e Pear\u003cbr\u003e\u003cstrong\u003eStone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eStone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eStone Clarity:\u003c\/strong\u003e VVS1\u003cbr\u003e\u003cstrong\u003eStone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eStone Type:\u003c\/strong\u003e GRA Moissanite\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158146691230,"sku":"DDLR-241","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158146855070,"sku":"DDLR-241","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158147018910,"sku":"DDLR-241","price":399.58,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151081582750,"sku":"DDLR-241","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151081746590,"sku":"DDLR-241","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151081910430,"sku":"DDLR-241","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151082074270,"sku":"DDLR-241","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151082238110,"sku":"DDLR-241","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151082401950,"sku":"DDLR-241","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151082565790,"sku":"DDLR-241","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151082729630,"sku":"DDLR-241","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151082893470,"sku":"DDLR-241","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151083057310,"sku":"DDLR-241","price":1668.79,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/DDLR-241_R-_viwe1_9bbaef21-9f4f-47c3-bb9e-447429380045.png?v=1782891269"},{"product_id":"pear-cut-brilliant-moissanite-vvs1-eternity-engagement-three-stone-ring","title":"Pear And Marquise Cut Brilliant Moissanite VVS1 Eternity Engagement Ring","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCenter Stone Shape:\u003c\/strong\u003e Pear And Marquise\u003cbr\u003e\u003cstrong\u003eCenter Stone Carat Weight: \u003c\/strong\u003e1.00 CT To 5.00 CT\u003cbr\u003e\u003cstrong\u003eCenter Stone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eCenter Stone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eCenter Stone Clarity:\u003c\/strong\u003e VVS1\u003cbr\u003e\u003cstrong\u003eCenter Stone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eCenter Stone Type: \u003c\/strong\u003eGRA Moissanite\u003cbr\u003e\u003cstrong\u003eSide Stone Shape:\u003c\/strong\u003e Round\u003cbr\u003e\u003cstrong\u003eSide Stone Type: \u003c\/strong\u003eMoissanite\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark: \u003c\/strong\u003eYes\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158138728606,"sku":"DDLR-275","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158138761374,"sku":"DDLR-275","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158138794142,"sku":"DDLR-275","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158138826910,"sku":"DDLR-275","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158138859678,"sku":"DDLR-275","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158138892446,"sku":"DDLR-275","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158138925214,"sku":"DDLR-275","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158138957982,"sku":"DDLR-275","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158138990750,"sku":"DDLR-275","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158139023518,"sku":"DDLR-275","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158139056286,"sku":"DDLR-275","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158139089054,"sku":"DDLR-275","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158139121822,"sku":"DDLR-275","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158139154590,"sku":"DDLR-275","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158139187358,"sku":"DDLR-275","price":572.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151051174046,"sku":"DDLR-275","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151051206814,"sku":"DDLR-275","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151051239582,"sku":"DDLR-275","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151051272350,"sku":"DDLR-275","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151051305118,"sku":"DDLR-275","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151051337886,"sku":"DDLR-275","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151051370654,"sku":"DDLR-275","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151051403422,"sku":"DDLR-275","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151051436190,"sku":"DDLR-275","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151051468958,"sku":"DDLR-275","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151051501726,"sku":"DDLR-275","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151051534494,"sku":"DDLR-275","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151051567262,"sku":"DDLR-275","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151051600030,"sku":"DDLR-275","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151051632798,"sku":"DDLR-275","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151051665566,"sku":"DDLR-275","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151051698334,"sku":"DDLR-275","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151051731102,"sku":"DDLR-275","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151051763870,"sku":"DDLR-275","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151051796638,"sku":"DDLR-275","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151051829406,"sku":"DDLR-275","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151051862174,"sku":"DDLR-275","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151051894942,"sku":"DDLR-275","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151051927710,"sku":"DDLR-275","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151051960478,"sku":"DDLR-275","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151051993246,"sku":"DDLR-275","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151052026014,"sku":"DDLR-275","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151052058782,"sku":"DDLR-275","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151052091550,"sku":"DDLR-275","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151052124318,"sku":"DDLR-275","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151052157086,"sku":"DDLR-275","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151052189854,"sku":"DDLR-275","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151052222622,"sku":"DDLR-275","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151052255390,"sku":"DDLR-275","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151052288158,"sku":"DDLR-275","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151052320926,"sku":"DDLR-275","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151052353694,"sku":"DDLR-275","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151052386462,"sku":"DDLR-275","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151052419230,"sku":"DDLR-275","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151052451998,"sku":"DDLR-275","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151052484766,"sku":"DDLR-275","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151052517534,"sku":"DDLR-275","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151052550302,"sku":"DDLR-275","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151052583070,"sku":"DDLR-275","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151052615838,"sku":"DDLR-275","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151052648606,"sku":"DDLR-275","price":1587.37,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151052681374,"sku":"DDLR-275","price":1628.08,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151052714142,"sku":"DDLR-275","price":1668.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151052746910,"sku":"DDLR-275","price":1750.21,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151052779678,"sku":"DDLR-275","price":1913.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/DDLR-275_Y-_viwe2.png?v=1782970325"},{"product_id":"pear-and-marquise-cut-brilliant-moissanite-vvs1-eternity-engagement-halo-ring","title":"Pear And Round Cut Brilliant Moissanite VVS1 Eternity Engagement Ring","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCenter Stone Shape:\u003c\/strong\u003e Pear And Round \u003cbr\u003e\u003cstrong\u003eCenter Stone Carat Weight: \u003c\/strong\u003e1.00 CT To 5.00 CT\u003cbr\u003e\u003cstrong\u003eCenter Stone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eCenter Stone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eCenter Stone Clarity:\u003c\/strong\u003e VVS1\u003cbr\u003e\u003cstrong\u003eCenter Stone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eCenter Stone Type: \u003c\/strong\u003eGRA Moissanite\u003cbr\u003e\u003cstrong\u003eSide Stone Shape:\u003c\/strong\u003e Round\u003cbr\u003e\u003cstrong\u003eSide Stone Type: \u003c\/strong\u003eMoissanite\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark: \u003c\/strong\u003eYes\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158138040478,"sku":"DDLR-280","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158138073246,"sku":"DDLR-280","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158138106014,"sku":"DDLR-280","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158138138782,"sku":"DDLR-280","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158138171550,"sku":"DDLR-280","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158138204318,"sku":"DDLR-280","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158138237086,"sku":"DDLR-280","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158138269854,"sku":"DDLR-280","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158138302622,"sku":"DDLR-280","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158138335390,"sku":"DDLR-280","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158138368158,"sku":"DDLR-280","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158138400926,"sku":"DDLR-280","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158138433694,"sku":"DDLR-280","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158138466462,"sku":"DDLR-280","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158138499230,"sku":"DDLR-280","price":572.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151046389918,"sku":"DDLR-280","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151046422686,"sku":"DDLR-280","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151046455454,"sku":"DDLR-280","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151046488222,"sku":"DDLR-280","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151046520990,"sku":"DDLR-280","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151046553758,"sku":"DDLR-280","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151046586526,"sku":"DDLR-280","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151046619294,"sku":"DDLR-280","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151046652062,"sku":"DDLR-280","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151046684830,"sku":"DDLR-280","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151046717598,"sku":"DDLR-280","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151046750366,"sku":"DDLR-280","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151046783134,"sku":"DDLR-280","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151046815902,"sku":"DDLR-280","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151046848670,"sku":"DDLR-280","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151046881438,"sku":"DDLR-280","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151046914206,"sku":"DDLR-280","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151046946974,"sku":"DDLR-280","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151046979742,"sku":"DDLR-280","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151047012510,"sku":"DDLR-280","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151047045278,"sku":"DDLR-280","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151047078046,"sku":"DDLR-280","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151047110814,"sku":"DDLR-280","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151047143582,"sku":"DDLR-280","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151047176350,"sku":"DDLR-280","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151047209118,"sku":"DDLR-280","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151047241886,"sku":"DDLR-280","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151047274654,"sku":"DDLR-280","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151047307422,"sku":"DDLR-280","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151047340190,"sku":"DDLR-280","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151047372958,"sku":"DDLR-280","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151047405726,"sku":"DDLR-280","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151047438494,"sku":"DDLR-280","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151047471262,"sku":"DDLR-280","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151047504030,"sku":"DDLR-280","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151047536798,"sku":"DDLR-280","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151047569566,"sku":"DDLR-280","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151047602334,"sku":"DDLR-280","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151047635102,"sku":"DDLR-280","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151047667870,"sku":"DDLR-280","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151047700638,"sku":"DDLR-280","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151047733406,"sku":"DDLR-280","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151047766174,"sku":"DDLR-280","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151047798942,"sku":"DDLR-280","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151047831710,"sku":"DDLR-280","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151047864478,"sku":"DDLR-280","price":1587.37,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151047897246,"sku":"DDLR-280","price":1628.08,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151047930014,"sku":"DDLR-280","price":1668.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151047962782,"sku":"DDLR-280","price":1750.21,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151047995550,"sku":"DDLR-280","price":1913.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/DDLR-280_R-_viwe2.png?v=1782971245"},{"product_id":"pear-and-round-cut-brilliant-moissanite-vvs1-eternity-cluster-engagement-ring","title":"Pear And Round Cut Brilliant Moissanite VVS1 Eternity Engagement Ring","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCenter Stone Shape:\u003c\/strong\u003e Pear And Round \u003cbr\u003e\u003cstrong\u003eCenter Stone Carat Weight: \u003c\/strong\u003e1.00 CT To 5.00 CT\u003cbr\u003e\u003cstrong\u003eCenter Stone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eCenter Stone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eCenter Stone Clarity:\u003c\/strong\u003e VVS1\u003cbr\u003e\u003cstrong\u003eCenter Stone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eCenter Stone Type: \u003c\/strong\u003eGRA Moissanite\u003cbr\u003e\u003cstrong\u003eSide Stone Shape:\u003c\/strong\u003e Round\u003cbr\u003e\u003cstrong\u003eSide Stone Type: \u003c\/strong\u003eMoissanite\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark: \u003c\/strong\u003eYes\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158082007198,"sku":"DDLR-337","price":386.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158082039966,"sku":"DDLR-337","price":415.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158082072734,"sku":"DDLR-337","price":444.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158082105502,"sku":"DDLR-337","price":501.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158082138270,"sku":"DDLR-337","price":616.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158082171038,"sku":"DDLR-337","price":386.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158082203806,"sku":"DDLR-337","price":415.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158082236574,"sku":"DDLR-337","price":444.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158082269342,"sku":"DDLR-337","price":501.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158082302110,"sku":"DDLR-337","price":616.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158082334878,"sku":"DDLR-337","price":386.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158082367646,"sku":"DDLR-337","price":415.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158082400414,"sku":"DDLR-337","price":444.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158082433182,"sku":"DDLR-337","price":501.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158082465950,"sku":"DDLR-337","price":616.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150981214366,"sku":"DDLR-337","price":1372.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150981247134,"sku":"DDLR-337","price":1407.2,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150981279902,"sku":"DDLR-337","price":1441.42,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150981312670,"sku":"DDLR-337","price":1509.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150981345438,"sku":"DDLR-337","price":1646.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150981378206,"sku":"DDLR-337","price":1372.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150981410974,"sku":"DDLR-337","price":1407.2,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150981443742,"sku":"DDLR-337","price":1441.42,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150981476510,"sku":"DDLR-337","price":1509.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150981509278,"sku":"DDLR-337","price":1646.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150981542046,"sku":"DDLR-337","price":1372.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150981574814,"sku":"DDLR-337","price":1407.2,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150981607582,"sku":"DDLR-337","price":1441.42,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150981640350,"sku":"DDLR-337","price":1509.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150981673118,"sku":"DDLR-337","price":1646.68,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150981705886,"sku":"DDLR-337","price":1717.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150981738654,"sku":"DDLR-337","price":1758.68,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150981771422,"sku":"DDLR-337","price":1799.74,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150981804190,"sku":"DDLR-337","price":1881.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150981836958,"sku":"DDLR-337","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150981869726,"sku":"DDLR-337","price":1717.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150981902494,"sku":"DDLR-337","price":1758.68,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150981935262,"sku":"DDLR-337","price":1799.74,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150981968030,"sku":"DDLR-337","price":1881.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150982000798,"sku":"DDLR-337","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150982033566,"sku":"DDLR-337","price":1717.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150982066334,"sku":"DDLR-337","price":1758.68,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150982099102,"sku":"DDLR-337","price":1799.74,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150982131870,"sku":"DDLR-337","price":1881.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150982164638,"sku":"DDLR-337","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150982197406,"sku":"DDLR-337","price":2113.89,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150982230174,"sku":"DDLR-337","price":2161.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150982262942,"sku":"DDLR-337","price":2209.68,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150982295710,"sku":"DDLR-337","price":2305.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150982328478,"sku":"DDLR-337","price":2497.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150982361246,"sku":"DDLR-337","price":2113.89,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150982394014,"sku":"DDLR-337","price":2161.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150982426782,"sku":"DDLR-337","price":2209.68,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150982459550,"sku":"DDLR-337","price":2305.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150982492318,"sku":"DDLR-337","price":2497.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150982525086,"sku":"DDLR-337","price":2113.89,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150982557854,"sku":"DDLR-337","price":2161.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150982590622,"sku":"DDLR-337","price":2209.68,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150982623390,"sku":"DDLR-337","price":2305.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150982656158,"sku":"DDLR-337","price":2497.05,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150982688926,"sku":"DDLR-337","price":1819.18,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150982721694,"sku":"DDLR-337","price":1859.89,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150982754462,"sku":"DDLR-337","price":1900.6,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150982787230,"sku":"DDLR-337","price":1982.02,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150982819998,"sku":"DDLR-337","price":2144.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/DDLR-337_W-_viwe2.png?v=1782989708"},{"product_id":"pear-and-round-cut-brilliant-moissanite-vvs1-eternity-halo-engagement-ring","title":"Pear And Round Cut Brilliant Moissanite VVS1 Eternity Engagement Ring","description":"\u003cp\u003e\u003cstrong\u003eStone Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCenter Stone Shape:\u003c\/strong\u003e Pear And Round \u003cbr\u003e\u003cstrong\u003eCenter Stone Carat Weight:\u003c\/strong\u003e 1.00 CT To 5.00 CT\u003cbr\u003e\u003cstrong\u003eCenter Stone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eCenter Stone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eCenter Stone Clarity: \u003c\/strong\u003eVVS1\u003cbr\u003e\u003cstrong\u003eCenter Stone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eCenter Stone Type:\u003c\/strong\u003e GRA Moissanite\u003cbr\u003e\u003cstrong\u003eSide Stone Shape:\u003c\/strong\u003e Round\u003cbr\u003e\u003cstrong\u003eSide Stone Type: \u003c\/strong\u003eMoissanite\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157989863582,"sku":"LR-0174","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157989896350,"sku":"LR-0174","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157989929118,"sku":"LR-0174","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157989961886,"sku":"LR-0174","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157989994654,"sku":"LR-0174","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157990027422,"sku":"LR-0174","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157990060190,"sku":"LR-0174","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157990092958,"sku":"LR-0174","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157990125726,"sku":"LR-0174","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157990158494,"sku":"LR-0174","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157990191262,"sku":"LR-0174","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157990224030,"sku":"LR-0174","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157990256798,"sku":"LR-0174","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157990289566,"sku":"LR-0174","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157990322334,"sku":"LR-0174","price":563.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150861775006,"sku":"LR-0174","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150861807774,"sku":"LR-0174","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150861840542,"sku":"LR-0174","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150861873310,"sku":"LR-0174","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150861906078,"sku":"LR-0174","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150861938846,"sku":"LR-0174","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150861971614,"sku":"LR-0174","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150862004382,"sku":"LR-0174","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150862037150,"sku":"LR-0174","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150862069918,"sku":"LR-0174","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150862102686,"sku":"LR-0174","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150862135454,"sku":"LR-0174","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150862168222,"sku":"LR-0174","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150862200990,"sku":"LR-0174","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150862233758,"sku":"LR-0174","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150862266526,"sku":"LR-0174","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150862299294,"sku":"LR-0174","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150862332062,"sku":"LR-0174","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150862364830,"sku":"LR-0174","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150862397598,"sku":"LR-0174","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150862430366,"sku":"LR-0174","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150862463134,"sku":"LR-0174","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150862495902,"sku":"LR-0174","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150862528670,"sku":"LR-0174","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150862561438,"sku":"LR-0174","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150862594206,"sku":"LR-0174","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150862626974,"sku":"LR-0174","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150862659742,"sku":"LR-0174","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150862692510,"sku":"LR-0174","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150862725278,"sku":"LR-0174","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150862758046,"sku":"LR-0174","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150862790814,"sku":"LR-0174","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150862823582,"sku":"LR-0174","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150862856350,"sku":"LR-0174","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150862889118,"sku":"LR-0174","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150862921886,"sku":"LR-0174","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150862954654,"sku":"LR-0174","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150862987422,"sku":"LR-0174","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150863020190,"sku":"LR-0174","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150863052958,"sku":"LR-0174","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150863085726,"sku":"LR-0174","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150863118494,"sku":"LR-0174","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150863151262,"sku":"LR-0174","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150863184030,"sku":"LR-0174","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150863216798,"sku":"LR-0174","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150863249566,"sku":"LR-0174","price":1541.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150863282334,"sku":"LR-0174","price":1581.72,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150863315102,"sku":"LR-0174","price":1622.43,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150863347870,"sku":"LR-0174","price":1703.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150863380638,"sku":"LR-0174","price":1866.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/LR-0174-01_Y-_viwe2.png?v=1783159600"},{"product_id":"pear-and-round-cut-brilliant-moissanite-vvs1-eternity-hidden-engagement-rings","title":"Pear And Round Cut Brilliant Moissanite VVS1 Eternity Engagement Ring","description":"\u003cp\u003e\u003cstrong\u003eStone Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCenter Stone Shape:\u003c\/strong\u003e Pear And Round \u003cbr\u003e\u003cstrong\u003eCenter Stone Carat Weight:\u003c\/strong\u003e 1.00 CT To 5.00 CT\u003cbr\u003e\u003cstrong\u003eCenter Stone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eCenter Stone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eCenter Stone Clarity: \u003c\/strong\u003eVVS1\u003cbr\u003e\u003cstrong\u003eCenter Stone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eCenter Stone Type:\u003c\/strong\u003e GRA Moissanite\u003cbr\u003e\u003cstrong\u003eSide Stone Shape:\u003c\/strong\u003e Round\u003cbr\u003e\u003cstrong\u003eSide Stone Type: \u003c\/strong\u003eMoissanite\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157988880542,"sku":"LR-0173","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157988913310,"sku":"LR-0173","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157988946078,"sku":"LR-0173","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157988978846,"sku":"LR-0173","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157989011614,"sku":"LR-0173","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157989044382,"sku":"LR-0173","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157989077150,"sku":"LR-0173","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157989109918,"sku":"LR-0173","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157989142686,"sku":"LR-0173","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157989175454,"sku":"LR-0173","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157989208222,"sku":"LR-0173","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157989240990,"sku":"LR-0173","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157989273758,"sku":"LR-0173","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157989306526,"sku":"LR-0173","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157989339294,"sku":"LR-0173","price":572.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150858629278,"sku":"LR-0173","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150858662046,"sku":"LR-0173","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150858694814,"sku":"LR-0173","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150858727582,"sku":"LR-0173","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150858760350,"sku":"LR-0173","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150858793118,"sku":"LR-0173","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150858825886,"sku":"LR-0173","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150858858654,"sku":"LR-0173","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150858891422,"sku":"LR-0173","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150858924190,"sku":"LR-0173","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150858956958,"sku":"LR-0173","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150858989726,"sku":"LR-0173","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150859022494,"sku":"LR-0173","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150859055262,"sku":"LR-0173","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150859088030,"sku":"LR-0173","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150859120798,"sku":"LR-0173","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150859153566,"sku":"LR-0173","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150859186334,"sku":"LR-0173","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150859219102,"sku":"LR-0173","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150859251870,"sku":"LR-0173","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150859284638,"sku":"LR-0173","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150859317406,"sku":"LR-0173","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150859350174,"sku":"LR-0173","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150859382942,"sku":"LR-0173","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150859415710,"sku":"LR-0173","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150859448478,"sku":"LR-0173","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150859481246,"sku":"LR-0173","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150859514014,"sku":"LR-0173","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150859546782,"sku":"LR-0173","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150859579550,"sku":"LR-0173","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150859612318,"sku":"LR-0173","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150859645086,"sku":"LR-0173","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150859677854,"sku":"LR-0173","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150859710622,"sku":"LR-0173","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150859743390,"sku":"LR-0173","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150859776158,"sku":"LR-0173","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150859808926,"sku":"LR-0173","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150859841694,"sku":"LR-0173","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150859874462,"sku":"LR-0173","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150859907230,"sku":"LR-0173","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150859939998,"sku":"LR-0173","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150859972766,"sku":"LR-0173","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150860005534,"sku":"LR-0173","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150860038302,"sku":"LR-0173","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150860071070,"sku":"LR-0173","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150860103838,"sku":"LR-0173","price":1587.37,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150860136606,"sku":"LR-0173","price":1628.08,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150860169374,"sku":"LR-0173","price":1668.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150860202142,"sku":"LR-0173","price":1750.21,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150860234910,"sku":"LR-0173","price":1913.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/LR-0173-01_R-_viwe2.png?v=1783160181"},{"product_id":"white-gold-tone-pear-cut-moissanite-halo-engagement-ring","title":"White Gold Tone Pear Moissanite Halo Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this pear shaped moissanite engagement ring, beautifully framed by a sparkling halo and complemented by a delicate pavé band. The graceful silhouette enhances the center stone's brilliance, creating a refined look that shines from every angle. Crafted with exceptional attention to detail, this design offers a luxurious expression of modern romance and ethical luxury. Available in multiple metal options. Discover a ring designed to make every moment unforgettable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157962666142,"sku":"LR-0071","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157962698910,"sku":"LR-0071","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157962731678,"sku":"LR-0071","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157962764446,"sku":"LR-0071","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157962797214,"sku":"LR-0071","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157962829982,"sku":"LR-0071","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157962862750,"sku":"LR-0071","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157962895518,"sku":"LR-0071","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157962928286,"sku":"LR-0071","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157962961054,"sku":"LR-0071","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157962993822,"sku":"LR-0071","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157963026590,"sku":"LR-0071","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157963059358,"sku":"LR-0071","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157963092126,"sku":"LR-0071","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157963124894,"sku":"LR-0071","price":563.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150834577566,"sku":"LR-0071","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150834610334,"sku":"LR-0071","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150834643102,"sku":"LR-0071","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150834675870,"sku":"LR-0071","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150834708638,"sku":"LR-0071","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150834741406,"sku":"LR-0071","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150834774174,"sku":"LR-0071","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150834806942,"sku":"LR-0071","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150834839710,"sku":"LR-0071","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150834872478,"sku":"LR-0071","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150834905246,"sku":"LR-0071","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150834938014,"sku":"LR-0071","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150834970782,"sku":"LR-0071","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150835003550,"sku":"LR-0071","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150835036318,"sku":"LR-0071","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150835069086,"sku":"LR-0071","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150835101854,"sku":"LR-0071","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150835134622,"sku":"LR-0071","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150835167390,"sku":"LR-0071","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150835200158,"sku":"LR-0071","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150835232926,"sku":"LR-0071","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150835265694,"sku":"LR-0071","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150835298462,"sku":"LR-0071","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150835331230,"sku":"LR-0071","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150835363998,"sku":"LR-0071","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150835396766,"sku":"LR-0071","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150835429534,"sku":"LR-0071","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150835462302,"sku":"LR-0071","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150835495070,"sku":"LR-0071","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150835527838,"sku":"LR-0071","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150835560606,"sku":"LR-0071","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150835593374,"sku":"LR-0071","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150835626142,"sku":"LR-0071","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150835658910,"sku":"LR-0071","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150835691678,"sku":"LR-0071","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150835724446,"sku":"LR-0071","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150835757214,"sku":"LR-0071","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150835789982,"sku":"LR-0071","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150835822750,"sku":"LR-0071","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150835855518,"sku":"LR-0071","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150835888286,"sku":"LR-0071","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150835921054,"sku":"LR-0071","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150835953822,"sku":"LR-0071","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150835986590,"sku":"LR-0071","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150836019358,"sku":"LR-0071","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150836052126,"sku":"LR-0071","price":1541.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150836084894,"sku":"LR-0071","price":1581.72,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150836117662,"sku":"LR-0071","price":1622.43,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150836150430,"sku":"LR-0071","price":1703.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150836183198,"sku":"LR-0071","price":1866.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_38449a15-9b1d-4525-b75e-ad9a86ff3a2b.jpg?v=1786094196"},{"product_id":"yellow-gold-pear-emerald-round-cut-moissanite-engagement-ring","title":"Yellow Gold Pear \u0026 Emerald Cut Moissanite Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Pear \u0026amp; Emerald\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with a striking Moissanite engagement ring featuring a pear shaped center stone alongside an emerald cut center stone, each showcased in classic prong settings. The polished yellow gold tone band is accented with sparkling side stones that enhance its brilliance and refined appeal. Designed to make every moment unforgettable, this sophisticated ring offers luxurious style with an ethical touch. Available in multiple metal options. Discover your perfect symbol of love today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157953753246,"sku":"LR-0055","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157953786014,"sku":"LR-0055","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157953818782,"sku":"LR-0055","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157953851550,"sku":"LR-0055","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157953884318,"sku":"LR-0055","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157953917086,"sku":"LR-0055","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157953949854,"sku":"LR-0055","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157953982622,"sku":"LR-0055","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157954015390,"sku":"LR-0055","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157954048158,"sku":"LR-0055","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157954080926,"sku":"LR-0055","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157954113694,"sku":"LR-0055","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157954146462,"sku":"LR-0055","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157954179230,"sku":"LR-0055","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157954211998,"sku":"LR-0055","price":572.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150826811550,"sku":"LR-0055","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150826844318,"sku":"LR-0055","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150826877086,"sku":"LR-0055","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150826909854,"sku":"LR-0055","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150826942622,"sku":"LR-0055","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150826975390,"sku":"LR-0055","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150827008158,"sku":"LR-0055","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150827040926,"sku":"LR-0055","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150827073694,"sku":"LR-0055","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150827106462,"sku":"LR-0055","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150827139230,"sku":"LR-0055","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150827171998,"sku":"LR-0055","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150827204766,"sku":"LR-0055","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150827237534,"sku":"LR-0055","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150827270302,"sku":"LR-0055","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150827303070,"sku":"LR-0055","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150827335838,"sku":"LR-0055","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150827368606,"sku":"LR-0055","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150827401374,"sku":"LR-0055","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150827434142,"sku":"LR-0055","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150827466910,"sku":"LR-0055","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150827499678,"sku":"LR-0055","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150827532446,"sku":"LR-0055","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150827565214,"sku":"LR-0055","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150827597982,"sku":"LR-0055","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150827630750,"sku":"LR-0055","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150827663518,"sku":"LR-0055","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150827696286,"sku":"LR-0055","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150827729054,"sku":"LR-0055","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150827761822,"sku":"LR-0055","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150827794590,"sku":"LR-0055","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150827827358,"sku":"LR-0055","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150827860126,"sku":"LR-0055","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150827892894,"sku":"LR-0055","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150827925662,"sku":"LR-0055","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150827958430,"sku":"LR-0055","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150827991198,"sku":"LR-0055","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150828023966,"sku":"LR-0055","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150828056734,"sku":"LR-0055","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150828089502,"sku":"LR-0055","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150828122270,"sku":"LR-0055","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150828155038,"sku":"LR-0055","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150828187806,"sku":"LR-0055","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150828220574,"sku":"LR-0055","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150828253342,"sku":"LR-0055","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150828286110,"sku":"LR-0055","price":1587.37,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150828318878,"sku":"LR-0055","price":1628.08,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150828351646,"sku":"LR-0055","price":1668.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150828384414,"sku":"LR-0055","price":1750.21,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150828417182,"sku":"LR-0055","price":1913.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_bc331499-0452-4e84-90c6-5bdc73cba538.jpg?v=1785752012"},{"product_id":"white-pear-round-cut-moissanite-luxury-engagement-ring","title":"White Pear Cut Moissanite Engagement Ring with Accent Stones","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Pear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this white pear cut moissanite engagement ring, featuring a striking pear shaped center stone complemented by a cluster of round accent stones and a delicately pavé set split shank. Designed to capture exceptional brilliance from every angle, its refined silhouette offers a sophisticated balance of modern style and classic romance. Available in multiple metal options, this luxurious ring is a beautiful choice for proposals, anniversaries, or meaningful milestones. Discover a piece crafted to leave a lasting impression.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157942186142,"sku":"DDLR-059","price":368.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157942218910,"sku":"DDLR-059","price":397.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157942251678,"sku":"DDLR-059","price":426.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157942284446,"sku":"DDLR-059","price":483.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157942317214,"sku":"DDLR-059","price":598.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157942349982,"sku":"DDLR-059","price":368.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157942382750,"sku":"DDLR-059","price":397.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157942415518,"sku":"DDLR-059","price":426.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157942448286,"sku":"DDLR-059","price":483.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157942481054,"sku":"DDLR-059","price":598.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157942513822,"sku":"DDLR-059","price":368.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157942546590,"sku":"DDLR-059","price":397.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157942579358,"sku":"DDLR-059","price":426.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157942612126,"sku":"DDLR-059","price":483.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157942644894,"sku":"DDLR-059","price":598.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150784868510,"sku":"DDLR-059","price":1302.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150784901278,"sku":"DDLR-059","price":1336.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150784934046,"sku":"DDLR-059","price":1370.9,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150784966814,"sku":"DDLR-059","price":1439.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150784999582,"sku":"DDLR-059","price":1576.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150785032350,"sku":"DDLR-059","price":1302.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150785065118,"sku":"DDLR-059","price":1336.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150785097886,"sku":"DDLR-059","price":1370.9,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150785130654,"sku":"DDLR-059","price":1439.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150785163422,"sku":"DDLR-059","price":1576.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150785196190,"sku":"DDLR-059","price":1302.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150785228958,"sku":"DDLR-059","price":1336.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150785261726,"sku":"DDLR-059","price":1370.9,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150785294494,"sku":"DDLR-059","price":1439.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150785327262,"sku":"DDLR-059","price":1576.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150785360030,"sku":"DDLR-059","price":1629.22,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150785392798,"sku":"DDLR-059","price":1670.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150785425566,"sku":"DDLR-059","price":1711.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150785458334,"sku":"DDLR-059","price":1793.44,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150785491102,"sku":"DDLR-059","price":1957.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150785523870,"sku":"DDLR-059","price":1629.22,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150785556638,"sku":"DDLR-059","price":1670.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150785589406,"sku":"DDLR-059","price":1711.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150785622174,"sku":"DDLR-059","price":1793.44,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150785654942,"sku":"DDLR-059","price":1957.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150785687710,"sku":"DDLR-059","price":1629.22,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150785720478,"sku":"DDLR-059","price":1670.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150785753246,"sku":"DDLR-059","price":1711.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150785786014,"sku":"DDLR-059","price":1793.44,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150785818782,"sku":"DDLR-059","price":1957.65,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150785851550,"sku":"DDLR-059","price":2004.8,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150785884318,"sku":"DDLR-059","price":2052.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150785917086,"sku":"DDLR-059","price":2100.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150785949854,"sku":"DDLR-059","price":2196.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150785982622,"sku":"DDLR-059","price":2387.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150786015390,"sku":"DDLR-059","price":2004.8,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150786048158,"sku":"DDLR-059","price":2052.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150786080926,"sku":"DDLR-059","price":2100.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150786113694,"sku":"DDLR-059","price":2196.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150786146462,"sku":"DDLR-059","price":2387.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150786179230,"sku":"DDLR-059","price":2004.8,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150786211998,"sku":"DDLR-059","price":2052.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150786244766,"sku":"DDLR-059","price":2100.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150786277534,"sku":"DDLR-059","price":2196.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150786310302,"sku":"DDLR-059","price":2387.96,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150786343070,"sku":"DDLR-059","price":1726.45,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150786375838,"sku":"DDLR-059","price":1767.16,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150786408606,"sku":"DDLR-059","price":1807.87,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150786441374,"sku":"DDLR-059","price":1889.29,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150786474142,"sku":"DDLR-059","price":2052.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_703dd37f-121d-4f88-a441-ee42b0eabb22.jpg?v=1785996019"},{"product_id":"yellow-gold-pear-round-cut-moissanite-pave-engagement-ring","title":"Pear And Round Cut Brilliant Moissanite VVS1 Eternity Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Pear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this pear cut moissanite engagement ring featuring a polished yellow gold-tone band accented with sparkling pavé set stones. The graceful silhouette and brilliant center stone create a refined look that catches the light from every angle. Designed for those who appreciate sophisticated style and ethical luxury, this ring makes a stunning statement for engagements or special occasions. Available in multiple metal options. Discover your perfect forever ring today.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157929635998,"sku":"DDLR-039","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157929668766,"sku":"DDLR-039","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157929701534,"sku":"DDLR-039","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157929734302,"sku":"DDLR-039","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157929767070,"sku":"DDLR-039","price":554.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157929799838,"sku":"DDLR-039","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157929832606,"sku":"DDLR-039","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157929865374,"sku":"DDLR-039","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157929898142,"sku":"DDLR-039","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157929930910,"sku":"DDLR-039","price":554.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157929963678,"sku":"DDLR-039","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157929996446,"sku":"DDLR-039","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157930029214,"sku":"DDLR-039","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157930061982,"sku":"DDLR-039","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157930094750,"sku":"DDLR-039","price":554.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150749151390,"sku":"DDLR-039","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150749184158,"sku":"DDLR-039","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150749216926,"sku":"DDLR-039","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150749249694,"sku":"DDLR-039","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150749282462,"sku":"DDLR-039","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150749315230,"sku":"DDLR-039","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150749347998,"sku":"DDLR-039","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150749380766,"sku":"DDLR-039","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150749413534,"sku":"DDLR-039","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150749446302,"sku":"DDLR-039","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150749479070,"sku":"DDLR-039","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150749511838,"sku":"DDLR-039","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150749544606,"sku":"DDLR-039","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150749577374,"sku":"DDLR-039","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150749610142,"sku":"DDLR-039","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150749642910,"sku":"DDLR-039","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150749675678,"sku":"DDLR-039","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150749708446,"sku":"DDLR-039","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150749741214,"sku":"DDLR-039","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150749773982,"sku":"DDLR-039","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150749806750,"sku":"DDLR-039","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150749839518,"sku":"DDLR-039","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150749872286,"sku":"DDLR-039","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150749905054,"sku":"DDLR-039","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150749937822,"sku":"DDLR-039","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150749970590,"sku":"DDLR-039","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150750003358,"sku":"DDLR-039","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150750036126,"sku":"DDLR-039","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150750068894,"sku":"DDLR-039","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150750101662,"sku":"DDLR-039","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150750134430,"sku":"DDLR-039","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150750167198,"sku":"DDLR-039","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150750199966,"sku":"DDLR-039","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150750232734,"sku":"DDLR-039","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150750265502,"sku":"DDLR-039","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150750298270,"sku":"DDLR-039","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150750331038,"sku":"DDLR-039","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150750363806,"sku":"DDLR-039","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150750396574,"sku":"DDLR-039","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150750429342,"sku":"DDLR-039","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150750462110,"sku":"DDLR-039","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150750494878,"sku":"DDLR-039","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150750527646,"sku":"DDLR-039","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150750560414,"sku":"DDLR-039","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150750593182,"sku":"DDLR-039","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150750625950,"sku":"DDLR-039","price":1494.64,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150750658718,"sku":"DDLR-039","price":1535.35,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150750691486,"sku":"DDLR-039","price":1576.06,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150750724254,"sku":"DDLR-039","price":1657.49,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150750757022,"sku":"DDLR-039","price":1820.33,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_973324ca-4511-4e81-9009-ff7d26ef83ae.jpg?v=1786013154"},{"product_id":"white-gold-pear-cut-moissanite-trilogy-engagement-ring","title":"White Gold Pear Cut Moissanite Three Stone Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Pear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this pear cut moissanite engagement ring featuring a striking center stone accented by two matching pear shaped side stones. The sleek polished band enhances the brilliance of the design, creating a refined and sophisticated look for everyday wear or life's most meaningful moments. Available in multiple metal options, this beautifully crafted ring offers a luxurious expression of modern style with an ethical touch. Make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157925179550,"sku":"DDLR-035","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157925212318,"sku":"DDLR-035","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157925245086,"sku":"DDLR-035","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157925277854,"sku":"DDLR-035","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157925310622,"sku":"DDLR-035","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157925343390,"sku":"DDLR-035","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157925376158,"sku":"DDLR-035","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157925408926,"sku":"DDLR-035","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157925441694,"sku":"DDLR-035","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157925474462,"sku":"DDLR-035","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157925507230,"sku":"DDLR-035","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157925539998,"sku":"DDLR-035","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157925572766,"sku":"DDLR-035","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157925605534,"sku":"DDLR-035","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157925638302,"sku":"DDLR-035","price":563.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150738534558,"sku":"DDLR-035","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150738567326,"sku":"DDLR-035","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150738600094,"sku":"DDLR-035","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150738632862,"sku":"DDLR-035","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150738665630,"sku":"DDLR-035","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150738698398,"sku":"DDLR-035","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150738731166,"sku":"DDLR-035","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150738763934,"sku":"DDLR-035","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150738796702,"sku":"DDLR-035","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150738829470,"sku":"DDLR-035","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150738862238,"sku":"DDLR-035","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150738895006,"sku":"DDLR-035","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150738927774,"sku":"DDLR-035","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150738960542,"sku":"DDLR-035","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150738993310,"sku":"DDLR-035","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150739026078,"sku":"DDLR-035","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150739058846,"sku":"DDLR-035","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150739091614,"sku":"DDLR-035","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150739124382,"sku":"DDLR-035","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150739157150,"sku":"DDLR-035","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150739189918,"sku":"DDLR-035","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150739222686,"sku":"DDLR-035","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150739255454,"sku":"DDLR-035","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150739288222,"sku":"DDLR-035","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150739320990,"sku":"DDLR-035","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150739353758,"sku":"DDLR-035","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150739386526,"sku":"DDLR-035","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150739419294,"sku":"DDLR-035","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150739452062,"sku":"DDLR-035","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150739484830,"sku":"DDLR-035","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150739517598,"sku":"DDLR-035","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150739550366,"sku":"DDLR-035","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150739583134,"sku":"DDLR-035","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150739615902,"sku":"DDLR-035","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150739648670,"sku":"DDLR-035","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150739681438,"sku":"DDLR-035","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150739714206,"sku":"DDLR-035","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150739746974,"sku":"DDLR-035","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150739779742,"sku":"DDLR-035","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150739812510,"sku":"DDLR-035","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150739845278,"sku":"DDLR-035","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150739878046,"sku":"DDLR-035","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150739910814,"sku":"DDLR-035","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150739943582,"sku":"DDLR-035","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150739976350,"sku":"DDLR-035","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150740009118,"sku":"DDLR-035","price":1541.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150740041886,"sku":"DDLR-035","price":1581.72,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150740074654,"sku":"DDLR-035","price":1622.43,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150740107422,"sku":"DDLR-035","price":1703.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150740140190,"sku":"DDLR-035","price":1866.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_aeb30357-99c9-4bc4-8014-588915280214.jpg?v=1786010474"},{"product_id":"pear-cut-brilliant-moissanite-vvs1-full-eternity-band","title":"Pear Cut Brilliant Moissanite VVS1 Eternity Band","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStone Shape:\u003c\/strong\u003e Pear \u003cbr\u003e\u003cstrong\u003eStone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eStone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eStone Clarity:\u003c\/strong\u003e VVS1\u003cbr\u003e\u003cstrong\u003eStone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eStone Type:\u003c\/strong\u003e GRA Moissanite\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48157917020318,"sku":"DDLR-001","price":328.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48157917184158,"sku":"DDLR-001","price":328.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48157917347998,"sku":"DDLR-001","price":328.42,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48150710091934,"sku":"DDLR-001","price":983.05,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48150710255774,"sku":"DDLR-001","price":983.05,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48150710419614,"sku":"DDLR-001","price":983.05,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48150710583454,"sku":"DDLR-001","price":1225.09,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48150710747294,"sku":"DDLR-001","price":1225.09,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48150710911134,"sku":"DDLR-001","price":1225.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48150711074974,"sku":"DDLR-001","price":1500.62,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48150711238814,"sku":"DDLR-001","price":1500.62,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48150711402654,"sku":"DDLR-001","price":1500.62,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48150711566494,"sku":"DDLR-001","price":1297.89,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/DDLR-001_Y-_viwe1.png?v=1783401714"},{"product_id":"yellow-gold-pear-cut-moissanite-halo-engagement-ring","title":"Yellow Gold Pear Cut Moissanite Halo Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"75\" data-end=\"615\"\u003eCelebrate timeless elegance with this pear cut moissanite engagement ring featuring a radiant halo and a gracefully twisted pavé band in a warm yellow gold tone. The refined silhouette enhances the center stone's brilliance while the sparkling accents create exceptional light from every angle. Designed for those who appreciate sophisticated style and ethical luxury, this ring makes a striking statement for engagements or meaningful milestones. Discover a piece crafted to be cherished for years to come.\u003c\/p\u003e\n\u003cp data-start=\"617\" data-end=\"687\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"657\" data-start=\"595\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"684\" data-start=\"620\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"700\" data-start=\"635\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"605\" data-end=\"666\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"614\" data-end=\"686\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"612\" data-end=\"672\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"626\" data-end=\"691\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157910237342,"sku":"DDLR-173","price":351.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157910270110,"sku":"DDLR-173","price":379.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157910302878,"sku":"DDLR-173","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157910335646,"sku":"DDLR-173","price":465.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157910368414,"sku":"DDLR-173","price":580.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157910401182,"sku":"DDLR-173","price":351.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157910433950,"sku":"DDLR-173","price":379.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157910466718,"sku":"DDLR-173","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157910499486,"sku":"DDLR-173","price":465.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157910532254,"sku":"DDLR-173","price":580.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157910565022,"sku":"DDLR-173","price":351.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157910597790,"sku":"DDLR-173","price":379.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157910630558,"sku":"DDLR-173","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157910663326,"sku":"DDLR-173","price":465.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157910696094,"sku":"DDLR-173","price":580.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150688301214,"sku":"DDLR-173","price":1231.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150688333982,"sku":"DDLR-173","price":1266.17,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150688366750,"sku":"DDLR-173","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150688399518,"sku":"DDLR-173","price":1368.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150688432286,"sku":"DDLR-173","price":1505.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150688465054,"sku":"DDLR-173","price":1231.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150688497822,"sku":"DDLR-173","price":1266.17,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150688530590,"sku":"DDLR-173","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150688563358,"sku":"DDLR-173","price":1368.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150688596126,"sku":"DDLR-173","price":1505.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150688628894,"sku":"DDLR-173","price":1231.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150688661662,"sku":"DDLR-173","price":1266.17,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150688694430,"sku":"DDLR-173","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150688727198,"sku":"DDLR-173","price":1368.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150688759966,"sku":"DDLR-173","price":1505.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150688792734,"sku":"DDLR-173","price":1540.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150688825502,"sku":"DDLR-173","price":1581.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150688858270,"sku":"DDLR-173","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150688891038,"sku":"DDLR-173","price":1705.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150688923806,"sku":"DDLR-173","price":1869.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150688956574,"sku":"DDLR-173","price":1540.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150688989342,"sku":"DDLR-173","price":1581.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150689022110,"sku":"DDLR-173","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150689054878,"sku":"DDLR-173","price":1705.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150689087646,"sku":"DDLR-173","price":1869.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150689120414,"sku":"DDLR-173","price":1540.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150689153182,"sku":"DDLR-173","price":1581.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150689185950,"sku":"DDLR-173","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150689218718,"sku":"DDLR-173","price":1705.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150689251486,"sku":"DDLR-173","price":1869.24,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150689284254,"sku":"DDLR-173","price":1895.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150689317022,"sku":"DDLR-173","price":1943.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150689349790,"sku":"DDLR-173","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150689382558,"sku":"DDLR-173","price":2087.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150689415326,"sku":"DDLR-173","price":2278.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150689448094,"sku":"DDLR-173","price":1895.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150689480862,"sku":"DDLR-173","price":1943.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150689513630,"sku":"DDLR-173","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150689546398,"sku":"DDLR-173","price":2087.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150689579166,"sku":"DDLR-173","price":2278.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150689611934,"sku":"DDLR-173","price":1895.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150689644702,"sku":"DDLR-173","price":1943.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150689677470,"sku":"DDLR-173","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150689710238,"sku":"DDLR-173","price":2087.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150689743006,"sku":"DDLR-173","price":2278.88,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150689775774,"sku":"DDLR-173","price":1633.73,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150689808542,"sku":"DDLR-173","price":1674.44,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150689841310,"sku":"DDLR-173","price":1715.15,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150689874078,"sku":"DDLR-173","price":1796.57,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150689906846,"sku":"DDLR-173","price":1959.41,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_a27c7f0f-c532-4050-ad29-8d61ebf227bb.jpg?v=1784377918"},{"product_id":"yellow-gold-pear-moissanite-engagement-ring","title":"Yellow Gold Pear Cut Moissanite Engagement Ring with Chevron Band","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this pear cut moissanite engagement ring, beautifully showcased in a warm yellow gold tone. The striking center stone is secured with elegant prongs and complemented by a graceful chevron style band that creates a refined, contemporary silhouette. Designed to capture light from every angle, this ring offers exceptional brilliance with a sophisticated, ethical luxury appeal. Available in multiple metal options, it's a meaningful choice for engagements or special occasions.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157903847582,"sku":"DDLR-150","price":413.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157903880350,"sku":"DDLR-150","price":442.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157903913118,"sku":"DDLR-150","price":470.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157903945886,"sku":"DDLR-150","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157903978654,"sku":"DDLR-150","price":643.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157904011422,"sku":"DDLR-150","price":413.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157904044190,"sku":"DDLR-150","price":442.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157904076958,"sku":"DDLR-150","price":470.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157904109726,"sku":"DDLR-150","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157904142494,"sku":"DDLR-150","price":643.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157904175262,"sku":"DDLR-150","price":413.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157904208030,"sku":"DDLR-150","price":442.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157904240798,"sku":"DDLR-150","price":470.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157904273566,"sku":"DDLR-150","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157904306334,"sku":"DDLR-150","price":643.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150671098014,"sku":"DDLR-150","price":1478.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150671130782,"sku":"DDLR-150","price":1512.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150671163550,"sku":"DDLR-150","price":1547.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150671196318,"sku":"DDLR-150","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150671229086,"sku":"DDLR-150","price":1752.45,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150671261854,"sku":"DDLR-150","price":1478.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150671294622,"sku":"DDLR-150","price":1512.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150671327390,"sku":"DDLR-150","price":1547.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150671360158,"sku":"DDLR-150","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150671392926,"sku":"DDLR-150","price":1752.45,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150671425694,"sku":"DDLR-150","price":1478.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150671458462,"sku":"DDLR-150","price":1512.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150671491230,"sku":"DDLR-150","price":1547.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150671523998,"sku":"DDLR-150","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150671556766,"sku":"DDLR-150","price":1752.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150671589534,"sku":"DDLR-150","price":1850.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150671622302,"sku":"DDLR-150","price":1891.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150671655070,"sku":"DDLR-150","price":1932.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150671687838,"sku":"DDLR-150","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150671720606,"sku":"DDLR-150","price":2178.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150671753374,"sku":"DDLR-150","price":1850.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150671786142,"sku":"DDLR-150","price":1891.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150671818910,"sku":"DDLR-150","price":1932.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150671851678,"sku":"DDLR-150","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150671884446,"sku":"DDLR-150","price":2178.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150671917214,"sku":"DDLR-150","price":1850.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150671949982,"sku":"DDLR-150","price":1891.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150671982750,"sku":"DDLR-150","price":1932.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150672015518,"sku":"DDLR-150","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150672048286,"sku":"DDLR-150","price":2178.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150672081054,"sku":"DDLR-150","price":2277.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150672113822,"sku":"DDLR-150","price":2325.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150672146590,"sku":"DDLR-150","price":2373.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150672179358,"sku":"DDLR-150","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150672212126,"sku":"DDLR-150","price":2660.68,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150672244894,"sku":"DDLR-150","price":2277.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150672277662,"sku":"DDLR-150","price":2325.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150672310430,"sku":"DDLR-150","price":2373.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150672343198,"sku":"DDLR-150","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150672375966,"sku":"DDLR-150","price":2660.68,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150672408734,"sku":"DDLR-150","price":2277.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150672441502,"sku":"DDLR-150","price":2325.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150672474270,"sku":"DDLR-150","price":2373.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150672507038,"sku":"DDLR-150","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150672539806,"sku":"DDLR-150","price":2660.68,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150672572574,"sku":"DDLR-150","price":1958.26,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150672605342,"sku":"DDLR-150","price":1998.97,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150672638110,"sku":"DDLR-150","price":2039.68,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150672670878,"sku":"DDLR-150","price":2121.1,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150672703646,"sku":"DDLR-150","price":2283.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_70e4e106-f1d0-494d-8162-def44ee7b94c.jpg?v=1784280713"},{"product_id":"rose-gold-pink-pear-cut-moissanite-engagement-ring","title":"Rose Gold Pear Cut Moissanite Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePink \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"79\" data-end=\"593\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold pear cut moissanite engagement ring, featuring a graceful split shank design that enhances the center stone's brilliance. The refined silhouette and polished finish create a sophisticated look that transitions effortlessly from everyday wear to life's most memorable moments. Crafted with attention to detail and designed for lasting beauty, this ring offers an ethical luxury choice with exceptional sparkle. Make it yours and create a moment to cherish forever.\u003c\/p\u003e\n\u003cp data-start=\"595\" data-end=\"657\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"620\" data-end=\"684\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"635\" data-end=\"700\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"666\" data-start=\"605\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"686\" data-start=\"614\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"672\" data-start=\"612\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"691\" data-start=\"626\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157889003678,"sku":"RG5","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157889036446,"sku":"RG5","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157889069214,"sku":"RG5","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157889101982,"sku":"RG5","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157889134750,"sku":"RG5","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157889167518,"sku":"RG5","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157889200286,"sku":"RG5","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157889233054,"sku":"RG5","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157889265822,"sku":"RG5","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157889298590,"sku":"RG5","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157889331358,"sku":"RG5","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157889364126,"sku":"RG5","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157889396894,"sku":"RG5","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157889429662,"sku":"RG5","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157889462430,"sku":"RG5","price":563.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150628892830,"sku":"RG5","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150628925598,"sku":"RG5","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150628958366,"sku":"RG5","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150628991134,"sku":"RG5","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150629023902,"sku":"RG5","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150629056670,"sku":"RG5","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150629089438,"sku":"RG5","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150629122206,"sku":"RG5","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150629154974,"sku":"RG5","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150629187742,"sku":"RG5","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150629220510,"sku":"RG5","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150629253278,"sku":"RG5","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150629286046,"sku":"RG5","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150629318814,"sku":"RG5","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150629351582,"sku":"RG5","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150629384350,"sku":"RG5","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150629417118,"sku":"RG5","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150629449886,"sku":"RG5","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150629482654,"sku":"RG5","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150629515422,"sku":"RG5","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150629548190,"sku":"RG5","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150629580958,"sku":"RG5","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150629613726,"sku":"RG5","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150629646494,"sku":"RG5","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150629679262,"sku":"RG5","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150629712030,"sku":"RG5","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150629744798,"sku":"RG5","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150629777566,"sku":"RG5","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150629810334,"sku":"RG5","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150629843102,"sku":"RG5","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150629875870,"sku":"RG5","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150629908638,"sku":"RG5","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150629941406,"sku":"RG5","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150629974174,"sku":"RG5","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150630006942,"sku":"RG5","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150630039710,"sku":"RG5","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150630072478,"sku":"RG5","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150630105246,"sku":"RG5","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150630138014,"sku":"RG5","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150630170782,"sku":"RG5","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150630203550,"sku":"RG5","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150630236318,"sku":"RG5","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150630269086,"sku":"RG5","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150630301854,"sku":"RG5","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150630334622,"sku":"RG5","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150630367390,"sku":"RG5","price":1541.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150630400158,"sku":"RG5","price":1581.72,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150630432926,"sku":"RG5","price":1622.43,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150630465694,"sku":"RG5","price":1703.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150630498462,"sku":"RG5","price":1866.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_d5cc432e-b6a6-488a-b79f-2a889e8fd76a.jpg?v=1784532457"},{"product_id":"yellow-gold-pear-cut-moissanite-open-wrap-ring","title":"Yellow Gold Pear Cut Moissanite Open Wrap Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed to stand out, this yellow gold-tone open wrap ring showcases two pear-cut moissanite stones in a flowing bypass silhouette. The elegant curves create a modern yet timeless look, while the brilliant stones capture light from every angle for exceptional sparkle. Crafted with a refined luxury aesthetic, this ring is perfect for everyday sophistication or meaningful gifting. A distinctive piece that brings effortless elegance to any jewelry collection.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157884154014,"sku":"RG9","price":290.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157884186782,"sku":"RG9","price":315.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157884219550,"sku":"RG9","price":340.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157884252318,"sku":"RG9","price":389.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157884285086,"sku":"RG9","price":470.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157884317854,"sku":"RG9","price":290.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157884350622,"sku":"RG9","price":315.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157884383390,"sku":"RG9","price":340.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157884416158,"sku":"RG9","price":389.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157884448926,"sku":"RG9","price":470.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157884481694,"sku":"RG9","price":290.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157884514462,"sku":"RG9","price":315.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157884547230,"sku":"RG9","price":340.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157884579998,"sku":"RG9","price":389.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157884612766,"sku":"RG9","price":470.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150619947166,"sku":"RG9","price":720.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150619979934,"sku":"RG9","price":787.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150620012702,"sku":"RG9","price":840.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150620045470,"sku":"RG9","price":897.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150620078238,"sku":"RG9","price":998.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150620111006,"sku":"RG9","price":720.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150620143774,"sku":"RG9","price":787.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150620176542,"sku":"RG9","price":840.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150620209310,"sku":"RG9","price":897.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150620242078,"sku":"RG9","price":998.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150620274846,"sku":"RG9","price":720.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150620307614,"sku":"RG9","price":787.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150620340382,"sku":"RG9","price":840.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150620373150,"sku":"RG9","price":897.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150620405918,"sku":"RG9","price":998.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150620438686,"sku":"RG9","price":910.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150620471454,"sku":"RG9","price":985.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150620504222,"sku":"RG9","price":1039.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150620536990,"sku":"RG9","price":1098.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150620569758,"sku":"RG9","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150620602526,"sku":"RG9","price":910.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150620635294,"sku":"RG9","price":985.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150620668062,"sku":"RG9","price":1039.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150620700830,"sku":"RG9","price":1098.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150620733598,"sku":"RG9","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150620766366,"sku":"RG9","price":910.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150620799134,"sku":"RG9","price":985.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150620831902,"sku":"RG9","price":1039.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150620864670,"sku":"RG9","price":1098.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150620897438,"sku":"RG9","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150620930206,"sku":"RG9","price":1050.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150620962974,"sku":"RG9","price":1128.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150620995742,"sku":"RG9","price":1187.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150621028510,"sku":"RG9","price":1240.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150621061278,"sku":"RG9","price":1320.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150621094046,"sku":"RG9","price":1050.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150621126814,"sku":"RG9","price":1128.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150621159582,"sku":"RG9","price":1187.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150621192350,"sku":"RG9","price":1240.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150621225118,"sku":"RG9","price":1320.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150621257886,"sku":"RG9","price":1050.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150621290654,"sku":"RG9","price":1128.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150621323422,"sku":"RG9","price":1187.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150621356190,"sku":"RG9","price":1240.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150621388958,"sku":"RG9","price":1320.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150621421726,"sku":"RG9","price":1150.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150621454494,"sku":"RG9","price":1199.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150621487262,"sku":"RG9","price":1285.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150621520030,"sku":"RG9","price":1355.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150621552798,"sku":"RG9","price":1499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_2ce0775a-3766-4941-9687-601797870e6b.jpg?v=1784539270"},{"product_id":"yellow-gold-pear-emerald-cut-moissanite-open-ring","title":"Yellow Gold Pear \u0026 Emerald Cut Moissanite Open Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear and Emerald\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate modern elegance with this rose gold open ring featuring a striking pear cut and emerald cut moissanite design. The contemporary bypass silhouette creates a refined, eye catching look that effortlessly balances brilliance with sophistication. Expertly crafted for everyday luxury and special occasions alike, this distinctive ring offers timeless style with an ethical touch. A graceful statement piece designed to elevate any jewelry collection make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157883433118,"sku":"RG10","price":290.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157883465886,"sku":"RG10","price":315.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157883498654,"sku":"RG10","price":340.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157883531422,"sku":"RG10","price":389.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157883564190,"sku":"RG10","price":470.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157883596958,"sku":"RG10","price":290.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157883629726,"sku":"RG10","price":315.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157883662494,"sku":"RG10","price":340.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157883695262,"sku":"RG10","price":389.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157883728030,"sku":"RG10","price":470.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157883760798,"sku":"RG10","price":290.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157883793566,"sku":"RG10","price":315.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157883826334,"sku":"RG10","price":340.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157883859102,"sku":"RG10","price":389.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157883891870,"sku":"RG10","price":470.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150617751710,"sku":"RG10","price":720.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150617784478,"sku":"RG10","price":787.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150617817246,"sku":"RG10","price":840.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150617850014,"sku":"RG10","price":897.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150617882782,"sku":"RG10","price":998.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150617915550,"sku":"RG10","price":720.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150617948318,"sku":"RG10","price":787.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150617981086,"sku":"RG10","price":840.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150618013854,"sku":"RG10","price":897.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150618046622,"sku":"RG10","price":998.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150618079390,"sku":"RG10","price":720.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150618112158,"sku":"RG10","price":787.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150618144926,"sku":"RG10","price":840.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150618177694,"sku":"RG10","price":897.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150618210462,"sku":"RG10","price":998.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150618243230,"sku":"RG10","price":910.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150618275998,"sku":"RG10","price":985.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150618308766,"sku":"RG10","price":1039.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150618341534,"sku":"RG10","price":1098.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150618374302,"sku":"RG10","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150618407070,"sku":"RG10","price":910.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150618439838,"sku":"RG10","price":985.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150618472606,"sku":"RG10","price":1039.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150618505374,"sku":"RG10","price":1098.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150618538142,"sku":"RG10","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150618570910,"sku":"RG10","price":910.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150618603678,"sku":"RG10","price":985.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150618636446,"sku":"RG10","price":1039.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150618669214,"sku":"RG10","price":1098.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150618701982,"sku":"RG10","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150618734750,"sku":"RG10","price":1050.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150618767518,"sku":"RG10","price":1128.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150618800286,"sku":"RG10","price":1187.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150618833054,"sku":"RG10","price":1240.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150618865822,"sku":"RG10","price":1320.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150618898590,"sku":"RG10","price":1050.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150618931358,"sku":"RG10","price":1128.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150618964126,"sku":"RG10","price":1187.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150618996894,"sku":"RG10","price":1240.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150619029662,"sku":"RG10","price":1320.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150619062430,"sku":"RG10","price":1050.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150619095198,"sku":"RG10","price":1128.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150619127966,"sku":"RG10","price":1187.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150619160734,"sku":"RG10","price":1240.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150619193502,"sku":"RG10","price":1320.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150619226270,"sku":"RG10","price":1150.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150619259038,"sku":"RG10","price":1199.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150619291806,"sku":"RG10","price":1285.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150619324574,"sku":"RG10","price":1355.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150619357342,"sku":"RG10","price":1499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_98642f11-ae11-421f-87d1-910048c43bf0.jpg?v=1784539912"},{"product_id":"yellow-gold-emerald-pear-moissanite-twist-ring","title":"Yellow Gold Emerald \u0026 Pear Cut Moissanite Twist Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear and Emerald\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate distinctive elegance with this yellow gold moissanite ring featuring a striking emerald-cut and pear-cut center stone arrangement. The gracefully twisted band is accented with sparkling stones, creating a refined balance of brilliance and modern sophistication. Designed to make every moment feel extraordinary, this timeless piece offers luxurious style with an ethical touch. A beautiful choice for engagements, anniversaries, or meaningful gifting make it yours today.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157881467038,"sku":"RG13","price":290.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157881499806,"sku":"RG13","price":315.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157881532574,"sku":"RG13","price":340.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157881565342,"sku":"RG13","price":389.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157881598110,"sku":"RG13","price":470.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157881630878,"sku":"RG13","price":290.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157881663646,"sku":"RG13","price":315.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157881696414,"sku":"RG13","price":340.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157881729182,"sku":"RG13","price":389.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157881761950,"sku":"RG13","price":470.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157881794718,"sku":"RG13","price":290.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157881827486,"sku":"RG13","price":315.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157881860254,"sku":"RG13","price":340.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157881893022,"sku":"RG13","price":389.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157881925790,"sku":"RG13","price":470.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150611198110,"sku":"RG13","price":720.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150611230878,"sku":"RG13","price":787.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150611263646,"sku":"RG13","price":840.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150611296414,"sku":"RG13","price":897.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150611329182,"sku":"RG13","price":998.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150611361950,"sku":"RG13","price":720.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150611394718,"sku":"RG13","price":787.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150611427486,"sku":"RG13","price":840.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150611460254,"sku":"RG13","price":897.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150611493022,"sku":"RG13","price":998.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150611525790,"sku":"RG13","price":720.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150611558558,"sku":"RG13","price":787.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150611591326,"sku":"RG13","price":840.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150611624094,"sku":"RG13","price":897.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150611656862,"sku":"RG13","price":998.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150611689630,"sku":"RG13","price":910.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150611722398,"sku":"RG13","price":985.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150611755166,"sku":"RG13","price":1039.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150611787934,"sku":"RG13","price":1098.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150611820702,"sku":"RG13","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150611853470,"sku":"RG13","price":910.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150611886238,"sku":"RG13","price":985.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150611919006,"sku":"RG13","price":1039.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150611951774,"sku":"RG13","price":1098.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150611984542,"sku":"RG13","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150612017310,"sku":"RG13","price":910.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150612050078,"sku":"RG13","price":985.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150612082846,"sku":"RG13","price":1039.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150612115614,"sku":"RG13","price":1098.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150612148382,"sku":"RG13","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150612181150,"sku":"RG13","price":1050.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150612213918,"sku":"RG13","price":1128.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150612246686,"sku":"RG13","price":1187.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150612279454,"sku":"RG13","price":1240.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150612312222,"sku":"RG13","price":1320.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150612344990,"sku":"RG13","price":1050.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150612377758,"sku":"RG13","price":1128.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150612410526,"sku":"RG13","price":1187.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150612443294,"sku":"RG13","price":1240.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150612476062,"sku":"RG13","price":1320.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150612508830,"sku":"RG13","price":1050.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150612541598,"sku":"RG13","price":1128.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150612574366,"sku":"RG13","price":1187.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150612607134,"sku":"RG13","price":1240.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150612639902,"sku":"RG13","price":1320.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150612672670,"sku":"RG13","price":1150.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150612705438,"sku":"RG13","price":1199.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150612738206,"sku":"RG13","price":1285.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150612770974,"sku":"RG13","price":1355.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150612803742,"sku":"RG13","price":1499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_c18bf2b1-0cd0-4518-b4cd-eabbc215fd7d.jpg?v=1784543655"},{"product_id":"rose-gold-pear-moissanite-inspired-engagement-ring","title":"Rose Gold Pear Cut Moissanite Nature-Inspired Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"84\" data-end=\"646\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold-toned pear cut Moissanite engagement ring featuring a graceful nature-inspired design. Delicate leaf details, pink marquise-shaped accent stones, and sparkling round accent stones create a romantic, botanical look that beautifully frames the center stone. Crafted with exceptional attention to detail, this ring offers radiant brilliance and refined luxury for meaningful moments. A sophisticated choice for engagements or special occasions, designed to leave a lasting impression.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-start=\"615\" data-end=\"680\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"595\" data-end=\"657\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"620\" data-end=\"684\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"635\" data-end=\"700\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"666\" data-start=\"605\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"686\" data-start=\"614\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"672\" data-start=\"612\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"691\" data-start=\"626\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157879238814,"sku":"RG15","price":431.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157879271582,"sku":"RG15","price":459.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157879304350,"sku":"RG15","price":488.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157879337118,"sku":"RG15","price":546.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157879369886,"sku":"RG15","price":660.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157879402654,"sku":"RG15","price":431.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157879435422,"sku":"RG15","price":459.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157879468190,"sku":"RG15","price":488.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157879500958,"sku":"RG15","price":546.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157879533726,"sku":"RG15","price":660.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157879566494,"sku":"RG15","price":431.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157879599262,"sku":"RG15","price":459.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157879632030,"sku":"RG15","price":488.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157879664798,"sku":"RG15","price":546.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157879697566,"sku":"RG15","price":660.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150606807198,"sku":"RG15","price":1549.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150606839966,"sku":"RG15","price":1583.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150606872734,"sku":"RG15","price":1617.71,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150606905502,"sku":"RG15","price":1686.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150606938270,"sku":"RG15","price":1822.97,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150606971038,"sku":"RG15","price":1549.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150607003806,"sku":"RG15","price":1583.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150607036574,"sku":"RG15","price":1617.71,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150607069342,"sku":"RG15","price":1686.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150607102110,"sku":"RG15","price":1822.97,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150607134878,"sku":"RG15","price":1549.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150607167646,"sku":"RG15","price":1583.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150607200414,"sku":"RG15","price":1617.71,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150607233182,"sku":"RG15","price":1686.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150607265950,"sku":"RG15","price":1822.97,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150607298718,"sku":"RG15","price":1938.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150607331486,"sku":"RG15","price":1979.7,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150607364254,"sku":"RG15","price":2020.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150607397022,"sku":"RG15","price":2102.86,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150607429790,"sku":"RG15","price":2267.07,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150607462558,"sku":"RG15","price":1938.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150607495326,"sku":"RG15","price":1979.7,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150607528094,"sku":"RG15","price":2020.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150607560862,"sku":"RG15","price":2102.86,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150607593630,"sku":"RG15","price":2267.07,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150607626398,"sku":"RG15","price":1938.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150607659166,"sku":"RG15","price":1979.7,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150607691934,"sku":"RG15","price":2020.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150607724702,"sku":"RG15","price":2102.86,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150607757470,"sku":"RG15","price":2267.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150607790238,"sku":"RG15","price":2386.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150607823006,"sku":"RG15","price":2434.5,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150607855774,"sku":"RG15","price":2482.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150607888542,"sku":"RG15","price":2578.19,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150607921310,"sku":"RG15","price":2769.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150607954078,"sku":"RG15","price":2386.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150607986846,"sku":"RG15","price":2434.5,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150608019614,"sku":"RG15","price":2482.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150608052382,"sku":"RG15","price":2578.19,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150608085150,"sku":"RG15","price":2769.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150608117918,"sku":"RG15","price":2386.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150608150686,"sku":"RG15","price":2434.5,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150608183454,"sku":"RG15","price":2482.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150608216222,"sku":"RG15","price":2578.19,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150608248990,"sku":"RG15","price":2769.77,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150608281758,"sku":"RG15","price":2050.98,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150608314526,"sku":"RG15","price":2091.69,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150608347294,"sku":"RG15","price":2132.41,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150608380062,"sku":"RG15","price":2213.83,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150608412830,"sku":"RG15","price":2376.67,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_42078640-5f2e-469e-b6fb-2782735349a8.jpg?v=1784545278"},{"product_id":"white-pear-cut-moissanite-engagement-ring-set","title":"White Metal Pear Cut Moissanite Engagement Ring Set","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this pear cut moissanite engagement ring set, featuring a brilliant center stone paired with a gracefully contoured matching band accented by small round stones. The sleek, polished design creates a refined silhouette that enhances everyday wear and special occasions alike. Available in multiple metal options, this ring set offers a sophisticated expression of ethical luxury and exceptional craftsmanship. A beautiful choice for celebrating life's most meaningful moments make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157865017502,"sku":"RG27","price":413.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157865050270,"sku":"RG27","price":442.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157865083038,"sku":"RG27","price":470.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157865115806,"sku":"RG27","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157865148574,"sku":"RG27","price":643.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157865181342,"sku":"RG27","price":413.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157865214110,"sku":"RG27","price":442.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157865246878,"sku":"RG27","price":470.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157865279646,"sku":"RG27","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157865312414,"sku":"RG27","price":643.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48157865345182,"sku":"RG27","price":413.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48157865377950,"sku":"RG27","price":442.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48157865410718,"sku":"RG27","price":470.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48157865443486,"sku":"RG27","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48157865476254,"sku":"RG27","price":643.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48150565421214,"sku":"RG27","price":1478.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48150565453982,"sku":"RG27","price":1512.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48150565486750,"sku":"RG27","price":1547.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48150565519518,"sku":"RG27","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48150565552286,"sku":"RG27","price":1752.45,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48150565585054,"sku":"RG27","price":1478.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48150565617822,"sku":"RG27","price":1512.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48150565650590,"sku":"RG27","price":1547.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48150565683358,"sku":"RG27","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48150565716126,"sku":"RG27","price":1752.45,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48150565748894,"sku":"RG27","price":1478.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48150565781662,"sku":"RG27","price":1512.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48150565814430,"sku":"RG27","price":1547.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48150565847198,"sku":"RG27","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48150565879966,"sku":"RG27","price":1752.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48150565912734,"sku":"RG27","price":1850.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48150565945502,"sku":"RG27","price":1891.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48150565978270,"sku":"RG27","price":1932.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48150566011038,"sku":"RG27","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48150566043806,"sku":"RG27","price":2178.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48150566076574,"sku":"RG27","price":1850.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48150566109342,"sku":"RG27","price":1891.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48150566142110,"sku":"RG27","price":1932.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48150566174878,"sku":"RG27","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48150566207646,"sku":"RG27","price":2178.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48150566240414,"sku":"RG27","price":1850.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48150566273182,"sku":"RG27","price":1891.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48150566305950,"sku":"RG27","price":1932.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48150566338718,"sku":"RG27","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48150566371486,"sku":"RG27","price":2178.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48150566404254,"sku":"RG27","price":2277.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48150566437022,"sku":"RG27","price":2325.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48150566469790,"sku":"RG27","price":2373.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48150566502558,"sku":"RG27","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48150566535326,"sku":"RG27","price":2660.68,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48150566568094,"sku":"RG27","price":2277.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48150566600862,"sku":"RG27","price":2325.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48150566633630,"sku":"RG27","price":2373.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48150566666398,"sku":"RG27","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48150566699166,"sku":"RG27","price":2660.68,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48150566731934,"sku":"RG27","price":2277.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48150566764702,"sku":"RG27","price":2325.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48150566797470,"sku":"RG27","price":2373.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48150566830238,"sku":"RG27","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48150566863006,"sku":"RG27","price":2660.68,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48150566895774,"sku":"RG27","price":1958.26,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48150566928542,"sku":"RG27","price":1998.97,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48150566961310,"sku":"RG27","price":2039.68,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48150566994078,"sku":"RG27","price":2121.1,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48150567026846,"sku":"RG27","price":2283.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_c9637125-4090-4949-a79d-d6da4042f09a.jpg?v=1784873807"},{"product_id":"yellow-pear-moissanite-stud-earrings","title":"Yellow Pear Cut Moissanite Stud Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Pear \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1.00 CT To 5.00 CT \u003cspan\u003e(EACH)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"63\" data-end=\"568\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these pear cut moissanite stud earrings in a warm yellow metal finish. Their brilliant pear shaped stones are beautifully framed by a graceful sculptural setting, creating a refined balance of sparkle and sophistication. Designed to complement both casual and formal looks, these elegant studs celebrate timeless craftsmanship and ethical luxury. Available in multiple metal options. Add this radiant pair to your jewelry collection today.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-start=\"568\" data-end=\"628\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166235439262,"sku":"GER-0362","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166235472030,"sku":"GER-0362","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166235504798,"sku":"GER-0362","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166235537566,"sku":"GER-0362","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166235570334,"sku":"GER-0362","price":411.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166235603102,"sku":"GER-0362","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166235635870,"sku":"GER-0362","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166235668638,"sku":"GER-0362","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166235701406,"sku":"GER-0362","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166235734174,"sku":"GER-0362","price":411.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166235766942,"sku":"GER-0362","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166235799710,"sku":"GER-0362","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166235832478,"sku":"GER-0362","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166235865246,"sku":"GER-0362","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166235898014,"sku":"GER-0362","price":411.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166235930782,"sku":"GER-0362","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166235963550,"sku":"GER-0362","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166235996318,"sku":"GER-0362","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166236029086,"sku":"GER-0362","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166236061854,"sku":"GER-0362","price":835.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166236094622,"sku":"GER-0362","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166236127390,"sku":"GER-0362","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166236160158,"sku":"GER-0362","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166236192926,"sku":"GER-0362","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166236225694,"sku":"GER-0362","price":835.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166236258462,"sku":"GER-0362","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166236291230,"sku":"GER-0362","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166236323998,"sku":"GER-0362","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166236356766,"sku":"GER-0362","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166236389534,"sku":"GER-0362","price":835.73,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166236422302,"sku":"GER-0362","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166236455070,"sku":"GER-0362","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166236487838,"sku":"GER-0362","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166236520606,"sku":"GER-0362","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166236553374,"sku":"GER-0362","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166236586142,"sku":"GER-0362","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166236618910,"sku":"GER-0362","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166236651678,"sku":"GER-0362","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166236684446,"sku":"GER-0362","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166236717214,"sku":"GER-0362","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166236749982,"sku":"GER-0362","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166236782750,"sku":"GER-0362","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166236815518,"sku":"GER-0362","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166236848286,"sku":"GER-0362","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166236881054,"sku":"GER-0362","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166236913822,"sku":"GER-0362","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166236946590,"sku":"GER-0362","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166236979358,"sku":"GER-0362","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166237012126,"sku":"GER-0362","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166237044894,"sku":"GER-0362","price":1242.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166237077662,"sku":"GER-0362","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166237110430,"sku":"GER-0362","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166237143198,"sku":"GER-0362","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166237175966,"sku":"GER-0362","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166237208734,"sku":"GER-0362","price":1242.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166237241502,"sku":"GER-0362","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166237274270,"sku":"GER-0362","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166237307038,"sku":"GER-0362","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166237339806,"sku":"GER-0362","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166237372574,"sku":"GER-0362","price":1242.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_a3dcd757-fdb9-4802-b5ba-a2a67599aa2e.jpg?v=1785134674"},{"product_id":"white-metal-emerald-pear-moissanite-stud-earrings","title":"White Metal Emerald \u0026 Pear Cut Moissanite Stud Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Emerald \u0026amp; Pear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e4 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"78\" data-end=\"611\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these elegant Moissanite stud earrings featuring a striking combination of emerald cut and pear shaped stones. The clean, contemporary silhouette creates exceptional brilliance while offering a refined, sophisticated look for both daily wear and special occasions. Expertly crafted with a polished finish and available in multiple metal options, these earrings embody timeless luxury with an ethical appeal. Add this distinctive pair to your jewelry collection today.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-start=\"613\" data-end=\"686\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"641\" data-end=\"711\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"680\" data-start=\"613\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"568\" data-end=\"628\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166228787358,"sku":"GER-0371","price":404.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166228820126,"sku":"GER-0371","price":433.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166228852894,"sku":"GER-0371","price":461.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166228885662,"sku":"GER-0371","price":519.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166228918430,"sku":"GER-0371","price":634.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166228951198,"sku":"GER-0371","price":404.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166228983966,"sku":"GER-0371","price":433.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166229016734,"sku":"GER-0371","price":461.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166229049502,"sku":"GER-0371","price":519.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166229082270,"sku":"GER-0371","price":634.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166229115038,"sku":"GER-0371","price":404.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166229147806,"sku":"GER-0371","price":433.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166229180574,"sku":"GER-0371","price":461.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166229213342,"sku":"GER-0371","price":519.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166229246110,"sku":"GER-0371","price":634.26,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166229278878,"sku":"GER-0371","price":1443.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166229311646,"sku":"GER-0371","price":1477.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166229344414,"sku":"GER-0371","price":1511.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166229377182,"sku":"GER-0371","price":1580.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166229409950,"sku":"GER-0371","price":1717.2,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166229442718,"sku":"GER-0371","price":1443.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166229475486,"sku":"GER-0371","price":1477.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166229508254,"sku":"GER-0371","price":1511.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166229541022,"sku":"GER-0371","price":1580.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166229573790,"sku":"GER-0371","price":1717.2,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166229606558,"sku":"GER-0371","price":1443.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166229639326,"sku":"GER-0371","price":1477.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166229672094,"sku":"GER-0371","price":1511.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166229704862,"sku":"GER-0371","price":1580.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166229737630,"sku":"GER-0371","price":1717.2,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166229770398,"sku":"GER-0371","price":1806.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166229803166,"sku":"GER-0371","price":1847.09,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166229835934,"sku":"GER-0371","price":1888.14,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166229868702,"sku":"GER-0371","price":1970.25,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166229901470,"sku":"GER-0371","price":2134.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166229934238,"sku":"GER-0371","price":1806.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166229967006,"sku":"GER-0371","price":1847.09,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166229999774,"sku":"GER-0371","price":1888.14,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166230032542,"sku":"GER-0371","price":1970.25,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166230065310,"sku":"GER-0371","price":2134.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166230098078,"sku":"GER-0371","price":1806.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166230130846,"sku":"GER-0371","price":1847.09,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166230163614,"sku":"GER-0371","price":1888.14,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166230196382,"sku":"GER-0371","price":1970.25,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166230229150,"sku":"GER-0371","price":2134.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166230261918,"sku":"GER-0371","price":2222.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166230294686,"sku":"GER-0371","price":2270.87,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166230327454,"sku":"GER-0371","price":2318.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166230360222,"sku":"GER-0371","price":2414.56,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166230392990,"sku":"GER-0371","price":2606.14,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166230425758,"sku":"GER-0371","price":2222.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166230458526,"sku":"GER-0371","price":2270.87,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166230491294,"sku":"GER-0371","price":2318.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166230524062,"sku":"GER-0371","price":2414.56,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166230556830,"sku":"GER-0371","price":2606.14,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166230589598,"sku":"GER-0371","price":2222.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166230622366,"sku":"GER-0371","price":2270.87,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166230655134,"sku":"GER-0371","price":2318.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166230687902,"sku":"GER-0371","price":2414.56,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166230720670,"sku":"GER-0371","price":2606.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_a38374a9-2fcc-4a4c-b4eb-231187a15f72.jpg?v=1785137758"},{"product_id":"yellow-gold-pear-cut-moissanite-stud-earrings","title":"Yellow Gold Pear Cut Moissanite Stud Earrings with Screw Back","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1.00 CT To 5.00 CT \u003cspan\u003e(EACH)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"66\" data-end=\"615\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these elegant pear cut moissanite stud earrings in a warm yellow gold tone setting. The classic three prong design beautifully showcases the exceptional brilliance of each stone, while the visible screw back closure offers a refined finishing touch. Crafted to deliver timeless sophistication and ethical luxury, these earrings transition effortlessly from daily wear to special occasions. Add this radiant pair to your jewelry collection today.\u003c\/p\u003e\n\u003cp data-start=\"617\" data-end=\"678\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"596\" data-end=\"656\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"613\" data-end=\"680\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"628\" data-start=\"568\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166211846302,"sku":"GER-0392","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166211879070,"sku":"GER-0392","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166211911838,"sku":"GER-0392","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166211944606,"sku":"GER-0392","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166211977374,"sku":"GER-0392","price":411.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166212010142,"sku":"GER-0392","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166212042910,"sku":"GER-0392","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166212075678,"sku":"GER-0392","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166212108446,"sku":"GER-0392","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166212141214,"sku":"GER-0392","price":411.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166212173982,"sku":"GER-0392","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166212206750,"sku":"GER-0392","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166212239518,"sku":"GER-0392","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166212272286,"sku":"GER-0392","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166212305054,"sku":"GER-0392","price":411.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166212337822,"sku":"GER-0392","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166212370590,"sku":"GER-0392","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166212403358,"sku":"GER-0392","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166212436126,"sku":"GER-0392","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166212468894,"sku":"GER-0392","price":835.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166212501662,"sku":"GER-0392","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166212534430,"sku":"GER-0392","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166212567198,"sku":"GER-0392","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166212599966,"sku":"GER-0392","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166212632734,"sku":"GER-0392","price":835.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166212665502,"sku":"GER-0392","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166212698270,"sku":"GER-0392","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166212731038,"sku":"GER-0392","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166212763806,"sku":"GER-0392","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166212796574,"sku":"GER-0392","price":835.73,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166212829342,"sku":"GER-0392","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166212862110,"sku":"GER-0392","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166212894878,"sku":"GER-0392","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166212927646,"sku":"GER-0392","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166212960414,"sku":"GER-0392","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166212993182,"sku":"GER-0392","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166213025950,"sku":"GER-0392","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166213058718,"sku":"GER-0392","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166213091486,"sku":"GER-0392","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166213124254,"sku":"GER-0392","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166213157022,"sku":"GER-0392","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166213189790,"sku":"GER-0392","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166213222558,"sku":"GER-0392","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166213255326,"sku":"GER-0392","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166213288094,"sku":"GER-0392","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166213320862,"sku":"GER-0392","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166213353630,"sku":"GER-0392","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166213386398,"sku":"GER-0392","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166213419166,"sku":"GER-0392","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166213451934,"sku":"GER-0392","price":1242.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166213484702,"sku":"GER-0392","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166213517470,"sku":"GER-0392","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166213550238,"sku":"GER-0392","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166213583006,"sku":"GER-0392","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166213615774,"sku":"GER-0392","price":1242.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166213648542,"sku":"GER-0392","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166213681310,"sku":"GER-0392","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166213714078,"sku":"GER-0392","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166213746846,"sku":"GER-0392","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166213779614,"sku":"GER-0392","price":1242.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_64289894-3c5e-4860-bb7d-ff1d46f524dd.jpg?v=1785229885"},{"product_id":"yellow-gold-heart-pear-oval-moissanite-stud-earrings","title":"Yellow Gold Heart, Pear \u0026 Oval Moissanite Stud Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Heart, Pear \u0026amp; Oval \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1.00 CT To 5.00 CT \u003cspan\u003e(EACH)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with these beautifully crafted moissanite stud earrings featuring a graceful combination of heart, pear, and oval shaped stones in a warm yellow gold tone setting. Their eye catching multi stone design delivers exceptional sparkle while adding a refined touch to both everyday and special occasion looks. Available in multiple metal options, these earrings embody modern luxury with effortless sophistication. Elevate your jewelry collection with a pair designed to shine beautifully every day.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166193103006,"sku":"GER-0401","price":279.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166193135774,"sku":"GER-0401","price":308.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166193168542,"sku":"GER-0401","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166193201310,"sku":"GER-0401","price":394.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166193234078,"sku":"GER-0401","price":509.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166193266846,"sku":"GER-0401","price":279.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166193299614,"sku":"GER-0401","price":308.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166193332382,"sku":"GER-0401","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166193365150,"sku":"GER-0401","price":394.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166193397918,"sku":"GER-0401","price":509.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166193430686,"sku":"GER-0401","price":279.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166193463454,"sku":"GER-0401","price":308.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166193496222,"sku":"GER-0401","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166193528990,"sku":"GER-0401","price":394.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166193561758,"sku":"GER-0401","price":509.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166193594526,"sku":"GER-0401","price":949.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166193627294,"sku":"GER-0401","price":984.1,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166193660062,"sku":"GER-0401","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166193692830,"sku":"GER-0401","price":1086.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166193725598,"sku":"GER-0401","price":1223.57,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166193758366,"sku":"GER-0401","price":949.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166193791134,"sku":"GER-0401","price":984.1,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166193823902,"sku":"GER-0401","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166193856670,"sku":"GER-0401","price":1086.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166193889438,"sku":"GER-0401","price":1223.57,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166193922206,"sku":"GER-0401","price":949.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166193954974,"sku":"GER-0401","price":984.1,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166193987742,"sku":"GER-0401","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166194020510,"sku":"GER-0401","price":1086.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166194053278,"sku":"GER-0401","price":1223.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166194086046,"sku":"GER-0401","price":1187.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166194118814,"sku":"GER-0401","price":1228.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166194151582,"sku":"GER-0401","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166194184350,"sku":"GER-0401","price":1351.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166194217118,"sku":"GER-0401","price":1515.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166194249886,"sku":"GER-0401","price":1187.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166194282654,"sku":"GER-0401","price":1228.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166194315422,"sku":"GER-0401","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166194348190,"sku":"GER-0401","price":1351.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166194380958,"sku":"GER-0401","price":1515.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166194413726,"sku":"GER-0401","price":1187.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166194446494,"sku":"GER-0401","price":1228.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166194479262,"sku":"GER-0401","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166194512030,"sku":"GER-0401","price":1351.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166194544798,"sku":"GER-0401","price":1515.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166194577566,"sku":"GER-0401","price":1459.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166194610334,"sku":"GER-0401","price":1507.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166194643102,"sku":"GER-0401","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166194675870,"sku":"GER-0401","price":1650.95,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166194708638,"sku":"GER-0401","price":1842.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166194741406,"sku":"GER-0401","price":1459.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166194774174,"sku":"GER-0401","price":1507.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166194806942,"sku":"GER-0401","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166194839710,"sku":"GER-0401","price":1650.95,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166194872478,"sku":"GER-0401","price":1842.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166194905246,"sku":"GER-0401","price":1459.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166194938014,"sku":"GER-0401","price":1507.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166194970782,"sku":"GER-0401","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166195003550,"sku":"GER-0401","price":1650.95,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166195036318,"sku":"GER-0401","price":1842.53,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_a0205d98-13bb-4b85-b654-c3bc6c6e2a01.jpg?v=1785493682"},{"product_id":"yellow-gold-pear-cut-moissanite-bezel-stud-earrings","title":"Yellow Gold Pear Cut Moissanite Stud Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1.00 CT To 5.00 CT \u003cspan\u003e(EACH)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed to capture attention, these pear cut moissanite stud earrings feature a flowing yellow gold tone silhouette that beautifully frames each sparkling center stone. The elegant, modern design delivers timeless brilliance for both everyday wear and special occasions. Expertly crafted with a refined finish, they offer a sophisticated expression of ethical luxury. Available in multiple metal options. Elevate your jewelry collection with this effortlessly elegant pair.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166188908702,"sku":"GER-0403","price":279.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166188941470,"sku":"GER-0403","price":308.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166188974238,"sku":"GER-0403","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166189007006,"sku":"GER-0403","price":394.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166189039774,"sku":"GER-0403","price":509.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166189072542,"sku":"GER-0403","price":279.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166189105310,"sku":"GER-0403","price":308.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166189138078,"sku":"GER-0403","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166189170846,"sku":"GER-0403","price":394.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166189203614,"sku":"GER-0403","price":509.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166189236382,"sku":"GER-0403","price":279.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166189269150,"sku":"GER-0403","price":308.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166189301918,"sku":"GER-0403","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166189334686,"sku":"GER-0403","price":394.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166189367454,"sku":"GER-0403","price":509.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166189400222,"sku":"GER-0403","price":949.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166189432990,"sku":"GER-0403","price":984.1,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166189465758,"sku":"GER-0403","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166189498526,"sku":"GER-0403","price":1086.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166189531294,"sku":"GER-0403","price":1223.57,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166189564062,"sku":"GER-0403","price":949.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166189596830,"sku":"GER-0403","price":984.1,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166189629598,"sku":"GER-0403","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166189662366,"sku":"GER-0403","price":1086.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166189695134,"sku":"GER-0403","price":1223.57,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166189727902,"sku":"GER-0403","price":949.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166189760670,"sku":"GER-0403","price":984.1,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166189793438,"sku":"GER-0403","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166189826206,"sku":"GER-0403","price":1086.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166189858974,"sku":"GER-0403","price":1223.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166189891742,"sku":"GER-0403","price":1187.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166189924510,"sku":"GER-0403","price":1228.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166189957278,"sku":"GER-0403","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166189990046,"sku":"GER-0403","price":1351.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166190022814,"sku":"GER-0403","price":1515.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166190055582,"sku":"GER-0403","price":1187.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166190088350,"sku":"GER-0403","price":1228.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166190121118,"sku":"GER-0403","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166190153886,"sku":"GER-0403","price":1351.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166190186654,"sku":"GER-0403","price":1515.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166190219422,"sku":"GER-0403","price":1187.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166190252190,"sku":"GER-0403","price":1228.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166190284958,"sku":"GER-0403","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166190317726,"sku":"GER-0403","price":1351.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166190350494,"sku":"GER-0403","price":1515.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166190383262,"sku":"GER-0403","price":1459.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166190416030,"sku":"GER-0403","price":1507.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166190448798,"sku":"GER-0403","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166190481566,"sku":"GER-0403","price":1650.95,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166190514334,"sku":"GER-0403","price":1842.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166190547102,"sku":"GER-0403","price":1459.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166190579870,"sku":"GER-0403","price":1507.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166190612638,"sku":"GER-0403","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166190645406,"sku":"GER-0403","price":1650.95,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166190678174,"sku":"GER-0403","price":1842.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166190710942,"sku":"GER-0403","price":1459.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166190743710,"sku":"GER-0403","price":1507.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166190776478,"sku":"GER-0403","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166190809246,"sku":"GER-0403","price":1650.95,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166190842014,"sku":"GER-0403","price":1842.53,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_8f14a8ed-c894-45b8-8a9c-2f36f58810b4.jpg?v=1785581737"},{"product_id":"yellow-gold-pear-emerald-cut-moissanite-pendant-necklace","title":"Yellow Gold Pear \u0026 Emerald Cut Moissanite Pendant Necklace","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear \u0026amp; Emerald\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with this elegant yellow gold pendant necklace featuring a striking pear cut stone paired with an emerald cut stone in a modern, asymmetrical design. The refined silhouette catches the light beautifully, creating exceptional brilliance with every movement. Crafted with a timeless aesthetic and inspired by ethical luxury, this sophisticated piece transitions effortlessly from daily wear to special occasions. A distinctive addition to any jewelry collection, ready to complement your signature look.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166150439070,"sku":"GPD-0078","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166150471838,"sku":"GPD-0078","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166150504606,"sku":"GPD-0078","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166150537374,"sku":"GPD-0078","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166150570142,"sku":"GPD-0078","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166150602910,"sku":"GPD-0078","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166150635678,"sku":"GPD-0078","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166150668446,"sku":"GPD-0078","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166150701214,"sku":"GPD-0078","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166150733982,"sku":"GPD-0078","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166150766750,"sku":"GPD-0078","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166150799518,"sku":"GPD-0078","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166150832286,"sku":"GPD-0078","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166150865054,"sku":"GPD-0078","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166150897822,"sku":"GPD-0078","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166150930590,"sku":"GPD-0078","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166150963358,"sku":"GPD-0078","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166150996126,"sku":"GPD-0078","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166151028894,"sku":"GPD-0078","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166151061662,"sku":"GPD-0078","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166151094430,"sku":"GPD-0078","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166151127198,"sku":"GPD-0078","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166151159966,"sku":"GPD-0078","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166151192734,"sku":"GPD-0078","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166151225502,"sku":"GPD-0078","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166151258270,"sku":"GPD-0078","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166151291038,"sku":"GPD-0078","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166151323806,"sku":"GPD-0078","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166151356574,"sku":"GPD-0078","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166151389342,"sku":"GPD-0078","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166151422110,"sku":"GPD-0078","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166151454878,"sku":"GPD-0078","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166151487646,"sku":"GPD-0078","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166151520414,"sku":"GPD-0078","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166151553182,"sku":"GPD-0078","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166151585950,"sku":"GPD-0078","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166151618718,"sku":"GPD-0078","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166151651486,"sku":"GPD-0078","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166151684254,"sku":"GPD-0078","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166151717022,"sku":"GPD-0078","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166151749790,"sku":"GPD-0078","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166151782558,"sku":"GPD-0078","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166151815326,"sku":"GPD-0078","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166151848094,"sku":"GPD-0078","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166151880862,"sku":"GPD-0078","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166151913630,"sku":"GPD-0078","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166151946398,"sku":"GPD-0078","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166151979166,"sku":"GPD-0078","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166152011934,"sku":"GPD-0078","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166152044702,"sku":"GPD-0078","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166152077470,"sku":"GPD-0078","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166152110238,"sku":"GPD-0078","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166152143006,"sku":"GPD-0078","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166152175774,"sku":"GPD-0078","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166152208542,"sku":"GPD-0078","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166152241310,"sku":"GPD-0078","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166152274078,"sku":"GPD-0078","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166152306846,"sku":"GPD-0078","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166152339614,"sku":"GPD-0078","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166152372382,"sku":"GPD-0078","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_7737b3ed-3fd8-435a-b6b9-ccfe53241226.jpg?v=1785582747"},{"product_id":"yellow-gold-pear-moissanite-solitaire-pendant-necklace","title":"Yellow Gold Pear Cut Moissanite Pendant Necklace","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1.00 CT To 5.00 CT \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eElevate your everyday style with this elegant pear cut moissanite pendant necklace, beautifully showcased on a delicate yellow gold tone chain. The timeless solitaire design highlights exceptional brilliance while offering a refined, minimalist look that complements any occasion. Crafted with premium attention to detail, this pendant embodies modern luxury and ethical elegance. Available in multiple metal options. A sophisticated addition to any jewelry collection or a meaningful gift for someone special.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166134546590,"sku":"GPD-0085","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166134579358,"sku":"GPD-0085","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166134612126,"sku":"GPD-0085","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166134644894,"sku":"GPD-0085","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166134677662,"sku":"GPD-0085","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166134710430,"sku":"GPD-0085","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166134743198,"sku":"GPD-0085","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166134775966,"sku":"GPD-0085","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166134808734,"sku":"GPD-0085","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166134841502,"sku":"GPD-0085","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166134874270,"sku":"GPD-0085","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166134907038,"sku":"GPD-0085","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166134939806,"sku":"GPD-0085","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166134972574,"sku":"GPD-0085","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166135005342,"sku":"GPD-0085","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166135038110,"sku":"GPD-0085","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166135070878,"sku":"GPD-0085","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166135103646,"sku":"GPD-0085","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166135136414,"sku":"GPD-0085","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166135169182,"sku":"GPD-0085","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166135201950,"sku":"GPD-0085","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166135234718,"sku":"GPD-0085","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166135267486,"sku":"GPD-0085","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166135300254,"sku":"GPD-0085","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166135333022,"sku":"GPD-0085","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166135365790,"sku":"GPD-0085","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166135398558,"sku":"GPD-0085","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166135431326,"sku":"GPD-0085","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166135464094,"sku":"GPD-0085","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166135496862,"sku":"GPD-0085","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166135529630,"sku":"GPD-0085","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166135562398,"sku":"GPD-0085","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166135595166,"sku":"GPD-0085","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166135627934,"sku":"GPD-0085","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166135660702,"sku":"GPD-0085","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166135693470,"sku":"GPD-0085","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166135726238,"sku":"GPD-0085","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166135759006,"sku":"GPD-0085","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166135791774,"sku":"GPD-0085","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166135824542,"sku":"GPD-0085","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166135857310,"sku":"GPD-0085","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166135890078,"sku":"GPD-0085","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166135922846,"sku":"GPD-0085","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166135955614,"sku":"GPD-0085","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166135988382,"sku":"GPD-0085","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166136021150,"sku":"GPD-0085","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166136053918,"sku":"GPD-0085","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166136086686,"sku":"GPD-0085","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166136119454,"sku":"GPD-0085","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166136152222,"sku":"GPD-0085","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166136184990,"sku":"GPD-0085","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166136217758,"sku":"GPD-0085","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166136250526,"sku":"GPD-0085","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166136283294,"sku":"GPD-0085","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166136316062,"sku":"GPD-0085","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166136348830,"sku":"GPD-0085","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166136381598,"sku":"GPD-0085","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166136414366,"sku":"GPD-0085","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166136447134,"sku":"GPD-0085","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166136479902,"sku":"GPD-0085","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_569c330b-9b5e-41ef-ba3f-aedcef795b32.jpg?v=1785585515"},{"product_id":"yellow-gold-pear-round-cut-moissanite-pendant-necklace","title":"Yellow Gold Pear Cut Moissanite Pendant Necklace","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear \u0026amp; Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e2 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed to elevate any jewelry collection, this pendant necklace showcases a brilliant pear cut center stone suspended beneath a sparkling round accent stone. The warm yellow gold tone setting and refined open bail create a timeless silhouette that transitions effortlessly from everyday elegance to special occasions. Available in multiple metal options, this sophisticated design offers exceptional brilliance and a luxurious finish. Add this elegant pendant to your collection for enduring style and sparkle.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166119080094,"sku":"GPD-0092","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166119112862,"sku":"GPD-0092","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166119145630,"sku":"GPD-0092","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166119178398,"sku":"GPD-0092","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166119211166,"sku":"GPD-0092","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166119243934,"sku":"GPD-0092","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166119276702,"sku":"GPD-0092","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166119309470,"sku":"GPD-0092","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166119342238,"sku":"GPD-0092","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166119375006,"sku":"GPD-0092","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166119407774,"sku":"GPD-0092","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166119440542,"sku":"GPD-0092","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166119473310,"sku":"GPD-0092","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166119506078,"sku":"GPD-0092","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166119538846,"sku":"GPD-0092","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166119571614,"sku":"GPD-0092","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166119604382,"sku":"GPD-0092","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166119637150,"sku":"GPD-0092","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166119669918,"sku":"GPD-0092","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166119702686,"sku":"GPD-0092","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166119735454,"sku":"GPD-0092","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166119768222,"sku":"GPD-0092","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166119800990,"sku":"GPD-0092","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166119833758,"sku":"GPD-0092","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166119866526,"sku":"GPD-0092","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166119899294,"sku":"GPD-0092","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166119932062,"sku":"GPD-0092","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166119964830,"sku":"GPD-0092","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166119997598,"sku":"GPD-0092","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166120030366,"sku":"GPD-0092","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166120063134,"sku":"GPD-0092","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166120095902,"sku":"GPD-0092","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166120128670,"sku":"GPD-0092","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166120161438,"sku":"GPD-0092","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166120194206,"sku":"GPD-0092","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166120226974,"sku":"GPD-0092","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166120259742,"sku":"GPD-0092","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166120292510,"sku":"GPD-0092","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166120325278,"sku":"GPD-0092","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166120358046,"sku":"GPD-0092","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166120390814,"sku":"GPD-0092","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166120423582,"sku":"GPD-0092","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166120456350,"sku":"GPD-0092","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166120489118,"sku":"GPD-0092","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166120521886,"sku":"GPD-0092","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166120554654,"sku":"GPD-0092","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166120587422,"sku":"GPD-0092","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166120620190,"sku":"GPD-0092","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166120652958,"sku":"GPD-0092","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166120685726,"sku":"GPD-0092","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166120718494,"sku":"GPD-0092","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166120751262,"sku":"GPD-0092","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166120784030,"sku":"GPD-0092","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166120816798,"sku":"GPD-0092","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166120849566,"sku":"GPD-0092","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166120882334,"sku":"GPD-0092","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166120915102,"sku":"GPD-0092","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166120947870,"sku":"GPD-0092","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166120980638,"sku":"GPD-0092","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166121013406,"sku":"GPD-0092","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_424032fe-713c-407b-afef-d8fc3f87ab4c.jpg?v=1785587989"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/collections\/pear.webp?v=1771593157","url":"https:\/\/www.neorluxe.com\/collections\/pear-cut-moissanite-jewelry.oembed?page=2","provider":"Neor Luxe","version":"1.0","type":"link"}