{"title":"Round","description":"","products":[{"product_id":"rose-gold-round-moissanite-solitaire-engagement-rings","title":"Rose Gold Round Moissanite Solitaire Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"593\" data-start=\"79\"\u003eCelebrate timeless elegance with this rose gold round moissanite engagement ring, designed to showcase exceptional brilliance through its classic solitaire silhouette. The polished band and four-prong setting create a refined, sophisticated look that complements everyday wear and life's most meaningful moments. Crafted with a focus on beauty and enduring style, this ring offers an ethical luxury aesthetic that never goes out of fashion. Make it yours and enjoy a piece designed to shine for years to come.\u003c\/p\u003e\n\u003cp data-end=\"657\" data-start=\"595\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"684\" data-start=\"620\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"700\" data-start=\"635\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"605\" data-end=\"666\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"614\" data-end=\"686\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"612\" data-end=\"672\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"626\" data-end=\"691\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158223204510,"sku":"DDLR-175","price":315.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158223237278,"sku":"DDLR-175","price":344.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158223270046,"sku":"DDLR-175","price":372.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158223302814,"sku":"DDLR-175","price":430.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158223335582,"sku":"DDLR-175","price":545.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158223368350,"sku":"DDLR-175","price":315.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158223401118,"sku":"DDLR-175","price":344.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158223433886,"sku":"DDLR-175","price":372.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158223466654,"sku":"DDLR-175","price":430.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158223499422,"sku":"DDLR-175","price":545.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158223532190,"sku":"DDLR-175","price":315.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158223564958,"sku":"DDLR-175","price":344.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158223597726,"sku":"DDLR-175","price":372.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158223630494,"sku":"DDLR-175","price":430.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158223663262,"sku":"DDLR-175","price":545.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151212753054,"sku":"DDLR-175","price":1090.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151212785822,"sku":"DDLR-175","price":1125.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151212818590,"sku":"DDLR-175","price":1159.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151212851358,"sku":"DDLR-175","price":1227.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151212884126,"sku":"DDLR-175","price":1364.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151212916894,"sku":"DDLR-175","price":1090.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151212949662,"sku":"DDLR-175","price":1125.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151212982430,"sku":"DDLR-175","price":1159.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151213015198,"sku":"DDLR-175","price":1227.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151213047966,"sku":"DDLR-175","price":1364.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151213080734,"sku":"DDLR-175","price":1090.92,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151213113502,"sku":"DDLR-175","price":1125.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151213146270,"sku":"DDLR-175","price":1159.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151213179038,"sku":"DDLR-175","price":1227.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151213211806,"sku":"DDLR-175","price":1364.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151213244574,"sku":"DDLR-175","price":1364.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151213277342,"sku":"DDLR-175","price":1405.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151213310110,"sku":"DDLR-175","price":1446.11,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151213342878,"sku":"DDLR-175","price":1528.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151213375646,"sku":"DDLR-175","price":1692.43,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151213408414,"sku":"DDLR-175","price":1364.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151213441182,"sku":"DDLR-175","price":1405.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151213473950,"sku":"DDLR-175","price":1446.11,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151213506718,"sku":"DDLR-175","price":1528.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151213539486,"sku":"DDLR-175","price":1692.43,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151213572254,"sku":"DDLR-175","price":1364.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151213605022,"sku":"DDLR-175","price":1405.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151213637790,"sku":"DDLR-175","price":1446.11,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151213670558,"sku":"DDLR-175","price":1528.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151213703326,"sku":"DDLR-175","price":1692.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151213736094,"sku":"DDLR-175","price":1677.54,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151213768862,"sku":"DDLR-175","price":1725.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151213801630,"sku":"DDLR-175","price":1773.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151213834398,"sku":"DDLR-175","price":1869.12,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151213867166,"sku":"DDLR-175","price":2060.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151213899934,"sku":"DDLR-175","price":1677.54,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151213932702,"sku":"DDLR-175","price":1725.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151213965470,"sku":"DDLR-175","price":1773.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151213998238,"sku":"DDLR-175","price":1869.12,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151214031006,"sku":"DDLR-175","price":2060.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151214063774,"sku":"DDLR-175","price":1677.54,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151214096542,"sku":"DDLR-175","price":1725.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151214129310,"sku":"DDLR-175","price":1773.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151214162078,"sku":"DDLR-175","price":1869.12,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151214194846,"sku":"DDLR-175","price":2060.7,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151214227614,"sku":"DDLR-175","price":1448.28,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151214260382,"sku":"DDLR-175","price":1488.99,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151214293150,"sku":"DDLR-175","price":1529.7,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151214325918,"sku":"DDLR-175","price":1611.12,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151214358686,"sku":"DDLR-175","price":1773.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_fee21f4c-69e1-4337-9fc0-e34cd22a6b41.jpg?v=1784523831"},{"product_id":"yellow-gold-round-moissanite-twisted-engagement-ring","title":"Yellow Gold Round Moissanite Twisted Three Stone Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"625\" data-start=\"78\"\u003eCelebrate your love with a beautifully crafted round moissanite engagement ring featuring a striking center stone accented by two round side stones. The graceful twisted band is enhanced with additional sparkling accent stones, creating a design that captures light from every angle. Finished in a polished yellow gold tone, this elegant ring blends timeless romance with modern luxury for everyday wear or life's most meaningful moments. Make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158217928862,"sku":"DDLR-188","price":359.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158217961630,"sku":"DDLR-188","price":388.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158217994398,"sku":"DDLR-188","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158218027166,"sku":"DDLR-188","price":474.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158218059934,"sku":"DDLR-188","price":589.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158218092702,"sku":"DDLR-188","price":359.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158218125470,"sku":"DDLR-188","price":388.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158218158238,"sku":"DDLR-188","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158218191006,"sku":"DDLR-188","price":474.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158218223774,"sku":"DDLR-188","price":589.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158218256542,"sku":"DDLR-188","price":359.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158218289310,"sku":"DDLR-188","price":388.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158218322078,"sku":"DDLR-188","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158218354846,"sku":"DDLR-188","price":474.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158218387614,"sku":"DDLR-188","price":589.79,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151194566814,"sku":"DDLR-188","price":1267.22,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151194599582,"sku":"DDLR-188","price":1301.43,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151194632350,"sku":"DDLR-188","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151194665118,"sku":"DDLR-188","price":1404.06,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151194697886,"sku":"DDLR-188","price":1540.9,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151194730654,"sku":"DDLR-188","price":1267.22,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151194763422,"sku":"DDLR-188","price":1301.43,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151194796190,"sku":"DDLR-188","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151194828958,"sku":"DDLR-188","price":1404.06,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151194861726,"sku":"DDLR-188","price":1540.9,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151194894494,"sku":"DDLR-188","price":1267.22,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151194927262,"sku":"DDLR-188","price":1301.43,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151194960030,"sku":"DDLR-188","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151194992798,"sku":"DDLR-188","price":1404.06,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151195025566,"sku":"DDLR-188","price":1540.9,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151195058334,"sku":"DDLR-188","price":1585.02,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151195091102,"sku":"DDLR-188","price":1626.07,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151195123870,"sku":"DDLR-188","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151195156638,"sku":"DDLR-188","price":1749.23,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151195189406,"sku":"DDLR-188","price":1913.44,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151195222174,"sku":"DDLR-188","price":1585.02,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151195254942,"sku":"DDLR-188","price":1626.07,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151195287710,"sku":"DDLR-188","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151195320478,"sku":"DDLR-188","price":1749.23,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151195353246,"sku":"DDLR-188","price":1913.44,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151195386014,"sku":"DDLR-188","price":1585.02,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151195418782,"sku":"DDLR-188","price":1626.07,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151195451550,"sku":"DDLR-188","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151195484318,"sku":"DDLR-188","price":1749.23,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151195517086,"sku":"DDLR-188","price":1913.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151195549854,"sku":"DDLR-188","price":1950.26,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151195582622,"sku":"DDLR-188","price":1998.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151195615390,"sku":"DDLR-188","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151195648158,"sku":"DDLR-188","price":2141.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151195680926,"sku":"DDLR-188","price":2333.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151195713694,"sku":"DDLR-188","price":1950.26,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151195746462,"sku":"DDLR-188","price":1998.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151195779230,"sku":"DDLR-188","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151195811998,"sku":"DDLR-188","price":2141.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151195844766,"sku":"DDLR-188","price":2333.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151195877534,"sku":"DDLR-188","price":1950.26,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151195910302,"sku":"DDLR-188","price":1998.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151195943070,"sku":"DDLR-188","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151195975838,"sku":"DDLR-188","price":2141.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151196008606,"sku":"DDLR-188","price":2333.42,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151196041374,"sku":"DDLR-188","price":1680.09,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151196074142,"sku":"DDLR-188","price":1720.8,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151196106910,"sku":"DDLR-188","price":1761.51,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151196139678,"sku":"DDLR-188","price":1842.93,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151196172446,"sku":"DDLR-188","price":2005.77,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_cbcb3c17-18e5-47c9-b82e-9e87a3f8b036.jpg?v=1784628078"},{"product_id":"rose-gold-round-moissanite-solitaire-flush-engagement-rings","title":"Rose Gold Round Moissanite Solitaire Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e2.5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold-tone round moissanite engagement ring, designed to captivate with exceptional sparkle. The brilliant round center stone is secured in a classic four-prong setting, while the polished band features bezel-set accent stones that add refined shimmer from every angle. Its clean, sophisticated silhouette makes it a beautiful choice for everyday wear or life's most meaningful moments. Discover a piece that blends modern luxury with enduring style and make it yours today.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158217273502,"sku":"DDLR-189","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158217306270,"sku":"DDLR-189","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158217339038,"sku":"DDLR-189","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158217371806,"sku":"DDLR-189","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158217404574,"sku":"DDLR-189","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158217437342,"sku":"DDLR-189","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158217470110,"sku":"DDLR-189","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158217502878,"sku":"DDLR-189","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158217535646,"sku":"DDLR-189","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158217568414,"sku":"DDLR-189","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158217601182,"sku":"DDLR-189","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158217633950,"sku":"DDLR-189","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158217666718,"sku":"DDLR-189","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158217699486,"sku":"DDLR-189","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158217732254,"sku":"DDLR-189","price":563.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151190765726,"sku":"DDLR-189","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151190798494,"sku":"DDLR-189","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151190831262,"sku":"DDLR-189","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151190864030,"sku":"DDLR-189","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151190896798,"sku":"DDLR-189","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151190929566,"sku":"DDLR-189","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151190962334,"sku":"DDLR-189","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151190995102,"sku":"DDLR-189","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151191027870,"sku":"DDLR-189","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151191060638,"sku":"DDLR-189","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151191093406,"sku":"DDLR-189","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151191126174,"sku":"DDLR-189","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151191158942,"sku":"DDLR-189","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151191191710,"sku":"DDLR-189","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151191224478,"sku":"DDLR-189","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151191257246,"sku":"DDLR-189","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151191290014,"sku":"DDLR-189","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151191322782,"sku":"DDLR-189","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151191355550,"sku":"DDLR-189","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151191388318,"sku":"DDLR-189","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151191421086,"sku":"DDLR-189","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151191453854,"sku":"DDLR-189","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151191486622,"sku":"DDLR-189","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151191519390,"sku":"DDLR-189","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151191552158,"sku":"DDLR-189","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151191584926,"sku":"DDLR-189","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151191617694,"sku":"DDLR-189","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151191650462,"sku":"DDLR-189","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151191683230,"sku":"DDLR-189","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151191715998,"sku":"DDLR-189","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151191748766,"sku":"DDLR-189","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151191781534,"sku":"DDLR-189","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151191814302,"sku":"DDLR-189","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151191847070,"sku":"DDLR-189","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151191879838,"sku":"DDLR-189","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151191912606,"sku":"DDLR-189","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151191945374,"sku":"DDLR-189","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151191978142,"sku":"DDLR-189","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151192010910,"sku":"DDLR-189","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151192043678,"sku":"DDLR-189","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151192076446,"sku":"DDLR-189","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151192109214,"sku":"DDLR-189","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151192141982,"sku":"DDLR-189","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151192174750,"sku":"DDLR-189","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151192207518,"sku":"DDLR-189","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151192240286,"sku":"DDLR-189","price":1541.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151192273054,"sku":"DDLR-189","price":1581.72,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151192305822,"sku":"DDLR-189","price":1622.43,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151192338590,"sku":"DDLR-189","price":1703.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151192371358,"sku":"DDLR-189","price":1866.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_af4875f5-958c-4077-8f3d-e056a53f6927.jpg?v=1784628823"},{"product_id":"rose-gold-round-cut-moissanite-pave-engagement-rings","title":"Rose Gold Round Cut Moissanite Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"613\" data-start=\"77\"\u003eCelebrate timeless elegance with this rose gold round cut moissanite engagement ring, designed to capture light from every angle. A brilliant round center stone is complemented by sparkling accent stones along the band, creating a refined and radiant look. Its classic silhouette and polished finish make it a beautiful choice for proposals, anniversaries, or everyday luxury. Crafted with exceptional attention to detail, this ring is made to be treasured. Discover your perfect symbol of love today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158216585374,"sku":"DDLR-190","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158216618142,"sku":"DDLR-190","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158216650910,"sku":"DDLR-190","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158216683678,"sku":"DDLR-190","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158216716446,"sku":"DDLR-190","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158216749214,"sku":"DDLR-190","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158216781982,"sku":"DDLR-190","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158216814750,"sku":"DDLR-190","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158216847518,"sku":"DDLR-190","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158216880286,"sku":"DDLR-190","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158216913054,"sku":"DDLR-190","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158216945822,"sku":"DDLR-190","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158216978590,"sku":"DDLR-190","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158217011358,"sku":"DDLR-190","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158217044126,"sku":"DDLR-190","price":572.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151187619998,"sku":"DDLR-190","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151187652766,"sku":"DDLR-190","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151187685534,"sku":"DDLR-190","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151187718302,"sku":"DDLR-190","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151187751070,"sku":"DDLR-190","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151187783838,"sku":"DDLR-190","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151187816606,"sku":"DDLR-190","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151187849374,"sku":"DDLR-190","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151187882142,"sku":"DDLR-190","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151187914910,"sku":"DDLR-190","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151187947678,"sku":"DDLR-190","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151187980446,"sku":"DDLR-190","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151188013214,"sku":"DDLR-190","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151188045982,"sku":"DDLR-190","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151188078750,"sku":"DDLR-190","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151188111518,"sku":"DDLR-190","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151188144286,"sku":"DDLR-190","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151188177054,"sku":"DDLR-190","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151188209822,"sku":"DDLR-190","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151188242590,"sku":"DDLR-190","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151188275358,"sku":"DDLR-190","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151188308126,"sku":"DDLR-190","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151188340894,"sku":"DDLR-190","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151188373662,"sku":"DDLR-190","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151188406430,"sku":"DDLR-190","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151188439198,"sku":"DDLR-190","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151188471966,"sku":"DDLR-190","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151188504734,"sku":"DDLR-190","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151188537502,"sku":"DDLR-190","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151188570270,"sku":"DDLR-190","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151188603038,"sku":"DDLR-190","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151188635806,"sku":"DDLR-190","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151188668574,"sku":"DDLR-190","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151188701342,"sku":"DDLR-190","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151188734110,"sku":"DDLR-190","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151188766878,"sku":"DDLR-190","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151188799646,"sku":"DDLR-190","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151188832414,"sku":"DDLR-190","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151188865182,"sku":"DDLR-190","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151188897950,"sku":"DDLR-190","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151188930718,"sku":"DDLR-190","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151188963486,"sku":"DDLR-190","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151188996254,"sku":"DDLR-190","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151189029022,"sku":"DDLR-190","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151189061790,"sku":"DDLR-190","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151189094558,"sku":"DDLR-190","price":1587.37,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151189127326,"sku":"DDLR-190","price":1628.08,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151189160094,"sku":"DDLR-190","price":1668.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151189192862,"sku":"DDLR-190","price":1750.21,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151189225630,"sku":"DDLR-190","price":1913.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_910f178a-0553-4b2a-a263-71621857fb5c.jpg?v=1784632150"},{"product_id":"rose-gold-round-baguette-moissanite-engagement-ring","title":"Rose Gold Round Moissanite Engagement Ring with Baguette Accent Band","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e2.5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold-tone round moissanite engagement ring, designed to make every moment unforgettable. A brilliant round center stone is showcased by a sophisticated band featuring sleek baguette accents and shimmering pavé detailing for exceptional sparkle. Its refined silhouette blends classic beauty with contemporary style, making it a stunning choice for proposals, anniversaries, or everyday luxury. Crafted for lasting brilliance, this ring is a beautiful addition to any jewelry collection.\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":48158215635102,"sku":"DDLR-191","price":351.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158215667870,"sku":"DDLR-191","price":379.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158215700638,"sku":"DDLR-191","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158215733406,"sku":"DDLR-191","price":465.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158215766174,"sku":"DDLR-191","price":580.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158215798942,"sku":"DDLR-191","price":351.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158215831710,"sku":"DDLR-191","price":379.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158215864478,"sku":"DDLR-191","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158215897246,"sku":"DDLR-191","price":465.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158215930014,"sku":"DDLR-191","price":580.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158215962782,"sku":"DDLR-191","price":351.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158215995550,"sku":"DDLR-191","price":379.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158216028318,"sku":"DDLR-191","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158216061086,"sku":"DDLR-191","price":465.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158216093854,"sku":"DDLR-191","price":580.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151184244894,"sku":"DDLR-191","price":1231.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151184277662,"sku":"DDLR-191","price":1266.17,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151184310430,"sku":"DDLR-191","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151184343198,"sku":"DDLR-191","price":1368.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151184375966,"sku":"DDLR-191","price":1505.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151184408734,"sku":"DDLR-191","price":1231.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151184441502,"sku":"DDLR-191","price":1266.17,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151184474270,"sku":"DDLR-191","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151184507038,"sku":"DDLR-191","price":1368.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151184539806,"sku":"DDLR-191","price":1505.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151184572574,"sku":"DDLR-191","price":1231.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151184605342,"sku":"DDLR-191","price":1266.17,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151184638110,"sku":"DDLR-191","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151184670878,"sku":"DDLR-191","price":1368.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151184703646,"sku":"DDLR-191","price":1505.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151184736414,"sku":"DDLR-191","price":1540.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151184769182,"sku":"DDLR-191","price":1581.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151184801950,"sku":"DDLR-191","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151184834718,"sku":"DDLR-191","price":1705.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151184867486,"sku":"DDLR-191","price":1869.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151184900254,"sku":"DDLR-191","price":1540.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151184933022,"sku":"DDLR-191","price":1581.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151184965790,"sku":"DDLR-191","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151184998558,"sku":"DDLR-191","price":1705.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151185031326,"sku":"DDLR-191","price":1869.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151185064094,"sku":"DDLR-191","price":1540.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151185096862,"sku":"DDLR-191","price":1581.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151185129630,"sku":"DDLR-191","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151185162398,"sku":"DDLR-191","price":1705.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151185195166,"sku":"DDLR-191","price":1869.24,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151185227934,"sku":"DDLR-191","price":1895.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151185260702,"sku":"DDLR-191","price":1943.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151185293470,"sku":"DDLR-191","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151185326238,"sku":"DDLR-191","price":2087.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151185359006,"sku":"DDLR-191","price":2278.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151185391774,"sku":"DDLR-191","price":1895.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151185424542,"sku":"DDLR-191","price":1943.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151185457310,"sku":"DDLR-191","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151185490078,"sku":"DDLR-191","price":2087.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151185522846,"sku":"DDLR-191","price":2278.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151185555614,"sku":"DDLR-191","price":1895.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151185588382,"sku":"DDLR-191","price":1943.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151185621150,"sku":"DDLR-191","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151185653918,"sku":"DDLR-191","price":2087.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151185686686,"sku":"DDLR-191","price":2278.88,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151185719454,"sku":"DDLR-191","price":1633.73,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151185752222,"sku":"DDLR-191","price":1674.44,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151185784990,"sku":"DDLR-191","price":1715.15,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151185817758,"sku":"DDLR-191","price":1796.57,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151185850526,"sku":"DDLR-191","price":1959.41,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_f040f8ca-24c1-4971-9f1b-8ede70aab3e2.jpg?v=1784633149"},{"product_id":"yellow-gold-round-moissanite-eternity-band-rings","title":"Yellow Gold Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"593\" data-start=\"79\"\u003eCelebrate timeless elegance with this yellow gold tone round moissanite eternity band, designed to showcase continuous brilliance from every angle. The row of round cut stones creates a refined, radiant look that complements both everyday wear and special occasions. Expertly crafted with a sleek, modern profile, this luxurious ring offers enduring style and ethical beauty. Available in multiple metal options. Add this sparkling classic to your jewelry collection today.\u003c\/p\u003e\n\u003cp data-end=\"657\" data-start=\"595\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"684\" data-start=\"620\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"700\" data-start=\"635\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"605\" data-end=\"666\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"614\" data-end=\"686\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"612\" data-end=\"672\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"626\" data-end=\"691\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158210588830,"sku":"DDLR-205","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158210752670,"sku":"DDLR-205","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158210916510,"sku":"DDLR-205","price":337.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151169990814,"sku":"DDLR-205","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151170154654,"sku":"DDLR-205","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151170318494,"sku":"DDLR-205","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151170482334,"sku":"DDLR-205","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151170646174,"sku":"DDLR-205","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151170810014,"sku":"DDLR-205","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151170973854,"sku":"DDLR-205","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151171137694,"sku":"DDLR-205","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151171301534,"sku":"DDLR-205","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151171465374,"sku":"DDLR-205","price":1344.26,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_146468c8-0492-4c8c-b4e0-aa6a32672cf1.jpg?v=1784700075"},{"product_id":"yellow-gold-round-moissanite-eternity-band-ring","title":"Yellow Gold Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\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 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 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"79\" data-end=\"593\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this yellow gold tone round moissanite eternity band, designed to showcase continuous brilliance from every angle. The clean, modern setting enhances the sparkle of each visible round stone while creating a refined and luxurious look. Crafted for everyday sophistication or meaningful occasions, this elegant band complements a variety of personal styles. Available in multiple metal options. Discover a piece that brings enduring beauty to your jewelry collection.\u003c\/p\u003e\n\u003cp data-start=\"595\" data-end=\"657\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"620\" data-end=\"684\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"635\" data-end=\"700\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"666\" data-start=\"605\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"686\" data-start=\"614\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"672\" data-start=\"612\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"691\" data-start=\"626\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158208622750,"sku":"DDLR-208","price":346.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158208786590,"sku":"DDLR-208","price":346.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158208950430,"sku":"DDLR-208","price":346.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151162028190,"sku":"DDLR-208","price":1053.57,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151162192030,"sku":"DDLR-208","price":1053.57,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151162355870,"sku":"DDLR-208","price":1053.57,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151162519710,"sku":"DDLR-208","price":1313.5,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151162683550,"sku":"DDLR-208","price":1313.5,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151162847390,"sku":"DDLR-208","price":1313.5,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151163011230,"sku":"DDLR-208","price":1609.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151163175070,"sku":"DDLR-208","price":1609.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151163338910,"sku":"DDLR-208","price":1609.7,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151163502750,"sku":"DDLR-208","price":1390.62,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_e7522a2c-6fd6-4a03-a6f2-f815129bb811.jpg?v=1784703206"},{"product_id":"yellow-gold-round-moissanite-cluster-eternity-band-ring","title":"Yellow Gold Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"76\" data-end=\"625\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this yellow gold tone round moissanite eternity band ring, designed to radiate brilliance from every angle. A continuous row of sparkling round stones creates a refined, luxurious look that complements both everyday wear and special occasions. Expertly crafted with a polished finish, this sophisticated design offers enduring style and ethical luxury. Available in multiple metal options. Elevate your jewelry collection with this elegant eternity band.\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":48158207082654,"sku":"DDLR-210","price":426.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158207246494,"sku":"DDLR-210","price":426.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158207410334,"sku":"DDLR-210","price":426.26,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151157768350,"sku":"DDLR-210","price":1370.9,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151157932190,"sku":"DDLR-210","price":1370.9,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151158096030,"sku":"DDLR-210","price":1370.9,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151158259870,"sku":"DDLR-210","price":1711.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151158423710,"sku":"DDLR-210","price":1711.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151158587550,"sku":"DDLR-210","price":1711.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151158751390,"sku":"DDLR-210","price":2100.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151158915230,"sku":"DDLR-210","price":2100.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151159079070,"sku":"DDLR-210","price":2100.59,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151159242910,"sku":"DDLR-210","price":1807.87,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_dc2e2908-39bd-4e1e-b672-38cdcb83ba99.jpg?v=1784704831"},{"product_id":"white-round-moissanite-wedding-eternity-band-ring","title":"White Metal Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"70\" data-end=\"635\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this refined round moissanite eternity band, featuring a continuous row of brilliant round stones in a sleek white metal setting. Its clean, minimalist silhouette delivers exceptional sparkle that complements both everyday wear and special occasions. Expertly crafted with a luxurious finish, this ring embodies modern sophistication and ethical luxury. Available in multiple metal options, it's a beautiful addition to any jewelry collection. Discover effortless brilliance and make it yours today.\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","offer_id":48158205771934,"sku":"DDLR-212","price":292.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158205935774,"sku":"DDLR-212","price":292.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158206099614,"sku":"DDLR-212","price":292.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151152722078,"sku":"DDLR-212","price":842.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151152885918,"sku":"DDLR-212","price":842.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151153049758,"sku":"DDLR-212","price":842.02,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151153213598,"sku":"DDLR-212","price":1048.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151153377438,"sku":"DDLR-212","price":1048.28,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151153541278,"sku":"DDLR-212","price":1048.28,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151153705118,"sku":"DDLR-212","price":1282.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151153868958,"sku":"DDLR-212","price":1282.44,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151154032798,"sku":"DDLR-212","price":1282.44,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151154196638,"sku":"DDLR-212","price":1112.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3a755b9a-8f84-4977-bee3-877d55e4374f.jpg?v=1784712838"},{"product_id":"yellow-gold-round-moissanite-cluster-eternity-band-rings","title":"Yellow Gold Round Moissanite Double Row Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\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 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\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"635\" data-start=\"70\"\u003eCelebrate timeless elegance with this yellow gold tone moissanite eternity band featuring two sparkling rows of round stones that create exceptional brilliance from every angle. Its refined silhouette and radiant finish make it a sophisticated choice for everyday luxury or special occasions. Designed with a premium look that complements any jewelry collection, this elegant band offers enduring sparkle with a modern aesthetic. Available in multiple metal options. Discover your perfect finishing touch today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158205083806,"sku":"DDLR-213","price":435.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158205247646,"sku":"DDLR-213","price":435.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158205411486,"sku":"DDLR-213","price":435.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151150428318,"sku":"DDLR-213","price":1406.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151150592158,"sku":"DDLR-213","price":1406.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151150755998,"sku":"DDLR-213","price":1406.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151150919838,"sku":"DDLR-213","price":1755.53,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151151083678,"sku":"DDLR-213","price":1755.53,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151151247518,"sku":"DDLR-213","price":1755.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151151411358,"sku":"DDLR-213","price":2155.14,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151151575198,"sku":"DDLR-213","price":2155.14,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151151739038,"sku":"DDLR-213","price":2155.14,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151151902878,"sku":"DDLR-213","price":1854.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_9819ce92-4dc4-4f8b-8cca-03ae24ef039f.jpg?v=1784714052"},{"product_id":"rose-gold-round-moissanite-bezel-eternity-band-ring","title":"Rose Gold Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"68\" data-end=\"610\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold tone moissanite eternity band featuring a continuous row of round brilliant cut stones for exceptional sparkle. Its refined, contemporary design creates a luxurious look that shines beautifully from every angle, making it ideal for stacking or wearing on its own. Expertly crafted with a focus on beauty and everyday sophistication, this ring offers an ethical luxury statement designed to elevate any jewelry collection. Discover its enduring brilliance today.\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","offer_id":48158204428446,"sku":"DDLR-214","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158204592286,"sku":"DDLR-214","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158204756126,"sku":"DDLR-214","price":337.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151148265630,"sku":"DDLR-214","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151148429470,"sku":"DDLR-214","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151148593310,"sku":"DDLR-214","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151148757150,"sku":"DDLR-214","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151148920990,"sku":"DDLR-214","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151149084830,"sku":"DDLR-214","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151149248670,"sku":"DDLR-214","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151149412510,"sku":"DDLR-214","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151149576350,"sku":"DDLR-214","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151149740190,"sku":"DDLR-214","price":1344.26,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_6f3e3ce9-446a-484e-b376-26f1a5b0dc76.jpg?v=1784716101"},{"product_id":"white-metal-emerald-pear-round-moissanite-eternity-band-ring","title":"White Metal Alternating Emerald, Pear \u0026 Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eEmerald, Pear \u0026amp; Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"68\" data-end=\"610\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless sophistication with this alternating emerald, pear and round moissanite eternity band, beautifully crafted for exceptional brilliance from every angle. The continuous row of striking stones creates a bold yet refined look that transitions effortlessly from everyday elegance to special occasions. Designed with premium craftsmanship and inspired by ethical luxury, this ring is a radiant statement on its own or stacked with your favorite pieces. Add this luminous design to your jewelry collection today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158203740318,"sku":"DDLR-215","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158203904158,"sku":"DDLR-215","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158204067998,"sku":"DDLR-215","price":408.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151145316510,"sku":"DDLR-215","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151145480350,"sku":"DDLR-215","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151145644190,"sku":"DDLR-215","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151145808030,"sku":"DDLR-215","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151145971870,"sku":"DDLR-215","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151146135710,"sku":"DDLR-215","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151146299550,"sku":"DDLR-215","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151146463390,"sku":"DDLR-215","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151146627230,"sku":"DDLR-215","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151146791070,"sku":"DDLR-215","price":1715.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_cbca4ce2-3832-4d9d-b217-03775bae699d.jpg?v=1784717312"},{"product_id":"yellow-gold-round-moissanite-full-eternity-band-ring","title":"Yellow Gold Round Cut Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\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\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 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 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"610\" data-start=\"68\"\u003eCelebrate timeless elegance with this round cut moissanite eternity band, beautifully showcased in a polished yellow gold tone finish. The continuous circle of bezel set stones creates a refined silhouette with exceptional sparkle from every angle. Designed to complement both everyday wear and special occasions, this sophisticated band offers enduring style with a modern luxury aesthetic. A stunning choice for stacking or wearing on its own, it is ready to elevate your jewelry collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158203052190,"sku":"DDLR-216","price":372.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158203216030,"sku":"DDLR-216","price":372.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158203379870,"sku":"DDLR-216","price":372.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151143153822,"sku":"DDLR-216","price":1159.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151143317662,"sku":"DDLR-216","price":1159.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151143481502,"sku":"DDLR-216","price":1159.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151143645342,"sku":"DDLR-216","price":1446.11,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151143809182,"sku":"DDLR-216","price":1446.11,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151143973022,"sku":"DDLR-216","price":1446.11,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151144136862,"sku":"DDLR-216","price":1773.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151144300702,"sku":"DDLR-216","price":1773.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151144464542,"sku":"DDLR-216","price":1773.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151144628382,"sku":"DDLR-216","price":1529.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_4ededdfa-2be3-4403-a4fe-d21592e77acd.jpg?v=1784717989"},{"product_id":"rose-gold-round-moissanite-double-row-eternity-band","title":"Rose Gold Round Moissanite Double Row Eternity Band","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003e TOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"583\" data-start=\"73\"\u003eCelebrate timeless elegance with this rose gold tone double row eternity band featuring brilliant round moissanite stones. The continuous design creates exceptional sparkle from every angle while the refined craftsmanship delivers a sophisticated, luxurious look for everyday wear or special occasions. Available in multiple metal options, this elegant ring offers a beautiful balance of brilliance and modern style. Discover a piece designed to elevate your jewelry collection with lasting beauty.\u003c\/p\u003e\n\u003cp data-start=\"607\" data-end=\"676\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158198169758,"sku":"DDLR-223","price":461.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158198333598,"sku":"DDLR-223","price":461.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158198497438,"sku":"DDLR-223","price":461.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151125491870,"sku":"DDLR-223","price":1511.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151125655710,"sku":"DDLR-223","price":1511.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151125819550,"sku":"DDLR-223","price":1511.93,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151125983390,"sku":"DDLR-223","price":1888.14,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151126147230,"sku":"DDLR-223","price":1888.14,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151126311070,"sku":"DDLR-223","price":1888.14,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151126474910,"sku":"DDLR-223","price":2318.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151126638750,"sku":"DDLR-223","price":2318.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151126802590,"sku":"DDLR-223","price":2318.77,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151126966430,"sku":"DDLR-223","price":1993.32,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_e7db089f-0a47-49a2-aadf-061fe5c5249d.jpg?v=1784723671"},{"product_id":"white-round-moissanite-wide-band-ring","title":"White Metal Round Moissanite Wide Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\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 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\"\u003e TOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e7 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this wide band ring featuring rows of brilliant round Moissanite stones that create exceptional sparkle from every angle. The layered design and polished finish deliver a refined, luxurious look that complements both everyday style and special occasions. Available in multiple metal options, this ring is crafted to reflect modern sophistication and ethical luxury. Discover a statement piece designed to elevate your jewelry collection.\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","offer_id":48158197317790,"sku":"DDLR-224","price":682.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158197481630,"sku":"DDLR-224","price":682.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158197645470,"sku":"DDLR-224","price":682.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151121821854,"sku":"DDLR-224","price":1428.22,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151121985694,"sku":"DDLR-224","price":1428.22,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151122149534,"sku":"DDLR-224","price":1428.22,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151122313374,"sku":"DDLR-224","price":1782.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151122477214,"sku":"DDLR-224","price":1782.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151122641054,"sku":"DDLR-224","price":1782.31,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151122804894,"sku":"DDLR-224","price":2173.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151122968734,"sku":"DDLR-224","price":2173.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151123132574,"sku":"DDLR-224","price":2173.03,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151123296414,"sku":"DDLR-224","price":1150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_789e865c-a64c-4435-b940-e7468f5af070.jpg?v=1784724087"},{"product_id":"rose-gold-pear-round-moissanite-eternity-band-ring","title":"Rose Gold Pear \u0026 Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear \u0026amp; Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003e TOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"569\" data-start=\"66\"\u003eCelebrate timeless elegance with this rose gold tone Moissanite eternity band featuring an eye catching combination of pear and round stones in a continuous design. The alternating shapes create exceptional brilliance while the polished finish enhances its luxurious appeal. Crafted with refined attention to detail, this ring offers a sophisticated look that complements both everyday wear and special occasions. A beautiful expression of modern luxury, it's ready to elevate your jewelry collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158196007070,"sku":"DDLR-227","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158196170910,"sku":"DDLR-227","price":337.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158196334750,"sku":"DDLR-227","price":337.32,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151116349598,"sku":"DDLR-227","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151116513438,"sku":"DDLR-227","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151116677278,"sku":"DDLR-227","price":1018.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151116841118,"sku":"DDLR-227","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151117004958,"sku":"DDLR-227","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151117168798,"sku":"DDLR-227","price":1269.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151117332638,"sku":"DDLR-227","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151117496478,"sku":"DDLR-227","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151117660318,"sku":"DDLR-227","price":1555.16,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151117824158,"sku":"DDLR-227","price":1344.26,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_2c35b0b0-41d9-48b3-8ac8-0725024f5488.jpg?v=1784786023"},{"product_id":"yellow-gold-round-moissanite-milgrain-band-ring","title":"Yellow Gold Round Moissanite Milgrain Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\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 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\"\u003e TOTAL 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\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this yellow gold tone Moissanite band ring, featuring a row of round brilliant stones framed by intricate milgrain detailing. Its refined profile delivers eye catching sparkle while maintaining a sophisticated, everyday look. Designed to complement both modern and classic styles, this ring offers a luxurious aesthetic with exceptional brilliance and fine craftsmanship. A beautiful choice for stacking or wearing alone, it's a graceful addition to any jewelry collection.\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":48158195220638,"sku":"DDLR-229","price":476.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158195384478,"sku":"DDLR-229","price":476.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158195548318,"sku":"DDLR-229","price":476.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151114055838,"sku":"DDLR-229","price":1087.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151114219678,"sku":"DDLR-229","price":1087.35,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151114383518,"sku":"DDLR-229","price":1087.35,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151114547358,"sku":"DDLR-229","price":1377.1,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151114711198,"sku":"DDLR-229","price":1377.1,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151114875038,"sku":"DDLR-229","price":1377.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151115038878,"sku":"DDLR-229","price":1702.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151115202718,"sku":"DDLR-229","price":1702.43,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151115366558,"sku":"DDLR-229","price":1702.43,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151115530398,"sku":"DDLR-229","price":1150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_384766d3-b670-4103-8b1e-f6ea82af5efc.jpg?v=1784788955"},{"product_id":"white-metal-round-moissanite-solitaire-pendant-necklace","title":"White Metal Round 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\"\u003e\n\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\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 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 round moissanite solitaire pendant necklace, beautifully suspended from a delicate white metal chain. Its clean, timeless silhouette showcases exceptional brilliance while complementing both casual and formal looks. Expertly crafted with a refined, minimalist design, this pendant offers effortless sophistication and ethical luxury. Available in multiple metal options. Add this classic piece to your jewelry collection and enjoy lasting sparkle for every occasion.\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":48158189748382,"sku":"GPD-0045","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158189781150,"sku":"GPD-0045","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158189813918,"sku":"GPD-0045","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158189846686,"sku":"GPD-0045","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158189879454,"sku":"GPD-0045","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158189912222,"sku":"GPD-0045","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158189944990,"sku":"GPD-0045","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158189977758,"sku":"GPD-0045","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158190010526,"sku":"GPD-0045","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158190043294,"sku":"GPD-0045","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158190076062,"sku":"GPD-0045","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158190108830,"sku":"GPD-0045","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158190141598,"sku":"GPD-0045","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158190174366,"sku":"GPD-0045","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158190207134,"sku":"GPD-0045","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156339863710,"sku":"GPD-0045","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156339896478,"sku":"GPD-0045","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156339929246,"sku":"GPD-0045","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156339962014,"sku":"GPD-0045","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156339994782,"sku":"GPD-0045","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156340027550,"sku":"GPD-0045","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156340060318,"sku":"GPD-0045","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156340093086,"sku":"GPD-0045","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156340125854,"sku":"GPD-0045","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156340158622,"sku":"GPD-0045","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156340191390,"sku":"GPD-0045","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156340224158,"sku":"GPD-0045","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156340256926,"sku":"GPD-0045","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156340289694,"sku":"GPD-0045","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156340322462,"sku":"GPD-0045","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156340355230,"sku":"GPD-0045","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156340387998,"sku":"GPD-0045","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156340420766,"sku":"GPD-0045","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156340453534,"sku":"GPD-0045","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156340486302,"sku":"GPD-0045","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156340519070,"sku":"GPD-0045","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156340551838,"sku":"GPD-0045","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156340584606,"sku":"GPD-0045","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156340617374,"sku":"GPD-0045","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156340650142,"sku":"GPD-0045","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156340682910,"sku":"GPD-0045","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156340715678,"sku":"GPD-0045","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156340748446,"sku":"GPD-0045","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156340781214,"sku":"GPD-0045","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156340813982,"sku":"GPD-0045","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156340846750,"sku":"GPD-0045","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156340879518,"sku":"GPD-0045","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156340912286,"sku":"GPD-0045","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156340945054,"sku":"GPD-0045","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156340977822,"sku":"GPD-0045","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156341010590,"sku":"GPD-0045","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156341043358,"sku":"GPD-0045","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156341076126,"sku":"GPD-0045","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156341108894,"sku":"GPD-0045","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156341141662,"sku":"GPD-0045","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156341174430,"sku":"GPD-0045","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156341207198,"sku":"GPD-0045","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156341239966,"sku":"GPD-0045","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156341272734,"sku":"GPD-0045","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156341305502,"sku":"GPD-0045","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_1_6fc78aaa-79a0-4636-b900-20e683e6a07b.jpg?v=1785482704"},{"product_id":"rose-gold-round-moissanite-solitaire-pendant-necklace","title":"Rose Gold Round 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\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with this elegant round moissanite solitaire pendant necklace, beautifully showcased in a warm rose gold tone. The timeless four prong setting highlights the stone's exceptional brilliance while the delicate chain creates a refined, minimalist look. Designed for effortless sophistication, this pendant complements both everyday wear and special occasions with enduring sparkle and modern luxury. A beautiful choice for gifting or enhancing your own jewelry collection make it yours today.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158189093022,"sku":"GPD-0043","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158189125790,"sku":"GPD-0043","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158189158558,"sku":"GPD-0043","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158189191326,"sku":"GPD-0043","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158189224094,"sku":"GPD-0043","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158189256862,"sku":"GPD-0043","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158189289630,"sku":"GPD-0043","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158189322398,"sku":"GPD-0043","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158189355166,"sku":"GPD-0043","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158189387934,"sku":"GPD-0043","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158189420702,"sku":"GPD-0043","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158189453470,"sku":"GPD-0043","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158189486238,"sku":"GPD-0043","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158189519006,"sku":"GPD-0043","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158189551774,"sku":"GPD-0043","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156336849054,"sku":"GPD-0043","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156336881822,"sku":"GPD-0043","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156336914590,"sku":"GPD-0043","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156336947358,"sku":"GPD-0043","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156336980126,"sku":"GPD-0043","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156337012894,"sku":"GPD-0043","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156337045662,"sku":"GPD-0043","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156337078430,"sku":"GPD-0043","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156337111198,"sku":"GPD-0043","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156337143966,"sku":"GPD-0043","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156337176734,"sku":"GPD-0043","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156337209502,"sku":"GPD-0043","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156337242270,"sku":"GPD-0043","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156337275038,"sku":"GPD-0043","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156337307806,"sku":"GPD-0043","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156337340574,"sku":"GPD-0043","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156337373342,"sku":"GPD-0043","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156337406110,"sku":"GPD-0043","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156337438878,"sku":"GPD-0043","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156337471646,"sku":"GPD-0043","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156337504414,"sku":"GPD-0043","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156337537182,"sku":"GPD-0043","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156337569950,"sku":"GPD-0043","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156337602718,"sku":"GPD-0043","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156337635486,"sku":"GPD-0043","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156337668254,"sku":"GPD-0043","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156337701022,"sku":"GPD-0043","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156337733790,"sku":"GPD-0043","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156337766558,"sku":"GPD-0043","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156337799326,"sku":"GPD-0043","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156337832094,"sku":"GPD-0043","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156337864862,"sku":"GPD-0043","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156337897630,"sku":"GPD-0043","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156337930398,"sku":"GPD-0043","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156337963166,"sku":"GPD-0043","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156337995934,"sku":"GPD-0043","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156338028702,"sku":"GPD-0043","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156338061470,"sku":"GPD-0043","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156338094238,"sku":"GPD-0043","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156338127006,"sku":"GPD-0043","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156338159774,"sku":"GPD-0043","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156338192542,"sku":"GPD-0043","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156338225310,"sku":"GPD-0043","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156338258078,"sku":"GPD-0043","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156338290846,"sku":"GPD-0043","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_65bba44f-036c-4404-b4c8-76cb8e6465e5.jpg?v=1785482394"},{"product_id":"yellow-gold-marquise-moissanite-lariat-necklace","title":"Yellow Gold Marquise Moissanite Lariat Necklace with Round Accents","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 \u0026amp; 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 stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\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.50 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed to catch the light from every angle, this yellow gold tone Moissanite lariat necklace features a delicate V shaped arrangement of round stones leading to a suspended marquise shaped centerpiece. Its refined silhouette offers timeless elegance for both everyday wear and special occasions. Crafted with premium attention to detail, this necklace celebrates modern luxury with exceptional brilliance. Available in multiple metal options. Elevate your jewelry collection with this sophisticated piece.\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":48158188437662,"sku":"GPD-0032","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158188470430,"sku":"GPD-0032","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158188503198,"sku":"GPD-0032","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158188535966,"sku":"GPD-0032","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158188568734,"sku":"GPD-0032","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158188601502,"sku":"GPD-0032","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158188634270,"sku":"GPD-0032","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158188667038,"sku":"GPD-0032","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158188699806,"sku":"GPD-0032","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158188732574,"sku":"GPD-0032","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158188765342,"sku":"GPD-0032","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158188798110,"sku":"GPD-0032","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158188830878,"sku":"GPD-0032","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158188863646,"sku":"GPD-0032","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158188896414,"sku":"GPD-0032","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156334391454,"sku":"GPD-0032","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156334424222,"sku":"GPD-0032","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156334456990,"sku":"GPD-0032","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156334489758,"sku":"GPD-0032","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156334522526,"sku":"GPD-0032","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156334555294,"sku":"GPD-0032","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156334588062,"sku":"GPD-0032","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156334620830,"sku":"GPD-0032","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156334653598,"sku":"GPD-0032","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156334686366,"sku":"GPD-0032","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156334719134,"sku":"GPD-0032","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156334751902,"sku":"GPD-0032","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156334784670,"sku":"GPD-0032","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156334817438,"sku":"GPD-0032","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156334850206,"sku":"GPD-0032","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156334882974,"sku":"GPD-0032","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156334915742,"sku":"GPD-0032","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156334948510,"sku":"GPD-0032","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156334981278,"sku":"GPD-0032","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156335014046,"sku":"GPD-0032","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156335046814,"sku":"GPD-0032","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156335079582,"sku":"GPD-0032","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156335112350,"sku":"GPD-0032","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156335145118,"sku":"GPD-0032","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156335177886,"sku":"GPD-0032","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156335210654,"sku":"GPD-0032","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156335243422,"sku":"GPD-0032","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156335276190,"sku":"GPD-0032","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156335308958,"sku":"GPD-0032","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156335341726,"sku":"GPD-0032","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156335374494,"sku":"GPD-0032","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156335407262,"sku":"GPD-0032","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156335440030,"sku":"GPD-0032","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156335472798,"sku":"GPD-0032","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156335505566,"sku":"GPD-0032","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156335538334,"sku":"GPD-0032","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156335571102,"sku":"GPD-0032","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156335603870,"sku":"GPD-0032","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156335636638,"sku":"GPD-0032","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156335669406,"sku":"GPD-0032","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156335702174,"sku":"GPD-0032","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156335734942,"sku":"GPD-0032","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156335767710,"sku":"GPD-0032","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156335800478,"sku":"GPD-0032","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156335833246,"sku":"GPD-0032","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_200d2c8a-40fa-4cd4-ae85-8c310826d6b8.jpg?v=1785481199"},{"product_id":"white-metal-round-moissanite-drop-pendant-necklace","title":"White Metal Round Moissanite Drop 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\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eGraceful and timeless, this white metal pendant necklace showcases a sparkling round moissanite suspended beneath a smaller round accent stone, creating an elegant drop silhouette. Its refined design catches the light beautifully, making it a versatile piece for both everyday wear and special occasions. Crafted with a focus on sophistication and ethical luxury, this necklace offers lasting brilliance with effortless style. Add this elegant piece 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":48158185816222,"sku":"GPD-0025","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158185848990,"sku":"GPD-0025","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158185881758,"sku":"GPD-0025","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158185914526,"sku":"GPD-0025","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158185947294,"sku":"GPD-0025","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158185980062,"sku":"GPD-0025","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158186012830,"sku":"GPD-0025","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158186045598,"sku":"GPD-0025","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158186078366,"sku":"GPD-0025","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158186111134,"sku":"GPD-0025","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158186143902,"sku":"GPD-0025","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158186176670,"sku":"GPD-0025","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158186209438,"sku":"GPD-0025","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158186242206,"sku":"GPD-0025","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158186274974,"sku":"GPD-0025","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156324135070,"sku":"GPD-0025","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156324167838,"sku":"GPD-0025","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156324200606,"sku":"GPD-0025","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156324233374,"sku":"GPD-0025","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156324266142,"sku":"GPD-0025","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156324298910,"sku":"GPD-0025","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156324331678,"sku":"GPD-0025","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156324364446,"sku":"GPD-0025","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156324397214,"sku":"GPD-0025","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156324429982,"sku":"GPD-0025","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156324462750,"sku":"GPD-0025","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156324495518,"sku":"GPD-0025","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156324528286,"sku":"GPD-0025","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156324561054,"sku":"GPD-0025","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156324593822,"sku":"GPD-0025","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156324626590,"sku":"GPD-0025","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156324659358,"sku":"GPD-0025","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156324692126,"sku":"GPD-0025","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156324724894,"sku":"GPD-0025","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156324757662,"sku":"GPD-0025","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156324790430,"sku":"GPD-0025","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156324823198,"sku":"GPD-0025","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156324855966,"sku":"GPD-0025","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156324888734,"sku":"GPD-0025","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156324921502,"sku":"GPD-0025","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156324954270,"sku":"GPD-0025","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156324987038,"sku":"GPD-0025","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156325019806,"sku":"GPD-0025","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156325052574,"sku":"GPD-0025","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156325085342,"sku":"GPD-0025","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156325118110,"sku":"GPD-0025","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156325150878,"sku":"GPD-0025","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156325183646,"sku":"GPD-0025","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156325216414,"sku":"GPD-0025","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156325249182,"sku":"GPD-0025","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156325281950,"sku":"GPD-0025","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156325314718,"sku":"GPD-0025","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156325347486,"sku":"GPD-0025","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156325380254,"sku":"GPD-0025","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156325413022,"sku":"GPD-0025","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156325445790,"sku":"GPD-0025","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156325478558,"sku":"GPD-0025","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156325511326,"sku":"GPD-0025","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156325544094,"sku":"GPD-0025","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156325576862,"sku":"GPD-0025","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_39dbd8fb-0c12-4dba-9e57-99d1bb9f7f2e.jpg?v=1785472663"},{"product_id":"rose-gold-pear-cut-moissanite-infinity-pendant-necklace","title":"Rose Gold Pear Cut Moissanite Infinity Pendant Necklace","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear \u0026amp; Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold tone infinity pendant necklace featuring two pear cut moissanite stones accented by a delicate pavé inspired infinity design. Its graceful silhouette reflects light beautifully, creating a refined look that transitions effortlessly from everyday wear to special occasions. Crafted with attention to detail and designed for lasting style, this elegant necklace makes a meaningful gift or a sophisticated addition to your own jewelry collection. Discover its enduring beauty today.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158184964254,"sku":"GPD-0016","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158184997022,"sku":"GPD-0016","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158185029790,"sku":"GPD-0016","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158185062558,"sku":"GPD-0016","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158185095326,"sku":"GPD-0016","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158185128094,"sku":"GPD-0016","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158185160862,"sku":"GPD-0016","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158185193630,"sku":"GPD-0016","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158185226398,"sku":"GPD-0016","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158185259166,"sku":"GPD-0016","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158185291934,"sku":"GPD-0016","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158185324702,"sku":"GPD-0016","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158185357470,"sku":"GPD-0016","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158185390238,"sku":"GPD-0016","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158185423006,"sku":"GPD-0016","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156322136222,"sku":"GPD-0016","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156322168990,"sku":"GPD-0016","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156322201758,"sku":"GPD-0016","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156322234526,"sku":"GPD-0016","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156322267294,"sku":"GPD-0016","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156322300062,"sku":"GPD-0016","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156322332830,"sku":"GPD-0016","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156322365598,"sku":"GPD-0016","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156322398366,"sku":"GPD-0016","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156322431134,"sku":"GPD-0016","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156322463902,"sku":"GPD-0016","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156322496670,"sku":"GPD-0016","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156322529438,"sku":"GPD-0016","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156322562206,"sku":"GPD-0016","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156322594974,"sku":"GPD-0016","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156322627742,"sku":"GPD-0016","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156322660510,"sku":"GPD-0016","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156322693278,"sku":"GPD-0016","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156322726046,"sku":"GPD-0016","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156322758814,"sku":"GPD-0016","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156322791582,"sku":"GPD-0016","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156322824350,"sku":"GPD-0016","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156322857118,"sku":"GPD-0016","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156322889886,"sku":"GPD-0016","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156322922654,"sku":"GPD-0016","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156322955422,"sku":"GPD-0016","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156322988190,"sku":"GPD-0016","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156323020958,"sku":"GPD-0016","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156323053726,"sku":"GPD-0016","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156323086494,"sku":"GPD-0016","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156323119262,"sku":"GPD-0016","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156323152030,"sku":"GPD-0016","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156323184798,"sku":"GPD-0016","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156323217566,"sku":"GPD-0016","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156323250334,"sku":"GPD-0016","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156323283102,"sku":"GPD-0016","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156323315870,"sku":"GPD-0016","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156323348638,"sku":"GPD-0016","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156323381406,"sku":"GPD-0016","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156323414174,"sku":"GPD-0016","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156323446942,"sku":"GPD-0016","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156323479710,"sku":"GPD-0016","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156323512478,"sku":"GPD-0016","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156323545246,"sku":"GPD-0016","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156323578014,"sku":"GPD-0016","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3f9db05f-e18c-420d-aad6-d31beee9482e.jpg?v=1785417121"},{"product_id":"yellow-gold-round-moissanite-halo-pendant-necklace","title":"Yellow Gold Round Moissanite Halo 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\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e2 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eTimeless and refined, this round Moissanite pendant necklace showcases a brilliant center stone framed by a delicate halo for added sparkle. The warm yellow gold tone finish and fine chain create a sophisticated look that transitions effortlessly from everyday elegance to special occasions. Crafted with attention to detail and designed to celebrate ethical luxury, this pendant is a radiant addition to any jewelry collection. Elevate your style with this beautifully crafted piece 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":48158184308894,"sku":"GPD-0007","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158184341662,"sku":"GPD-0007","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158184374430,"sku":"GPD-0007","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158184407198,"sku":"GPD-0007","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158184439966,"sku":"GPD-0007","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158184472734,"sku":"GPD-0007","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158184505502,"sku":"GPD-0007","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158184538270,"sku":"GPD-0007","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158184571038,"sku":"GPD-0007","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158184603806,"sku":"GPD-0007","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158184636574,"sku":"GPD-0007","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158184669342,"sku":"GPD-0007","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158184702110,"sku":"GPD-0007","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158184734878,"sku":"GPD-0007","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158184767646,"sku":"GPD-0007","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156319940766,"sku":"GPD-0007","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156319973534,"sku":"GPD-0007","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156320006302,"sku":"GPD-0007","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156320039070,"sku":"GPD-0007","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156320071838,"sku":"GPD-0007","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156320104606,"sku":"GPD-0007","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156320137374,"sku":"GPD-0007","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156320170142,"sku":"GPD-0007","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156320202910,"sku":"GPD-0007","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156320235678,"sku":"GPD-0007","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156320268446,"sku":"GPD-0007","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156320301214,"sku":"GPD-0007","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156320333982,"sku":"GPD-0007","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156320366750,"sku":"GPD-0007","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156320399518,"sku":"GPD-0007","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156320432286,"sku":"GPD-0007","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156320465054,"sku":"GPD-0007","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156320497822,"sku":"GPD-0007","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156320530590,"sku":"GPD-0007","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156320563358,"sku":"GPD-0007","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156320596126,"sku":"GPD-0007","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156320628894,"sku":"GPD-0007","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156320661662,"sku":"GPD-0007","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156320694430,"sku":"GPD-0007","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156320727198,"sku":"GPD-0007","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156320759966,"sku":"GPD-0007","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156320792734,"sku":"GPD-0007","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156320825502,"sku":"GPD-0007","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156320858270,"sku":"GPD-0007","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156320891038,"sku":"GPD-0007","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156320923806,"sku":"GPD-0007","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156320956574,"sku":"GPD-0007","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156320989342,"sku":"GPD-0007","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156321022110,"sku":"GPD-0007","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156321054878,"sku":"GPD-0007","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156321087646,"sku":"GPD-0007","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156321120414,"sku":"GPD-0007","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156321153182,"sku":"GPD-0007","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156321185950,"sku":"GPD-0007","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156321218718,"sku":"GPD-0007","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156321251486,"sku":"GPD-0007","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156321284254,"sku":"GPD-0007","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156321317022,"sku":"GPD-0007","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156321349790,"sku":"GPD-0007","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156321382558,"sku":"GPD-0007","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_201ae9aa-7297-435c-ac32-4cbb049a17f0.jpg?v=1785416733"},{"product_id":"rose-gold-round-moissanite-drop-pendant-necklace","title":"Rose Gold Round Moissanite Three Stone Drop 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\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed with three vertically arranged round brilliant stones, this rose gold tone Moissanite pendant necklace offers timeless elegance with a contemporary touch. The clean, minimalist silhouette beautifully reflects light, creating captivating brilliance for both everyday wear and special occasions. Crafted with refined attention to detail, it embodies modern luxury and effortless sophistication. Available in multiple metal options. Elevate your jewelry collection with this radiant pendant designed to complement every style.\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":48158182899870,"sku":"GPD-0004","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158182932638,"sku":"GPD-0004","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158182965406,"sku":"GPD-0004","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158182998174,"sku":"GPD-0004","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158183030942,"sku":"GPD-0004","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158183063710,"sku":"GPD-0004","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158183096478,"sku":"GPD-0004","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158183129246,"sku":"GPD-0004","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158183162014,"sku":"GPD-0004","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158183194782,"sku":"GPD-0004","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158183227550,"sku":"GPD-0004","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158183260318,"sku":"GPD-0004","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158183293086,"sku":"GPD-0004","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158183325854,"sku":"GPD-0004","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158183358622,"sku":"GPD-0004","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156314435742,"sku":"GPD-0004","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156314468510,"sku":"GPD-0004","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156314501278,"sku":"GPD-0004","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156314534046,"sku":"GPD-0004","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156314566814,"sku":"GPD-0004","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156314599582,"sku":"GPD-0004","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156314632350,"sku":"GPD-0004","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156314665118,"sku":"GPD-0004","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156314697886,"sku":"GPD-0004","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156314730654,"sku":"GPD-0004","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156314763422,"sku":"GPD-0004","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156314796190,"sku":"GPD-0004","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156314828958,"sku":"GPD-0004","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156314861726,"sku":"GPD-0004","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156314894494,"sku":"GPD-0004","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156314927262,"sku":"GPD-0004","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156314960030,"sku":"GPD-0004","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156314992798,"sku":"GPD-0004","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156315025566,"sku":"GPD-0004","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156315058334,"sku":"GPD-0004","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156315091102,"sku":"GPD-0004","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156315123870,"sku":"GPD-0004","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156315156638,"sku":"GPD-0004","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156315189406,"sku":"GPD-0004","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156315222174,"sku":"GPD-0004","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156315254942,"sku":"GPD-0004","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156315287710,"sku":"GPD-0004","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156315320478,"sku":"GPD-0004","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156315353246,"sku":"GPD-0004","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156315386014,"sku":"GPD-0004","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156315418782,"sku":"GPD-0004","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156315451550,"sku":"GPD-0004","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156315484318,"sku":"GPD-0004","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156315517086,"sku":"GPD-0004","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156315549854,"sku":"GPD-0004","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156315582622,"sku":"GPD-0004","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156315615390,"sku":"GPD-0004","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156315648158,"sku":"GPD-0004","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156315680926,"sku":"GPD-0004","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156315713694,"sku":"GPD-0004","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156315746462,"sku":"GPD-0004","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156315779230,"sku":"GPD-0004","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156315811998,"sku":"GPD-0004","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156315844766,"sku":"GPD-0004","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156315877534,"sku":"GPD-0004","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_da88910c-6a5b-4df2-a50c-4afe8bcf7862.jpg?v=1785416217"},{"product_id":"rose-gold-round-moissanite-love-pendant-necklace","title":"Rose Gold Round Moissanite LOVE 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\"\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 class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold tone LOVE pendant necklace featuring a round center stone accented by sparkling stones integrated into the artistic letter design. Its refined silhouette blends modern romance with everyday sophistication, creating a meaningful piece that shines with effortless brilliance. Expertly crafted with a luxurious finish, this necklace complements both casual and formal looks. A beautiful expression of style and sentiment, it's ready to become a cherished addition to your jewelry collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158180180126,"sku":"10009","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158180212894,"sku":"10009","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158180245662,"sku":"10009","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158180278430,"sku":"10009","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158180311198,"sku":"10009","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158180343966,"sku":"10009","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158180376734,"sku":"10009","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158180409502,"sku":"10009","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158180442270,"sku":"10009","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158180475038,"sku":"10009","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158180507806,"sku":"10009","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158180540574,"sku":"10009","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158180573342,"sku":"10009","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158180606110,"sku":"10009","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158180638878,"sku":"10009","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156305129630,"sku":"10009","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156305162398,"sku":"10009","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156305195166,"sku":"10009","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156305227934,"sku":"10009","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156305260702,"sku":"10009","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156305293470,"sku":"10009","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156305326238,"sku":"10009","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156305359006,"sku":"10009","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156305391774,"sku":"10009","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156305424542,"sku":"10009","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156305457310,"sku":"10009","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156305490078,"sku":"10009","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156305522846,"sku":"10009","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156305555614,"sku":"10009","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156305588382,"sku":"10009","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156305621150,"sku":"10009","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156305653918,"sku":"10009","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156305686686,"sku":"10009","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156305719454,"sku":"10009","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156305752222,"sku":"10009","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156305784990,"sku":"10009","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156305817758,"sku":"10009","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156305850526,"sku":"10009","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156305883294,"sku":"10009","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156305916062,"sku":"10009","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156305948830,"sku":"10009","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156305981598,"sku":"10009","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156306014366,"sku":"10009","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156306047134,"sku":"10009","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156306079902,"sku":"10009","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156306112670,"sku":"10009","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156306145438,"sku":"10009","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156306178206,"sku":"10009","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156306210974,"sku":"10009","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156306243742,"sku":"10009","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156306276510,"sku":"10009","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156306309278,"sku":"10009","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156306342046,"sku":"10009","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156306374814,"sku":"10009","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156306407582,"sku":"10009","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156306440350,"sku":"10009","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156306473118,"sku":"10009","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156306505886,"sku":"10009","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156306538654,"sku":"10009","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156306571422,"sku":"10009","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_914fdcdc-6f79-49f6-aec4-935a68126b05.jpg?v=1785414845"},{"product_id":"luxe-engravable-moissanite-locket-pendant-necklace","title":"Round Luxe Halo Moissanite Medallion Pendant in White Gold","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.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\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eChain Included:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158179524766,"sku":"10033","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158179557534,"sku":"10033","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158179590302,"sku":"10033","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158179623070,"sku":"10033","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158179655838,"sku":"10033","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158179688606,"sku":"10033","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158179721374,"sku":"10033","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158179754142,"sku":"10033","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158179786910,"sku":"10033","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158179819678,"sku":"10033","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158179852446,"sku":"10033","price":262.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158179885214,"sku":"10033","price":291.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158179917982,"sku":"10033","price":320.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158179950750,"sku":"10033","price":377.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158179983518,"sku":"10033","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48156302573726,"sku":"10033","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48156302606494,"sku":"10033","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48156302639262,"sku":"10033","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48156302672030,"sku":"10033","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48156302704798,"sku":"10033","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48156302737566,"sku":"10033","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48156302770334,"sku":"10033","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48156302803102,"sku":"10033","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48156302835870,"sku":"10033","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48156302868638,"sku":"10033","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48156302901406,"sku":"10033","price":882.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48156302934174,"sku":"10033","price":916.29,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48156302966942,"sku":"10033","price":950.51,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48156302999710,"sku":"10033","price":1018.93,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48156303032478,"sku":"10033","price":1155.77,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48156303065246,"sku":"10033","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48156303098014,"sku":"10033","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48156303130782,"sku":"10033","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48156303163550,"sku":"10033","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48156303196318,"sku":"10033","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48156303229086,"sku":"10033","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48156303261854,"sku":"10033","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48156303294622,"sku":"10033","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48156303327390,"sku":"10033","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48156303360158,"sku":"10033","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48156303392926,"sku":"10033","price":1102.18,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48156303425694,"sku":"10033","price":1143.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48156303458462,"sku":"10033","price":1184.29,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48156303491230,"sku":"10033","price":1266.39,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48156303523998,"sku":"10033","price":1430.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48156303556766,"sku":"10033","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48156303589534,"sku":"10033","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48156303622302,"sku":"10033","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48156303655070,"sku":"10033","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48156303687838,"sku":"10033","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48156303720606,"sku":"10033","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48156303753374,"sku":"10033","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48156303786142,"sku":"10033","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48156303818910,"sku":"10033","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48156303851678,"sku":"10033","price":1737.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48156303884446,"sku":"10033","price":1354.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48156303917214,"sku":"10033","price":1402.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48156303949982,"sku":"10033","price":1450.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48156303982750,"sku":"10033","price":1546.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48156304015518,"sku":"10033","price":1737.64,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/9_10033P_W-_viwe4_eaca9be3-c96a-4e10-85f5-c65a709bbbd1.png?v=1782559581"},{"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":"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-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":"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-round-cut-moissanite-premium-tennis-bracelet","title":"Yellow Gold Round Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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=\"587\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with this yellow gold tone round moissanite tennis bracelet, designed to deliver timeless elegance and exceptional sparkle. A continuous row of round stones creates a refined, luxurious look, while the secure clasp enhances both comfort and confidence. Beautifully crafted with a classic silhouette, this bracelet complements both special occasions and daily wear. Available in multiple metal options. Add this sophisticated piece to your jewelry collection today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158167138462,"sku":"LBR-1690B","price":1501.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158167171230,"sku":"LBR-1690B","price":1501.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158167203998,"sku":"LBR-1690B","price":1501.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156245262494,"sku":"LBR-1690B","price":4994.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156245295262,"sku":"LBR-1690B","price":4994.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156245328030,"sku":"LBR-1690B","price":4994.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156245360798,"sku":"LBR-1690B","price":6239.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156245393566,"sku":"LBR-1690B","price":6239.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156245426334,"sku":"LBR-1690B","price":6239.08,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156245459102,"sku":"LBR-1690B","price":7665.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156245491870,"sku":"LBR-1690B","price":7665.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156245524638,"sku":"LBR-1690B","price":7665.36,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_818692b4-0e88-4b42-ad8e-2568ddb13aa4.jpg?v=1785132395"},{"product_id":"white-gold-round-moissanite-tennis-bracelets","title":"White Gold Round Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003e13 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\" data-end=\"644\" data-start=\"73\"\u003eElevate your jewelry collection with this elegant round moissanite tennis bracelet, designed to deliver timeless brilliance and refined sophistication. A continuous row of sparkling round stones creates a radiant look, while the polished white metal finish and secure clasp enhance its luxurious appeal. Crafted for effortless elegance, this bracelet transitions beautifully from everyday wear to special occasions. Available in multiple metal options. Add this classic piece 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","offer_id":48158166745246,"sku":"594-01","price":1965.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158166778014,"sku":"594-01","price":1965.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158166810782,"sku":"594-01","price":1965.05,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156243099806,"sku":"594-01","price":5717.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156243132574,"sku":"594-01","price":5717.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156243165342,"sku":"594-01","price":5717.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156243198110,"sku":"594-01","price":7119.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156243230878,"sku":"594-01","price":7119.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156243263646,"sku":"594-01","price":7119.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156243296414,"sku":"594-01","price":8713.5,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156243329182,"sku":"594-01","price":8713.5,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156243361950,"sku":"594-01","price":8713.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_20c84fa2-21f9-4ab1-bd65-037c3ed93470.jpg?v=1784964323"},{"product_id":"white-round-cut-moissanite-luxury-tennis-bracelet","title":"White Round Cut Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\"\u003e13 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=\"73\" data-end=\"644\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with this elegant round cut moissanite tennis bracelet, designed to deliver timeless brilliance and refined sophistication. The continuous row of sparkling round stones creates a graceful, light catching look, while the polished white metal finish enhances its luxurious appeal. Expertly crafted for lasting beauty, this bracelet offers an ethical luxury choice that's perfect for special occasions or daily wear. A stunning addition to any jewelry collection make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158157570206,"sku":"GLBR-0016","price":1971.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158157602974,"sku":"GLBR-0016","price":1971.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158157635742,"sku":"GLBR-0016","price":1971.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156240969886,"sku":"GLBR-0016","price":5744.33,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156241002654,"sku":"GLBR-0016","price":5744.33,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156241035422,"sku":"GLBR-0016","price":5744.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156241068190,"sku":"GLBR-0016","price":7153.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156241100958,"sku":"GLBR-0016","price":7153.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156241133726,"sku":"GLBR-0016","price":7153.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156241166494,"sku":"GLBR-0016","price":8755.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156241199262,"sku":"GLBR-0016","price":8755.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156241232030,"sku":"GLBR-0016","price":8755.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_09e78b7c-dd5f-4144-913d-eec56c9d35bb.jpg?v=1785132170"},{"product_id":"yellow-gold-pear-round-moissanite-tennis-bracelet","title":"Yellow Gold Pear \u0026 Round Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Round \u0026amp; Pear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your jewelry collection with this elegant yellow gold tone Moissanite tennis bracelet, featuring a striking pear shaped center stone accented by a continuous row of brilliant round stones. Its refined silhouette and timeless design create exceptional sparkle for both everyday sophistication and special occasions. Crafted with a focus on premium style and ethical luxury, this bracelet is designed to make a lasting impression. Discover a piece that brings effortless brilliance to every moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158157406366,"sku":"GLBR-0015","price":1423.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158157439134,"sku":"GLBR-0015","price":1423.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158157471902,"sku":"GLBR-0015","price":1423.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156240576670,"sku":"GLBR-0015","price":4844.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156240609438,"sku":"GLBR-0015","price":4844.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156240642206,"sku":"GLBR-0015","price":4844.37,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156240674974,"sku":"GLBR-0015","price":6054.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156240707742,"sku":"GLBR-0015","price":6054.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156240740510,"sku":"GLBR-0015","price":6054.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156240773278,"sku":"GLBR-0015","price":7443.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156240806046,"sku":"GLBR-0015","price":7443.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156240838814,"sku":"GLBR-0015","price":7443.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_b6999a26-7bf1-4763-8b5b-477aa0789ca6.jpg?v=1784963775"},{"product_id":"white-round-princess-moissanite-tennis-bracelet","title":"White Metal Round \u0026 Princess Cut Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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 \u0026amp; 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\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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 this elegant Moissanite tennis bracelet, featuring a striking combination of round and princess cut stones that create exceptional sparkle from every angle. Its refined line design and polished finish offer a timeless look that transitions effortlessly from everyday sophistication to special occasions. Available in multiple metal options, this bracelet is a beautiful expression of modern luxury and thoughtful craftsmanship. Discover a radiant piece designed to shine with every wear.\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":48158157209758,"sku":"GLBR-0014","price":1521.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158157242526,"sku":"GLBR-0014","price":1521.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158157275294,"sku":"GLBR-0014","price":1521.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156240019614,"sku":"GLBR-0014","price":5075.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156240052382,"sku":"GLBR-0014","price":5075.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156240085150,"sku":"GLBR-0014","price":5075.53,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156240117918,"sku":"GLBR-0014","price":6341.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156240150686,"sku":"GLBR-0014","price":6341.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156240183454,"sku":"GLBR-0014","price":6341.08,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156240216222,"sku":"GLBR-0014","price":7791.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156240248990,"sku":"GLBR-0014","price":7791.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156240281758,"sku":"GLBR-0014","price":7791.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_b30af60a-de25-4b85-98d3-dabb45442e8a.jpg?v=1784963336"},{"product_id":"white-gold-cushion-cut-moissanite-tennis-bracelet-luxe-stone-inspired-sparkle","title":"Yellow Gold Multi-Cut Moissanite Tennis Bracelet – Mixed Shape Stone Elegance","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStone Shape:\u003c\/strong\u003e Emerald, Heart, Pear, Round, Oval\u003cbr\u003e\u003cstrong\u003eStone Total Carat Weight:\u003c\/strong\u003e 5.20 CT \u003cbr\u003e\u003cstrong\u003eStone Size: \u003c\/strong\u003e0.20 CT (3.70 MM) EACH\u003cbr\u003e\u003cstrong\u003eStone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eStone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eStone Clarity: \u003c\/strong\u003eVVS1\u003cbr\u003e\u003cstrong\u003eStone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eStone Type:\u003c\/strong\u003e GRA Moissanite\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eChain Included:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eRhodium Finish: \u003c\/strong\u003eYes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eClasp Type:\u003c\/strong\u003e Under look\u003cbr\u003e\u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158155473054,"sku":"GLBR-0013","price":1304.65,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158155505822,"sku":"GLBR-0013","price":1304.65,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158155538590,"sku":"GLBR-0013","price":1304.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156237267102,"sku":"GLBR-0013","price":4342.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156237299870,"sku":"GLBR-0013","price":4342.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156237332638,"sku":"GLBR-0013","price":4342.74,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156237365406,"sku":"GLBR-0013","price":5425.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156237398174,"sku":"GLBR-0013","price":5425.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156237430942,"sku":"GLBR-0013","price":5425.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156237463710,"sku":"GLBR-0013","price":6665.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156237496478,"sku":"GLBR-0013","price":6665.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156237529246,"sku":"GLBR-0013","price":6665.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/GLBR-0013-01_Y-_viwe4_6f6cf988-7f3c-4e7e-97f7-9df39c081204.png?v=1782568361"},{"product_id":"rose-gold-round-moissanite-brilliance-tennis-bracelet","title":"Rose Gold Round Moissanite Tennis Bracelet for Timeless Elegance","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\"\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 stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\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=\"644\" data-start=\"73\"\u003eElevate every look with this rose gold tone round Moissanite tennis bracelet, designed to deliver exceptional sparkle with a refined, timeless silhouette. The continuous row of brilliant round stones creates an elegant statement, while the sleek link design and secure clasp enhance both comfort and sophistication. Available in multiple metal options, this bracelet is a beautiful choice for everyday luxury or special occasions. Add this radiant piece to your jewelry collection today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158154915998,"sku":"GLBR-0012","price":1269.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158154948766,"sku":"GLBR-0012","price":1269.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158154981534,"sku":"GLBR-0012","price":1269.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156236644510,"sku":"GLBR-0012","price":4396.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156236677278,"sku":"GLBR-0012","price":4396.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156236710046,"sku":"GLBR-0012","price":4396.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156236742814,"sku":"GLBR-0012","price":5496.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156236775582,"sku":"GLBR-0012","price":5496.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156236808350,"sku":"GLBR-0012","price":5496.82,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156236841118,"sku":"GLBR-0012","price":6760.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156236873886,"sku":"GLBR-0012","price":6760.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156236906654,"sku":"GLBR-0012","price":6760.53,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_1fe0ddda-8fd2-42b6-a72f-27ccdd8fdf15.jpg?v=1785131266"},{"product_id":"rose-gold-round-moissanite-station-bracelet","title":"Rose Gold Round Moissanite Station Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Round \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"644\" data-start=\"73\"\u003eElevate your everyday style with this elegant rose gold tone moissanite bracelet featuring a graceful row of round brilliant stones in decorative station settings. Its refined silhouette delivers exceptional sparkle while maintaining a timeless, sophisticated look that complements both casual and formal occasions. Designed with premium craftsmanship and an emphasis on ethical luxury, this bracelet is a beautiful addition to any jewelry collection. Make it yours and enjoy effortless elegance every day.\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":48158154784926,"sku":"GLBR-0008","price":878.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158154817694,"sku":"GLBR-0008","price":878.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158154850462,"sku":"GLBR-0008","price":878.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156235890846,"sku":"GLBR-0008","price":3323.07,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156235923614,"sku":"GLBR-0008","price":3323.07,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156235956382,"sku":"GLBR-0008","price":3323.07,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156235989150,"sku":"GLBR-0008","price":4162.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156236021918,"sku":"GLBR-0008","price":4162.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156236054686,"sku":"GLBR-0008","price":4162.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156236087454,"sku":"GLBR-0008","price":5130.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156236120222,"sku":"GLBR-0008","price":5130.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156236152990,"sku":"GLBR-0008","price":5130.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_2_414c9c0d-daa4-4942-870f-1a033da27449.jpg?v=1784962567"},{"product_id":"yellow-gold-round-moissanite-tennis-bracelets","title":"Yellow Gold Round Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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=\"580\" data-start=\"72\"\u003eElevate your everyday style with a refined round moissanite tennis bracelet featuring a continuous row of brilliant round stones set in a warm yellow gold tone finish. Its timeless silhouette delivers exceptional sparkle while complementing both casual and formal looks. Designed with elegant craftsmanship and inspired by ethical luxury, this classic bracelet makes a sophisticated addition to any jewelry collection. Available in multiple metal options. Discover effortless brilliance and make it yours today.\u003c\/p\u003e\n\u003cp data-end=\"649\" data-start=\"582\"\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":48158154424478,"sku":"FBR0263","price":1466.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158154457246,"sku":"FBR0263","price":1466.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158154490014,"sku":"FBR0263","price":1466.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156234449054,"sku":"FBR0263","price":4858.55,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156234481822,"sku":"FBR0263","price":4858.55,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156234514590,"sku":"FBR0263","price":4858.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156234547358,"sku":"FBR0263","price":6069.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156234580126,"sku":"FBR0263","price":6069.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156234612894,"sku":"FBR0263","price":6069.06,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156234645662,"sku":"FBR0263","price":7455.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156234678430,"sku":"FBR0263","price":7455.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156234711198,"sku":"FBR0263","price":7455.58,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_79948250-279d-49d4-bea9-49f7bbac3b56.jpg?v=1784959746"},{"product_id":"white-metal-round-moissanite-tennis-bracelet","title":"White Metal Round Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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 this elegant round moissanite tennis bracelet, featuring a striking multi row design that delivers exceptional sparkle from every angle. The polished white metal finish enhances its refined, luxurious appeal, while the secure box clasp offers a sleek, seamless look. Designed to complement both everyday style and special occasions, this bracelet is a timeless expression of modern elegance. Available in multiple metal options. Discover effortless luxury 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","offer_id":48158154260638,"sku":"FBR0138","price":1644.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158154293406,"sku":"FBR0138","price":1644.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158154326174,"sku":"FBR0138","price":1644.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156233924766,"sku":"FBR0138","price":5563.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156233957534,"sku":"FBR0138","price":5563.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156233990302,"sku":"FBR0138","price":5563.73,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156234023070,"sku":"FBR0138","price":6953.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156234055838,"sku":"FBR0138","price":6953.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156234088606,"sku":"FBR0138","price":6953.13,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156234121374,"sku":"FBR0138","price":8546.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156234154142,"sku":"FBR0138","price":8546.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156234186910,"sku":"FBR0138","price":8546.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_18af5a06-5574-41fc-8c9d-19ecb3070f7d.jpg?v=1784959543"},{"product_id":"rose-gold-round-moissanite-tennis-bracelet","title":"Rose Gold Round Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e6 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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=\"580\" data-start=\"72\"\u003eElevate your everyday style with this rose gold tone Moissanite tennis bracelet featuring a graceful wave inspired link design and brilliant round stones. Its elegant silhouette blends timeless sparkle with contemporary sophistication, making it a versatile choice for both special occasions and daily wear. Crafted with a refined luxury aesthetic and designed to capture light beautifully, this bracelet offers an effortlessly polished look. Available in multiple metal options. Discover a statement piece that complements your jewelry collection.\u003c\/p\u003e\n\u003cp data-end=\"649\" data-start=\"582\"\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":48158154096798,"sku":"FBR0137","price":1425.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158154129566,"sku":"FBR0137","price":1425.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158154162334,"sku":"FBR0137","price":1425.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156233498782,"sku":"FBR0137","price":4695.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156233531550,"sku":"FBR0137","price":4695.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156233564318,"sku":"FBR0137","price":4695.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156233597086,"sku":"FBR0137","price":5865.05,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156233629854,"sku":"FBR0137","price":5865.05,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156233662622,"sku":"FBR0137","price":5865.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156233695390,"sku":"FBR0137","price":7203.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156233728158,"sku":"FBR0137","price":7203.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156233760926,"sku":"FBR0137","price":7203.84,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_05ee6732-84e7-4c95-a980-c6f422ed92dc.jpg?v=1784959340"},{"product_id":"yellow-gold-round-moissanite-half-tennis-bracelet","title":"Yellow Gold Round Moissanite Half Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\"\u003e2 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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=\"72\" data-end=\"580\" class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed to elevate any jewelry collection, this yellow gold tone moissanite bracelet showcases a row of brilliant round stones paired with polished bead accents for a refined, contemporary look. Its elegant silhouette catches the light beautifully, making it ideal for both everyday sophistication and special occasions. Expertly crafted with a focus on timeless style and ethical luxury, this bracelet is a stunning addition to any wardrobe. Make it yours today.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-start=\"582\" data-end=\"649\"\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":48158153932958,"sku":"FBR0095-2.5","price":1278.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158153965726,"sku":"FBR0095-2.5","price":1278.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158153998494,"sku":"FBR0095-2.5","price":1278.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156232908958,"sku":"FBR0095-2.5","price":4747.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156232941726,"sku":"FBR0095-2.5","price":4747.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156232974494,"sku":"FBR0095-2.5","price":4747.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156233007262,"sku":"FBR0095-2.5","price":5944.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156233040030,"sku":"FBR0095-2.5","price":5944.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156233072798,"sku":"FBR0095-2.5","price":5944.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156233105566,"sku":"FBR0095-2.5","price":7324.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156233138334,"sku":"FBR0095-2.5","price":7324.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156233171102,"sku":"FBR0095-2.5","price":7324.16,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3ee0a0ef-4b3c-4787-aa3f-049e0719fede.jpg?v=1784959044"},{"product_id":"white-gold-round-cut-moissanite-tennis-bracelet","title":"White Gold Round Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Round\u003c\/div\u003e\n\u003c\/div\u003e\n\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\"\u003e24 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=\"71\" data-end=\"598\" class=\"PDq2pG_selectionAnchorContainer\"\u003eDesigned to capture timeless elegance, this round moissanite tennis bracelet showcases a continuous row of brilliant round stones in a sleek white metal setting. Its refined silhouette delivers exceptional sparkle that complements both everyday wear and special occasions. Expertly crafted with a secure clasp and a sophisticated finish, it offers a luxurious look with ethical appeal. Available in multiple metal options. Elevate your jewelry collection with this radiant statement piece.\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":48158153736350,"sku":"FBR0095","price":2610.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158153769118,"sku":"FBR0095","price":2610.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158153801886,"sku":"FBR0095","price":2610.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156232056990,"sku":"FBR0095","price":6524.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156232089758,"sku":"FBR0095","price":6524.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156232122526,"sku":"FBR0095","price":6524.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156232155294,"sku":"FBR0095","price":8091.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156232188062,"sku":"FBR0095","price":8091.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156232220830,"sku":"FBR0095","price":8091.0,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156232253598,"sku":"FBR0095","price":9851.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156232286366,"sku":"FBR0095","price":9851.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156232319134,"sku":"FBR0095","price":9851.09,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3935e1d9-d204-4d8c-8cc7-44c93144ee01.jpg?v=1784958774"},{"product_id":"yellow-gold-round-moissanite-tennis-bracelet","title":"Yellow Gold Round Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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 shapero\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\"\u003e11 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 this elegant yellow gold tone moissanite tennis bracelet, featuring a continuous row of round brilliant stones that create exceptional sparkle from every angle. Its refined silhouette and secure clasp offer a timeless look designed for both everyday sophistication and special occasions. Crafted with premium attention to detail and inspired by ethical luxury, this bracelet is a radiant addition to any wardrobe. Make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158153572510,"sku":"FBR0029","price":1761.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158153605278,"sku":"FBR0029","price":1761.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158153638046,"sku":"FBR0029","price":1761.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156231598238,"sku":"FBR0029","price":5227.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156231631006,"sku":"FBR0029","price":5227.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156231663774,"sku":"FBR0029","price":5227.78,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156231696542,"sku":"FBR0029","price":6513.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156231729310,"sku":"FBR0029","price":6513.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156231762078,"sku":"FBR0029","price":6513.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156231794846,"sku":"FBR0029","price":7976.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156231827614,"sku":"FBR0029","price":7976.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156231860382,"sku":"FBR0029","price":7976.48,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_e258f281-6f27-4d6b-ae85-e26d7c7ce4b3.jpg?v=1784958504"},{"product_id":"rose-gold-mixed-shape-moissanite-tennis-bracelet","title":"Rose Gold Mixed Shape Moissanite Tennis Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear, Heart, Emerald \u0026amp; Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e10 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold tone Moissanite tennis bracelet featuring a captivating mix of round, pear, and emerald cut stones. The alternating shapes create exceptional brilliance and a refined, contemporary look that elevates both everyday outfits and special occasions. Expertly crafted for a luxurious finish, this statement bracelet reflects ethical luxury with enduring style. Add this radiant piece to your jewelry collection and experience effortless sophistication.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158153375902,"sku":"DP0028-01","price":1669.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158153408670,"sku":"DP0028-01","price":1669.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158153441438,"sku":"DP0028-01","price":1669.47,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156231139486,"sku":"DP0028-01","price":5023.75,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156231172254,"sku":"DP0028-01","price":5023.75,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156231205022,"sku":"DP0028-01","price":5023.75,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156231237790,"sku":"DP0028-01","price":6261.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156231270558,"sku":"DP0028-01","price":6261.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156231303326,"sku":"DP0028-01","price":6261.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156231336094,"sku":"DP0028-01","price":7670.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156231368862,"sku":"DP0028-01","price":7670.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156231401630,"sku":"DP0028-01","price":7670.91,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_4c3f8140-fca0-4dda-a15f-7a6078a06a83.jpg?v=1784957763"},{"product_id":"white-round-moissanite-bracelet","title":"White Metal Round Moissanite Bracelet","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\"\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 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\"\u003e2 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\"\u003eDesigned to capture light from every angle, this elegant moissanite bracelet showcases a series of round brilliant stones connected by gracefully sculpted links for a refined, contemporary look. Its polished white metal finish enhances the exceptional sparkle, making it a timeless choice for everyday sophistication or special occasions. Available in multiple metal options, this beautifully crafted bracelet offers ethical luxury with enduring style. Elevate your jewelry collection with this radiant design 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":48158153212062,"sku":"AK50101-01","price":1141.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158153244830,"sku":"AK50101-01","price":1141.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158153277598,"sku":"AK50101-01","price":1141.26,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156230582430,"sku":"AK50101-01","price":4205.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156230615198,"sku":"AK50101-01","price":4205.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156230647966,"sku":"AK50101-01","price":4205.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156230680734,"sku":"AK50101-01","price":5264.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156230713502,"sku":"AK50101-01","price":5264.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156230746270,"sku":"AK50101-01","price":5264.6,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156230779038,"sku":"AK50101-01","price":6485.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156230811806,"sku":"AK50101-01","price":6485.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156230844574,"sku":"AK50101-01","price":6485.03,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_001d05b8-6c4b-468e-a35f-ecce593411a5.jpg?v=1784957340"},{"product_id":"white-gold-round-moissanite-cluster-eternity-band-ring","title":"White Gold Round Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003e TOTAL Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e7 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this white gold tone round moissanite eternity band featuring brilliant round center stones accented by smaller round stones between each setting. Its continuous design creates exceptional sparkle from every angle, making it a refined choice for everyday luxury or meaningful occasions. Expertly crafted with a sophisticated silhouette, this ring offers enduring style and radiant brilliance. Add this elegant eternity band 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","offer_id":48158152097950,"sku":"DDLR-232","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158152261790,"sku":"DDLR-232","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158152425630,"sku":"DDLR-232","price":390.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151097639070,"sku":"DDLR-232","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151097802910,"sku":"DDLR-232","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151097966750,"sku":"DDLR-232","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151098130590,"sku":"DDLR-232","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151098294430,"sku":"DDLR-232","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151098458270,"sku":"DDLR-232","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151098622110,"sku":"DDLR-232","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151098785950,"sku":"DDLR-232","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151098949790,"sku":"DDLR-232","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151099113630,"sku":"DDLR-232","price":1622.43,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_d203e47b-1b91-4ccc-910b-10906e66d3a3.jpg?v=1784791428"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/collections\/round_2.webp?v=1771593196","url":"https:\/\/www.neorluxe.com\/collections\/round-moissanite-engagement-rings.oembed?page=2","provider":"Neor Luxe","version":"1.0","type":"link"}