{"title":"Earrings","description":"","products":[{"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":"yellow-gold-princess-cut-moissanite-stud-earrings","title":"Yellow Gold Princess 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\"\u003ePrincess \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 (EACH)\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=\"607\" data-start=\"68\"\u003eElevate your everyday style with these yellow gold princess cut moissanite stud earrings, designed to capture light from every angle with timeless elegance. The clean four prong setting highlights the square cut stones while creating a refined, modern look that pairs effortlessly with any wardrobe. Crafted with premium attention to detail, these classic studs offer lasting brilliance and ethical luxury. A sophisticated choice for daily wear or special occasions add them 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 \/ 1.00CT","offer_id":48158177624222,"sku":"GER-0380","price":164.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158177656990,"sku":"GER-0380","price":192.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158177689758,"sku":"GER-0380","price":221.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158177722526,"sku":"GER-0380","price":279.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158177755294,"sku":"GER-0380","price":394.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158177788062,"sku":"GER-0380","price":164.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158177820830,"sku":"GER-0380","price":192.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158177853598,"sku":"GER-0380","price":221.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158177886366,"sku":"GER-0380","price":279.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158177919134,"sku":"GER-0380","price":394.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158177951902,"sku":"GER-0380","price":164.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158177984670,"sku":"GER-0380","price":192.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158178017438,"sku":"GER-0380","price":221.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158178050206,"sku":"GER-0380","price":279.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158178082974,"sku":"GER-0380","price":394.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156295856286,"sku":"GER-0380","price":491.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156295889054,"sku":"GER-0380","price":525.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156295921822,"sku":"GER-0380","price":559.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156295954590,"sku":"GER-0380","price":628.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156295987358,"sku":"GER-0380","price":765.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156296020126,"sku":"GER-0380","price":491.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156296052894,"sku":"GER-0380","price":525.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156296085662,"sku":"GER-0380","price":559.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156296118430,"sku":"GER-0380","price":628.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156296151198,"sku":"GER-0380","price":765.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156296183966,"sku":"GER-0380","price":491.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156296216734,"sku":"GER-0380","price":525.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156296249502,"sku":"GER-0380","price":559.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156296282270,"sku":"GER-0380","price":628.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156296315038,"sku":"GER-0380","price":765.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156296347806,"sku":"GER-0380","price":612.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156296380574,"sku":"GER-0380","price":653.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156296413342,"sku":"GER-0380","price":694.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156296446110,"sku":"GER-0380","price":776.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156296478878,"sku":"GER-0380","price":940.97,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156296511646,"sku":"GER-0380","price":612.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156296544414,"sku":"GER-0380","price":653.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156296577182,"sku":"GER-0380","price":694.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156296609950,"sku":"GER-0380","price":776.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156296642718,"sku":"GER-0380","price":940.97,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156296675486,"sku":"GER-0380","price":612.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156296708254,"sku":"GER-0380","price":653.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156296741022,"sku":"GER-0380","price":694.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156296773790,"sku":"GER-0380","price":776.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156296806558,"sku":"GER-0380","price":940.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156296839326,"sku":"GER-0380","price":750.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156296872094,"sku":"GER-0380","price":798.2,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156296904862,"sku":"GER-0380","price":846.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156296937630,"sku":"GER-0380","price":941.89,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156296970398,"sku":"GER-0380","price":1133.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156297003166,"sku":"GER-0380","price":750.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156297035934,"sku":"GER-0380","price":798.2,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156297068702,"sku":"GER-0380","price":846.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156297101470,"sku":"GER-0380","price":941.89,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156297134238,"sku":"GER-0380","price":1133.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156297167006,"sku":"GER-0380","price":750.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156297199774,"sku":"GER-0380","price":798.2,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156297232542,"sku":"GER-0380","price":846.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156297265310,"sku":"GER-0380","price":941.89,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156297298078,"sku":"GER-0380","price":1133.47,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_9fc575d0-a989-4b57-b78c-44a1266c9a07.jpg?v=1785145794"},{"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":"yellow-gold-marquise-moissanite-stud-earrings","title":"Yellow Gold Marquise 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\"\u003eMarquise\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 (EACH)\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=\"68\" data-end=\"607\" class=\"PDq2pG_selectionAnchorContainer\"\u003eRefined and timeless, these yellow gold tone moissanite stud earrings showcase elegant marquise shaped center stones in a sleek prong setting. Their graceful silhouette catches the light beautifully, adding sophisticated sparkle to both everyday looks and special occasions. Designed with a classic stud style and secure backings, they offer effortless elegance with a modern touch. Available in multiple metal options. Elevate your jewelry collection with a pair that blends luxury and lasting brilliance.\u003cspan aria-hidden=\"true\" 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":48158176313502,"sku":"GER-0378","price":146.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158176346270,"sku":"GER-0378","price":175.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158176379038,"sku":"GER-0378","price":203.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158176411806,"sku":"GER-0378","price":261.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158176444574,"sku":"GER-0378","price":376.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158176477342,"sku":"GER-0378","price":146.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158176510110,"sku":"GER-0378","price":175.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158176542878,"sku":"GER-0378","price":203.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158176575646,"sku":"GER-0378","price":261.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158176608414,"sku":"GER-0378","price":376.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158176641182,"sku":"GER-0378","price":146.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158176673950,"sku":"GER-0378","price":175.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158176706718,"sku":"GER-0378","price":203.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158176739486,"sku":"GER-0378","price":261.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158176772254,"sku":"GER-0378","price":376.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156290810014,"sku":"GER-0378","price":421.01,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156290842782,"sku":"GER-0378","price":455.22,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156290875550,"sku":"GER-0378","price":489.43,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156290908318,"sku":"GER-0378","price":557.85,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156290941086,"sku":"GER-0378","price":694.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156290973854,"sku":"GER-0378","price":421.01,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156291006622,"sku":"GER-0378","price":455.22,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156291039390,"sku":"GER-0378","price":489.43,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156291072158,"sku":"GER-0378","price":557.85,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156291104926,"sku":"GER-0378","price":694.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156291137694,"sku":"GER-0378","price":421.01,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156291170462,"sku":"GER-0378","price":455.22,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156291203230,"sku":"GER-0378","price":489.43,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156291235998,"sku":"GER-0378","price":557.85,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156291268766,"sku":"GER-0378","price":694.69,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156291301534,"sku":"GER-0378","price":524.14,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156291334302,"sku":"GER-0378","price":565.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156291367070,"sku":"GER-0378","price":606.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156291399838,"sku":"GER-0378","price":688.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156291432606,"sku":"GER-0378","price":852.56,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156291465374,"sku":"GER-0378","price":524.14,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156291498142,"sku":"GER-0378","price":565.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156291530910,"sku":"GER-0378","price":606.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156291563678,"sku":"GER-0378","price":688.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156291596446,"sku":"GER-0378","price":852.56,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156291629214,"sku":"GER-0378","price":524.14,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156291661982,"sku":"GER-0378","price":565.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156291694750,"sku":"GER-0378","price":606.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156291727518,"sku":"GER-0378","price":688.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156291760286,"sku":"GER-0378","price":852.56,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156291793054,"sku":"GER-0378","price":641.22,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156291825822,"sku":"GER-0378","price":689.12,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156291858590,"sku":"GER-0378","price":737.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156291891358,"sku":"GER-0378","price":832.8,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156291924126,"sku":"GER-0378","price":1024.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156291956894,"sku":"GER-0378","price":641.22,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156291989662,"sku":"GER-0378","price":689.12,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156292022430,"sku":"GER-0378","price":737.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156292055198,"sku":"GER-0378","price":832.8,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156292087966,"sku":"GER-0378","price":1024.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156292120734,"sku":"GER-0378","price":641.22,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156292153502,"sku":"GER-0378","price":689.12,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156292186270,"sku":"GER-0378","price":737.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156292219038,"sku":"GER-0378","price":832.8,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156292251806,"sku":"GER-0378","price":1024.38,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48156292284574,"sku":"GER-0378","price":567.41,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48156292317342,"sku":"GER-0378","price":608.12,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48156292350110,"sku":"GER-0378","price":648.83,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48156292382878,"sku":"GER-0378","price":730.25,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48156292415646,"sku":"GER-0378","price":893.09,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_fbbb6a45-8395-414e-bbc9-bb12754b7150.jpg?v=1785145385"},{"product_id":"rose-gold-dangle-earrings-minimal-drop-design-with-modern-elegance","title":"White Gold Sleek Hoop Earrings – Modern Minimal Statement Design","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStone Shape:\u003c\/strong\u003e Round\u003cbr\u003e\u003cstrong\u003eStone Carat Weight:\u003c\/strong\u003e 0.80 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 Hoop\u003cbr\u003e\u003cstrong\u003eBack Type:\u003c\/strong\u003e Push Back \/ Screw Back \/ Guardian Back\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003cbr\u003e\u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158175756446,"sku":"GER-0376","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158175920286,"sku":"GER-0376","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158176084126,"sku":"GER-0376","price":528.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156288450718,"sku":"GER-0376","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156288614558,"sku":"GER-0376","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156288778398,"sku":"GER-0376","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156288942238,"sku":"GER-0376","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156289106078,"sku":"GER-0376","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156289269918,"sku":"GER-0376","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156289433758,"sku":"GER-0376","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156289597598,"sku":"GER-0376","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156289761438,"sku":"GER-0376","price":2469.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/GER-0376-01_W-_viwe4_877c6250-46d4-4113-b8a2-4b0401b76db0.png?v=1782562585"},{"product_id":"yellow-gold-round-moissanite-drop-stud-earrings","title":"Yellow Gold Round Moissanite Drop 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\"\u003eRound\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\"\u003e0.45 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 data-start=\"63\" data-end=\"601\" class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed with a cascading round inspired silhouette, these Moissanite drop stud earrings bring refined sparkle to every occasion. The polished yellow gold tone finish beautifully complements the brilliant stones, creating an elegant look that transitions effortlessly from day to evening. Crafted with attention to detail, this timeless design offers sophisticated style and ethical luxury for modern jewelry lovers. A stunning addition to your collection or a thoughtful gift, ready to elevate any look.\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":48158175133854,"sku":"GER-0375","price":501.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158175297694,"sku":"GER-0375","price":501.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158175461534,"sku":"GER-0375","price":501.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156284879006,"sku":"GER-0375","price":1509.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156285042846,"sku":"GER-0375","price":1509.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156285206686,"sku":"GER-0375","price":1509.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156285370526,"sku":"GER-0375","price":1881.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156285534366,"sku":"GER-0375","price":1881.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156285698206,"sku":"GER-0375","price":1881.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156285862046,"sku":"GER-0375","price":2305.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156286025886,"sku":"GER-0375","price":2305.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156286189726,"sku":"GER-0375","price":2305.47,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_1106e6db-d70b-4110-b8a9-44d0bd3ec025.jpg?v=1785144870"},{"product_id":"white-metal-marquise-moissanite-hoop-earrings","title":"White Metal Marquise Cut Moissanite Hoop 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 Marquise\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\"\u003e9 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\"\u003eElevate your jewelry collection with these elegant marquise cut moissanite hoop earrings, designed to capture light from every angle. The graceful row of marquise shaped stones creates a refined silhouette that transitions effortlessly from everyday wear to special occasions. Expertly crafted with a polished white metal finish, these hoops offer timeless sophistication and ethical luxury. Available in multiple metal options. Add this radiant pair to your collection for an effortlessly luxurious look.\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","offer_id":48158174347422,"sku":"GER-0374","price":741.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158174511262,"sku":"GER-0374","price":741.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158174675102,"sku":"GER-0374","price":741.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156282847390,"sku":"GER-0374","price":2461.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156283011230,"sku":"GER-0374","price":2461.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156283175070,"sku":"GER-0374","price":2461.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156283338910,"sku":"GER-0374","price":3075.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156283502750,"sku":"GER-0374","price":3075.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156283666590,"sku":"GER-0374","price":3075.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156283830430,"sku":"GER-0374","price":3778.14,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156283994270,"sku":"GER-0374","price":3778.14,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156284158110,"sku":"GER-0374","price":3778.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_6_b9a58654-5995-454d-8a93-9bc1de9b140b.jpg?v=1785144403"},{"product_id":"rose-gold-round-moissanite-hoop-earrings","title":"Rose Gold Round Moissanite Hoop 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 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 data-start=\"63\" data-end=\"601\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these rose gold tone moissanite hoop earrings, featuring a graceful row of round brilliant stones along the front for exceptional sparkle. Their sleek, polished silhouette offers timeless elegance that transitions effortlessly from day to evening. Designed for those who appreciate refined craftsmanship and ethical luxury, these hoops add radiant sophistication to any jewelry collection. A beautiful choice to complement your signature look or give as a thoughtful gift.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-start=\"603\" data-end=\"661\"\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","offer_id":48158173757598,"sku":"GER-0373","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158173921438,"sku":"GER-0373","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158174085278,"sku":"GER-0373","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156280619166,"sku":"GER-0373","price":1474.58,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156280783006,"sku":"GER-0373","price":1474.58,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156280946846,"sku":"GER-0373","price":1474.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156281110686,"sku":"GER-0373","price":1837.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156281274526,"sku":"GER-0373","price":1837.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156281438366,"sku":"GER-0373","price":1837.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156281602206,"sku":"GER-0373","price":2250.93,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156281766046,"sku":"GER-0373","price":2250.93,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156281929886,"sku":"GER-0373","price":2250.93,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_ddb6f2a5-109f-4547-a84c-e6c9463d50f2.jpg?v=1785143868"},{"product_id":"yellow-gold-round-moissanite-hoop-earrings","title":"Yellow Gold Round Moissanite Hoop 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 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 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.80 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=\"69\" data-end=\"589\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these yellow gold tone hoop earrings featuring a graceful row of round moissanite stones that create exceptional sparkle from every angle. The timeless curved silhouette blends classic elegance with modern sophistication, making them a versatile choice for both daily wear and special occasions. Available in multiple metal options, these earrings celebrate refined craftsmanship and ethical luxury. Add this radiant pair to your jewelry collection today.\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","offer_id":48158173102238,"sku":"GER-0372","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158173266078,"sku":"GER-0372","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158173429918,"sku":"GER-0372","price":448.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156278325406,"sku":"GER-0372","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156278489246,"sku":"GER-0372","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156278653086,"sku":"GER-0372","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156278816926,"sku":"GER-0372","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156278980766,"sku":"GER-0372","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156279144606,"sku":"GER-0372","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156279308446,"sku":"GER-0372","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156279472286,"sku":"GER-0372","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156279636126,"sku":"GER-0372","price":1978.21,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_4cbe90d4-554e-4f43-93cf-46f314aa6dbf.jpg?v=1785143386"},{"product_id":"rose-gold-round-moissanite-bezel-stud-earrings","title":"Rose Gold Round Moissanite Bezel 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 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.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=\"589\" data-start=\"69\"\u003eElevate your everyday style with these elegant round Moissanite stud earrings, showcased in a sleek rose gold tone bezel setting. Their clean, modern silhouette highlights exceptional brilliance while offering a timeless look that transitions effortlessly from day to evening. Expertly crafted with a refined finish, these studs embody sophisticated, ethical luxury for any jewelry collection. Available in multiple metal options. Discover understated elegance and make them yours today.\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\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":48158172283038,"sku":"GER-0370","price":182.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158172315806,"sku":"GER-0370","price":211.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158172348574,"sku":"GER-0370","price":240.36,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158172381342,"sku":"GER-0370","price":297.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158172414110,"sku":"GER-0370","price":412.78,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158172446878,"sku":"GER-0370","price":182.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158172479646,"sku":"GER-0370","price":211.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158172512414,"sku":"GER-0370","price":240.36,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158172545182,"sku":"GER-0370","price":297.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158172577950,"sku":"GER-0370","price":412.78,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158172610718,"sku":"GER-0370","price":182.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158172643486,"sku":"GER-0370","price":211.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158172676254,"sku":"GER-0370","price":240.36,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158172709022,"sku":"GER-0370","price":297.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158172741790,"sku":"GER-0370","price":412.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156273016990,"sku":"GER-0370","price":565.57,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156273049758,"sku":"GER-0370","price":599.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156273082526,"sku":"GER-0370","price":633.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156273115294,"sku":"GER-0370","price":702.41,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156273148062,"sku":"GER-0370","price":839.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156273180830,"sku":"GER-0370","price":565.57,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156273213598,"sku":"GER-0370","price":599.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156273246366,"sku":"GER-0370","price":633.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156273279134,"sku":"GER-0370","price":702.41,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156273311902,"sku":"GER-0370","price":839.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156273344670,"sku":"GER-0370","price":565.57,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156273377438,"sku":"GER-0370","price":599.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156273410206,"sku":"GER-0370","price":633.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156273442974,"sku":"GER-0370","price":702.41,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156273475742,"sku":"GER-0370","price":839.25,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156273508510,"sku":"GER-0370","price":705.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156273541278,"sku":"GER-0370","price":746.43,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156273574046,"sku":"GER-0370","price":787.48,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156273606814,"sku":"GER-0370","price":869.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156273639582,"sku":"GER-0370","price":1033.79,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156273672350,"sku":"GER-0370","price":705.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156273705118,"sku":"GER-0370","price":746.43,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156273737886,"sku":"GER-0370","price":787.48,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156273770654,"sku":"GER-0370","price":869.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156273803422,"sku":"GER-0370","price":1033.79,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156273836190,"sku":"GER-0370","price":705.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156273868958,"sku":"GER-0370","price":746.43,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156273901726,"sku":"GER-0370","price":787.48,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156273934494,"sku":"GER-0370","price":869.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156273967262,"sku":"GER-0370","price":1033.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156274000030,"sku":"GER-0370","price":864.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156274032798,"sku":"GER-0370","price":912.74,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156274065566,"sku":"GER-0370","price":960.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156274098334,"sku":"GER-0370","price":1056.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156274131102,"sku":"GER-0370","price":1248.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156274163870,"sku":"GER-0370","price":864.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156274196638,"sku":"GER-0370","price":912.74,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156274229406,"sku":"GER-0370","price":960.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156274262174,"sku":"GER-0370","price":1056.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156274294942,"sku":"GER-0370","price":1248.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156274327710,"sku":"GER-0370","price":864.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156274360478,"sku":"GER-0370","price":912.74,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156274393246,"sku":"GER-0370","price":960.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156274426014,"sku":"GER-0370","price":1056.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156274458782,"sku":"GER-0370","price":1248.01,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48156274491550,"sku":"GER-0370","price":757.49,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48156274524318,"sku":"GER-0370","price":798.2,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48156274557086,"sku":"GER-0370","price":838.91,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48156274589854,"sku":"GER-0370","price":920.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48156274622622,"sku":"GER-0370","price":1083.17,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_735f0f65-f149-47b0-bfa7-b95bec194fbf.jpg?v=1785137397"},{"product_id":"yellow-gold-emerald-heart-moissanite-stud-earrings","title":"Yellow Gold Emerald Cut \u0026 Heart 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; Heart\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=\"79\" data-end=\"639\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate modern elegance with these yellow gold tone Moissanite stud earrings featuring a striking combination of emerald cut and heart shaped stones. The contemporary two stone design creates exceptional brilliance while offering a refined, eye catching look for everyday wear or special occasions. Crafted with a luxurious aesthetic and timeless appeal, these earrings embody ethical luxury and effortless sophistication. Available in multiple metal options. Elevate your jewelry collection with this distinctive pair today.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\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":48158171693214,"sku":"GER-0369","price":244.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158171725982,"sku":"GER-0369","price":273.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158171758750,"sku":"GER-0369","price":301.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158171791518,"sku":"GER-0369","price":359.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158171824286,"sku":"GER-0369","price":474.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158171857054,"sku":"GER-0369","price":244.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158171889822,"sku":"GER-0369","price":273.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158171922590,"sku":"GER-0369","price":301.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158171955358,"sku":"GER-0369","price":359.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158171988126,"sku":"GER-0369","price":474.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158172020894,"sku":"GER-0369","price":244.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158172053662,"sku":"GER-0369","price":273.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158172086430,"sku":"GER-0369","price":301.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158172119198,"sku":"GER-0369","price":359.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158172151966,"sku":"GER-0369","price":474.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156270067870,"sku":"GER-0369","price":808.85,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156270100638,"sku":"GER-0369","price":843.07,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156270133406,"sku":"GER-0369","price":877.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156270166174,"sku":"GER-0369","price":945.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156270198942,"sku":"GER-0369","price":1082.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156270231710,"sku":"GER-0369","price":808.85,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156270264478,"sku":"GER-0369","price":843.07,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156270297246,"sku":"GER-0369","price":877.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156270330014,"sku":"GER-0369","price":945.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156270362782,"sku":"GER-0369","price":1082.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156270395550,"sku":"GER-0369","price":808.85,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156270428318,"sku":"GER-0369","price":843.07,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156270461086,"sku":"GER-0369","price":877.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156270493854,"sku":"GER-0369","price":945.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156270526622,"sku":"GER-0369","price":1082.54,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156270559390,"sku":"GER-0369","price":1010.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156270592158,"sku":"GER-0369","price":1051.43,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156270624926,"sku":"GER-0369","price":1092.48,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156270657694,"sku":"GER-0369","price":1174.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156270690462,"sku":"GER-0369","price":1338.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156270723230,"sku":"GER-0369","price":1010.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156270755998,"sku":"GER-0369","price":1051.43,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156270788766,"sku":"GER-0369","price":1092.48,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156270821534,"sku":"GER-0369","price":1174.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156270854302,"sku":"GER-0369","price":1338.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156270887070,"sku":"GER-0369","price":1010.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156270919838,"sku":"GER-0369","price":1051.43,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156270952606,"sku":"GER-0369","price":1092.48,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156270985374,"sku":"GER-0369","price":1174.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156271018142,"sku":"GER-0369","price":1338.8,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156271050910,"sku":"GER-0369","price":1241.2,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156271083678,"sku":"GER-0369","price":1289.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156271116446,"sku":"GER-0369","price":1336.99,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156271149214,"sku":"GER-0369","price":1432.78,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156271181982,"sku":"GER-0369","price":1624.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156271214750,"sku":"GER-0369","price":1241.2,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156271247518,"sku":"GER-0369","price":1289.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156271280286,"sku":"GER-0369","price":1336.99,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156271313054,"sku":"GER-0369","price":1432.78,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156271345822,"sku":"GER-0369","price":1624.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156271378590,"sku":"GER-0369","price":1241.2,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156271411358,"sku":"GER-0369","price":1289.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156271444126,"sku":"GER-0369","price":1336.99,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156271476894,"sku":"GER-0369","price":1432.78,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156271509662,"sku":"GER-0369","price":1624.36,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48156271542430,"sku":"GER-0369","price":1077.39,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48156271575198,"sku":"GER-0369","price":1118.1,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48156271607966,"sku":"GER-0369","price":1158.81,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48156271640734,"sku":"GER-0369","price":1240.23,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48156271673502,"sku":"GER-0369","price":1403.07,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_4cb22ff3-53ca-42f5-9d64-80b0bd71a7e6.jpg?v=1785137124"},{"product_id":"white-metal-princess-cut-moissanite-stud-earrings","title":"White Metal Princess 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 Princess \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 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"611\" data-start=\"72\"\u003eElevate your everyday style with these elegant princess cut moissanite stud earrings, showcased in a sleek white metal bezel setting. Their clean geometric design highlights exceptional brilliance while offering a refined, contemporary look that transitions effortlessly from day to evening. Expertly crafted for lasting beauty and timeless appeal, these earrings embody modern luxury with an ethical touch. Available in multiple metal options. Add this sophisticated pair to your jewelry collection today.\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\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":48158171037854,"sku":"GER-0368","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158171070622,"sku":"GER-0368","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158171103390,"sku":"GER-0368","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158171136158,"sku":"GER-0368","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158171168926,"sku":"GER-0368","price":411.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158171201694,"sku":"GER-0368","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158171234462,"sku":"GER-0368","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158171267230,"sku":"GER-0368","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158171299998,"sku":"GER-0368","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158171332766,"sku":"GER-0368","price":411.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158171365534,"sku":"GER-0368","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158171398302,"sku":"GER-0368","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158171431070,"sku":"GER-0368","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158171463838,"sku":"GER-0368","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158171496606,"sku":"GER-0368","price":411.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156266823838,"sku":"GER-0368","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156266856606,"sku":"GER-0368","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156266889374,"sku":"GER-0368","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156266922142,"sku":"GER-0368","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156266954910,"sku":"GER-0368","price":835.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156266987678,"sku":"GER-0368","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156267020446,"sku":"GER-0368","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156267053214,"sku":"GER-0368","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156267085982,"sku":"GER-0368","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156267118750,"sku":"GER-0368","price":835.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156267151518,"sku":"GER-0368","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156267184286,"sku":"GER-0368","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156267217054,"sku":"GER-0368","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156267249822,"sku":"GER-0368","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156267282590,"sku":"GER-0368","price":835.73,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156267315358,"sku":"GER-0368","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156267348126,"sku":"GER-0368","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156267380894,"sku":"GER-0368","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156267413662,"sku":"GER-0368","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156267446430,"sku":"GER-0368","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156267479198,"sku":"GER-0368","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156267511966,"sku":"GER-0368","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156267544734,"sku":"GER-0368","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156267577502,"sku":"GER-0368","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156267610270,"sku":"GER-0368","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156267643038,"sku":"GER-0368","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156267675806,"sku":"GER-0368","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156267708574,"sku":"GER-0368","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156267741342,"sku":"GER-0368","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156267774110,"sku":"GER-0368","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156267806878,"sku":"GER-0368","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156267839646,"sku":"GER-0368","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156267872414,"sku":"GER-0368","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156267905182,"sku":"GER-0368","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156267937950,"sku":"GER-0368","price":1242.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156267970718,"sku":"GER-0368","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156268003486,"sku":"GER-0368","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156268036254,"sku":"GER-0368","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156268069022,"sku":"GER-0368","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156268101790,"sku":"GER-0368","price":1242.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156268134558,"sku":"GER-0368","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156268167326,"sku":"GER-0368","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156268200094,"sku":"GER-0368","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156268232862,"sku":"GER-0368","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156268265630,"sku":"GER-0368","price":1242.55,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48156268298398,"sku":"GER-0368","price":752.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48156268331166,"sku":"GER-0368","price":793.56,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48156268363934,"sku":"GER-0368","price":834.28,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48156268396702,"sku":"GER-0368","price":915.7,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48156268429470,"sku":"GER-0368","price":1078.54,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_22c982a2-cb19-45d6-a37d-dc7b9b03109f.jpg?v=1785136557"},{"product_id":"rose-gold-princess-cut-moissanite-stud-earrings","title":"Rose Gold Princess Cut Moissanite Stud Earrings with Halo","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 Princess \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=\"80\" data-end=\"591\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these rose gold tone princess cut Moissanite stud earrings, beautifully framed by a sparkling halo of accent stones. Their clean square silhouette and radiant brilliance create a timeless look that transitions effortlessly from day to evening. Crafted with premium attention to detail, these elegant studs offer refined luxury with a modern edge. Available in multiple metal options. Add this sophisticated 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":48158170349726,"sku":"GER-0367","price":208.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158170382494,"sku":"GER-0367","price":237.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158170415262,"sku":"GER-0367","price":266.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158170448030,"sku":"GER-0367","price":323.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158170480798,"sku":"GER-0367","price":438.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158170513566,"sku":"GER-0367","price":208.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158170546334,"sku":"GER-0367","price":237.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158170579102,"sku":"GER-0367","price":266.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158170611870,"sku":"GER-0367","price":323.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158170644638,"sku":"GER-0367","price":438.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158170677406,"sku":"GER-0367","price":208.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158170710174,"sku":"GER-0367","price":237.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158170742942,"sku":"GER-0367","price":266.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158170775710,"sku":"GER-0367","price":323.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158170808478,"sku":"GER-0367","price":438.58,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156262203550,"sku":"GER-0367","price":667.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156262236318,"sku":"GER-0367","price":702.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156262269086,"sku":"GER-0367","price":736.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156262301854,"sku":"GER-0367","price":804.66,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156262334622,"sku":"GER-0367","price":941.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156262367390,"sku":"GER-0367","price":667.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156262400158,"sku":"GER-0367","price":702.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156262432926,"sku":"GER-0367","price":736.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156262465694,"sku":"GER-0367","price":804.66,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156262498462,"sku":"GER-0367","price":941.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156262531230,"sku":"GER-0367","price":667.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156262563998,"sku":"GER-0367","price":702.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156262596766,"sku":"GER-0367","price":736.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156262629534,"sku":"GER-0367","price":804.66,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156262662302,"sku":"GER-0367","price":941.5,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156262695070,"sku":"GER-0367","price":833.56,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156262727838,"sku":"GER-0367","price":874.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156262760606,"sku":"GER-0367","price":915.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156262793374,"sku":"GER-0367","price":997.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156262826142,"sku":"GER-0367","price":1161.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156262858910,"sku":"GER-0367","price":833.56,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156262891678,"sku":"GER-0367","price":874.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156262924446,"sku":"GER-0367","price":915.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156262957214,"sku":"GER-0367","price":997.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156262989982,"sku":"GER-0367","price":1161.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156263022750,"sku":"GER-0367","price":833.56,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156263055518,"sku":"GER-0367","price":874.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156263088286,"sku":"GER-0367","price":915.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156263121054,"sku":"GER-0367","price":997.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156263153822,"sku":"GER-0367","price":1161.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156263186590,"sku":"GER-0367","price":1023.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156263219358,"sku":"GER-0367","price":1070.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156263252126,"sku":"GER-0367","price":1118.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156263284894,"sku":"GER-0367","price":1214.6,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156263317662,"sku":"GER-0367","price":1406.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156263350430,"sku":"GER-0367","price":1023.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156263383198,"sku":"GER-0367","price":1070.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156263415966,"sku":"GER-0367","price":1118.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156263448734,"sku":"GER-0367","price":1214.6,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156263481502,"sku":"GER-0367","price":1406.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156263514270,"sku":"GER-0367","price":1023.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156263547038,"sku":"GER-0367","price":1070.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156263579806,"sku":"GER-0367","price":1118.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156263612574,"sku":"GER-0367","price":1214.6,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156263645342,"sku":"GER-0367","price":1406.18,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48156263678110,"sku":"GER-0367","price":891.94,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48156263710878,"sku":"GER-0367","price":932.65,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48156263743646,"sku":"GER-0367","price":973.36,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48156263776414,"sku":"GER-0367","price":1054.78,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48156263809182,"sku":"GER-0367","price":1217.62,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_f3a35439-364b-43e7-822c-5c240f9954ef.jpg?v=1785136142"},{"product_id":"yellow-gold-round-moissanite-halo-stud-earrings","title":"Yellow Gold Round Moissanite Halo 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 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.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=\"568\" data-start=\"63\"\u003eElevate your everyday style with these round moissanite halo stud earrings, beautifully showcased in a warm yellow gold tone. A brilliant round center stone is framed by a sparkling halo, creating a timeless design that catches the light from every angle. Crafted with a refined, elegant look, these earrings offer luxurious brilliance and sophisticated appeal for both everyday wear and special occasions. Available in multiple metal options. Discover your perfect pair 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":48158169727134,"sku":"GER-0366","price":164.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158169759902,"sku":"GER-0366","price":192.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158169792670,"sku":"GER-0366","price":221.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158169825438,"sku":"GER-0366","price":279.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158169858206,"sku":"GER-0366","price":394.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158169890974,"sku":"GER-0366","price":164.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158169923742,"sku":"GER-0366","price":192.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158169956510,"sku":"GER-0366","price":221.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158169989278,"sku":"GER-0366","price":279.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158170022046,"sku":"GER-0366","price":394.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158170054814,"sku":"GER-0366","price":164.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158170087582,"sku":"GER-0366","price":192.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158170120350,"sku":"GER-0366","price":221.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158170153118,"sku":"GER-0366","price":279.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158170185886,"sku":"GER-0366","price":394.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156257747102,"sku":"GER-0366","price":491.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156257779870,"sku":"GER-0366","price":525.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156257812638,"sku":"GER-0366","price":559.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156257845406,"sku":"GER-0366","price":628.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156257878174,"sku":"GER-0366","price":765.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156257910942,"sku":"GER-0366","price":491.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156257943710,"sku":"GER-0366","price":525.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156257976478,"sku":"GER-0366","price":559.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156258009246,"sku":"GER-0366","price":628.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156258042014,"sku":"GER-0366","price":765.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156258074782,"sku":"GER-0366","price":491.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156258107550,"sku":"GER-0366","price":525.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156258140318,"sku":"GER-0366","price":559.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156258173086,"sku":"GER-0366","price":628.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156258205854,"sku":"GER-0366","price":765.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156258238622,"sku":"GER-0366","price":612.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156258271390,"sku":"GER-0366","price":653.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156258304158,"sku":"GER-0366","price":694.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156258336926,"sku":"GER-0366","price":776.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156258369694,"sku":"GER-0366","price":940.97,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156258402462,"sku":"GER-0366","price":612.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156258435230,"sku":"GER-0366","price":653.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156258467998,"sku":"GER-0366","price":694.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156258500766,"sku":"GER-0366","price":776.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156258533534,"sku":"GER-0366","price":940.97,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156258566302,"sku":"GER-0366","price":612.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156258599070,"sku":"GER-0366","price":653.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156258631838,"sku":"GER-0366","price":694.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156258664606,"sku":"GER-0366","price":776.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156258697374,"sku":"GER-0366","price":940.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156258730142,"sku":"GER-0366","price":750.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156258762910,"sku":"GER-0366","price":798.2,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156258795678,"sku":"GER-0366","price":846.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156258828446,"sku":"GER-0366","price":941.89,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156258861214,"sku":"GER-0366","price":1133.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156258893982,"sku":"GER-0366","price":750.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156258926750,"sku":"GER-0366","price":798.2,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156258959518,"sku":"GER-0366","price":846.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156258992286,"sku":"GER-0366","price":941.89,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156259025054,"sku":"GER-0366","price":1133.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156259057822,"sku":"GER-0366","price":750.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156259090590,"sku":"GER-0366","price":798.2,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156259123358,"sku":"GER-0366","price":846.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156259156126,"sku":"GER-0366","price":941.89,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156259188894,"sku":"GER-0366","price":1133.47,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48156259221662,"sku":"GER-0366","price":660.13,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48156259254430,"sku":"GER-0366","price":700.84,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48156259287198,"sku":"GER-0366","price":741.55,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48156259319966,"sku":"GER-0366","price":822.97,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48156259352734,"sku":"GER-0366","price":985.82,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_9ae56422-d2b1-4bb2-87bc-86f43c13f15b.jpg?v=1785135820"},{"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":"rose-gold-oval-moissanite-halo-stud-earrings","title":"Rose Gold Oval Moissanite Halo 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 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 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=\"65\" data-end=\"566\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these rose gold tone moissanite stud earrings, featuring an elegant oval center stone framed by a sparkling halo. The refined open gallery design enhances their luxurious appeal while creating a timeless silhouette that complements both casual and formal looks. Crafted with premium attention to detail, these earrings offer exceptional brilliance and sophisticated elegance for every occasion. A beautiful choice for yourself or someone special add them to your jewelry collection today.\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":48158168416414,"sku":"GER-0358","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158168449182,"sku":"GER-0358","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158168481950,"sku":"GER-0358","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158168514718,"sku":"GER-0358","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158168547486,"sku":"GER-0358","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158168580254,"sku":"GER-0358","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158168613022,"sku":"GER-0358","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158168645790,"sku":"GER-0358","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158168678558,"sku":"GER-0358","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158168711326,"sku":"GER-0358","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158168744094,"sku":"GER-0358","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158168776862,"sku":"GER-0358","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158168809630,"sku":"GER-0358","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158168842398,"sku":"GER-0358","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158168875166,"sku":"GER-0358","price":420.79,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156250374302,"sku":"GER-0358","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156250407070,"sku":"GER-0358","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156250439838,"sku":"GER-0358","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156250472606,"sku":"GER-0358","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156250505374,"sku":"GER-0358","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156250538142,"sku":"GER-0358","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156250570910,"sku":"GER-0358","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156250603678,"sku":"GER-0358","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156250636446,"sku":"GER-0358","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156250669214,"sku":"GER-0358","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156250701982,"sku":"GER-0358","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156250734750,"sku":"GER-0358","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156250767518,"sku":"GER-0358","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156250800286,"sku":"GER-0358","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156250833054,"sku":"GER-0358","price":870.99,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156250865822,"sku":"GER-0358","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156250898590,"sku":"GER-0358","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156250931358,"sku":"GER-0358","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156250964126,"sku":"GER-0358","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156250996894,"sku":"GER-0358","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156251029662,"sku":"GER-0358","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156251062430,"sku":"GER-0358","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156251095198,"sku":"GER-0358","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156251127966,"sku":"GER-0358","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156251160734,"sku":"GER-0358","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156251193502,"sku":"GER-0358","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156251226270,"sku":"GER-0358","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156251259038,"sku":"GER-0358","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156251291806,"sku":"GER-0358","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156251324574,"sku":"GER-0358","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156251357342,"sku":"GER-0358","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156251390110,"sku":"GER-0358","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156251422878,"sku":"GER-0358","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156251455646,"sku":"GER-0358","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156251488414,"sku":"GER-0358","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156251521182,"sku":"GER-0358","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156251553950,"sku":"GER-0358","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156251586718,"sku":"GER-0358","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156251619486,"sku":"GER-0358","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156251652254,"sku":"GER-0358","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156251685022,"sku":"GER-0358","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156251717790,"sku":"GER-0358","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156251750558,"sku":"GER-0358","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156251783326,"sku":"GER-0358","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156251816094,"sku":"GER-0358","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48156251848862,"sku":"GER-0358","price":799.22,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48156251881630,"sku":"GER-0358","price":839.93,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48156251914398,"sku":"GER-0358","price":880.64,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48156251947166,"sku":"GER-0358","price":962.06,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48156251979934,"sku":"GER-0358","price":1124.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_37d5b740-bac8-486b-8c65-1f6f868f05c4.jpg?v=1785134086"},{"product_id":"yellow-gold-cushion-moissanite-stud-earrings","title":"Yellow Gold Cushion 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 Cushion\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\"\u003eElevate your everyday style with these cushion moissanite stud earrings in a warm yellow gold tone. The brilliant center stones are showcased in an elegant multi prong setting, creating exceptional sparkle from every angle. Designed with timeless simplicity and refined craftsmanship, they complement both casual and formal looks with effortless sophistication. Available in multiple metal options. Add a classic touch of ethical luxury to your jewelry collection today.\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":48158167662750,"sku":"GER-0355","price":173.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158167695518,"sku":"GER-0355","price":201.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158167728286,"sku":"GER-0355","price":230.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158167761054,"sku":"GER-0355","price":288.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158167793822,"sku":"GER-0355","price":403.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158167826590,"sku":"GER-0355","price":173.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158167859358,"sku":"GER-0355","price":201.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158167892126,"sku":"GER-0355","price":230.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158167924894,"sku":"GER-0355","price":288.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158167957662,"sku":"GER-0355","price":403.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158167990430,"sku":"GER-0355","price":173.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158168023198,"sku":"GER-0355","price":201.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158168055966,"sku":"GER-0355","price":230.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158168088734,"sku":"GER-0355","price":288.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158168121502,"sku":"GER-0355","price":403.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156247163038,"sku":"GER-0355","price":526.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156247195806,"sku":"GER-0355","price":561.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156247228574,"sku":"GER-0355","price":595.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156247261342,"sku":"GER-0355","price":663.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156247294110,"sku":"GER-0355","price":800.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156247326878,"sku":"GER-0355","price":526.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156247359646,"sku":"GER-0355","price":561.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156247392414,"sku":"GER-0355","price":595.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156247425182,"sku":"GER-0355","price":663.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156247457950,"sku":"GER-0355","price":800.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156247490718,"sku":"GER-0355","price":526.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156247523486,"sku":"GER-0355","price":561.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156247556254,"sku":"GER-0355","price":595.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156247589022,"sku":"GER-0355","price":663.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156247621790,"sku":"GER-0355","price":800.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156247654558,"sku":"GER-0355","price":656.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156247687326,"sku":"GER-0355","price":697.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156247720094,"sku":"GER-0355","price":738.85,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156247752862,"sku":"GER-0355","price":820.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156247785630,"sku":"GER-0355","price":985.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156247818398,"sku":"GER-0355","price":656.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156247851166,"sku":"GER-0355","price":697.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156247883934,"sku":"GER-0355","price":738.85,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156247916702,"sku":"GER-0355","price":820.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156247949470,"sku":"GER-0355","price":985.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156247982238,"sku":"GER-0355","price":656.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156248015006,"sku":"GER-0355","price":697.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156248047774,"sku":"GER-0355","price":738.85,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156248080542,"sku":"GER-0355","price":820.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156248113310,"sku":"GER-0355","price":985.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156248146078,"sku":"GER-0355","price":804.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156248178846,"sku":"GER-0355","price":852.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156248211614,"sku":"GER-0355","price":900.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156248244382,"sku":"GER-0355","price":996.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156248277150,"sku":"GER-0355","price":1188.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156248309918,"sku":"GER-0355","price":804.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156248342686,"sku":"GER-0355","price":852.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156248375454,"sku":"GER-0355","price":900.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156248408222,"sku":"GER-0355","price":996.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156248440990,"sku":"GER-0355","price":1188.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156248473758,"sku":"GER-0355","price":804.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156248506526,"sku":"GER-0355","price":852.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156248539294,"sku":"GER-0355","price":900.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156248572062,"sku":"GER-0355","price":996.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156248604830,"sku":"GER-0355","price":1188.01,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48156248637598,"sku":"GER-0355","price":706.49,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48156248670366,"sku":"GER-0355","price":747.2,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48156248703134,"sku":"GER-0355","price":787.91,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48156248735902,"sku":"GER-0355","price":869.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48156248768670,"sku":"GER-0355","price":1032.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_788ecb20-5050-40b1-ad78-d0c160e43d15.jpg?v=1785133516"},{"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":"rose-gold-pear-moissanite-stud-earrings","title":"Rose 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 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 rose gold pear cut moissanite stud earrings, designed to showcase timeless elegance and exceptional brilliance. The refined three prong setting beautifully highlights the pear shaped stones while creating a clean, sophisticated silhouette. Crafted with a polished finish for lasting visual appeal, these classic studs offer an ethical luxury look that transitions effortlessly from day to evening. A beautiful addition to any jewelry collection, ready to complement your signature style.\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":48166233309342,"sku":"GER-0363","price":155.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166233342110,"sku":"GER-0363","price":184.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166233374878,"sku":"GER-0363","price":212.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166233407646,"sku":"GER-0363","price":270.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166233440414,"sku":"GER-0363","price":385.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166233473182,"sku":"GER-0363","price":155.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166233505950,"sku":"GER-0363","price":184.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166233538718,"sku":"GER-0363","price":212.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166233571486,"sku":"GER-0363","price":270.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166233604254,"sku":"GER-0363","price":385.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166233637022,"sku":"GER-0363","price":155.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166233669790,"sku":"GER-0363","price":184.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166233702558,"sku":"GER-0363","price":212.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166233735326,"sku":"GER-0363","price":270.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166233768094,"sku":"GER-0363","price":385.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166233800862,"sku":"GER-0363","price":456.27,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166233833630,"sku":"GER-0363","price":490.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166233866398,"sku":"GER-0363","price":524.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166233899166,"sku":"GER-0363","price":593.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166233931934,"sku":"GER-0363","price":729.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166233964702,"sku":"GER-0363","price":456.27,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166233997470,"sku":"GER-0363","price":490.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166234030238,"sku":"GER-0363","price":524.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166234063006,"sku":"GER-0363","price":593.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166234095774,"sku":"GER-0363","price":729.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166234128542,"sku":"GER-0363","price":456.27,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166234161310,"sku":"GER-0363","price":490.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166234194078,"sku":"GER-0363","price":524.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166234226846,"sku":"GER-0363","price":593.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166234259614,"sku":"GER-0363","price":729.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166234292382,"sku":"GER-0363","price":568.34,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166234325150,"sku":"GER-0363","price":609.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166234357918,"sku":"GER-0363","price":650.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166234390686,"sku":"GER-0363","price":732.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166234423454,"sku":"GER-0363","price":896.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166234456222,"sku":"GER-0363","price":568.34,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166234488990,"sku":"GER-0363","price":609.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166234521758,"sku":"GER-0363","price":650.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166234554526,"sku":"GER-0363","price":732.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166234587294,"sku":"GER-0363","price":896.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166234620062,"sku":"GER-0363","price":568.34,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166234652830,"sku":"GER-0363","price":609.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166234685598,"sku":"GER-0363","price":650.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166234718366,"sku":"GER-0363","price":732.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166234751134,"sku":"GER-0363","price":896.76,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166234783902,"sku":"GER-0363","price":695.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166234816670,"sku":"GER-0363","price":743.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166234849438,"sku":"GER-0363","price":791.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166234882206,"sku":"GER-0363","price":887.34,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166234914974,"sku":"GER-0363","price":1078.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166234947742,"sku":"GER-0363","price":695.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166234980510,"sku":"GER-0363","price":743.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166235013278,"sku":"GER-0363","price":791.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166235046046,"sku":"GER-0363","price":887.34,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166235078814,"sku":"GER-0363","price":1078.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166235111582,"sku":"GER-0363","price":695.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166235144350,"sku":"GER-0363","price":743.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166235177118,"sku":"GER-0363","price":791.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166235209886,"sku":"GER-0363","price":887.34,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166235242654,"sku":"GER-0363","price":1078.92,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_802165d4-f2de-4349-8be5-aaaefa6c0927.jpg?v=1785135067"},{"product_id":"white-metal-oval-cut-moissanite-stud-earrings","title":"White Metal Oval 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 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 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 elegant oval cut Moissanite stud earrings, beautifully showcased in a polished white metal setting. Their timeless silhouette and radiant sparkle create a refined look that transitions effortlessly from day to evening. Designed to celebrate understated luxury, these classic studs offer lasting brilliance and versatile sophistication. Available in multiple metal options. Add this graceful pair to your jewelry collection today.\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":48166231146654,"sku":"GER-0365","price":155.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166231179422,"sku":"GER-0365","price":184.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166231212190,"sku":"GER-0365","price":212.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166231244958,"sku":"GER-0365","price":270.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166231277726,"sku":"GER-0365","price":385.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166231310494,"sku":"GER-0365","price":155.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166231343262,"sku":"GER-0365","price":184.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166231376030,"sku":"GER-0365","price":212.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166231408798,"sku":"GER-0365","price":270.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166231441566,"sku":"GER-0365","price":385.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166231474334,"sku":"GER-0365","price":155.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166231507102,"sku":"GER-0365","price":184.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166231539870,"sku":"GER-0365","price":212.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166231572638,"sku":"GER-0365","price":270.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166231605406,"sku":"GER-0365","price":385.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166231638174,"sku":"GER-0365","price":456.27,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166231670942,"sku":"GER-0365","price":490.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166231703710,"sku":"GER-0365","price":524.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166231736478,"sku":"GER-0365","price":593.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166231769246,"sku":"GER-0365","price":729.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166231802014,"sku":"GER-0365","price":456.27,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166231834782,"sku":"GER-0365","price":490.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166231867550,"sku":"GER-0365","price":524.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166231900318,"sku":"GER-0365","price":593.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166231933086,"sku":"GER-0365","price":729.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166231965854,"sku":"GER-0365","price":456.27,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166231998622,"sku":"GER-0365","price":490.48,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166232031390,"sku":"GER-0365","price":524.69,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166232064158,"sku":"GER-0365","price":593.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166232096926,"sku":"GER-0365","price":729.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166232129694,"sku":"GER-0365","price":568.34,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166232162462,"sku":"GER-0365","price":609.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166232195230,"sku":"GER-0365","price":650.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166232227998,"sku":"GER-0365","price":732.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166232260766,"sku":"GER-0365","price":896.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166232293534,"sku":"GER-0365","price":568.34,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166232326302,"sku":"GER-0365","price":609.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166232359070,"sku":"GER-0365","price":650.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166232391838,"sku":"GER-0365","price":732.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166232424606,"sku":"GER-0365","price":896.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166232457374,"sku":"GER-0365","price":568.34,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166232490142,"sku":"GER-0365","price":609.4,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166232522910,"sku":"GER-0365","price":650.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166232555678,"sku":"GER-0365","price":732.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166232588446,"sku":"GER-0365","price":896.76,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166232621214,"sku":"GER-0365","price":695.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166232653982,"sku":"GER-0365","price":743.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166232686750,"sku":"GER-0365","price":791.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166232719518,"sku":"GER-0365","price":887.34,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166232752286,"sku":"GER-0365","price":1078.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166232785054,"sku":"GER-0365","price":695.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166232817822,"sku":"GER-0365","price":743.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166232850590,"sku":"GER-0365","price":791.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166232883358,"sku":"GER-0365","price":887.34,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166232916126,"sku":"GER-0365","price":1078.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166232948894,"sku":"GER-0365","price":695.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166232981662,"sku":"GER-0365","price":743.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166233014430,"sku":"GER-0365","price":791.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166233047198,"sku":"GER-0365","price":887.34,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166233079966,"sku":"GER-0365","price":1078.92,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_12b9d4b3-7700-4f84-b444-804ec05c1545.jpg?v=1785135620"},{"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-round-moissanite-stud-earrings","title":"Yellow Gold Round 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\"\u003e 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.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=\"589\" data-start=\"69\"\u003eElevate your everyday style with these elegant round moissanite stud earrings in a warm yellow gold tone finish. The brilliant round stones are showcased in a classic four prong setting, creating exceptional sparkle from every angle. A visible screw back design offers a refined finishing touch while complementing the timeless silhouette. Crafted for those who appreciate sophisticated, ethically inspired luxury, these earrings transition effortlessly from daily wear to special occasions. Add this classic pair to your jewelry collection today.\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":48166226559134,"sku":"GER-0385","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166226591902,"sku":"GER-0385","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166226624670,"sku":"GER-0385","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166226657438,"sku":"GER-0385","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166226690206,"sku":"GER-0385","price":411.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166226722974,"sku":"GER-0385","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166226755742,"sku":"GER-0385","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166226788510,"sku":"GER-0385","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166226821278,"sku":"GER-0385","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166226854046,"sku":"GER-0385","price":411.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166226886814,"sku":"GER-0385","price":182.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166226919582,"sku":"GER-0385","price":210.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166226952350,"sku":"GER-0385","price":239.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166226985118,"sku":"GER-0385","price":296.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166227017886,"sku":"GER-0385","price":411.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166227050654,"sku":"GER-0385","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166227083422,"sku":"GER-0385","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166227116190,"sku":"GER-0385","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166227148958,"sku":"GER-0385","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166227181726,"sku":"GER-0385","price":835.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166227214494,"sku":"GER-0385","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166227247262,"sku":"GER-0385","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166227280030,"sku":"GER-0385","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166227312798,"sku":"GER-0385","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166227345566,"sku":"GER-0385","price":835.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166227378334,"sku":"GER-0385","price":562.04,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166227411102,"sku":"GER-0385","price":596.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166227443870,"sku":"GER-0385","price":630.46,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166227476638,"sku":"GER-0385","price":698.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166227509406,"sku":"GER-0385","price":835.73,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166227542174,"sku":"GER-0385","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166227574942,"sku":"GER-0385","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166227607710,"sku":"GER-0385","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166227640478,"sku":"GER-0385","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166227673246,"sku":"GER-0385","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166227706014,"sku":"GER-0385","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166227738782,"sku":"GER-0385","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166227771550,"sku":"GER-0385","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166227804318,"sku":"GER-0385","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166227837086,"sku":"GER-0385","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166227869854,"sku":"GER-0385","price":700.95,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166227902622,"sku":"GER-0385","price":742.01,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166227935390,"sku":"GER-0385","price":783.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166227968158,"sku":"GER-0385","price":865.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166228000926,"sku":"GER-0385","price":1029.37,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166228033694,"sku":"GER-0385","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166228066462,"sku":"GER-0385","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166228099230,"sku":"GER-0385","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166228131998,"sku":"GER-0385","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166228164766,"sku":"GER-0385","price":1242.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166228197534,"sku":"GER-0385","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166228230302,"sku":"GER-0385","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166228263070,"sku":"GER-0385","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166228295838,"sku":"GER-0385","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166228328606,"sku":"GER-0385","price":1242.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166228361374,"sku":"GER-0385","price":859.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166228394142,"sku":"GER-0385","price":907.29,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166228426910,"sku":"GER-0385","price":955.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166228459678,"sku":"GER-0385","price":1050.97,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166228492446,"sku":"GER-0385","price":1242.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_2c39375a-95b2-4a29-87b4-113ef3883d7c.jpg?v=1785215309"},{"product_id":"yellow-gold-round-moissanite-premium-stud-earrings","title":"Yellow Gold Round 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 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.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=\"65\" data-end=\"594\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these yellow gold round moissanite stud earrings, designed to deliver timeless elegance and radiant sparkle. The classic round stones are showcased in a refined multi prong setting, creating a sophisticated look that transitions effortlessly from day to evening. Crafted with a secure stud design, these earrings celebrate modern luxury and exceptional brilliance. Available in multiple metal options. Discover a refined addition to your jewelry collection today.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\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":48166224461982,"sku":"GER-0386","price":199.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166224494750,"sku":"GER-0386","price":228.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166224527518,"sku":"GER-0386","price":257.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166224560286,"sku":"GER-0386","price":314.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166224593054,"sku":"GER-0386","price":429.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166224625822,"sku":"GER-0386","price":199.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166224658590,"sku":"GER-0386","price":228.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166224691358,"sku":"GER-0386","price":257.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166224724126,"sku":"GER-0386","price":314.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166224756894,"sku":"GER-0386","price":429.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166224789662,"sku":"GER-0386","price":199.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166224822430,"sku":"GER-0386","price":228.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166224855198,"sku":"GER-0386","price":257.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166224887966,"sku":"GER-0386","price":314.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166224920734,"sku":"GER-0386","price":429.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166224953502,"sku":"GER-0386","price":632.56,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166224986270,"sku":"GER-0386","price":666.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166225019038,"sku":"GER-0386","price":700.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166225051806,"sku":"GER-0386","price":769.4,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166225084574,"sku":"GER-0386","price":906.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166225117342,"sku":"GER-0386","price":632.56,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166225150110,"sku":"GER-0386","price":666.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166225182878,"sku":"GER-0386","price":700.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166225215646,"sku":"GER-0386","price":769.4,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166225248414,"sku":"GER-0386","price":906.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166225281182,"sku":"GER-0386","price":632.56,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166225313950,"sku":"GER-0386","price":666.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166225346718,"sku":"GER-0386","price":700.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166225379486,"sku":"GER-0386","price":769.4,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166225412254,"sku":"GER-0386","price":906.25,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166225445022,"sku":"GER-0386","price":789.36,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166225477790,"sku":"GER-0386","price":830.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166225510558,"sku":"GER-0386","price":871.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166225543326,"sku":"GER-0386","price":953.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166225576094,"sku":"GER-0386","price":1117.78,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166225608862,"sku":"GER-0386","price":789.36,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166225641630,"sku":"GER-0386","price":830.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166225674398,"sku":"GER-0386","price":871.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166225707166,"sku":"GER-0386","price":953.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166225739934,"sku":"GER-0386","price":1117.78,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166225772702,"sku":"GER-0386","price":789.36,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166225805470,"sku":"GER-0386","price":830.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166225838238,"sku":"GER-0386","price":871.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166225871006,"sku":"GER-0386","price":953.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166225903774,"sku":"GER-0386","price":1117.78,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166225936542,"sku":"GER-0386","price":968.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166225969310,"sku":"GER-0386","price":1016.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166226002078,"sku":"GER-0386","price":1064.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166226034846,"sku":"GER-0386","price":1160.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166226067614,"sku":"GER-0386","price":1351.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166226100382,"sku":"GER-0386","price":968.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166226133150,"sku":"GER-0386","price":1016.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166226165918,"sku":"GER-0386","price":1064.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166226198686,"sku":"GER-0386","price":1160.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166226231454,"sku":"GER-0386","price":1351.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166226264222,"sku":"GER-0386","price":968.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166226296990,"sku":"GER-0386","price":1016.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166226329758,"sku":"GER-0386","price":1064.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166226362526,"sku":"GER-0386","price":1160.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166226395294,"sku":"GER-0386","price":1351.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_9cc081d8-dcc3-44a9-8ba8-1e03ef22221b.jpg?v=1785215631"},{"product_id":"rose-gold-round-moissanite-tulip-stud-earrings","title":"Rose Gold Round 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 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.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=\"65\" data-end=\"594\" class=\"PDq2pG_selectionAnchorContainer\"\u003eTimeless elegance meets modern brilliance in these rose gold round moissanite stud earrings. A sparkling round center stone is showcased in a classic prong setting, while the open gallery design adds refined craftsmanship from every angle. Finished with secure screw back closures, these earrings offer everyday comfort with luxurious appeal. Perfect for elevating both casual and formal looks, they make a sophisticated addition to any jewelry collection. Discover understated luxury with every wear.\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":48166222430366,"sku":"GER-0387","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166222463134,"sku":"GER-0387","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166222495902,"sku":"GER-0387","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166222528670,"sku":"GER-0387","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166222561438,"sku":"GER-0387","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166222594206,"sku":"GER-0387","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166222626974,"sku":"GER-0387","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166222659742,"sku":"GER-0387","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166222692510,"sku":"GER-0387","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166222725278,"sku":"GER-0387","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166222758046,"sku":"GER-0387","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166222790814,"sku":"GER-0387","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166222823582,"sku":"GER-0387","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166222856350,"sku":"GER-0387","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166222889118,"sku":"GER-0387","price":420.79,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166222921886,"sku":"GER-0387","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166222954654,"sku":"GER-0387","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166222987422,"sku":"GER-0387","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166223020190,"sku":"GER-0387","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166223052958,"sku":"GER-0387","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166223085726,"sku":"GER-0387","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166223118494,"sku":"GER-0387","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166223151262,"sku":"GER-0387","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166223184030,"sku":"GER-0387","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166223216798,"sku":"GER-0387","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166223249566,"sku":"GER-0387","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166223282334,"sku":"GER-0387","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166223315102,"sku":"GER-0387","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166223347870,"sku":"GER-0387","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166223380638,"sku":"GER-0387","price":870.99,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166223413406,"sku":"GER-0387","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166223446174,"sku":"GER-0387","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166223478942,"sku":"GER-0387","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166223511710,"sku":"GER-0387","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166223544478,"sku":"GER-0387","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166223577246,"sku":"GER-0387","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166223610014,"sku":"GER-0387","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166223642782,"sku":"GER-0387","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166223675550,"sku":"GER-0387","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166223708318,"sku":"GER-0387","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166223741086,"sku":"GER-0387","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166223773854,"sku":"GER-0387","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166223806622,"sku":"GER-0387","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166223839390,"sku":"GER-0387","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166223872158,"sku":"GER-0387","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166223904926,"sku":"GER-0387","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166223937694,"sku":"GER-0387","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166223970462,"sku":"GER-0387","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166224003230,"sku":"GER-0387","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166224035998,"sku":"GER-0387","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166224068766,"sku":"GER-0387","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166224101534,"sku":"GER-0387","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166224134302,"sku":"GER-0387","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166224167070,"sku":"GER-0387","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166224199838,"sku":"GER-0387","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166224232606,"sku":"GER-0387","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166224265374,"sku":"GER-0387","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166224298142,"sku":"GER-0387","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166224330910,"sku":"GER-0387","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166224363678,"sku":"GER-0387","price":1297.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_dc43be4c-3f45-4bbc-a9bd-fb77b4091397.jpg?v=1785216023"},{"product_id":"yellow-gold-emerald-cut-moissanite-stud-earrings","title":"Yellow Gold Emerald 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 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\"\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=\"65\" data-end=\"594\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these elegant yellow gold moissanite stud earrings, featuring striking emerald cut center stones in sleek bezel settings. Their clean geometric silhouette showcases exceptional brilliance while offering a refined, modern aesthetic that pairs effortlessly with casual and formal looks alike. Thoughtfully crafted for timeless appeal and ethical luxury, these studs make a sophisticated addition to any jewelry collection. Discover understated elegance and make them yours today.\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":48166220267678,"sku":"GER-0388","price":217.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166220300446,"sku":"GER-0388","price":246.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166220333214,"sku":"GER-0388","price":275.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166220365982,"sku":"GER-0388","price":332.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166220398750,"sku":"GER-0388","price":447.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166220431518,"sku":"GER-0388","price":217.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166220464286,"sku":"GER-0388","price":246.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166220497054,"sku":"GER-0388","price":275.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166220529822,"sku":"GER-0388","price":332.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166220562590,"sku":"GER-0388","price":447.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166220595358,"sku":"GER-0388","price":217.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166220628126,"sku":"GER-0388","price":246.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166220660894,"sku":"GER-0388","price":275.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166220693662,"sku":"GER-0388","price":332.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166220726430,"sku":"GER-0388","price":447.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166220759198,"sku":"GER-0388","price":703.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166220791966,"sku":"GER-0388","price":737.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166220824734,"sku":"GER-0388","price":771.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166220857502,"sku":"GER-0388","price":839.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166220890270,"sku":"GER-0388","price":976.76,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166220923038,"sku":"GER-0388","price":703.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166220955806,"sku":"GER-0388","price":737.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166220988574,"sku":"GER-0388","price":771.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166221021342,"sku":"GER-0388","price":839.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166221054110,"sku":"GER-0388","price":976.76,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166221086878,"sku":"GER-0388","price":703.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166221119646,"sku":"GER-0388","price":737.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166221152414,"sku":"GER-0388","price":771.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166221185182,"sku":"GER-0388","price":839.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166221217950,"sku":"GER-0388","price":976.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166221250718,"sku":"GER-0388","price":877.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166221283486,"sku":"GER-0388","price":918.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166221316254,"sku":"GER-0388","price":959.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166221349022,"sku":"GER-0388","price":1041.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166221381790,"sku":"GER-0388","price":1206.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166221414558,"sku":"GER-0388","price":877.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166221447326,"sku":"GER-0388","price":918.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166221480094,"sku":"GER-0388","price":959.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166221512862,"sku":"GER-0388","price":1041.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166221545630,"sku":"GER-0388","price":1206.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166221578398,"sku":"GER-0388","price":877.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166221611166,"sku":"GER-0388","price":918.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166221643934,"sku":"GER-0388","price":959.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166221676702,"sku":"GER-0388","price":1041.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166221709470,"sku":"GER-0388","price":1206.19,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166221742238,"sku":"GER-0388","price":1077.57,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166221775006,"sku":"GER-0388","price":1125.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166221807774,"sku":"GER-0388","price":1173.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166221840542,"sku":"GER-0388","price":1269.15,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166221873310,"sku":"GER-0388","price":1460.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166221906078,"sku":"GER-0388","price":1077.57,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166221938846,"sku":"GER-0388","price":1125.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166221971614,"sku":"GER-0388","price":1173.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166222004382,"sku":"GER-0388","price":1269.15,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166222037150,"sku":"GER-0388","price":1460.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166222069918,"sku":"GER-0388","price":1077.57,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166222102686,"sku":"GER-0388","price":1125.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166222135454,"sku":"GER-0388","price":1173.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166222168222,"sku":"GER-0388","price":1269.15,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166222200990,"sku":"GER-0388","price":1460.73,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_dcf504ba-be3d-4245-ad79-0577e9214bb8.jpg?v=1785217088"},{"product_id":"yellow-gold-emerald-cut-moissanite-brilliance-stud-earrings","title":"Yellow Gold Emerald 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 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\"\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=\"65\" data-end=\"594\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these elegant yellow gold moissanite stud earrings, featuring striking emerald cut stones secured in a classic four prong setting. Their clean lines and brilliant sparkle create a refined look that transitions effortlessly from daily wear to special occasions. Expertly crafted with a timeless aesthetic, these studs offer sophisticated luxury with an ethical appeal. A versatile addition to any jewelry collection, they're ready to complement your signature style.\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":48166218039454,"sku":"GER-0389","price":199.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166218072222,"sku":"GER-0389","price":228.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166218104990,"sku":"GER-0389","price":257.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166218137758,"sku":"GER-0389","price":314.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166218170526,"sku":"GER-0389","price":429.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166218203294,"sku":"GER-0389","price":199.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166218236062,"sku":"GER-0389","price":228.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166218268830,"sku":"GER-0389","price":257.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166218301598,"sku":"GER-0389","price":314.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166218334366,"sku":"GER-0389","price":429.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166218367134,"sku":"GER-0389","price":199.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166218399902,"sku":"GER-0389","price":228.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166218432670,"sku":"GER-0389","price":257.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166218465438,"sku":"GER-0389","price":314.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166218498206,"sku":"GER-0389","price":429.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166218530974,"sku":"GER-0389","price":632.56,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166218563742,"sku":"GER-0389","price":666.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166218596510,"sku":"GER-0389","price":700.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166218629278,"sku":"GER-0389","price":769.4,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166218662046,"sku":"GER-0389","price":906.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166218694814,"sku":"GER-0389","price":632.56,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166218727582,"sku":"GER-0389","price":666.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166218760350,"sku":"GER-0389","price":700.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166218793118,"sku":"GER-0389","price":769.4,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166218825886,"sku":"GER-0389","price":906.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166218858654,"sku":"GER-0389","price":632.56,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166218891422,"sku":"GER-0389","price":666.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166218924190,"sku":"GER-0389","price":700.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166218956958,"sku":"GER-0389","price":769.4,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166218989726,"sku":"GER-0389","price":906.25,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166219022494,"sku":"GER-0389","price":789.36,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166219055262,"sku":"GER-0389","price":830.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166219088030,"sku":"GER-0389","price":871.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166219120798,"sku":"GER-0389","price":953.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166219153566,"sku":"GER-0389","price":1117.78,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166219186334,"sku":"GER-0389","price":789.36,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166219219102,"sku":"GER-0389","price":830.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166219251870,"sku":"GER-0389","price":871.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166219284638,"sku":"GER-0389","price":953.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166219317406,"sku":"GER-0389","price":1117.78,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166219350174,"sku":"GER-0389","price":789.36,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166219382942,"sku":"GER-0389","price":830.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166219415710,"sku":"GER-0389","price":871.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166219448478,"sku":"GER-0389","price":953.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166219481246,"sku":"GER-0389","price":1117.78,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166219514014,"sku":"GER-0389","price":968.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166219546782,"sku":"GER-0389","price":1016.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166219579550,"sku":"GER-0389","price":1064.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166219612318,"sku":"GER-0389","price":1160.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166219645086,"sku":"GER-0389","price":1351.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166219677854,"sku":"GER-0389","price":968.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166219710622,"sku":"GER-0389","price":1016.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166219743390,"sku":"GER-0389","price":1064.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166219776158,"sku":"GER-0389","price":1160.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166219808926,"sku":"GER-0389","price":1351.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166219841694,"sku":"GER-0389","price":968.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166219874462,"sku":"GER-0389","price":1016.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166219907230,"sku":"GER-0389","price":1064.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166219939998,"sku":"GER-0389","price":1160.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166219972766,"sku":"GER-0389","price":1351.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_53fbab4d-e8b3-4783-bb24-ffb9084b1d9c.jpg?v=1785217619"},{"product_id":"rose-gold-marquise-moissanite-stud-earrings","title":"Rose Gold Marquise 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\"\u003eMarquise\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\"\u003eGracefully designed to capture the light from every angle, these rose gold tone marquise moissanite stud earrings bring timeless elegance to any jewelry collection. The elongated stones are secured in a refined prong setting that enhances their brilliance while creating a sophisticated, modern silhouette. Beautiful for everyday wear or special occasions, these earrings offer an effortlessly luxurious look with an ethical touch. Add this elegant pair to your collection and enjoy enduring sparkle with every wear.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\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":48166215942302,"sku":"GER-0390","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166215975070,"sku":"GER-0390","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166216007838,"sku":"GER-0390","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166216040606,"sku":"GER-0390","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166216073374,"sku":"GER-0390","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166216106142,"sku":"GER-0390","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166216138910,"sku":"GER-0390","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166216171678,"sku":"GER-0390","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166216204446,"sku":"GER-0390","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166216237214,"sku":"GER-0390","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166216269982,"sku":"GER-0390","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166216302750,"sku":"GER-0390","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166216335518,"sku":"GER-0390","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166216368286,"sku":"GER-0390","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166216401054,"sku":"GER-0390","price":420.79,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166216433822,"sku":"GER-0390","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166216466590,"sku":"GER-0390","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166216499358,"sku":"GER-0390","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166216532126,"sku":"GER-0390","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166216564894,"sku":"GER-0390","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166216597662,"sku":"GER-0390","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166216630430,"sku":"GER-0390","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166216663198,"sku":"GER-0390","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166216695966,"sku":"GER-0390","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166216728734,"sku":"GER-0390","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166216761502,"sku":"GER-0390","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166216794270,"sku":"GER-0390","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166216827038,"sku":"GER-0390","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166216859806,"sku":"GER-0390","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166216892574,"sku":"GER-0390","price":870.99,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166216925342,"sku":"GER-0390","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166216958110,"sku":"GER-0390","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166216990878,"sku":"GER-0390","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166217023646,"sku":"GER-0390","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166217056414,"sku":"GER-0390","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166217089182,"sku":"GER-0390","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166217121950,"sku":"GER-0390","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166217154718,"sku":"GER-0390","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166217187486,"sku":"GER-0390","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166217220254,"sku":"GER-0390","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166217253022,"sku":"GER-0390","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166217285790,"sku":"GER-0390","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166217318558,"sku":"GER-0390","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166217351326,"sku":"GER-0390","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166217384094,"sku":"GER-0390","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166217416862,"sku":"GER-0390","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166217449630,"sku":"GER-0390","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166217482398,"sku":"GER-0390","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166217515166,"sku":"GER-0390","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166217547934,"sku":"GER-0390","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166217580702,"sku":"GER-0390","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166217613470,"sku":"GER-0390","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166217646238,"sku":"GER-0390","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166217679006,"sku":"GER-0390","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166217711774,"sku":"GER-0390","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166217744542,"sku":"GER-0390","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166217777310,"sku":"GER-0390","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166217810078,"sku":"GER-0390","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166217842846,"sku":"GER-0390","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166217875614,"sku":"GER-0390","price":1297.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_583308ed-17e2-4400-8136-de6b3e29e878.jpg?v=1785227272"},{"product_id":"yellow-gold-heart-cut-moissanite-stud-earrings","title":"Yellow Gold Heart 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\"\u003eHeart \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\"\u003eCelebrate timeless elegance with these yellow gold heart cut moissanite stud earrings, designed to capture light with exceptional brilliance. The classic heart shaped stones are showcased in a refined prong setting, creating a sophisticated look for everyday wear or special occasions. Their clean, elegant profile reflects premium craftsmanship and ethical luxury, making them a meaningful addition to any jewelry collection. Elevate your style with this beautifully crafted pair 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":48166213845150,"sku":"GER-0391","price":173.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166213877918,"sku":"GER-0391","price":201.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166213910686,"sku":"GER-0391","price":230.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166213943454,"sku":"GER-0391","price":288.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166213976222,"sku":"GER-0391","price":403.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166214008990,"sku":"GER-0391","price":173.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166214041758,"sku":"GER-0391","price":201.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166214074526,"sku":"GER-0391","price":230.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166214107294,"sku":"GER-0391","price":288.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166214140062,"sku":"GER-0391","price":403.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166214172830,"sku":"GER-0391","price":173.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166214205598,"sku":"GER-0391","price":201.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166214238366,"sku":"GER-0391","price":230.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166214271134,"sku":"GER-0391","price":288.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166214303902,"sku":"GER-0391","price":403.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166214336670,"sku":"GER-0391","price":526.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166214369438,"sku":"GER-0391","price":561.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166214402206,"sku":"GER-0391","price":595.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166214434974,"sku":"GER-0391","price":663.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166214467742,"sku":"GER-0391","price":800.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166214500510,"sku":"GER-0391","price":526.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166214533278,"sku":"GER-0391","price":561.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166214566046,"sku":"GER-0391","price":595.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166214598814,"sku":"GER-0391","price":663.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166214631582,"sku":"GER-0391","price":800.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166214664350,"sku":"GER-0391","price":526.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166214697118,"sku":"GER-0391","price":561.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166214729886,"sku":"GER-0391","price":595.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166214762654,"sku":"GER-0391","price":663.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166214795422,"sku":"GER-0391","price":800.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166214828190,"sku":"GER-0391","price":656.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166214860958,"sku":"GER-0391","price":697.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166214893726,"sku":"GER-0391","price":738.85,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166214926494,"sku":"GER-0391","price":820.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166214959262,"sku":"GER-0391","price":985.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166214992030,"sku":"GER-0391","price":656.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166215024798,"sku":"GER-0391","price":697.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166215057566,"sku":"GER-0391","price":738.85,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166215090334,"sku":"GER-0391","price":820.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166215123102,"sku":"GER-0391","price":985.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166215155870,"sku":"GER-0391","price":656.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166215188638,"sku":"GER-0391","price":697.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166215221406,"sku":"GER-0391","price":738.85,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166215254174,"sku":"GER-0391","price":820.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166215286942,"sku":"GER-0391","price":985.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166215319710,"sku":"GER-0391","price":804.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166215352478,"sku":"GER-0391","price":852.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166215385246,"sku":"GER-0391","price":900.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166215418014,"sku":"GER-0391","price":996.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166215450782,"sku":"GER-0391","price":1188.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166215483550,"sku":"GER-0391","price":804.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166215516318,"sku":"GER-0391","price":852.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166215549086,"sku":"GER-0391","price":900.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166215581854,"sku":"GER-0391","price":996.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166215614622,"sku":"GER-0391","price":1188.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166215647390,"sku":"GER-0391","price":804.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166215680158,"sku":"GER-0391","price":852.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166215712926,"sku":"GER-0391","price":900.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166215745694,"sku":"GER-0391","price":996.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166215778462,"sku":"GER-0391","price":1188.01,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_26797f4a-e1b0-4708-9d12-eb695f982d60.jpg?v=1785229629"},{"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":"white-metal-oval-cut-moissanite-luxury-stud-earrings","title":"White Metal Oval 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\"\u003eOval\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\"\u003eDesigned to capture timeless elegance, these oval cut moissanite stud earrings showcase exceptional brilliance in a refined four prong setting. The clean, minimalist silhouette and polished white metal finish create a sophisticated look that transitions effortlessly from everyday wear to special occasions. Crafted for those who appreciate ethical luxury and enduring style, these earrings offer radiant sparkle with premium craftsmanship. Available in multiple metal options. Elevate your jewelry collection with this elegant pair 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":48166209781918,"sku":"GER-0393","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166209814686,"sku":"GER-0393","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166209847454,"sku":"GER-0393","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166209880222,"sku":"GER-0393","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166209912990,"sku":"GER-0393","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166209945758,"sku":"GER-0393","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166209978526,"sku":"GER-0393","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166210011294,"sku":"GER-0393","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166210044062,"sku":"GER-0393","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166210076830,"sku":"GER-0393","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166210109598,"sku":"GER-0393","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166210142366,"sku":"GER-0393","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166210175134,"sku":"GER-0393","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166210207902,"sku":"GER-0393","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166210240670,"sku":"GER-0393","price":420.79,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166210273438,"sku":"GER-0393","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166210306206,"sku":"GER-0393","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166210338974,"sku":"GER-0393","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166210371742,"sku":"GER-0393","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166210404510,"sku":"GER-0393","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166210437278,"sku":"GER-0393","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166210470046,"sku":"GER-0393","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166210502814,"sku":"GER-0393","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166210535582,"sku":"GER-0393","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166210568350,"sku":"GER-0393","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166210601118,"sku":"GER-0393","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166210633886,"sku":"GER-0393","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166210666654,"sku":"GER-0393","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166210699422,"sku":"GER-0393","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166210732190,"sku":"GER-0393","price":870.99,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166210764958,"sku":"GER-0393","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166210797726,"sku":"GER-0393","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166210830494,"sku":"GER-0393","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166210863262,"sku":"GER-0393","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166210896030,"sku":"GER-0393","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166210928798,"sku":"GER-0393","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166210961566,"sku":"GER-0393","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166210994334,"sku":"GER-0393","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166211027102,"sku":"GER-0393","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166211059870,"sku":"GER-0393","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166211092638,"sku":"GER-0393","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166211125406,"sku":"GER-0393","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166211158174,"sku":"GER-0393","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166211190942,"sku":"GER-0393","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166211223710,"sku":"GER-0393","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166211256478,"sku":"GER-0393","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166211289246,"sku":"GER-0393","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166211322014,"sku":"GER-0393","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166211354782,"sku":"GER-0393","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166211387550,"sku":"GER-0393","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166211420318,"sku":"GER-0393","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166211453086,"sku":"GER-0393","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166211485854,"sku":"GER-0393","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166211518622,"sku":"GER-0393","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166211551390,"sku":"GER-0393","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166211584158,"sku":"GER-0393","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166211616926,"sku":"GER-0393","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166211649694,"sku":"GER-0393","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166211682462,"sku":"GER-0393","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166211715230,"sku":"GER-0393","price":1297.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_d486e006-ff2b-4e85-af8c-b1ee7e5942ed.jpg?v=1785230097"},{"product_id":"white-metal-oval-moissanite-half-bezel-stud-earrings","title":"White Metal Oval 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\"\u003eOval\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 oval cut moissanite stud earrings, beautifully showcased in a sleek white metal setting. Their refined silhouette and exceptional sparkle create a timeless look that transitions effortlessly from daily wear to special occasions. Designed with premium craftsmanship and an emphasis on ethical luxury, these classic studs offer enduring sophistication. Available in multiple metal options. Discover a brilliant addition 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":48166207684766,"sku":"GER-0394","price":208.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166207717534,"sku":"GER-0394","price":237.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166207750302,"sku":"GER-0394","price":266.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166207783070,"sku":"GER-0394","price":323.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166207815838,"sku":"GER-0394","price":438.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166207848606,"sku":"GER-0394","price":208.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166207881374,"sku":"GER-0394","price":237.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166207914142,"sku":"GER-0394","price":266.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166207946910,"sku":"GER-0394","price":323.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166207979678,"sku":"GER-0394","price":438.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166208012446,"sku":"GER-0394","price":208.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166208045214,"sku":"GER-0394","price":237.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166208077982,"sku":"GER-0394","price":266.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166208110750,"sku":"GER-0394","price":323.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166208143518,"sku":"GER-0394","price":438.58,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166208176286,"sku":"GER-0394","price":667.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166208209054,"sku":"GER-0394","price":702.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166208241822,"sku":"GER-0394","price":736.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166208274590,"sku":"GER-0394","price":804.66,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166208307358,"sku":"GER-0394","price":941.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166208340126,"sku":"GER-0394","price":667.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166208372894,"sku":"GER-0394","price":702.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166208405662,"sku":"GER-0394","price":736.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166208438430,"sku":"GER-0394","price":804.66,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166208471198,"sku":"GER-0394","price":941.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166208503966,"sku":"GER-0394","price":667.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166208536734,"sku":"GER-0394","price":702.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166208569502,"sku":"GER-0394","price":736.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166208602270,"sku":"GER-0394","price":804.66,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166208635038,"sku":"GER-0394","price":941.5,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166208667806,"sku":"GER-0394","price":833.56,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166208700574,"sku":"GER-0394","price":874.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166208733342,"sku":"GER-0394","price":915.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166208766110,"sku":"GER-0394","price":997.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166208798878,"sku":"GER-0394","price":1161.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166208831646,"sku":"GER-0394","price":833.56,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166208864414,"sku":"GER-0394","price":874.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166208897182,"sku":"GER-0394","price":915.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166208929950,"sku":"GER-0394","price":997.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166208962718,"sku":"GER-0394","price":1161.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166208995486,"sku":"GER-0394","price":833.56,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166209028254,"sku":"GER-0394","price":874.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166209061022,"sku":"GER-0394","price":915.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166209093790,"sku":"GER-0394","price":997.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166209126558,"sku":"GER-0394","price":1161.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166209159326,"sku":"GER-0394","price":1023.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166209192094,"sku":"GER-0394","price":1070.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166209224862,"sku":"GER-0394","price":1118.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166209257630,"sku":"GER-0394","price":1214.6,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166209290398,"sku":"GER-0394","price":1406.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166209323166,"sku":"GER-0394","price":1023.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166209355934,"sku":"GER-0394","price":1070.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166209388702,"sku":"GER-0394","price":1118.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166209421470,"sku":"GER-0394","price":1214.6,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166209454238,"sku":"GER-0394","price":1406.18,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166209487006,"sku":"GER-0394","price":1023.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166209519774,"sku":"GER-0394","price":1070.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166209552542,"sku":"GER-0394","price":1118.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166209585310,"sku":"GER-0394","price":1214.6,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166209618078,"sku":"GER-0394","price":1406.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_307804ff-0495-46aa-9a5d-056ec23d251e.jpg?v=1785230402"},{"product_id":"rose-gold-cushion-cut-moissanite-stud-earrings","title":"Rose Gold Cushion 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\"\u003eCushion\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=\"69\" data-end=\"615\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these rose gold cushion cut moissanite stud earrings, designed to showcase exceptional brilliance and timeless elegance. The clean four prong setting highlights the sparkling center stones, creating a refined look that transitions effortlessly from day to evening. Crafted with premium attention to detail, these ethically inspired earrings offer sophisticated luxury for every occasion. 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=\"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":48166205587614,"sku":"GER-0395","price":217.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166205620382,"sku":"GER-0395","price":246.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166205653150,"sku":"GER-0395","price":275.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166205685918,"sku":"GER-0395","price":332.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166205718686,"sku":"GER-0395","price":447.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166205751454,"sku":"GER-0395","price":217.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166205784222,"sku":"GER-0395","price":246.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166205816990,"sku":"GER-0395","price":275.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166205849758,"sku":"GER-0395","price":332.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166205882526,"sku":"GER-0395","price":447.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166205915294,"sku":"GER-0395","price":217.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166205948062,"sku":"GER-0395","price":246.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166205980830,"sku":"GER-0395","price":275.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166206013598,"sku":"GER-0395","price":332.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166206046366,"sku":"GER-0395","price":447.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166206079134,"sku":"GER-0395","price":703.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166206111902,"sku":"GER-0395","price":737.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166206144670,"sku":"GER-0395","price":771.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166206177438,"sku":"GER-0395","price":839.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166206210206,"sku":"GER-0395","price":976.76,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166206242974,"sku":"GER-0395","price":703.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166206275742,"sku":"GER-0395","price":737.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166206308510,"sku":"GER-0395","price":771.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166206341278,"sku":"GER-0395","price":839.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166206374046,"sku":"GER-0395","price":976.76,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166206406814,"sku":"GER-0395","price":703.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166206439582,"sku":"GER-0395","price":737.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166206472350,"sku":"GER-0395","price":771.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166206505118,"sku":"GER-0395","price":839.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166206537886,"sku":"GER-0395","price":976.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166206570654,"sku":"GER-0395","price":877.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166206603422,"sku":"GER-0395","price":918.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166206636190,"sku":"GER-0395","price":959.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166206668958,"sku":"GER-0395","price":1041.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166206701726,"sku":"GER-0395","price":1206.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166206734494,"sku":"GER-0395","price":877.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166206767262,"sku":"GER-0395","price":918.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166206800030,"sku":"GER-0395","price":959.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166206832798,"sku":"GER-0395","price":1041.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166206865566,"sku":"GER-0395","price":1206.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166206898334,"sku":"GER-0395","price":877.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166206931102,"sku":"GER-0395","price":918.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166206963870,"sku":"GER-0395","price":959.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166206996638,"sku":"GER-0395","price":1041.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166207029406,"sku":"GER-0395","price":1206.19,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166207062174,"sku":"GER-0395","price":1077.57,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166207094942,"sku":"GER-0395","price":1125.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166207127710,"sku":"GER-0395","price":1173.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166207160478,"sku":"GER-0395","price":1269.15,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166207193246,"sku":"GER-0395","price":1460.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166207226014,"sku":"GER-0395","price":1077.57,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166207258782,"sku":"GER-0395","price":1125.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166207291550,"sku":"GER-0395","price":1173.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166207324318,"sku":"GER-0395","price":1269.15,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166207357086,"sku":"GER-0395","price":1460.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166207389854,"sku":"GER-0395","price":1077.57,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166207422622,"sku":"GER-0395","price":1125.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166207455390,"sku":"GER-0395","price":1173.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166207488158,"sku":"GER-0395","price":1269.15,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166207520926,"sku":"GER-0395","price":1460.73,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_eed4d47c-9be0-4b38-896c-0438688c6d25.jpg?v=1785230628"},{"product_id":"yellow-gold-marquise-round-moissanite-butterfly-stud-earrings","title":"Yellow Gold Marquise \u0026 Round Moissanite Butterfly 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\"\u003eMarquise \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.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=\"78\" data-end=\"663\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with these butterfly inspired Moissanite stud earrings, featuring sparkling marquise \u0026amp; round shaped center stones accented by round brilliant stones for a graceful silhouette. Their refined design captures light beautifully, adding effortless sophistication to both everyday wear and special occasions. Expertly crafted with a luxurious finish, these earrings offer a modern expression of ethical luxury. Available in multiple metal options. Elevate your jewelry collection with a pair designed to shine beautifully wherever you go.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\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":48166203457694,"sku":"GER-0396","price":199.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166203490462,"sku":"GER-0396","price":228.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166203523230,"sku":"GER-0396","price":257.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166203555998,"sku":"GER-0396","price":314.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166203588766,"sku":"GER-0396","price":429.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166203621534,"sku":"GER-0396","price":199.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166203654302,"sku":"GER-0396","price":228.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166203687070,"sku":"GER-0396","price":257.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166203719838,"sku":"GER-0396","price":314.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166203752606,"sku":"GER-0396","price":429.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166203785374,"sku":"GER-0396","price":199.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166203818142,"sku":"GER-0396","price":228.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166203850910,"sku":"GER-0396","price":257.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166203883678,"sku":"GER-0396","price":314.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166203916446,"sku":"GER-0396","price":429.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166203949214,"sku":"GER-0396","price":632.56,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166203981982,"sku":"GER-0396","price":666.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166204014750,"sku":"GER-0396","price":700.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166204047518,"sku":"GER-0396","price":769.4,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166204080286,"sku":"GER-0396","price":906.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166204113054,"sku":"GER-0396","price":632.56,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166204145822,"sku":"GER-0396","price":666.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166204178590,"sku":"GER-0396","price":700.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166204211358,"sku":"GER-0396","price":769.4,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166204244126,"sku":"GER-0396","price":906.25,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166204276894,"sku":"GER-0396","price":632.56,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166204309662,"sku":"GER-0396","price":666.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166204342430,"sku":"GER-0396","price":700.98,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166204375198,"sku":"GER-0396","price":769.4,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166204407966,"sku":"GER-0396","price":906.25,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166204440734,"sku":"GER-0396","price":789.36,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166204473502,"sku":"GER-0396","price":830.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166204506270,"sku":"GER-0396","price":871.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166204539038,"sku":"GER-0396","price":953.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166204571806,"sku":"GER-0396","price":1117.78,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166204604574,"sku":"GER-0396","price":789.36,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166204637342,"sku":"GER-0396","price":830.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166204670110,"sku":"GER-0396","price":871.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166204702878,"sku":"GER-0396","price":953.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166204735646,"sku":"GER-0396","price":1117.78,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166204768414,"sku":"GER-0396","price":789.36,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166204801182,"sku":"GER-0396","price":830.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166204833950,"sku":"GER-0396","price":871.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166204866718,"sku":"GER-0396","price":953.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166204899486,"sku":"GER-0396","price":1117.78,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166204932254,"sku":"GER-0396","price":968.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166204965022,"sku":"GER-0396","price":1016.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166204997790,"sku":"GER-0396","price":1064.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166205030558,"sku":"GER-0396","price":1160.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166205063326,"sku":"GER-0396","price":1351.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166205096094,"sku":"GER-0396","price":968.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166205128862,"sku":"GER-0396","price":1016.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166205161630,"sku":"GER-0396","price":1064.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166205194398,"sku":"GER-0396","price":1160.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166205227166,"sku":"GER-0396","price":1351.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166205259934,"sku":"GER-0396","price":968.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166205292702,"sku":"GER-0396","price":1016.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166205325470,"sku":"GER-0396","price":1064.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166205358238,"sku":"GER-0396","price":1160.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166205391006,"sku":"GER-0396","price":1351.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_a995e4fa-481f-4ba0-ace1-bcc9550672dc.jpg?v=1785233616"},{"product_id":"yellow-gold-asscher-cut-moissanite-stud-earrings","title":"Yellow Gold Asscher 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\"\u003eAsscher\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\"\u003eRefined and timeless, these yellow gold-tone moissanite stud earrings showcase striking Asscher cut stones framed in a sleek bezel style setting. Their clean geometric silhouette enhances the stone's brilliance while offering a sophisticated look that transitions effortlessly from everyday wear to special occasions. Available in multiple metal options, these elegant studs are crafted to celebrate modern luxury with lasting style. Elevate your jewelry collection with a pair designed to shine beautifully every day.\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":48166201360542,"sku":"GER-0397","price":253.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166201393310,"sku":"GER-0397","price":281.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166201426078,"sku":"GER-0397","price":310.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166201458846,"sku":"GER-0397","price":368.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166201491614,"sku":"GER-0397","price":483.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166201524382,"sku":"GER-0397","price":253.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166201557150,"sku":"GER-0397","price":281.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166201589918,"sku":"GER-0397","price":310.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166201622686,"sku":"GER-0397","price":368.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166201655454,"sku":"GER-0397","price":483.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166201688222,"sku":"GER-0397","price":253.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166201720990,"sku":"GER-0397","price":281.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166201753758,"sku":"GER-0397","price":310.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166201786526,"sku":"GER-0397","price":368.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166201819294,"sku":"GER-0397","price":483.05,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166201852062,"sku":"GER-0397","price":844.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166201884830,"sku":"GER-0397","price":878.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166201917598,"sku":"GER-0397","price":912.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166201950366,"sku":"GER-0397","price":980.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166201983134,"sku":"GER-0397","price":1117.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166202015902,"sku":"GER-0397","price":844.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166202048670,"sku":"GER-0397","price":878.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166202081438,"sku":"GER-0397","price":912.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166202114206,"sku":"GER-0397","price":980.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166202146974,"sku":"GER-0397","price":1117.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166202179742,"sku":"GER-0397","price":844.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166202212510,"sku":"GER-0397","price":878.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166202245278,"sku":"GER-0397","price":912.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166202278046,"sku":"GER-0397","price":980.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166202310814,"sku":"GER-0397","price":1117.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166202343582,"sku":"GER-0397","price":1054.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166202376350,"sku":"GER-0397","price":1095.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166202409118,"sku":"GER-0397","price":1136.69,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166202441886,"sku":"GER-0397","price":1218.79,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166202474654,"sku":"GER-0397","price":1383.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166202507422,"sku":"GER-0397","price":1054.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166202540190,"sku":"GER-0397","price":1095.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166202572958,"sku":"GER-0397","price":1136.69,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166202605726,"sku":"GER-0397","price":1218.79,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166202638494,"sku":"GER-0397","price":1383.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166202671262,"sku":"GER-0397","price":1054.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166202704030,"sku":"GER-0397","price":1095.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166202736798,"sku":"GER-0397","price":1136.69,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166202769566,"sku":"GER-0397","price":1218.79,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166202802334,"sku":"GER-0397","price":1383.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166202835102,"sku":"GER-0397","price":1295.74,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166202867870,"sku":"GER-0397","price":1343.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166202900638,"sku":"GER-0397","price":1391.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166202933406,"sku":"GER-0397","price":1487.32,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166202966174,"sku":"GER-0397","price":1678.9,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166202998942,"sku":"GER-0397","price":1295.74,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166203031710,"sku":"GER-0397","price":1343.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166203064478,"sku":"GER-0397","price":1391.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166203097246,"sku":"GER-0397","price":1487.32,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166203130014,"sku":"GER-0397","price":1678.9,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166203162782,"sku":"GER-0397","price":1295.74,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166203195550,"sku":"GER-0397","price":1343.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166203228318,"sku":"GER-0397","price":1391.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166203261086,"sku":"GER-0397","price":1487.32,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166203293854,"sku":"GER-0397","price":1678.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_91c319a6-7df9-403e-accf-79afd20886cb.jpg?v=1785492159"},{"product_id":"yellow-gold-heart-cut-moissanite-halo-stud-earrings","title":"Yellow Gold Heart 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\"\u003eHeart \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.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 yellow gold heart cut moissanite stud earrings, designed to capture light from every angle. A sparkling heart shaped center stone is beautifully framed by a halo of brilliant accent stones, creating a refined and romantic look. Crafted with premium attention to detail, these earrings offer exceptional brilliance and effortless sophistication for everyday wear or special occasions. Available in multiple metal options. Elevate your jewelry collection with a pair designed to shine beautifully.\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":48166199328926,"sku":"GER-0398","price":226.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166199361694,"sku":"GER-0398","price":255.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166199394462,"sku":"GER-0398","price":283.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166199427230,"sku":"GER-0398","price":341.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166199459998,"sku":"GER-0398","price":456.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166199492766,"sku":"GER-0398","price":226.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166199525534,"sku":"GER-0398","price":255.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166199558302,"sku":"GER-0398","price":283.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166199591070,"sku":"GER-0398","price":341.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166199623838,"sku":"GER-0398","price":456.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166199656606,"sku":"GER-0398","price":226.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166199689374,"sku":"GER-0398","price":255.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166199722142,"sku":"GER-0398","price":283.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166199754910,"sku":"GER-0398","price":341.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166199787678,"sku":"GER-0398","price":456.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166199820446,"sku":"GER-0398","price":738.34,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166199853214,"sku":"GER-0398","price":772.55,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166199885982,"sku":"GER-0398","price":806.76,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166199918750,"sku":"GER-0398","price":875.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166199951518,"sku":"GER-0398","price":1012.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166199984286,"sku":"GER-0398","price":738.34,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166200017054,"sku":"GER-0398","price":772.55,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166200049822,"sku":"GER-0398","price":806.76,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166200082590,"sku":"GER-0398","price":875.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166200115358,"sku":"GER-0398","price":1012.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166200148126,"sku":"GER-0398","price":738.34,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166200180894,"sku":"GER-0398","price":772.55,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166200213662,"sku":"GER-0398","price":806.76,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166200246430,"sku":"GER-0398","price":875.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166200279198,"sku":"GER-0398","price":1012.02,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166200311966,"sku":"GER-0398","price":921.97,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166200344734,"sku":"GER-0398","price":963.02,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166200377502,"sku":"GER-0398","price":1004.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166200410270,"sku":"GER-0398","price":1086.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166200443038,"sku":"GER-0398","price":1250.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166200475806,"sku":"GER-0398","price":921.97,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166200508574,"sku":"GER-0398","price":963.02,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166200541342,"sku":"GER-0398","price":1004.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166200574110,"sku":"GER-0398","price":1086.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166200606878,"sku":"GER-0398","price":1250.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166200639646,"sku":"GER-0398","price":921.97,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166200672414,"sku":"GER-0398","price":963.02,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166200705182,"sku":"GER-0398","price":1004.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166200737950,"sku":"GER-0398","price":1086.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166200770718,"sku":"GER-0398","price":1250.39,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166200803486,"sku":"GER-0398","price":1132.11,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166200836254,"sku":"GER-0398","price":1180.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166200869022,"sku":"GER-0398","price":1227.9,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166200901790,"sku":"GER-0398","price":1323.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166200934558,"sku":"GER-0398","price":1515.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166200967326,"sku":"GER-0398","price":1132.11,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166201000094,"sku":"GER-0398","price":1180.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166201032862,"sku":"GER-0398","price":1227.9,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166201065630,"sku":"GER-0398","price":1323.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166201098398,"sku":"GER-0398","price":1515.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166201131166,"sku":"GER-0398","price":1132.11,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166201163934,"sku":"GER-0398","price":1180.01,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166201196702,"sku":"GER-0398","price":1227.9,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166201229470,"sku":"GER-0398","price":1323.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166201262238,"sku":"GER-0398","price":1515.27,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_e4354a70-4818-4070-87dd-78d9263e3eba.jpg?v=1785492536"},{"product_id":"yellow-gold-round-moissanite-swirl-halo-stud-earrings","title":"Yellow Gold Round Moissanite Stud Earrings with Swirl Halo Design","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\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\"\u003eElevate your everyday style with these elegant round moissanite stud earrings, featuring brilliant center stones framed by a graceful swirl inspired halo accented with shimmering stones. The warm yellow gold tone enhances their timeless appeal, creating a refined look that transitions effortlessly from day to evening. Crafted with attention to detail and designed for lasting beauty, these earrings offer a luxurious, ethically inspired choice for any jewelry collection. Add this sophisticated pair to your 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 \/ 1.00CT","offer_id":48166197264542,"sku":"GER-0399","price":235.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166197297310,"sku":"GER-0399","price":264.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166197330078,"sku":"GER-0399","price":292.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166197362846,"sku":"GER-0399","price":350.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166197395614,"sku":"GER-0399","price":465.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166197428382,"sku":"GER-0399","price":235.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166197461150,"sku":"GER-0399","price":264.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166197493918,"sku":"GER-0399","price":292.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166197526686,"sku":"GER-0399","price":350.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166197559454,"sku":"GER-0399","price":465.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166197592222,"sku":"GER-0399","price":235.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166197624990,"sku":"GER-0399","price":264.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166197657758,"sku":"GER-0399","price":292.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166197690526,"sku":"GER-0399","price":350.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166197723294,"sku":"GER-0399","price":465.26,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166197756062,"sku":"GER-0399","price":773.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166197788830,"sku":"GER-0399","price":807.81,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166197821598,"sku":"GER-0399","price":842.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166197854366,"sku":"GER-0399","price":910.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166197887134,"sku":"GER-0399","price":1047.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166197919902,"sku":"GER-0399","price":773.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166197952670,"sku":"GER-0399","price":807.81,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166197985438,"sku":"GER-0399","price":842.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166198018206,"sku":"GER-0399","price":910.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166198050974,"sku":"GER-0399","price":1047.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166198083742,"sku":"GER-0399","price":773.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166198116510,"sku":"GER-0399","price":807.81,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166198149278,"sku":"GER-0399","price":842.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166198182046,"sku":"GER-0399","price":910.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166198214814,"sku":"GER-0399","price":1047.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166198247582,"sku":"GER-0399","price":966.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166198280350,"sku":"GER-0399","price":1007.23,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166198313118,"sku":"GER-0399","price":1048.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166198345886,"sku":"GER-0399","price":1130.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166198378654,"sku":"GER-0399","price":1294.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166198411422,"sku":"GER-0399","price":966.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166198444190,"sku":"GER-0399","price":1007.23,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166198476958,"sku":"GER-0399","price":1048.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166198509726,"sku":"GER-0399","price":1130.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166198542494,"sku":"GER-0399","price":1294.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166198575262,"sku":"GER-0399","price":966.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166198608030,"sku":"GER-0399","price":1007.23,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166198640798,"sku":"GER-0399","price":1048.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166198673566,"sku":"GER-0399","price":1130.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166198706334,"sku":"GER-0399","price":1294.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166198739102,"sku":"GER-0399","price":1186.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166198771870,"sku":"GER-0399","price":1234.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166198804638,"sku":"GER-0399","price":1282.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166198837406,"sku":"GER-0399","price":1378.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166198870174,"sku":"GER-0399","price":1569.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166198902942,"sku":"GER-0399","price":1186.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166198935710,"sku":"GER-0399","price":1234.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166198968478,"sku":"GER-0399","price":1282.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166199001246,"sku":"GER-0399","price":1378.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166199034014,"sku":"GER-0399","price":1569.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166199066782,"sku":"GER-0399","price":1186.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166199099550,"sku":"GER-0399","price":1234.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166199132318,"sku":"GER-0399","price":1282.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166199165086,"sku":"GER-0399","price":1378.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166199197854,"sku":"GER-0399","price":1569.81,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_b19abe46-0b59-47a6-b9ba-342e8c9b4980.jpg?v=1785492811"},{"product_id":"rose-gold-trillion-moissanite-stud-earrings","title":"Rose Gold Trillion 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 Trillion\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\"\u003eElevate your everyday style with these rose gold trillion cut moissanite stud earrings, designed to capture light with exceptional brilliance. The clean three prong setting creates a refined, modern look that transitions effortlessly from day to evening. Expertly crafted with a timeless silhouette, these earrings offer understated luxury and lasting elegance. Available in multiple metal options. Add this sophisticated pair to your jewelry collection 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":48166195200158,"sku":"GER-0400","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166195232926,"sku":"GER-0400","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166195265694,"sku":"GER-0400","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166195298462,"sku":"GER-0400","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166195331230,"sku":"GER-0400","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166195363998,"sku":"GER-0400","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166195396766,"sku":"GER-0400","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166195429534,"sku":"GER-0400","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166195462302,"sku":"GER-0400","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166195495070,"sku":"GER-0400","price":420.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166195527838,"sku":"GER-0400","price":190.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166195560606,"sku":"GER-0400","price":219.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166195593374,"sku":"GER-0400","price":248.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166195626142,"sku":"GER-0400","price":305.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166195658910,"sku":"GER-0400","price":420.79,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166195691678,"sku":"GER-0400","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166195724446,"sku":"GER-0400","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166195757214,"sku":"GER-0400","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166195789982,"sku":"GER-0400","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166195822750,"sku":"GER-0400","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166195855518,"sku":"GER-0400","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166195888286,"sku":"GER-0400","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166195921054,"sku":"GER-0400","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166195953822,"sku":"GER-0400","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166195986590,"sku":"GER-0400","price":870.99,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166196019358,"sku":"GER-0400","price":597.3,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166196052126,"sku":"GER-0400","price":631.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166196084894,"sku":"GER-0400","price":665.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166196117662,"sku":"GER-0400","price":734.14,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166196150430,"sku":"GER-0400","price":870.99,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166196183198,"sku":"GER-0400","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166196215966,"sku":"GER-0400","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166196248734,"sku":"GER-0400","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166196281502,"sku":"GER-0400","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166196314270,"sku":"GER-0400","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166196347038,"sku":"GER-0400","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166196379806,"sku":"GER-0400","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166196412574,"sku":"GER-0400","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166196445342,"sku":"GER-0400","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166196478110,"sku":"GER-0400","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166196510878,"sku":"GER-0400","price":745.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166196543646,"sku":"GER-0400","price":786.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166196576414,"sku":"GER-0400","price":827.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166196609182,"sku":"GER-0400","price":909.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166196641950,"sku":"GER-0400","price":1073.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166196674718,"sku":"GER-0400","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166196707486,"sku":"GER-0400","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166196740254,"sku":"GER-0400","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166196773022,"sku":"GER-0400","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166196805790,"sku":"GER-0400","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166196838558,"sku":"GER-0400","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166196871326,"sku":"GER-0400","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166196904094,"sku":"GER-0400","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166196936862,"sku":"GER-0400","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166196969630,"sku":"GER-0400","price":1297.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166197002398,"sku":"GER-0400","price":913.94,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166197035166,"sku":"GER-0400","price":961.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166197067934,"sku":"GER-0400","price":1009.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166197100702,"sku":"GER-0400","price":1105.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166197133470,"sku":"GER-0400","price":1297.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_0af7e67a-2f9c-4572-abee-659e9daa9886.jpg?v=1785493296"},{"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-round-moissanite-milgrain-stud-earrings","title":"Yellow Gold Round 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\"\u003eRound\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\"\u003eDesigned to bring timeless elegance to every occasion, these round moissanite stud earrings feature brilliant round stones framed in a refined yellow gold tone setting. Their clean, classic silhouette delivers exceptional sparkle while complementing both everyday and formal looks. Expertly crafted with a focus on sophisticated style and ethical luxury, they offer lasting beauty with effortless versatility. Available in multiple metal options. Elevate your jewelry collection with this enduring pair 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":48166191005854,"sku":"GER-0402","price":217.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166191038622,"sku":"GER-0402","price":246.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166191071390,"sku":"GER-0402","price":275.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166191104158,"sku":"GER-0402","price":332.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166191136926,"sku":"GER-0402","price":447.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166191169694,"sku":"GER-0402","price":217.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166191202462,"sku":"GER-0402","price":246.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166191235230,"sku":"GER-0402","price":275.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166191267998,"sku":"GER-0402","price":332.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166191300766,"sku":"GER-0402","price":447.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166191333534,"sku":"GER-0402","price":217.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166191366302,"sku":"GER-0402","price":246.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166191399070,"sku":"GER-0402","price":275.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166191431838,"sku":"GER-0402","price":332.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166191464606,"sku":"GER-0402","price":447.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166191497374,"sku":"GER-0402","price":703.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166191530142,"sku":"GER-0402","price":737.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166191562910,"sku":"GER-0402","price":771.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166191595678,"sku":"GER-0402","price":839.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166191628446,"sku":"GER-0402","price":976.76,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166191661214,"sku":"GER-0402","price":703.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166191693982,"sku":"GER-0402","price":737.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166191726750,"sku":"GER-0402","price":771.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166191759518,"sku":"GER-0402","price":839.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166191792286,"sku":"GER-0402","price":976.76,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166191825054,"sku":"GER-0402","price":703.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166191857822,"sku":"GER-0402","price":737.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166191890590,"sku":"GER-0402","price":771.5,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166191923358,"sku":"GER-0402","price":839.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166191956126,"sku":"GER-0402","price":976.76,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166191988894,"sku":"GER-0402","price":877.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166192021662,"sku":"GER-0402","price":918.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166192054430,"sku":"GER-0402","price":959.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166192087198,"sku":"GER-0402","price":1041.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166192119966,"sku":"GER-0402","price":1206.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166192152734,"sku":"GER-0402","price":877.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166192185502,"sku":"GER-0402","price":918.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166192218270,"sku":"GER-0402","price":959.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166192251038,"sku":"GER-0402","price":1041.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166192283806,"sku":"GER-0402","price":1206.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166192316574,"sku":"GER-0402","price":877.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166192349342,"sku":"GER-0402","price":918.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166192382110,"sku":"GER-0402","price":959.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166192414878,"sku":"GER-0402","price":1041.98,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166192447646,"sku":"GER-0402","price":1206.19,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166192480414,"sku":"GER-0402","price":1077.57,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166192513182,"sku":"GER-0402","price":1125.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166192545950,"sku":"GER-0402","price":1173.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166192578718,"sku":"GER-0402","price":1269.15,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166192611486,"sku":"GER-0402","price":1460.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166192644254,"sku":"GER-0402","price":1077.57,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166192677022,"sku":"GER-0402","price":1125.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166192709790,"sku":"GER-0402","price":1173.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166192742558,"sku":"GER-0402","price":1269.15,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166192775326,"sku":"GER-0402","price":1460.73,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166192808094,"sku":"GER-0402","price":1077.57,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166192840862,"sku":"GER-0402","price":1125.46,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166192873630,"sku":"GER-0402","price":1173.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166192906398,"sku":"GER-0402","price":1269.15,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166192939166,"sku":"GER-0402","price":1460.73,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_09b22013-c7ab-4277-8d37-6ed39b04d676.jpg?v=1785494141"},{"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-round-moissanite-unique-stud-earrings","title":"Yellow Gold Round 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\"\u003eRound\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\"\u003eElevate your everyday style with these elegant round moissanite stud earrings, beautifully showcased in a warm yellow gold tone finish. The graceful open crossover design is accented with sparkling stones, creating a refined balance of brilliance and modern sophistication. Crafted to complement both special occasions and daily wear, these timeless earrings offer effortless luxury with an ethical touch. Available in multiple metal options. Add this radiant pair 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 \/ 1.00CT","offer_id":48166186025118,"sku":"GER-0404","price":253.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166186057886,"sku":"GER-0404","price":281.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166186090654,"sku":"GER-0404","price":310.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166186123422,"sku":"GER-0404","price":368.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166186156190,"sku":"GER-0404","price":483.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166186188958,"sku":"GER-0404","price":253.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166186221726,"sku":"GER-0404","price":281.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166186254494,"sku":"GER-0404","price":310.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166186287262,"sku":"GER-0404","price":368.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166186320030,"sku":"GER-0404","price":483.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166186352798,"sku":"GER-0404","price":253.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166186385566,"sku":"GER-0404","price":281.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166186418334,"sku":"GER-0404","price":310.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166186451102,"sku":"GER-0404","price":368.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166186483870,"sku":"GER-0404","price":483.05,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166186516638,"sku":"GER-0404","price":844.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166186549406,"sku":"GER-0404","price":878.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166186582174,"sku":"GER-0404","price":912.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166186614942,"sku":"GER-0404","price":980.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166186647710,"sku":"GER-0404","price":1117.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166186680478,"sku":"GER-0404","price":844.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166186713246,"sku":"GER-0404","price":878.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166186746014,"sku":"GER-0404","price":912.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166186778782,"sku":"GER-0404","price":980.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166186811550,"sku":"GER-0404","price":1117.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166186844318,"sku":"GER-0404","price":844.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166186877086,"sku":"GER-0404","price":878.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166186909854,"sku":"GER-0404","price":912.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166186942622,"sku":"GER-0404","price":980.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166186975390,"sku":"GER-0404","price":1117.8,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166187008158,"sku":"GER-0404","price":1054.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166187040926,"sku":"GER-0404","price":1095.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166187073694,"sku":"GER-0404","price":1136.69,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166187106462,"sku":"GER-0404","price":1218.79,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166187139230,"sku":"GER-0404","price":1383.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166187171998,"sku":"GER-0404","price":1054.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166187204766,"sku":"GER-0404","price":1095.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166187237534,"sku":"GER-0404","price":1136.69,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166187270302,"sku":"GER-0404","price":1218.79,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166187303070,"sku":"GER-0404","price":1383.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166187335838,"sku":"GER-0404","price":1054.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166187368606,"sku":"GER-0404","price":1095.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166187401374,"sku":"GER-0404","price":1136.69,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166187434142,"sku":"GER-0404","price":1218.79,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166187466910,"sku":"GER-0404","price":1383.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166187499678,"sku":"GER-0404","price":1295.74,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166187532446,"sku":"GER-0404","price":1343.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166187565214,"sku":"GER-0404","price":1391.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166187597982,"sku":"GER-0404","price":1487.32,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166187630750,"sku":"GER-0404","price":1678.9,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166187663518,"sku":"GER-0404","price":1295.74,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166187696286,"sku":"GER-0404","price":1343.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166187729054,"sku":"GER-0404","price":1391.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166187761822,"sku":"GER-0404","price":1487.32,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166187794590,"sku":"GER-0404","price":1678.9,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166187827358,"sku":"GER-0404","price":1295.74,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166187860126,"sku":"GER-0404","price":1343.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166187892894,"sku":"GER-0404","price":1391.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166187925662,"sku":"GER-0404","price":1487.32,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166187958430,"sku":"GER-0404","price":1678.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_b786ea8c-5a2b-4bf9-8cbc-87e439ec89eb.jpg?v=1785582131"},{"product_id":"yellow-gold-round-moissanite-bow-stud-earrings","title":"Yellow Gold Round Moissanite Bow 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\"\u003eRound\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 charming bow inspired Moissanite stud earrings in a warm yellow gold tone. The graceful ribbon silhouette is accented with a row of sparkling round stones, creating a refined balance of brilliance and sophistication. Designed for effortless everyday luxury or special occasions, these earrings bring a feminine touch to any jewelry collection. Available in multiple metal options. Add this elegant pair to your collection for a beautifully polished finish.\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":48166183960734,"sku":"GER-0405","price":235.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166183993502,"sku":"GER-0405","price":264.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166184026270,"sku":"GER-0405","price":292.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166184059038,"sku":"GER-0405","price":350.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166184091806,"sku":"GER-0405","price":465.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166184124574,"sku":"GER-0405","price":235.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166184157342,"sku":"GER-0405","price":264.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166184190110,"sku":"GER-0405","price":292.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166184222878,"sku":"GER-0405","price":350.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166184255646,"sku":"GER-0405","price":465.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166184288414,"sku":"GER-0405","price":235.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166184321182,"sku":"GER-0405","price":264.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166184353950,"sku":"GER-0405","price":292.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166184386718,"sku":"GER-0405","price":350.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166184419486,"sku":"GER-0405","price":465.26,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166184452254,"sku":"GER-0405","price":773.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166184485022,"sku":"GER-0405","price":807.81,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166184517790,"sku":"GER-0405","price":842.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166184550558,"sku":"GER-0405","price":910.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166184583326,"sku":"GER-0405","price":1047.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166184616094,"sku":"GER-0405","price":773.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166184648862,"sku":"GER-0405","price":807.81,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166184681630,"sku":"GER-0405","price":842.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166184714398,"sku":"GER-0405","price":910.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166184747166,"sku":"GER-0405","price":1047.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166184779934,"sku":"GER-0405","price":773.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166184812702,"sku":"GER-0405","price":807.81,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166184845470,"sku":"GER-0405","price":842.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166184878238,"sku":"GER-0405","price":910.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166184911006,"sku":"GER-0405","price":1047.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166184943774,"sku":"GER-0405","price":966.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166184976542,"sku":"GER-0405","price":1007.23,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166185009310,"sku":"GER-0405","price":1048.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166185042078,"sku":"GER-0405","price":1130.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166185074846,"sku":"GER-0405","price":1294.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166185107614,"sku":"GER-0405","price":966.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166185140382,"sku":"GER-0405","price":1007.23,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166185173150,"sku":"GER-0405","price":1048.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166185205918,"sku":"GER-0405","price":1130.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166185238686,"sku":"GER-0405","price":1294.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166185271454,"sku":"GER-0405","price":966.17,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166185304222,"sku":"GER-0405","price":1007.23,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166185336990,"sku":"GER-0405","price":1048.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166185369758,"sku":"GER-0405","price":1130.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166185402526,"sku":"GER-0405","price":1294.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166185435294,"sku":"GER-0405","price":1186.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166185468062,"sku":"GER-0405","price":1234.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166185500830,"sku":"GER-0405","price":1282.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166185533598,"sku":"GER-0405","price":1378.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166185566366,"sku":"GER-0405","price":1569.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166185599134,"sku":"GER-0405","price":1186.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166185631902,"sku":"GER-0405","price":1234.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166185664670,"sku":"GER-0405","price":1282.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166185697438,"sku":"GER-0405","price":1378.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166185730206,"sku":"GER-0405","price":1569.81,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166185762974,"sku":"GER-0405","price":1186.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166185795742,"sku":"GER-0405","price":1234.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166185828510,"sku":"GER-0405","price":1282.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166185861278,"sku":"GER-0405","price":1378.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166185894046,"sku":"GER-0405","price":1569.81,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_e5e0d95a-2f1d-4f67-96c4-005e635e5b20.jpg?v=1785582457"},{"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-marquise-moissanite-solitaire-pendant-necklace","title":"Yellow Gold Marquise Moissanite Solitaire 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\"\u003eMarquise \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 class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed to elevate any jewelry collection, this yellow gold tone pendant features a striking marquise cut moissanite in a classic solitaire setting. Its elongated silhouette reflects exceptional brilliance while offering a timeless, refined look that transitions effortlessly from everyday elegance to special occasions. Crafted with a minimalist aesthetic and premium attention to detail, this pendant is available in multiple metal options. A sophisticated choice for gifting or enhancing your personal style.\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":48166148374686,"sku":"GPD-0079","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166148407454,"sku":"GPD-0079","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166148440222,"sku":"GPD-0079","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166148472990,"sku":"GPD-0079","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166148505758,"sku":"GPD-0079","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166148538526,"sku":"GPD-0079","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166148571294,"sku":"GPD-0079","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166148604062,"sku":"GPD-0079","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166148636830,"sku":"GPD-0079","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166148669598,"sku":"GPD-0079","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166148702366,"sku":"GPD-0079","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166148735134,"sku":"GPD-0079","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166148767902,"sku":"GPD-0079","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166148800670,"sku":"GPD-0079","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166148833438,"sku":"GPD-0079","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166148866206,"sku":"GPD-0079","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166148898974,"sku":"GPD-0079","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166148931742,"sku":"GPD-0079","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166148964510,"sku":"GPD-0079","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166148997278,"sku":"GPD-0079","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166149030046,"sku":"GPD-0079","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166149062814,"sku":"GPD-0079","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166149095582,"sku":"GPD-0079","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166149128350,"sku":"GPD-0079","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166149161118,"sku":"GPD-0079","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166149193886,"sku":"GPD-0079","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166149226654,"sku":"GPD-0079","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166149259422,"sku":"GPD-0079","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166149292190,"sku":"GPD-0079","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166149324958,"sku":"GPD-0079","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166149357726,"sku":"GPD-0079","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166149390494,"sku":"GPD-0079","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166149423262,"sku":"GPD-0079","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166149456030,"sku":"GPD-0079","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166149488798,"sku":"GPD-0079","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166149521566,"sku":"GPD-0079","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166149554334,"sku":"GPD-0079","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166149587102,"sku":"GPD-0079","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166149619870,"sku":"GPD-0079","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166149652638,"sku":"GPD-0079","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166149685406,"sku":"GPD-0079","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166149718174,"sku":"GPD-0079","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166149750942,"sku":"GPD-0079","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166149783710,"sku":"GPD-0079","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166149816478,"sku":"GPD-0079","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166149849246,"sku":"GPD-0079","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166149882014,"sku":"GPD-0079","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166149914782,"sku":"GPD-0079","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166149947550,"sku":"GPD-0079","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166149980318,"sku":"GPD-0079","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166150013086,"sku":"GPD-0079","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166150045854,"sku":"GPD-0079","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166150078622,"sku":"GPD-0079","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166150111390,"sku":"GPD-0079","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166150144158,"sku":"GPD-0079","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166150176926,"sku":"GPD-0079","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166150209694,"sku":"GPD-0079","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166150242462,"sku":"GPD-0079","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166150275230,"sku":"GPD-0079","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166150307998,"sku":"GPD-0079","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_ec7f509f-c1b1-4e15-9ee9-f7ff72e1a71c.jpg?v=1785583113"},{"product_id":"yellow-gold-emerald-cut-moissanite-half-bezel-pendant-necklace","title":"Yellow Gold 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\"\u003eEmerald \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 class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with this elegant yellow gold moissanite pendant necklace, featuring a striking emerald cut center stone that captures light with exceptional brilliance. Its clean, minimalist silhouette creates a timeless look that pairs effortlessly with both casual and formal wear. Expertly crafted with a refined finish, this pendant embodies modern luxury and ethical beauty. Available in multiple metal options. Discover a sophisticated piece designed to shine for every occasion.\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":48166146277534,"sku":"GPD-0080","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166146310302,"sku":"GPD-0080","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166146343070,"sku":"GPD-0080","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166146375838,"sku":"GPD-0080","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166146408606,"sku":"GPD-0080","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166146441374,"sku":"GPD-0080","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166146474142,"sku":"GPD-0080","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166146506910,"sku":"GPD-0080","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166146539678,"sku":"GPD-0080","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166146572446,"sku":"GPD-0080","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166146605214,"sku":"GPD-0080","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166146637982,"sku":"GPD-0080","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166146670750,"sku":"GPD-0080","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166146703518,"sku":"GPD-0080","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166146736286,"sku":"GPD-0080","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166146769054,"sku":"GPD-0080","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166146801822,"sku":"GPD-0080","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166146834590,"sku":"GPD-0080","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166146867358,"sku":"GPD-0080","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166146900126,"sku":"GPD-0080","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166146932894,"sku":"GPD-0080","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166146965662,"sku":"GPD-0080","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166146998430,"sku":"GPD-0080","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166147031198,"sku":"GPD-0080","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166147063966,"sku":"GPD-0080","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166147096734,"sku":"GPD-0080","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166147129502,"sku":"GPD-0080","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166147162270,"sku":"GPD-0080","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166147195038,"sku":"GPD-0080","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166147227806,"sku":"GPD-0080","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166147260574,"sku":"GPD-0080","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166147293342,"sku":"GPD-0080","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166147326110,"sku":"GPD-0080","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166147358878,"sku":"GPD-0080","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166147391646,"sku":"GPD-0080","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166147424414,"sku":"GPD-0080","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166147457182,"sku":"GPD-0080","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166147489950,"sku":"GPD-0080","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166147522718,"sku":"GPD-0080","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166147555486,"sku":"GPD-0080","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166147588254,"sku":"GPD-0080","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166147621022,"sku":"GPD-0080","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166147653790,"sku":"GPD-0080","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166147686558,"sku":"GPD-0080","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166147719326,"sku":"GPD-0080","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166147752094,"sku":"GPD-0080","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166147784862,"sku":"GPD-0080","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166147817630,"sku":"GPD-0080","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166147850398,"sku":"GPD-0080","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166147883166,"sku":"GPD-0080","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166147915934,"sku":"GPD-0080","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166147948702,"sku":"GPD-0080","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166147981470,"sku":"GPD-0080","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166148014238,"sku":"GPD-0080","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166148047006,"sku":"GPD-0080","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166148079774,"sku":"GPD-0080","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166148112542,"sku":"GPD-0080","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166148145310,"sku":"GPD-0080","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166148178078,"sku":"GPD-0080","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166148210846,"sku":"GPD-0080","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_f3b82802-94c1-44e9-bce1-457b40281fd7.jpg?v=1785583515"},{"product_id":"yellow-gold-radiant-cut-moissanite-pendant-necklace","title":"Yellow Gold Radiant 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\"\u003eRadiant \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 class=\"PDq2pG_selectionAnchorContainer\"\u003eShowcasing timeless elegance, this yellow gold pendant features a radiant cut moissanite in a clean, modern solitaire design. The refined setting beautifully frames the stone, allowing its exceptional brilliance to take center stage. Suspended from a delicate chain, this pendant offers effortless sophistication for both everyday wear and special occasions. Available in multiple metal options. Elevate your jewelry collection with this ethically inspired luxury piece and make it yours today.\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":48166144180382,"sku":"GPD-0081","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166144213150,"sku":"GPD-0081","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166144245918,"sku":"GPD-0081","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166144278686,"sku":"GPD-0081","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166144311454,"sku":"GPD-0081","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166144344222,"sku":"GPD-0081","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166144376990,"sku":"GPD-0081","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166144409758,"sku":"GPD-0081","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166144442526,"sku":"GPD-0081","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166144475294,"sku":"GPD-0081","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166144508062,"sku":"GPD-0081","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166144540830,"sku":"GPD-0081","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166144573598,"sku":"GPD-0081","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166144606366,"sku":"GPD-0081","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166144639134,"sku":"GPD-0081","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166144671902,"sku":"GPD-0081","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166144704670,"sku":"GPD-0081","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166144737438,"sku":"GPD-0081","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166144770206,"sku":"GPD-0081","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166144802974,"sku":"GPD-0081","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166144835742,"sku":"GPD-0081","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166144868510,"sku":"GPD-0081","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166144901278,"sku":"GPD-0081","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166144934046,"sku":"GPD-0081","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166144966814,"sku":"GPD-0081","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166144999582,"sku":"GPD-0081","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166145032350,"sku":"GPD-0081","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166145065118,"sku":"GPD-0081","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166145097886,"sku":"GPD-0081","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166145130654,"sku":"GPD-0081","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166145163422,"sku":"GPD-0081","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166145196190,"sku":"GPD-0081","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166145228958,"sku":"GPD-0081","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166145261726,"sku":"GPD-0081","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166145294494,"sku":"GPD-0081","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166145327262,"sku":"GPD-0081","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166145360030,"sku":"GPD-0081","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166145392798,"sku":"GPD-0081","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166145425566,"sku":"GPD-0081","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166145458334,"sku":"GPD-0081","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166145491102,"sku":"GPD-0081","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166145523870,"sku":"GPD-0081","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166145556638,"sku":"GPD-0081","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166145589406,"sku":"GPD-0081","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166145622174,"sku":"GPD-0081","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166145654942,"sku":"GPD-0081","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166145687710,"sku":"GPD-0081","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166145720478,"sku":"GPD-0081","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166145753246,"sku":"GPD-0081","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166145786014,"sku":"GPD-0081","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166145818782,"sku":"GPD-0081","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166145851550,"sku":"GPD-0081","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166145884318,"sku":"GPD-0081","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166145917086,"sku":"GPD-0081","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166145949854,"sku":"GPD-0081","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166145982622,"sku":"GPD-0081","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166146015390,"sku":"GPD-0081","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166146048158,"sku":"GPD-0081","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166146080926,"sku":"GPD-0081","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166146113694,"sku":"GPD-0081","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3_1b94cac1-aa24-4002-9c7b-927aacb77b33.jpg?v=1785584072"},{"product_id":"yellow-gold-cushion-cut-moissanite-pendant-necklace","title":"Yellow Gold Cushion 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\"\u003eCushion \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 class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with this elegant yellow gold tone moissanite pendant necklace, featuring a brilliant cushion cut center stone in a sleek bezel inspired setting. Its clean, modern silhouette enhances the stone's radiant sparkle while offering timeless versatility for both daily wear and special occasions. Available in multiple metal options, this refined design blends premium craftsmanship with ethical luxury, making it a sophisticated addition to any jewelry collection. Discover effortless brilliance and make it yours today.\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":48166142017694,"sku":"GPD-0082","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166142050462,"sku":"GPD-0082","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166142083230,"sku":"GPD-0082","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166142115998,"sku":"GPD-0082","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166142148766,"sku":"GPD-0082","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166142181534,"sku":"GPD-0082","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166142214302,"sku":"GPD-0082","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166142247070,"sku":"GPD-0082","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166142279838,"sku":"GPD-0082","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166142312606,"sku":"GPD-0082","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166142345374,"sku":"GPD-0082","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166142378142,"sku":"GPD-0082","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166142410910,"sku":"GPD-0082","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166142443678,"sku":"GPD-0082","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166142476446,"sku":"GPD-0082","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166142509214,"sku":"GPD-0082","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166142541982,"sku":"GPD-0082","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166142574750,"sku":"GPD-0082","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166142607518,"sku":"GPD-0082","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166142640286,"sku":"GPD-0082","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166142673054,"sku":"GPD-0082","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166142705822,"sku":"GPD-0082","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166142738590,"sku":"GPD-0082","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166142771358,"sku":"GPD-0082","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166142804126,"sku":"GPD-0082","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166142836894,"sku":"GPD-0082","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166142869662,"sku":"GPD-0082","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166142902430,"sku":"GPD-0082","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166142935198,"sku":"GPD-0082","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166142967966,"sku":"GPD-0082","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166143000734,"sku":"GPD-0082","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166143033502,"sku":"GPD-0082","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166143066270,"sku":"GPD-0082","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166143099038,"sku":"GPD-0082","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166143131806,"sku":"GPD-0082","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166143164574,"sku":"GPD-0082","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166143197342,"sku":"GPD-0082","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166143230110,"sku":"GPD-0082","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166143262878,"sku":"GPD-0082","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166143295646,"sku":"GPD-0082","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166143328414,"sku":"GPD-0082","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166143361182,"sku":"GPD-0082","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166143393950,"sku":"GPD-0082","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166143426718,"sku":"GPD-0082","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166143459486,"sku":"GPD-0082","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166143492254,"sku":"GPD-0082","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166143525022,"sku":"GPD-0082","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166143557790,"sku":"GPD-0082","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166143590558,"sku":"GPD-0082","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166143623326,"sku":"GPD-0082","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166143656094,"sku":"GPD-0082","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166143688862,"sku":"GPD-0082","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166143721630,"sku":"GPD-0082","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166143754398,"sku":"GPD-0082","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166143787166,"sku":"GPD-0082","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166143819934,"sku":"GPD-0082","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166143852702,"sku":"GPD-0082","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166143885470,"sku":"GPD-0082","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166143918238,"sku":"GPD-0082","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166143951006,"sku":"GPD-0082","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_2b14a98f-6987-4d43-8fff-8587e6dc2f10.jpg?v=1785584414"},{"product_id":"yellow-gold-emerald-cut-moissanite-solitaire-pendant-necklace","title":"Yellow Gold Emerald Cut Moissanite Solitaire 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\"\u003eEmerald \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 class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with this elegant emerald cut moissanite solitaire pendant necklace. The clean, elongated silhouette is showcased in a refined four prong setting and suspended from a delicate yellow gold tone chain, creating a timeless look with exceptional brilliance. Designed to complement both casual and formal outfits, this sophisticated piece embodies modern luxury and effortless elegance. Available in multiple metal options. Add this radiant pendant to your jewelry collection today.\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":48166139920542,"sku":"GPD-0083","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166139953310,"sku":"GPD-0083","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166139986078,"sku":"GPD-0083","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166140018846,"sku":"GPD-0083","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166140051614,"sku":"GPD-0083","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166140084382,"sku":"GPD-0083","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166140117150,"sku":"GPD-0083","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166140149918,"sku":"GPD-0083","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166140182686,"sku":"GPD-0083","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166140215454,"sku":"GPD-0083","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166140248222,"sku":"GPD-0083","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166140280990,"sku":"GPD-0083","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166140313758,"sku":"GPD-0083","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166140346526,"sku":"GPD-0083","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166140379294,"sku":"GPD-0083","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166140412062,"sku":"GPD-0083","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166140444830,"sku":"GPD-0083","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166140477598,"sku":"GPD-0083","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166140510366,"sku":"GPD-0083","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166140543134,"sku":"GPD-0083","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166140575902,"sku":"GPD-0083","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166140608670,"sku":"GPD-0083","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166140641438,"sku":"GPD-0083","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166140674206,"sku":"GPD-0083","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166140706974,"sku":"GPD-0083","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166140739742,"sku":"GPD-0083","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166140772510,"sku":"GPD-0083","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166140805278,"sku":"GPD-0083","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166140838046,"sku":"GPD-0083","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166140870814,"sku":"GPD-0083","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166140903582,"sku":"GPD-0083","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166140936350,"sku":"GPD-0083","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166140969118,"sku":"GPD-0083","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166141001886,"sku":"GPD-0083","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166141034654,"sku":"GPD-0083","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166141067422,"sku":"GPD-0083","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166141100190,"sku":"GPD-0083","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166141132958,"sku":"GPD-0083","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166141165726,"sku":"GPD-0083","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166141198494,"sku":"GPD-0083","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166141231262,"sku":"GPD-0083","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166141264030,"sku":"GPD-0083","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166141296798,"sku":"GPD-0083","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166141329566,"sku":"GPD-0083","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166141362334,"sku":"GPD-0083","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166141395102,"sku":"GPD-0083","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166141427870,"sku":"GPD-0083","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166141460638,"sku":"GPD-0083","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166141493406,"sku":"GPD-0083","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166141526174,"sku":"GPD-0083","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166141558942,"sku":"GPD-0083","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166141591710,"sku":"GPD-0083","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166141624478,"sku":"GPD-0083","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166141657246,"sku":"GPD-0083","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166141690014,"sku":"GPD-0083","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166141722782,"sku":"GPD-0083","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166141755550,"sku":"GPD-0083","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166141788318,"sku":"GPD-0083","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166141821086,"sku":"GPD-0083","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166141853854,"sku":"GPD-0083","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_880a6416-423a-4695-817f-f11ddb5e8552.jpg?v=1785584767"},{"product_id":"yellow-gold-cushion-cut-moissanite-solitaire-pendant-necklace","title":"Yellow Gold Cushion Cut Moissanite Solitaire 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\"\u003eRound\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 class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this yellow gold tone solitaire pendant necklace featuring a brilliant cushion cut moissanite in a classic four prong setting. Suspended from a delicate cable chain, its clean and refined design offers effortless sophistication for both everyday wear and special occasions. Crafted with premium attention to detail, this elegant piece delivers exceptional sparkle and a luxurious aesthetic. Available in multiple metal options. Add this timeless necklace to your jewelry collection today.\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":48166137757854,"sku":"GPD-0084","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166137790622,"sku":"GPD-0084","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166137823390,"sku":"GPD-0084","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166137856158,"sku":"GPD-0084","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166137888926,"sku":"GPD-0084","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166137921694,"sku":"GPD-0084","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166137954462,"sku":"GPD-0084","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166137987230,"sku":"GPD-0084","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166138019998,"sku":"GPD-0084","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166138052766,"sku":"GPD-0084","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48166138085534,"sku":"GPD-0084","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48166138118302,"sku":"GPD-0084","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48166138151070,"sku":"GPD-0084","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48166138183838,"sku":"GPD-0084","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48166138216606,"sku":"GPD-0084","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48166138249374,"sku":"GPD-0084","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48166138282142,"sku":"GPD-0084","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48166138314910,"sku":"GPD-0084","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48166138347678,"sku":"GPD-0084","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48166138380446,"sku":"GPD-0084","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48166138413214,"sku":"GPD-0084","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48166138445982,"sku":"GPD-0084","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48166138478750,"sku":"GPD-0084","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48166138511518,"sku":"GPD-0084","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48166138544286,"sku":"GPD-0084","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48166138577054,"sku":"GPD-0084","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48166138609822,"sku":"GPD-0084","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48166138642590,"sku":"GPD-0084","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48166138675358,"sku":"GPD-0084","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48166138708126,"sku":"GPD-0084","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48166138740894,"sku":"GPD-0084","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48166138773662,"sku":"GPD-0084","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48166138806430,"sku":"GPD-0084","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48166138839198,"sku":"GPD-0084","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48166138871966,"sku":"GPD-0084","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48166138904734,"sku":"GPD-0084","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48166138937502,"sku":"GPD-0084","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48166138970270,"sku":"GPD-0084","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48166139003038,"sku":"GPD-0084","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48166139035806,"sku":"GPD-0084","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48166139068574,"sku":"GPD-0084","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48166139101342,"sku":"GPD-0084","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48166139134110,"sku":"GPD-0084","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48166139166878,"sku":"GPD-0084","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48166139199646,"sku":"GPD-0084","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48166139232414,"sku":"GPD-0084","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48166139265182,"sku":"GPD-0084","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48166139297950,"sku":"GPD-0084","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48166139330718,"sku":"GPD-0084","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48166139363486,"sku":"GPD-0084","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48166139396254,"sku":"GPD-0084","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48166139429022,"sku":"GPD-0084","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48166139461790,"sku":"GPD-0084","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48166139494558,"sku":"GPD-0084","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48166139527326,"sku":"GPD-0084","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48166139560094,"sku":"GPD-0084","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48166139592862,"sku":"GPD-0084","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48166139625630,"sku":"GPD-0084","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48166139658398,"sku":"GPD-0084","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48166139691166,"sku":"GPD-0084","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_c0a47eab-af6e-4797-8a4a-1fa205585bc1.jpg?v=1785585140"},{"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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/collections\/3_8fb258ce-fa43-45af-8e73-9776053502ed.jpg?v=1775823669","url":"https:\/\/www.neorluxe.com\/collections\/earrings.oembed?page=3","provider":"Neor Luxe","version":"1.0","type":"link"}